/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #1B1B19 /*url(images/bg.jpg) repeat-x*/;
	font: 80%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 10px 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: underline;	
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #88ac0b;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}


/* images */

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


acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 0 10px;
 	padding: 0 0 30px 10px;  
	/*border: 1px solid #F4F3EC; */
	background: #1B1B19; 
	font: normal 1.1em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FFFFF1;
	border-bottom: solid 1px #53534C;
}

blockquote h3 {
	font: normal 2em/1.5em 'Trebuchet MS', Tahoma, Sans-serif; color:#FF8E17;

}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #44443F; 
	background-color: #204D6D; 
	color: #D1D1C7;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	background:#eee;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #393935 url(images/nav.jpg) repeat-x 0 0;
	border: 1px solid #138FE7;
}



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #252523 url(images/bg-container.gif) repeat-y;
	width: 900px;	
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #252522 url(images/bg-content.jpg) no-repeat;
	clear: both;
	float: left;	
	width: 868px;	
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
	border-top: 5px solid #31312E;
	border-bottom: none /*1px solid #232320*/;
	border-left: 1px solid #53534C;
	border-right: 1px solid #53534C;
}

#header {
	position: relative;
	background: #fff url(header-bg.jpg) repeat-x;
	width: 870px;	
	height: 100px;	
	padding: 0;	
	margin: 0px auto;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 20px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #5b4a29;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 25px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #5b4a29;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: #4C4C4C;
	margin: 5px auto;
	padding: 0 0 0 0;		
	height:120px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

#header-awards {
	position:absolute; 
	margin-left:740px;
} 

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 35px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(images/nav.jpg) repeat-x;	
	width: 870px;		
	height: 35px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #53534C;
	border-left: 1px solid #53534C;
	font: bold 12px/40px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #B6B6AD;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(images/nav-hover.jpg) repeat-x;	 color:#FFF;
}
#nav ul li#current a {	
	background: url(images/nav-current.jpg) repeat-x;	
}
#nav .sitemap a{
	position:absolute;
	margin-left:820px;
	margin-top:15px;
	padding: 0 5px 5px 5px;
	color:#92928B;
	font-size:0.8em;
	text-decoration: none;
}
#nav .sitemap a:hover{
	color:#BEBEB9;
	font-size:0.8em;
	text-decoration: underline;
}
/* Main Column */
#main {
	float: right;
	width: 620px;
	padding: 15px 0 0 0; margin: 0 0 0 0;
	display: inline;	
}

#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #895F30; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #895F30; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(images/bullet.gif); line-height:2em;
	/*list-style: square;*/
	color:#C0C0B6; 
}
	
#main ol li{
	color:#C0C0B6; 
}

#main-product {
	float: left;
	width: 868px;
	padding: 15px 0 0 0; margin: 0 0 0 0;
	display: inline;	
}

#main .index-photo { margin: 0 0 0 0;
}

#main-header{
	float: right;
	width: 580px;
	height: 300px;
	padding: 0; margin:0 10px 5px 0;
	display: inline;	
}

#main-left{
	float: left;
	width: 260px;
	height:300px;
	padding: 0; margin:0 0 5px 2px;
	display: inline;	
}

#main-left p {
	color:#C0C0B6; 
	font: 85%/1.4em Verdana, Tahoma, Arial, Geneva, sans-serif;
}

#main-left h1{	
	padding: 5px 0 0 10px;
	font: bold 1.2em/1.3em  Tahoma,'Trebuchet MS',  Sans-serif; 
	color:#FF8E17;
	letter-spacing: 0;
}

#button {
	float: center;
	width:868px;
	padding:0;
	margin: 0 ;
}
#button ul.banner{
	width:868px;
	padding:0;
	margin:0 10px;
}
#button ul.banner li{
	float:left;
	margin:0 5px 0 0;
}
#button ul.banner li a.water{
	display:block;
	background:url(images/button-watertank.jpg) 0 0 no-repeat;
	width:208px;
	height:80px;
}
#button ul.banner li a.water:hover{
	background:url(images/button-watertank-hover.jpg) 0 0 no-repeat;
}
#button ul.banner li a.septic{
	display:block;
	background:url(images/button-septictank.jpg) 0 0 no-repeat;
	width:208px;
	height:80px;
}
#button ul.banner li a.septic:hover{
	background:url(images/button-septictank-hover.jpg) 0 0 no-repeat;
}
#button ul.banner li a.pipe{
	display:block;
	background:url(images/button-pipe.jpg) 0 0 no-repeat;
	width:208px;
	height:80px;
}
#button ul.banner li a.pipe:hover{
	background:url(images/button-pipe-hover.jpg) 0 0 no-repeat;
}
#button ul.banner li a.others{
	display:block;
	background:url(images/button-others.jpg) 0 0 no-repeat;
	width:208px;
	height:80px;
}
#button ul.banner li a.others:hover{
	background:url(images/button-others-hover.jpg) 0 0 no-repeat;
}

#secondary {
	width:580px;
	margin-top: 10px;
	padding: 0 0 3px 20px;
}

#secondary-index{
	width:550px;
	margin-top: 10px;
	padding: 0 0 3px 20px;
}

