/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/bg.jpg) left top  no-repeat #001a23;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.3em;
	font-weight: normal;
	background:#001a23;
	color:#fff;
	display:inline;
	padding:2px;
	text-transform:uppercase;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform:uppercase;
	color:#001a23;
}
	.text h2 {
		padding:10px 0px;
	}	
h3 {
	font-size: 1.3em;
	font-weight: normal;
	text-transform:uppercase;
}
.yellow{
	color:#e19f04;
}
/* Container Styles
--------------------------------------------------------------- */

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 950px;
		background: url(../../images/misc/contenttop.gif) no-repeat top #fff;
		margin-top: 400px;
		min-height:300px;
		height:auto !important;
		height:300px;
	}
		#index #contentContainer{
			margin-top: 616px;
		}	
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 500px;
			padding: 10px 0px 40px 20px;
			margin-top:13px;
			background:#fff;
		}
		
			#main p {
				margin: 7px 0px 7px 0px;	
			}
			.text {
				margin: 10px 0px 0px 7px;
			}
			#main .text ul{
				margin-left:30px;
				padding:5px 0px;
			}
		#googleMap {
			width: 640px;
			height: 300px;
		}

		#certification h2{
			font-size:1.2em;
		}
		#soil #main li{
			font-size:1.4em;
		}
/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 400px;
			background:#fff;
			margin-top:13px;
			padding: 10px 0px 0px 30px;
		}
			#cta1{
				font-size:2.7em;
				text-transform:uppercase;
				text-align:center;
			}
				#cta1 span{
					font-size:1.1em;
				}
				#cta1 .yellow{
					font-size:1.1em;
				}
			#cta-callback{
				margin:30px 0px 0px 50px;
				
			}
				#cta-callback p{
					text-transform:uppercase;
					font-size:1.8em;
					padding-left:40px;
				}
			.sidebarInput{
				background:#fff;
				display:block;
				width:265px;
				height:22px;
				color:#999999;
				border:none;
				margin:5px 0px;
				font-size:1.4em;
				padding:10px 0px 5px 10px;
			}	
			.sidebarSubmit{
				background:url(../../images/misc/sidebarSubmit.gif);
				display:block;
				width:128px;
				height:47px;
				text-align:center;
				color:#fff;
				border:none;
				margin-left:85px;
			}
			
			#sidebar .textCTA{
				font-size:2.4em;
				text-align:center;
				padding:30px;
			}
			
			#callbackform{
				background:#e09f04;
				margin:10px 10px;
				padding:10px 0px;
				color:#fff;
			}
			#callbackform h2{
				text-align:center;
				margin:10px 0px 0px 0px;
				color:#fff;
			}
				#callbackform form{
					padding-left:20px;
				}
				#callbackform tr.time{
					text-align:center;
					padding:10px 0px;
				}

				
