/* 
    AUTHOR: Jonathan Weaver
			LeadRival
            jweaver@leadrival.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* {
	margin: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
html { overflow-y: scroll; }
body {
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 62.5%;
	background-color: #535353;
	color: #FFF;
}
ul {
	list-style: none inside;
	border: thin none #FFFFFF;
}
p { font: 1.3em; margin-bottom: 1.3em; }
a { outline: none; text-decoration: none; color: #FFFFFF; }
a img { border: none; }
h2 { font-size: 14px; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
.center { width: 100%; text-align: center; }
.clearfix { display:block; }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 1000px;
	padding-left: 25px;
	margin: 0 auto;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	width: 975px;
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	position: relative;
	z-index: 2;
}

#header .logo {
	position: absolute;
	left: 5px;
	top: 10px;
}

#search {
	position: absolute;
	right: 3px;
	top: 3px;
}

#search .sch_submit {
 	color:#FFF; 
	background-color: #430000; 
	border: none; 
}

#nav_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 975px;
}

#nav {
	width: 975px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	height: 25px;
	position: relative;
}
            
#content {
	width: 975px;
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-y;
	position: relative;
	padding-bottom: 175px;
	z-index: 1;
}
#content_inside {
	width: 975px;
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-y;
	position: relative;
	padding-bottom: 25px;
	z-index: 1;
}

#content_left {
	width: 159px;
	float: left;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#button_service {
	width: 159px;
	text-align: center;
}

#content_left h1 {
	font-size: 14px;
	margin-bottom: 18px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#content_left p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
	color: #F7F7F7;
	margin-right: 5px;
}

#content_right {
	width: 784px;
	float: left;
	padding: 10px 8px;
	background-image: url(../images/content_back_grad.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content_right_content {
	width: 750px;
	margin: 0 auto;
	padding: 5px 15px 15px 15px;
	position: relative;
	background-color: #FFFFFF;
	color: #333 !important;
	position: relative;
	background-image: url(../images/soft_grad_f7f7f7.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #999;
}

#content_right_content p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;	
}

#content_right_content h3 {
	font-size: 16px;	
	margin-bottom: 20px;
}

#content_right_content ul {
	font-size: 12px;
	margin-left: 20px;
}

#content_right_content img {
	float: none;
}

#content_right_content li {
	line-height: 16px;
	margin-bottom: 16px;
	list-style-image: url(../images/bullet_points.gif);
	list-style-position: outside;
}

#content_right_content blockquote {
	text-indent: -0.8em;
	font-size: 12px;
	margin-top: 16px;
	margin-left: 10px;
}

#content_right_content a{
	color: #00F;
	text-decoration:undeline;
}
#content_right_content a:hover{
	color:#fff;
	background:#690;
	text-decoration:none;
}



#splash {
	width: 784px;
	margin: 0 auto;
	height: 400px;
	background-image: url(../images/home_advert_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#splash .ad_button {
	position: absolute;
	bottom: 8px;
	left: 5px;
}

#footer {
	width: 1000px;
	min-height: 125px;
	height: 140px;
	background-image: url(../images/footer2.jpg);
	background-position: center top;
	position: relative;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#copyright {
	color: #d7f47f;
	position: absolute;
	left: 20px;
	top: 0;
	font-size: 14px;
	width: 159px;
	padding: 10px 8px;
}

#contacts {
	position: absolute;
	right: 25px;
	top: 0;
	text-align: center;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	left: auto;
}

#contacts li {
	width: 	170px;
	float: left;
	text-align: center;
	color: red;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

#contacts li span {
	font-size: 20px;
	color:red;
	font-weight: normal;
}

#header_contact {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 750px;
}

#header_contact p {
	float: left;	
	line-height: 32px;
	color: #430000;
	font-size: 18px;
	
}

#header_contact li {
	width: 	150px;
	float: left;
	text-align: center;
	color: red;
	font-size: 20px;
	font-weight: bold;
	line-height: 16px;
}

#header_contact li span {
	font-size: 18px;
	color: red;
	font-weight: normal;
}



#adbar {
	position: relative;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	background-image: url(../images/ads_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 22px 17px 23px 7px;
	min-height: 145px;
	height: 145px;
	width: 952px;
	color:#848484 !important;
}

#adbar .adbar_ad {
	height: 134px;
	width: 297px;
	padding: 5px;
	float: left;
	margin-left: 8px;
	position: relative;
	border: 1px solid #333;
	cursor: pointer;
}

#adbar .adbar_ad:hover {	
	border: 1px solid #FFFFFF;
}

#adbar .adbar_ad h3 {
	width: 299px;
	text-align: center;
	font-family: "Verdana", Geneva, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #3d3d3d;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3d3d3d;
	padding-bottom: 3px;
}

#adbar .adbar_ad p {
	margin: 6px 4px;
	font-size: 12px;
}

#adbar .adbar_ad img {
	float: right;
	margin-top: 4px;
}

#adbar .adbar_ad_more {
	position: absolute;
	right: 15px;
	bottom: 3px;

}

#adbar .adbar_ad_more a{
	color: #430000;
	text-decoration: none;
}

#adbar .adbar_ad_more a:hover{
	text-decoration: underline;
}

/* Contact Form */