#secondary h3 {	
	font: normal 1.7em Tahoma,'Trebuchet MS', Sans-serif;
	color: #2DD3C4; 	
	text-transform: none;
}
#secondary h4{	
	padding: 15px 0 0 10px;
	font: bold 1.3em Arial,Helvetica, Sans-serif;
	color: #FFBA16; 	
	text-transform: none;
}

#secondary p {
	color:#C0C0B6; 
}

#secondary .caption {
	width:340px; font-size:0.9em; line-height:1.2em; padding-left:20px; margin:40px 0 0 0;
}

#secondary .caption-pdf {
	width:340px; font-size:0.9em; line-height:1.2em; padding-left:25px; color:#898987;
}

#secondary .caption-pdf a {
	color:#A7A7A6;
}

#secondary .caption-pdf a:hover {
	color:#CFCFCF;
}

#secondary .caption-img img{
	padding:0; 
	border:none;
}

#secondary .caption-short {
	width:340px; font-size:0.9em; line-height:1.2em; padding-left:20px; 
}

#secondary .caption-long {
	width:390px; font-size:0.9em; line-height:1.2em; padding-left:20px;
}

#secondary img {
	padding:10px; 
}

#secondary p span {
	color:#F2D25B; font-size:1.2em;
}

#secondary td {
	color:#666; 
}


/* start - table */
#secondary table {
	border-collapse: collapse;
	margin: 10px;	

}
#secondary th strong {
	color: #fff;
}
#secondary th {
	background: #93BC0C url(images/nav.jpg) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	line-height:1em;
	color: #fff;
	text-align: left;
	border-left: 1px solid #252522;
	border-bottom: solid 2px #252522;
}

#secondary th.third {
	font-size:0.7em; line-height: 1.4em;
}
#secondary tr {
	height: 32px;
	
}
#secondary td {
	padding-left: 5px;
	padding-right: 0px;
	border-left: 1px solid #252522;
	border-bottom: 1px solid #252522;
	font-size:0.9em;
}
#secondary td.first, #secondary th.first {
	padding: 0 0 0 15px; font-size:1em; border-left: 0px;
}
#secondary tr.row-a {
	background: #2E2E2B; list-style-image: none; list-style:square;
}
	#secondary tr.row-a td {
	color: #D1D1C7; font-size:1em;
}
	#secondary tr.row-a li {
	list-style-image: none; list-style:square; margin-left: 0; 
}
#secondary tr.row-b {
	background: #393935;		
}
	#secondary tr.row-b td {
	color: #D1D1C7; font-size:1em;
}
		#secondary tr.row-b li {
	list-style-image: none; list-style:square;
}
	.second {
	font-size:0.8em; line-height:1em;
}


/* end - table */



#secondary-right{
	margin: 0 0 0 5px;
	padding-bottom: 3px;
	font: normal 0.85em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #688A9F /*#8E8E83*/; 
	text-transform: none;

}

/* Product page
============================================================= */

#prod { width:550px; background: #2A2A28; margin: 0 0 10px 0; padding:10px;}
	#prod .title { margin-left: 120px; color:#23B2CC;}	
	#prod .title ul li{ list-style: disc; list-style-image:none; color:#6AD7CD;}
	#prod .title li a{ color: #75D7E9; font-size:1em;}
	
#secondary-products{
	float:right;
	width:500px;
	margin-top: 10px;
	padding: 0 10px 3px 0px;
}

#prod-block {
	margin: 0 10px 0 260px;
 	padding: 0 0 30px 10px;  
	/*border: 1px solid #F4F3EC; */
	background: #1B1B19; 
	font: normal 1.1em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FFFFF1;
	border-bottom: solid 1px #53534C;
}

#prod-block h3 {
	font: normal 2em/1.5em 'Trebuchet MS', Tahoma, Sans-serif; color:#FF8E17;

}

/*
============================================================= */




/* Sidebar */	
#sidebar { float: left; 	width: 220px; padding: 25px 0 0 15px; margin: 0; }	

#sidebar h3 { margin-top: 10px; padding: 5px 5px; font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif; color: #E8E8DB; 			
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #53534C;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #53534C;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #BE6001; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #FFA64A;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }
.video-link img{
	border:none;
	padding: 0 0 0 5px;
	text-decoration:none;
	
}
/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 95%;	
	text-align: left;
	padding: 10px 0;		
	border-bottom: 15px solid #2C2C29;
	/*border-top: 1px solid #4C4C4C;*/
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #8E8E83;	
	margin: 0 auto; 
	
	padding: 15px 0 0 280px;
	text-align: left;
	font-size:0.95em;	
}
#footer-bottom  a {
	color: #8E8E83;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.tt {
	text-align:left;
	font-size:0.85em;
	color:#fff;
}

.snapfit-left{
	float:left;
	text-align:left;
	font-size:0.9em;
	color:#C0C0B6;
}
.snapfit-left img{
	padding:10px;
}
.snapfit-right{
	float:right;
	margin-right:200px;
	text-align:left;
	font-size:0.9em;
	color:#C0C0B6;
}
.snapfit-right img{
	padding:10px;
}

.break {
clear: both;
}