/* Header Styles
--------------------------------------------------------------- */
#headerContainer{
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}
#header {
	width: 960px;
	height: 130px;
	position: absolute;
	z-index: 10;
	top: 0px;
}

	#logo {
		position:absolute;
		top:30px;
	}
	
	#cta-top-right {
		width: 390px;
		position:absolute;
		left:640px;
		top:30px;
		height: 225px;
		z-index:100;
		font-size: 1.8em;
		padding:65px 0px 0px 0px;
		color:#04212b;
		background:url(../../images/misc/cta-top-right.png) right top no-repeat;
	}
		#cta-top-right p{
			margin:0px;
			padding:0px 0px 0px 95px;
			left:left;
			font-weight:bold;
			text-transform:uppercase;
		}
		#cta-top-right p span{
			font-size:1.3em;
			color:#00a8e1;
		}
	#headerContent{
		background:url(../../images/misc/header.gif) no-repeat;
		height:297px;
		width:960px;
		position:relative;
		margin-top:100px;
	}
		#headerimg{
			position:relative;
			top:98px;
			left:7px;
		}
		#headerText{
			position:absolute;
			top:110px;
			left:430px;
			width:300px;
			font-size:1.3em;
		}
			#headerText h2{
				margin:4px 0px;
				background:#F6F6F6;
				width:289px;
				font-size:1.4em;
			}
				#headerText h2 span{
					display:inline;				
					background:#001a23;
					color:#fff;
					text-transform:uppercase;		
					font-weight:bold;
					margin:0px;
					line-height:1.0em;
					padding:2px;
				}
				#headerText .phone{
					font-size:1.8em;
					color:#0eade2;
				}
	#index #headerCtas{
		display:block;
	}
	#headerCtas{
		background:url(../../images/misc/headerCtas.gif) no-repeat;
		width:960px;
		height:205px;
		display:none;
	}
		#headerCta1{
			width:350px;
			position:absolute;
			top:420px;
			left:10px;
			font-size:2.4em;
			text-transform:uppercase;
			line-height:2.0em;
			margin:15px 0px 0px 15px;
		}	
			#headerCta1 strong{
				display:block;
				font-size:2.6em;
				color:#fff;
				margin:0px;
			}
			#headerCta1 span{
				font-size:1.4em;
			}
		#headerCta2{
			width:260px;
			position:absolute;
			top:430px;
			left:390px;
			font-size:1.3em;
		}
			#headerCta2 h2{
				width:110px;
				float:left;
				padding-top:40px;
			}
			#headerCta2 img{
				position:relative;
				bottom:20px;
			}			
			* html #headerCta2 img{
				position:relative;
				bottom:90px;
			}
		#headerCta3{
			position:absolute;
			top:420px;
			left:690px;
		}
#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);
}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 40px;
	z-index: 1;
	position: absolute;
	left: 15px;
	top: 115px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				text-transform:uppercase;
				color: #001e34;
				text-decoration: none;
				padding: 17px 10px 17px 10px;
				font-weight: bold;
				font-size: 1.4em;
				
			}
				#navigation ul li a span{
					display:block;
					color:#00a8e1;
					font-size: 0.6em;
					letter-spacing:-0.01em;
				}
				#navigation ul li a.contact-a {
					border: none;
				}

				#navigation ul li a:hover {
					background: #efefef;
				}
					#navigation ul li a.index-a:hover{
						background:url(../../images/misc/home-hover.gif);
					}	
				#navigation ul li a:hover span{
					color:#999999;
				}				
#index #navigation .index-a,
#contact #navigation .contact-a,
#clients #navigation .clients-a,
#testimonials #navigation .testimonials-a,
#certification #navigation .certification-a,
.services #navigation .services-a {
	color: #fff;
	background:#001e34
}

	#index #navigation .index-a span {
		color:#f0b11d;
	}
	
/* Drop Down Nav Styles
--------------------------------------------------------------- */	
	
#dropdown-nav{
	position:absolute;
	top:185px;
	left:85px;
	z-index:200;
	visibility:hidden;
	font-size:1.2em;
}	
	#dropdown-nav ul{
		border:2px solid #fff;
	}
		#dropdown-nav ul li{
			list-style:none;
		}
		
			#dropdown-nav ul li a{
				width:160px;
				display:block;
				background:#18A7D7;
				padding:10px;
				color:#fff;
			}
			#dropdown-nav ul li a:hover{
				background:#fff;
				color:#001A23;
			}
	
/* Footer Styles
--------------------------------------------------------------- */
#contactBanner{
	position:relative;
	
	left:-54px;
	z-index:200;
}
#outerFooter {
	float: left;
	width: 100%;
}

#footer {
	clear: both;
	width: 940px;
	color: #fff;
	margin: 0px auto;
	padding: 50px 10px 10px 10px;
	font-size: 1.2em;
	background:url(../../images/misc/footer.gif) top left no-repeat;
	position:relative;
}
	* html #footer{
		position:relative;
		left:3px;
	}

	#footer .index-a, #footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #fff;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
		width: 250px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #ccc;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #ffcc00;
		text-decoration:underline;
	}

