@charset "utf-8";
/* CSS Document */

html {
	background:url(../images/main/background.jpg) repeat;
}

body  {
	background:url(../images/main/background-overlay.png) repeat-x;
	color:#fff;
}

.subContainer {
	background:#217f7d;
}

#IE6warning {
	display:none;
}

h2 {
	margin-top:0;
	margin-bottom:10px;
}

.layout #container {
	background:none;
	padding-top:70px;
}

.layout #header {
	background:url(../images/main/header-shadow.png) no-repeat;
	width:936px;
	height:176px;
	position:relative;
	z-index:2;	
	padding:10px;	
	margin:0;
}

#header .container {
	background:url(../images/main/header-texture.jpg) no-repeat;
	width:930px; /* 936px minus padding */
	height:170px; /*176px minus padding */
	position:relative;
	padding:3px;
}

#logo {
	background:url(../images/main/logo.png) no-repeat;
	width:357px;
	height:65px;
}

#header #tagline {
	background:url(../images/main/tagline.png) no-repeat;
	width:359px;
	height:88px;
	margin:13px 0 0 13px;
}

#productPhotoGroup {
	background:url(../images/main/product-photos-group.png) no-repeat;
	width:647px;
	height:258px;
	position:absolute;
	top:-108px;
	right:-50px;
}

#servingValleyWideStarburst {
	background:url(../images/main/serving-vallywide-starburst.png) no-repeat;
	width:210px;
	height:115px;
	position:absolute;
	left:350px;
	top:90px;
}

#residentialAndCommerical {
	background:url(../images/main/residential-and-commerical.png) no-repeat;
	width:267px;
	height:18px;
	position:absolute;
	top:140px;
	right:15px;
}

#phoneNumber {
	background:url(../images/main/phone-number.png) no-repeat;
	width:267px;
	height:18px;
	position:absolute;
	top:140px;
	right:15px;
}

#sideBar {
	width:240px;
	height:100%;
	padding:0;
	margin:0 0 0 22px;
	float:left;
}

#sideBarContent {
	background:url(../images/main/side-bar.png) repeat-y;
	width:240px;
	height:100%;
	position:relative;
	top:-12px;
	margin:0;
	padding-top:18px;
	padding-bottom:0px;
}

#sideBarBottom {
	background:url(../images/main/side-bar-bottom.png) no-repeat;
	width:240px;
	height:58px;
	position:relative;
	bottom:12px;
}

#kudzu {
	width:218px;
	height:138px;
	background:url(../images/main/kudzu.png);
	background-repeat:no-repeat;
	margin-left:10px;
}

#kudzu a {
	display:block;
	width:218px;
	height:138px;
	background:url(../images/main/kudzu.png);
	background-repeat:no-repeat;
}

#kudzu a:hover {
	width:218px;
	height:138px;
	background:url(../images/main/kudzu.png);
	background-repeat:no-repeat;
	background-position:0 -138px;
}

.layout #mainContent {
	position:relative;
	padding-bottom:21px;
	
}

#mainContent p {
}

/* FOOTER */

.layout #footer { 
	background:url(../images/main/footer-shadow.png) no-repeat;	
	width:944px; /* 964 minus padding */
	height:134px; /* 154 minus padding */
	position:relative;
	top:-19px;
	padding:10px 10px 10px 14px;
}

.layout #footer .container {
	background:url(../images/main/footer-texture.jpg) no-repeat;
	width:906px; /* 936px minus padding */
	height:104px; /* 134px minus padding */
	padding:15px;
	color:#8db9cb;
	line-height:1.6em;
	font-size:12px;
}

#footer ul {
	margin:5px 0 40px 0;
	padding:0;
}

#footer li {
	display:inline;
	float:left;
	padding:0 5px;
	border-left: 1px #59899c solid;
}

#footer .first {
	border-left:none;
	padding-left:0;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color:#8db9cb;
}

#footer a:hover {
	color:#369;
}

#creditCardLogos {
	background:url(../images/main/credit-card-logos.png) no-repeat;
	width:153px;
	height:29px;
	float:left;
	margin:28px 15px 0 150px;
}

#bbbLogo {
	background:url(../images/main/bbb-logo.jpg) no-repeat;
	width:53px;
	height:57px;
	float:left;
	margin-top:0px;
}




