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

/*********************************************************************************************************************************
Browser reset
**********************************************************************************************************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***********************************************************************************************************************************
Bsaic styles
************************************************************************************************************************************/


#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/page_back.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/dirt_back.jpg);
	background-repeat: repeat-x;
	background-color:#6c5b4b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
	
h1{
	font-size:1em;
	color: #008265;
	padding: 0px 0px 15px 0px;
	}
	
h2{
	font-size:.8em;
	font-weight:bold;
	color:#000;
	padding: 0px 0px 15px 0px;
	}

h3{
	font-size:1.8em;
	color:#008265;
	text-align:center;
	padding: 35px 0px 0px 0px;
	}

p{
	font-size: .75em;
	padding: 0px 0px 7px 0px;
	line-height:1.5em;
	}

.clear{
	clear:both;
	}

.green{
	color: #008265;
	font-weight:bold;
	font-style:italic;
	}
	
.list li{
	font-size: .7em;
	list-style: disc;
	margin-left: 265px;
	color: #FF0000;
	}
	
.li{
	color:#000;
	}
/***********************************************************************************************************************************
Header
************************************************************************************************************************************/
#header {
	position:relative;
	width: 930px;
	height: 481px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}
	
#header #header_top{
	background-image:url(../images/safe_for_kids_pets_animals.jpg);
	width:930px;
	height:158px;
	position:relative;
	}
	
#header #header_bottom{
	background-image: url(../images/lawn_care_image.png);
	background-repeat:no-repeat;
	width:930px;
	height:281px;
	position:relative;
	}

#nav{
	height:25px;
	position:absolute;
	right:25px;
	bottom:4px;
	}
	
#nav a{
	text-decoration: none;
	color: #FFFFFF;
	}
	
#nav a:hover{
	text-decoration: none;
	color: #CCCCCC;
	}

#nav ul li{
	list-style:none;
	text-decoration: none;
	background-image:url(../images/tab_left.png);
	float:left;
	padding: 5px 0px 4px 14px;
	font-weight:bold;
	font-size:.8em;
	}

/*#nav ul li a{
	list-style:none;
	text-decoration: none;
	background-image:url(../images/tab_left.png);
	float:left;
	padding: 5px 5px 4px 14px;
	font-weight:bold;
	font-size:.8em;
	display:block;
	}*/

#nav .first{
	background-image: url(../images/tab_left_first.png);
	padding: 5px 5px 4px 10px;
	}

#nav .last{
	background: url(../images/right_tab.jpg) top right no-repeat;
	padding:5px 8px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#buttons{
	position:absolute;
	bottom:-8px;
	right:25px;
	}
/***********************************************************************************************************************************
Sidebar
************************************************************************************************************************************/
#main_content_holder #sidebar {
	width: 170px;
	height: 300px;
	float:left;
/*	background-color:#CCCCCC;*/
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #000
	}


/***********************************************************************************************************************************
Main Content
************************************************************************************************************************************/
	
#main_content_holder {
	padding: 0px 20px 0px 43px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

#main_content_holder #main_content {
	width: 620px;
/*	height: 300px;*/
	float:right;
/*	background-color: #999999;*/
	margin: 0px 10px 0px 20px;
	}
	
#main_content_holder #main_content a {
	color: #008265;
	text-decoration:none;
	}
	
#main_content_holder #main_content a:hover {
	text-decoration: underline;
	}

/***********************************************************************************************************************************
Footer
************************************************************************************************************************************/


#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 129px;
	}
	
#footer_con {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:129px;
	background-image: url(../images/footer_back.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
	
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	
/***********************************************************************************************************************************
Home
************************************************************************************************************************************/
#bottom_text{
	font-size:.9em;
	text-align: center;
	font-weight:bold;
	padding:20px 0px 0px 0px;
	}
	
#bottom_text p{
	font-size:.9em;
	text-align: left;
	margin:  15px 0px;
	padding:0px 10px;
	}
	
.home{
	margin:0px 10px 0px 0px;
	float:left;
	}

#home_left{
	width: 150px;
	height: 100px;
	float:left;
/*	background-color: #0000FF;*/
	}
	
#home_mid{
	width: 260px;
	height: 100px;
	float:left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
/*	background-color: #CC0000;*/
	}
	
#home_right{
	width: 150px;
	height: 100px;
	float:left;
/*	background-color: #0000FF;*/
	}
	
/***********************************************************************************************************************************
Contact
************************************************************************************************************************************/
#header #header_bottom_contact{
	background-image: url(../images/contact.png);
	background-repeat:no-repeat;
	width:930px;
	height:281px;
	position:relative;
	}

#contact_form td{
	padding:4px 0px;
	}
	