#contactus {
	background-image: url(../images/contact_back.gif);
}

#contactus p {
	display:block;
	margin:1em 0;
}

#contactus label {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:3px 0;
}

.input-text, .input-select, .input-text_ph1, .input-text_ph3 {
-x-system-font:none;
border:0 none;
color:#333;
font-family:Arial,Helvetica,sans-serif;
font-size:0.92em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0;
padding:7px 5px 6px;
}

#contactus .input-select {
	height:30px;
	width:208px;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(../images/input-textarea.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#contactus .input-checkbox{
	padding-left: 10px;
	padding-bottom: 10px;
	
}


#contactus .input-text {
	background:transparent url(../images/input-text.gif) no-repeat scroll center top;
	height:15px;
	width:208px;
}
#contactus .input-text_ph1 {
	background:transparent url(../images/input-text.gif) no-repeat scroll center top;
	height:15px;
	width:52px;
}
#contactus .input-text_ph3 {
	background:transparent url(../images/input-text.gif) no-repeat scroll center top;
	height:15px;
	width:72px;
}

#contactus_left {
	float:left;
	height:auto;
	margin:0;
	padding:0;
	width:250px;
	margin-left: 30px;
}

#contactus_right {
	float:right;
	height:auto;
	margin:0;
	padding:0;
	width:300px;
	margin-right: 30px;
	}
	
#contactus_right p {
	margin-bottom: 0 !important;	
}
	
#title_head {
	font-family:Helvetica,Arial,sans-serif;
	font-size:1.95em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:auto;
	letter-spacing:normal;
	line-height:normal;
	margin:0 0 15px;
	padding:0;
	text-align:left;
	width:100%;
}

#title_head span {
	-x-system-font:none;
	color:#666;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:auto;
	line-height:normal;
	margin:2px 0 0;
	padding:0 0 5px;
	width:auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.service {
	margin-bottom: 16px;
	border: 1px solid #F7F7F7;
	padding: 10px;
	background-color: #F7F7F7;
	color: #333;
	position: relative;
	background-image: url(../images/soft_grad_f7f7f7.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #999;
}

.service h2, {
	font-size: 16px;
	line-height: 18px;
	color: #333;
	margin-bottom: 16px;
}
.service a{
	color:#600;
	text-decoration: underline;
}
.service a:hover{
	color:#360;
	text-decoration: none;
}

.service p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}
#meet_andy {
	position: absolute;
	bottom: 10px;
	top: 340px;
	visibility: hidden;
}

#faqs h2{
	font-size: 16px;	
}
#faqs h3{
	font-size: 14px;
	padding: 10px;	
	color: #430000;
	text-decoration:underline;
}
#faqs h3:hover, #faqs h3.active{
	background:#690;
	color:#FFF;
	cursor:pointer;
	padding: 10px;
	text-decoration: none;
	
}
.faq_answer{
	font-size: 12px;
	padding: 10px;
	background:#FFC;
	border: 1px solid #999;
}

/* END STRUCTURE */
#page-wrap #content_inside #content_left #content_left {
	height: 400px;
}
#specials {


}
#specials #sprinklerspecial {
	padding: 10px;
	text-align: center;
	margin: 0 auto 20px auto;
}
#specials #drainagespecial {
	text-align: center;
	padding: 10px;
	width: 600px;
	margin: 0 auto 20px auto;
}
#specials #lightingspecial {
	text-align: center;
	padding: 10px;
	width: 700px;
	margin: 0 auto 20px auto;
}
#specials .italic {
	font-style: italic;
}
#specials h1 {
	color: #430000;
	font-weight: bold;
	font-size: 24px;
}
#specials h2 {
	font-size: 24px;
}
#specials h3 {
	font-size: 12px;
}	
		
#page-wrap #content_inside #content_right #content_right_content #logos {
	padding-right: 20px;
	text-align: center;
}
#page-wrap #content_inside #content_right #content_right_content #testimonials .quotes li {
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}
#page-wrap #content_inside #content_right #content_right_content #testimonials .quotes .name {
	font-weight: normal;
}
#page-wrap #content_inside #content_right #content_right_content #emergency {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}
#page-wrap #content_inside #content_right #content_right_content #emergency .underline {
	text-decoration: underline;
}
#page-wrap #content_inside #content_right #content_right_content #emergency h1 {
	font-size: 18px;
}
#specials img {
	border: thick dashed #000000;
}
#logos img {

}
#footer #contacts #logos {
	float: none;
	clear: both;
}
#footer #contacts #logos {
	padding-right: 0px;
	padding-left: 10px;
}
#footer #contacts #logos img {
	padding-right: 50px;
}
#footer #contacts #logos img {
	padding-left: 50px;
}
