/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:244px; 
  background-color:#FFFFFF; 
 width:100%;
 padding-bottom:2px;
} 
 
#leftcol{
 width:168px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:832px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:341px;
 height:746px; 
 float:right; 
 position:relative;
 top:-2px;
 background-image: url('images/quote_box.jpg'); 
 background: no repeat;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:491px; 
 overflow: auto;
height: 746px;
scrollbar-face-color: #ffffff;
scrollbar-arrow-color:  #6b7dbd;
 }
 
#footer{
 height:30px; 
  background-color:#FFFFFF; 
 clear:both;
 }
 
 .homebanner{
width: 1000px;
height: 220px;
background: url('images/home_banner.jpg');
} 
 .businessbanner{
width: 1000px;
height: 220px;
background: url('images/business_banner.jpg');
} 

 .gardenbanner{
width: 1000px;
height: 220px;
background: url('images/garden_banner.jpg');
}

 .domesticbanner{
width: 1000px;
height: 220px;
background: url('images/domestic_banner.jpg');
}

 .casebanner{
width: 1000px;
height: 220px;
background: url('images/case_banner.jpg');
}

 .contactbanner{
width: 1000px;
height: 220px;
background: url('images/contact_banner.jpg');
}
 
 
 .feedbanner{
width: 1000px;
height: 220px;
background: url('images/feedback_banner.jpg');
}
 
 
 
 
.nav{
width: 1000px;
height: 24px;
background: url('images/nav_bar.jpg');
} 

 .navtext{
margin-top:4px;
margin-left:160px;
font-family: Trebuchet, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
 }
 
 .navtext a{
 padding-right:15px;
 font-family: Trebuchet, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-decoration:none;
 }
 
.navtext a:hover{
color: #ffffff;
text-decoration:underline;
}

.quotetext{
padding-top:100px;
padding-left:36px;
padding-right:36px;
font-family: Trebuchet, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #ffffff;
}

.leftcoltext{
padding-top:30px;
}

.maincoltext{
padding-top:30px;
padding-left:0px;
padding-right:30px;
padding-bottom:5px;
}

p,li,td,a{
font-family: Trebuchet, Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #6b7dbd;
text-decoration:none;
line-height:110%;
}

h1{
font-family: Trebuchet, Arial, Helvetica, sans-serif;
font-size: 16pt;
line-height: 20px;
color: #6b7dbd;
}


.footertext, footertext a{
text-align:right;
padding-right:5px;
padding-top:5px;
font-family: Trebuchet, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #6b7dbd;
text-decoration:none;
}



 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

