/* GLOBALS */



html { 
	height: 100%; 
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;
	}
	
body {
	margin:0px;
	padding:0px;
	background:url(../images/grass-fade-bk.jpg) repeat-x #c7e3a9;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
	line-height:20px;
	}
	
	
.float img {
border-style:none;
}

/* OUTER */
#outer {
	min-height: 500px;
	margin: 0px auto 0px auto;
	width:975px;
	background:url(../images/main-bk.jpg) repeat-y;
	}


/* STRUCTURE */


#content {
	padding-bottom: 75px;
	}

#header {
	margin: 0px auto 0 auto;
	height:254px;
	width:975px;
	background:url(../images/header.png) no-repeat;
	}

#main {
	padding:0px 25px 0px 25px;
	width: 925px;
	}
	
#col1  {
margin:0px 21px 0px 43px;
width:264px;
float:left;
	}
	
#col2  {
margin:0px 21px 0px 0px;
width:264px;
float:left;
	}
	
#double-col  {
	margin:0px 20px 0px 23px;
	padding:0px 10px 0px 10px;
	width:420px;
	float:left;
	}
		
#col3  {
	float:left;
	width: 398px;
	}
	
#col3 img{
padding:0px 2px 30px 2px;
	}

#col1divider {
	padding:0px 0px 10px 0px;
	height:34px;
 	background: url(../images/1col-divider.jpg) center 0px no-repeat;
}


/* NAV */

.button {
	width:236px;
	height:47px;
	}

.hand {
	cursor: pointer;
	} 

#nav {
	background:url(../images/nav-bk.jpg) repeat-x;
	margin:0px 7px 0px 7px;
	width:961px;
	height:51px;
	}

#nav a{
	border:none;
	padding:0px;
	margin:0px;
	}

#navstart{
	background-image:url(../images/nav-start.jpg);
	width:81px;
	height:51px;
	float:left;
	}

.btn_home{
	background-image:url(../images/home-btn.jpg);
	width:83px;
	height:51px;
	float:left;
	background-repeat: no-repeat;
	}
	
.btn_home a {
	width:83px;
	display:block;
	}

.btn_home:hover{
	background-position: 0px -51px;
	}
	
.btn_products{
	background-image:url(../images/products-btn.jpg);
	width:131px;
	height:51px;
	float:left;
	background-repeat: no-repeat;
	}
	
.btn_products a {
	width:131px;
	display:block;
	}

.btn_products:hover{
	background-position: 0px -51px;
	}
	
.btn_benefits{
	background-image:url(../images/benefits-btn.jpg);
	width:131px;
	height:51px;
	float:left;
	background-repeat: no-repeat;
	}
	
.btn_benefits a {
	width:131px;
	display:block;
	}

.btn_benefits:hover{
	background-position: 0px -51px;
	}

.btn_testimonials{
	background-image:url(../images/testimonials-btn.jpg);
	width:163px;
	height:51px;
	float:left;
	background-repeat: no-repeat;
	}
	
.btn_testimonials a {
	width:163px;
	display:block;
	}

.btn_testimonials:hover{
	background-position: 0px -51px;
	}

.btn_distributors{
	background-image:url(../images/distributors-btn.jpg);
	width:156px;
	height:51px;
	float:left;
	}
	
.btn_distributors a {
	width:156px;
	display:block;
	}

.btn_distributors:hover{
	background-position: 0px -51px;
	}
	
.btn_contactus{
	background-image:url(../images/contactus-btn.jpg);
	width:153px;
	height:51px;
	float:left;
	}
	
.btn_contactus a {
	width:153px;
	display:block;
	}

.btn_contactus:hover{
	background-position: 0px -51px;
	}



/* IMAGE HOLDERS*/
#topbox {
	margin: 20px 0px 20px 0px;
	width:920px;

	
}

#topbox-contact {
	margin: 20px 0px 20px 0px;
	width:920px;
	background-image:url(../images/contact.jpg);
	background-position:93% 5%;
	background-repeat:no-repeat;
	
}

.topbox-padding {
	padding:0px 20px 0 20px;
	margin: 0px;
}

