/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
   background: #3A383D; 
   color: #CCE47D; 
   text-align: center; 
   min-width: 680px; 
   font-family: verdana, lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #99BE1F;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #99BE1F;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
	position: relative;
	width: 825px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* intro */

#pageHeader {
	border: dashed #ADDC00 1px;
	height: 300px;
	color: #352F2F;
	background-image: url(../images-limo-blackburn/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#freephone {
	position:absolute;
	width:288px;
	height:25px;
	z-index:1;
	left: 81px;
	top: 175px;
	padding-top: 5px;
}

#pageHeader h1 {
	color: #FFF;
	position: absolute;
	width: 294px;
	left: 80px;
	top: 105px;
}

#pageHeader h2 {
	color: #FFF;
	position: absolute;
	width: 294px;
	left: 79px;
	top: 155px;
	font-size: 80%;
}

#quickSummary {
	position: absolute;
	left: 490px;
	top: 65px;
	width: 260px;
	font-size: 11pt;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
#site_SEO_links {
	margin-top: 50px;
	margin-bottom: 10px;
}

#quickSummary a {
    color: #FFFFFF;
}

#about {
    clear: both;
	font-size: 80%;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	border: dashed #ADDC00 1px;
}

#about h3 {
   color: #FFF;
   margin-bottom: 10px;
}

/* text */

#supportingText {
   border: dashed #ADDC00 1px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
}
#main_content {
	float: right;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 5px;
}
#support {
	padding-left: 10px;
}

#prodserv {
	width: 205px;
	background-color: #3A383D;
	margin-bottom: 25px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCF208;
	padding-right: 8px;
}

#supdev {
	float: right;
	width: 570px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 25px;
}

#supportingText h3 {
   background: url(../images-limo-blackburn/heads.gif) left top no-repeat;
   height: 41px;
   margin-bottom: 10px;
   color: #000;
   padding-top: 8px;
   padding-left: 40px;
}

#footer {
	clear: both;
	font-size: 70%;
	padding-top: 5px;
	color: #FFF;
	padding-bottom: 5px;
}
#copyright {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCF208;
	border-right-color: #BCF208;
	border-bottom-color: #BCF208;
	border-left-color: #BCF208;
}

/* links */

#lmenu {
   clear: both; 
   height: 30px;
   margin-bottom: 20px;
   margin-top: 20px;
   padding-top: 10px;
}

#lmenu li a:hover {
   color: #fff;
   background-color: #75A714;
   border-bottom: solid #ADDC00 5px;
}

#lmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#lmenu ul li {
   display: inline;
}

#lmenu li a { 
   text-decoration: none; 
   padding: .2em .8em;
   color: #000;
   background-color: #ADDC00;
   border-bottom: solid #75A714 5px;
}