/* Footer Services Styles
--------------------------------------------------------------- */	
	#footer #footer-services #dropdown-nav{
		display:block;
		visibility:visible;
		position:static;
	}
		#footer #footer-services #dropdown-nav ul{
			border:none;
		}	
		#footer #footer-services #dropdown-nav ul li a{
			background:none;
		}
		#footer #footer-services #dropdown-nav ul li a:hover{
			color:#0A99CA;
		}				
	#footer #footer-services {
		float: left;
		width: 250px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
			#footer #footer-services ul li a span{
				display:none;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 320px;
	}
	
		#footer #footer-areas h2 {
			width: 300px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: left;
		width: 190px;
	}
	
		#footer #footer-right h2 {
			width: 170px;
		}
		
		#footer #footer-right p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Right Styles2
--------------------------------------------------------------- */	

	#footer #footer-right2 {
		float: left;
		width: 165px;
	}
	
		#footer #footer-right2 h2 {
			width: 155px;
		}
		
			#footer #footer-right2 ul li {
				float: left;
			}
					
			#footer #footer-right2 ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
		#footer #footer-right2 p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-right2 .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		float: left;
		margin: 10px 0px 0px 0px;
		text-align: center;
	}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	#testimonials .img-left{
		border:1px solid #eee;
		display:block;
		height:200px;
	}
/* Contact Table Styles
--------------------------------------------------------------- */

	#contactTable #botBuster {
		display: none;
	}
	.tableDefault td {
		width: 33%;
		text-align: center;
		
	}	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}
	
	
	
/* Products
--------------------------------------------------------------- */

.product {
	background: url(../../images/misc/skipbg.gif) no-repeat;
	float:left;
	display:block;
	height:182px;
	width:205px;
	margin:10px;
}

	
	.productTitle {
		font-size:3em;
		font-weight:bold;
		color:#403920;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		line-height:0.9em;
		position:relative;
		top:3px;
		left:7px;
		width:185px;
		text-align: justify;
	}
	
		.productTitle a{
			color:#403920;
			text-decoration:none;
		}
		
		.productTitle a:hover{
			color:#534a2a;
			text-decoration:none;
		}
		
		.productTitle .skip{
			font-size:0.4em;
		}
		
	
	.productHr {
		border: 0;
		background-color: #bb4d00;
		height: 1px;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 10px;
		width:185px;
	}
	
	.productSize {
		font-size:1.0em;
		font-weight:bold;
		padding:2px 0px 0px 10px;
		margin:0px;
		line-height:1.1em;
	}
	
	.productSutible {
		font-size:1.3em;
		font-weight:bold;
		color:#bb4d00;
		padding:0px 0px 0px 10px;
		margin:0px;
		line-height:1.0em;
	}
	
	.productUses {
		font-size:0.8em;
		color:#575145;
		padding:0px 0px 0px 10px;
		margin:0px;
		line-height:1.0em;
		
	}
	
	.productUses a{
		text-decoration:none;}
	
	.buildersSkip {
		font-size:0.8em;
		letter-spacing:-0.05em;
		padding:0px 0px 0px 0px;
		text-transform:uppercase;
		text-align:left;
	}

	.rollonSkip {
		font-size:1.5em;
		font-weight:bold;
		letter-spacing:-0.05em;
		padding:0px 0px 0px 10px;
		color:#534A2A;
		margin:0px;
		line-height:0.9em;
		text-transform:uppercase;
		text-align:left;
	}

	.rollonSkip a{
		color:#403920;
		text-decoration:none;
	}
	
		.rollonSkip a:hover {
			color:#534A2A;
			text-decoration:none;
		}
	
/* PRODUCT DIMENTIONS
--------------------------------------------------------------- */

.dimentionsTitle {
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	color:#403920;
	
}

.dimentionsBreak {
	background:#bb4d00;
	height:2px;
}

.dimentions {
	font-size:1.5em;
	text-align:center;
}
	
	
	
		