.float {float:left;}

.float-products {width:570px; padding-left:20px;float:left;}

.float-pdf {
	float:left;
	min-width:110px;
	margin-right:30px;
	margin-left: 15px;
}

#topimage1 {
	height: 220px;
	background:url(../images/topimage1.jpg) no-repeat;
	}


#topinfo1 {
	padding: 1px 20px 6px 20px;
	background:url(../images/bottom-corners.png) bottom no-repeat #2a5728;
	font-size: 13px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	}


/* TYPE*/
.wide-text {
	padding: 0 42px 0 38px;
}

.products-text {
	padding: 16px 34px 0 34px;
}

.h-1 {
	font-size: 34px;
	color: #7ebe39;
	font-family:Arial, Helvetica, sans-serif;
	}

.h-2 {
	font-size: 20px;
	line-height:24px;
	letter-spacing:0px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	}
	
.h-3 {
	font-size: 30px;
			line-height:30px;

	letter-spacing:-1px;
	color: #2a5728;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

	
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
	
li {
 	background: url(../images/tick.jpg) left 50% no-repeat;
	padding:6px 0px 6px 34px;
	line-height:23px;
	}
	

	
.small_penetrator {
	background:url(../images/penetrator-small.jpg) 0px 0px no-repeat;
	margin-top:18px;
	margin-right:20px;
	margin-bottom:20px;
	width:184px;
	height:111px;
	float:left;
	}

.small_penetrator:hover {
	cursor:pointer;
	background-position: 0px -111px;
	}

.small_retain {
	background:url(../images/retain-small.jpg) 0px 0px no-repeat;
	margin-top:18px;
	margin-bottom:20px;
	width:184px;
	height:111px;
	float:left;
	}
	
.small_retain:hover {
	cursor:pointer;
	background-position: 0px -111px;
	}

.small_bloom {
	background:url(../images/bloom-small.jpg) 0px 0px no-repeat;
	margin-bottom:20px;
	margin-right:20px;
	width:184px;
	height:111px;
	float:left;
	}

.small_bloom:hover {
	cursor:pointer;
	background-position: 0px -111px;
	}

.small_sport{
	background:url(../images/sports-small.jpg) 0px 0px no-repeat;
	margin-bottom:20px;
	width:184px;
	height:111px;
	float:left;
	}
	
.small_sport:hover {
	cursor:pointer;
	background-position: 0px -111px;
	}
	
.grassbox {
	width:387px;
	background:#7ebe39;
}

.grassbox-top {
	background:url(../images/grass-box-top_old.jpg) no-repeat;
	padding: 16px 20px 0px 20px;
	color: ffffff;
	}
	
.grassbox-bott {
	background-image:url(../images/grass-box-bott.jpg);
	height:106px;
	background-color: #FFFFFF;
}

.grass-divider {background-image:url(../images/grass-divider.jpg);
height:24px;}


.form_label {float:left; width: 170px; padding: 10px 0 10px 0}

.form_input {float:left; width: 400px; padding: 10px 0 10px 0}

.textlink { color:#2a5728;
font-weight:bold;
text-decoration: none;
}
.textlink:hover { 
color:#7ebe39;
font-weight:bold;
text-decoration: underline;
}


.icaption {
	font-family:Arial, Helvetica, sans-serif;
color:#2a5728;
	font-size:12px;
	line-height:18px;
	width:300px;
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}


/* MISC*/


#clear {
	clear: both !important;
	height: 0px !important;
	overflow: hidden !important;
	font-size: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	}


#spacer{
	float: left;
	width: 1px;
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0; /* visual effect only */
	}

/* FOOTER*/

#footer {
	width:975px;
	margin:-70px auto;
	position: relative;
	height: 100px;
	clear:both;
	background:url(../images/footer-bk.jpg) no-repeat #c7e3a9;
	}

#footertext {
text-align:center;
	padding: 40px 30px 0px 30px;
	font-size:12px;
	color:#2a5728;
	}
	
.foot-bold {
font-weight:bold;
color:#2a5728;
}