.notes{
	margin: 0px 0px 30px 0px;
	}
	
.contact{
	padding:0px 0px 3px 0px;
	}
	
.contact_green{
	padding:0px 0px 15px 0px;
	}
	
/***********************************************************************************************************************************
About us
************************************************************************************************************************************/
#header #header_bottom_about{
	background-image: url(../images/about_us.png);
	background-repeat:no-repeat;
	width:930px;
	height:281px;
	position:relative;
	}
	
.about{
	float:left;
	padding-right:10px
	}
	
/***********************************************************************************************************************************
News
************************************************************************************************************************************/
#header #header_bottom_news{
	background-image: url(../images/news.png);
	background-repeat:no-repeat;
	width:930px;
	height:281px;
	position:relative;
	}

.news_title{
	color:#942f1f;
	}
	
.news_p{
	border-bottom: 1px dotted #000;
	padding: 20px 0px 20px 0px;
	}

.news li{
	font-size:.75em;
	margin:0px 0px 10px 20px;
	list-style: disc;
	color:#FF0000
	}
	
#side_news{
	width:152px;
	color:#fff;
	text-align:center;
	background-image:url(../images/sidebar.gif);
	}
	
.news_side{
	padding: 20px 20px 20px 20px;
	position:relative;
	}
	
#side_news img{
	padding:0px 0px 20px 0px;
	}
	
/*#side_bottom{
	width:152px;
	height:17px;
	position:absolute;
	bottom: -648px;
	right:0px;
	background-image:url(../images/sidebar_bottom.gif);
	background-repeat:no-repeat;
	margin: 0px 0px -80px 0px;
	left: 401px;
	}
	*/
	
.side_news_last{
	width:152px;
	height:17px;
	background:url(../images/sidebar_bottom.gif) bottom right;
	background-repeat:no-repeat;
	margin:-10px 0px 0px 0px;
	}
	
/***********************************************************************************************************************************
FAQ
************************************************************************************************************************************/
#header #header_bottom_qa{
	background-image: url(../images/q_and_a.png);
	background-repeat:no-repeat;
	width:930px;
	height:281px;
	position:relative;
	}

.question{
	padding: 0px 0px 8px 10px;
	font-weight:bold;
	}

.answer{
	padding: 0px 0px 30px 0px;
	}
	
.qna{
	text-align:center;
	}
	
/***********************************************************************************************************************************
Testimonials
************************************************************************************************************************************/

#header #header_bottom_test{
	background-image: url(../images/testimonials.png);
	background-repeat:no-repeat;
	width:930px;
	height:281px;
	position:relative;
	}
.quote{
	font-weight:bold;
	}
	
.credit{
	padding: 0px 0px 30px 50px;
	}
	
/***********************************************************************************************************************************
Products
************************************************************************************************************************************/
	
#header #header_bottom_special{
	background-image: url(../images/special_offers_header.png);
	background-repeat:no-repeat;
	width:930px;
	height:281px;
	position:relative;
	}
	
/***********************************************************************************************************************************
Products
************************************************************************************************************************************/
.products li{
	font-size:.75em;
	margin:0px 0px 5px 20px;
	list-style:square;
	}
	
.products{
	margin:15px 0px 15px 0px;
	}
	
.product_img{
	float:right;
	margin:10px 0px 0px 10px;
	}
	
.product_menu a{
	color:#000;
	text-decoration:none;
	}
	
.product_menu li{
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #000;
	}
	
.product_menu ul{
	margin: 0px 0px 20px 0px;
	}
	
.product_menu a:hover{
	font-weight:bold;
	}
	
/***********************************************************************************************************************************
Benefits
************************************************************************************************************************************/

.text_box{
	padding: 0px 0px 30px 0px;
	}

.text_box h1{
	padding: 0px 0px 5px 0px;
	}

.benefits{
	float:left;
	padding:2px 10px 10px 0px;
	}
	
/***********************************************************************************************************************************
Aeration and Over Seeding
************************************************************************************************************************************/	

.aeration_img{
	padding: 10px 120px;
	text-align:center;
	}
	
.decimal{
	padding: 10px 0px 20px 0px;
	}
	
.decimal li{
	font-size: .7em;
	list-style: decimal;
	margin: 5px 10px 5px 40px;
	color: #FF0000;
	}
	
.aeration_ul li{
	font-size:.75em;
	margin:0px 0px 10px 20px;
	list-style: disc;
	color:#FF0000
	}
	
/***********************************************************************************************************************************
Composters and rain barrels
************************************************************************************************************************************/	

.composters{
	margin-top: 10px;
	}
	
#maintained {
	color:#53463a;
	font-size:12px;
	margin-bottom:8px;
	}
	
#maintained a {
	color:#53463a;
	}
