@charset "utf-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #519154;
	border-right-color: #519154;
	border-bottom-color: #519154;
	border-left-color: #519154;
} 
.twoColFixLtHdr #header {
	height: 120px;
	background-image: url(/images/images/banner-2.gif);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(/images/images/butterfly-leftcol.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 5;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(/images/images/drop_shadowheader.gif);
	font-size: .8em;
	color: #999;
	text-align: center;
} 
.twoColFixLtHdr #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 */
	background-image: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.twoColFixLtHdr #butterfly {
	background-image: url(/images/images/butterfly-60.png);
	height: 189px;
	width: 203px;
	left: 0px;
	top: 0px;
	float: left;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 1em;
	color: #FFF;
	background-image: url(/images/images/drop_shadowheader.gif);
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	height: 37px;
	padding-top: 3px;
	width: 100%;
	margin-bottom: 0px;
}

.twoColFixLtHdr .leftcoltext {
	font-size: 12px;
	color: #558957;
	text-align: center;
	margin-top: 0px;
	background-image: url(/images/images/bxbdyhilite.gif);
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 172px;
	background-position: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 1.2em;
	color: #558957;
}
.twoColFixLtHdr #container #mainContent #main_txt {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 1.2em;
	color: #558957;
}
.twoColFixLtHdr .leftcolbx {
	background-image: url(/images/images/box_top.gif);
	height: 26px;
	padding-top: 12px;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr .mainbxtp {
	background-image: url(/images/images/hp_bxtop.gif);
	height: 17px;
	color: #063;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 8px;
	font-size: 1em;
}
.twoColFixLtHdr .hmepge_feature .mainbxtp {
	background-image: url(/images/images/mainbx_hdrbg.gif);
	height: 25px;
	color: #063;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 8px;
	font-size: 1em;
	background-repeat: no-repeat;
}
.twoColFixLtHdr .bxbtm {
	background-image: url(/images/images/bxbtm.gif);
	height: 25px;
	margin-bottom: 10px;
}
.twoColFixLtHdr .leftcoltext ul {
	list-style-type: none;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 .b3 {
	background-image: url(images/images/menu_spacer.gif);
	height: 20px;
}
.hmepge_prod {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.twoColFixLtHdr #container #mainContent #main_txt .hmepge_prod .mainbxtp h1 {
	margin: 0px;
	font-size: 1.2em;
}
.hmepge_feature {
	float: left;
	width: 370px;
	margin-right: 10px;
}
.hmepge_feature .leftcoltext {
	font-size: 12px;
	color: #558957;
	text-align: center;
	margin-top: 0px;
	background-image: url(/images/images/mainbx_bdybg.gif);
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 362px;
}
.hmepge_feature .bxbtm {
	background-image: url(/images/images/mainbx_ftrbg.gif);
	height: 33px;
	margin-bottom: 10px;
	padding-top: 5px;
}
.hmepge_feature .bxbtm h1 {
	font-size: 14px;
	margin: 0px;
}
.hmepge_feature .mainbxtp h1 {
	color: #FFF;
	margin: 0px;
	font-size: 2em;
}
.twoColFixLtHdr #container #mainContent #main_txt div .hmepge_feature .mainbxtp h1 {
	color: #FFF;
	font-size: 1.2em;
}
.twoColFixLtHdr #container #mainContent #main_txt div .hmepge_prod a {
	display: block;
	height: 110px;
	width: 160px;
	background-image: url(/images/images/bxbdyhilite.gif);
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-position: left;
}

.twoColFixLtHdr #container #mainContent #main_txt div .hmepge_prod a:hover {
	background-image: url(/images/images/bxbdy-hllite.gif);
	background-repeat: repeat-y;
	background-position: -180px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #main_txt div .hmepge_prod a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixLtHdr #container #mainContent #main_txt p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #060;
	text-align: left;
}

/*product pages */
.mainprod_pic {
	background-color: #093;
	float: right;
	height: 200px;
	width: 300px;
}
.prodspec {
	float: right;
	list-style-image: none;
	list-style-type: none;
	color: #FFF;
	font-size: .8em;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
  		  }.twoColFixLtHdr #container #mainContent #main_txt img {
	margin-right: 10px;
}
.twoColFixLtHdr #container #mainContent #main_txt hr {
	color: #063;
}
.productlayout {
	height: 250px;
	width: 760px;
}
.productimg {
	text-align: center;
	float: left;
	width: 210px;
	background-image: url(/images/images/products/layout/prod_imgbg.gif);
	height: 150px;
	padding-top: 10px;
	padding-left: 10px;
}
.prod_desc {
	float: left;
	width: 390px;
	background-image: url(/images/images/products/layout/proddesc_bg.gif);
	background-repeat: repeat-x;
	height: 160px;
	background-position: left top;
	padding-left: 5px;
	padding-right: 5px;
}
.prod_spec {
	text-align: center;
	float: left;
	width: 140px;
	background-image: url(/images/images/products/layout/prodspec_bg.gif);
	height: 160px;
}
.mainprod_txt {
	min-height:200px
}
.h3_0margin {
	margin: 0px;
	padding-top: 5px;
}.twoColFixLtHdr #container #mainContent .turfcalc {
	width: 180px;
}
#rightcol {
	float: right;
	width: 180px;
	margin-right: 5px;
}
.twoColFixLtHdr #container #mainContent .product {
	width: 580px;
}
.twoColFixLtHdr #container #mainContent .product #prod_spec {
	width: 200px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	min-height:200px
}
.twoColFixLtHdr #container #mainContent .product #prod_img {
	text-align: center;
	width: 360px;
	float: right;
}
.twoColFixLtHdr #container #mainContent #termsandcond {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent .answer {
	display: block;
	text-align: left;
	min-height:100px
}
.twoColFixLtHdr #container #mainContent .question {
	text-align: left;
	display: block;
	min-height:100px;
}

