/* CSS Document */

/* CSS 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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* END CSS Reset */

/* BSA HOAC Styles */

/* Containers */

body {
	background:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#898989;
	color:#6E6E6E;
	background:url(../graphics/bkgd_hdr_full.gif) repeat-x #ccc;
}

#header {
	width:984px;
	padding: 0;
	background:url(../graphics/bkgd_hdr.gif) no-repeat;
	height:116px;
	margin:0 auto;
}
#maincontent {
	width:984px;
	background:url(../graphics/bkgd_body.gif) repeat-y;
	margin:0 auto;
	
}
#footer {
	background:url(../graphics/bkgd_ftr.gif) no-repeat;
	width:984px;
	padding:8px 0;
	color:#898989;
	text-align:center;
	font-size: 11px;
	clear:both;
	width:984px;
	margin:0 auto;
}

#mainnav {
	width:1000px;
	background:#760c02;
	height:20px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	clear:both;
	margin-top:8px;
	padding:3px;
}
#homemaincontent {
	width:984px;
	clear:both;
}

/* navigation */

#navbarhome {
	width: 700px;
	float:left;
	margin-top:3px;
}

#navbarhome .navitem {
	display:block;
	padding: 18px 14px 0 14px;
	height: 18px;
	text-align:center;
	float:left;
}

#navbarhome a  {
	color:#fff;
	text-decoration:none;
}

#navbarhome a:hover  {
	color:#fff;
	text-decoration:underline;
}

#navbarhome .on  {
	background:url(../graphics/nav-arrow.gif) center top no-repeat;
}

#navbarhome a.on  {
	color:#55d062;
}

#navbarhome .distributorCenterLink
{
	display: block;
	padding: 6px 7px 3px 7px;
	margin-top:10px;
	margin-bottom:0px;
	height: 18px;
	text-align: center;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	-webkit-border-radius: 5px;

}

#navbar {
	width: 700px;
	float:left;
	margin-top:50px;
}

#navbar .navitem {
	display:block;
	padding: 18px 15px 0 15px;
	height: 18px;
	text-align:center;
	float:left;
}

#navbar a  {
	color:#fff;
	text-decoration:none;
}

#navbar a:hover  {
	color:#fff;
	text-decoration:underline;
}

#navbar .on  {
	background:url(../graphics/nav-arrow.gif) center top no-repeat;
}

#navbar a.on  {
	color:#55d062;
}






/* Default Styles */

a {
	color:#3b9143;
	text-decoration:underline;
}

a:visited {
	color:#999;
}

a:hover {
	color:#666666;
}

p {
	margin:0 0 10px 0;
	line-height:140%;

}

ul {
	padding:0 0 0 20px;
	margin: 5px 0 5px 20px;
	list-style:outside disc;
}

ol {
	padding:0 0 0 20px;
	margin: 5px 0 5px 20px;
	list-style:outside decimal;}

ol ol {
	padding:0 0 0 20px;
	margin: 5px 0 5px 20px;
	list-style:outside lower-roman;}

ol.roman {
	list-style:outside lower-roman;
}
ol.roman ol {
	list-style:outside lower-alpha;
}

ol.alpha {
	list-style:outside lower-alpha;
}

ol.alpha ol {
	list-style:outside lower-roman;
}


li {
	padding:0;
	margin: 0 0 10px 0;
} 

strong {
	font-weight:bold;
}

em {
	font-style:italic;
	}

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	clear:both;
	color:#898989;
	color:#6E6E6E;
}

h2 {
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	clear:both;
	color:#898989;
	color:#6E6E6E;
	margin-bottom:10px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	clear:both;
	margin-bottom:0;
	color:#898989;
	color:#6E6E6E;
}

h4 {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#898989;
	color:#6E6E6E;
	margin-bottom:0;
}

h5 {
	font-size:10px;
	font-weight:bold;
	color:#898989;
	color:#6E6E6E;
}

h6 {
	font-size:10px;
	font-style:italic;
	color:#898989;
	color:#6E6E6E;
}

sup	{
	font-size:10px;
	vertical-align:top;
}

.blank {
height:10px;
clear:both;
background:#fff;
}


/* Header */


#headerlogo {
	display:block;
	width:190px;
	padding:8px 0 0 20px;
	float:left;
}

#headerlogo img.noborder
{
	border:none;
	background-color:#3B9143
	}

#header h1
{
	float:right;
	color:#BEDF97;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-weight:normal;
	padding:5px 65px 0 0;
}

/* Home Page Styles */



.blankhome {
height:0;
clear:both;
}

#homefeature{
	width:218px;	
	height: 319px;
	padding:0;
	margin:0 2px 0 0;
	float:left;
	text-align:center;	
}

#homefeature h2 {
	color:#000;
	font-size:18px; 
	margin-bottom:3px; 
	font-weight:normal;
}

#homefeature h3 {
	color:#000;
	font-size:16px; 
	margin-bottom:8px;
}

#homefeature p {
	color:#000;
	font-size:14px; 
	line-height:16px;
}

#homefeature a {
	color:#000; 
	text-decoration:none;
}

#homefeature a:hover {
	color:#000; 
	text-decoration:none;
}

#homefeature #readmore{text-decoration:underline; font-weight:bold;}

#homefeature a.videohomelink 
{
	color:#3b9143;
	text-decoration:none;
	padding-left: 10px;
}

#homefeature a.videohomelink:hover
{
	color:#666666;
	text-decoration:underline;
}

#homehero {
	width:231px;
	padding:0;
	margin:0 2px 0 0;
	float:left;
}

#homecopy {
	width:465px;
	height:428px;
	padding:0;
	margin:0;
	float:left;
}

#homecopymain {
	width:385px;
	height:239px;
	padding:40px;
	margin:0;
	float:left;
	background:#bedf97;
	text-align:center;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
#homecopynews {
	width:430px;
	height:99px;
	padding:0 15px;
	margin:5px 0;
	float:left;
	border-top:#e2e2e2 solid 1px;
	border-bottom:#e2e2e2 solid 1px;
}

#homecopynews h3{
	color: #ed1c24;
	margin:0;
}

#homecopynews p{
	color: #f59c20;
	margin:0;
	font-size:12px;
}

#homecopynews a {
	color: #57d463;
	text-decoration:none;
}

#homecopynews a {
	color: #57d463;
	text-decoration:none;
}

#homekalo80 {
	width:410px;
	height:101px;
	padding:0 25px;
	margin:5px 0;
	float:left;                       
}

#homekalo80 h3 {
    width: 290px;
    float: left;
    margin: 30px 0 0 10px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

#homekalo80 img {
    display: block;
    float: left;
}

#homecopynews a:hover {
	text-decoration:underline;
}

#homevideolinks {
	padding: 5px 0;
	margin: 5px 0 0 22px;
	border-top:#e2e2e2 solid 1px;
}

#homevideolinks h3 {
	font-size:14px;
	color: #ed1c24;
	margin:0 0 10px 0;
}

#homevideolinks a {
	color: #f59c20;
	text-decoration:underline;
}

#homevideolinks a:hover {
	color: #f59c20;
	text-decoration:underline;
}

#homecopynews1 {
	width:195px;
	height:89px;
	padding:0;
	margin:5px;
	float:left;
}
#homecopynews2 {
	width:195px;
	height:89px;
	padding:0 0 0 15px;
	margin:5px;
	float:right;
	border-left:#e2e2e2 solid 1px;
}


#homeright{
	width:65px;
	padding:0;
	margin:0;
	float:left;
}

/* Page Styles */

#mainheader {
	width:650px;
	margin: 0 65px 5px 220px;
}

#mainheader h1{
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-weight:normal;
	padding-bottom:5px;
}

#mainheaderalt {
	float:right;
	width:705px;
	margin: 0 66px 5px 0;
	background: #fff;
}

#mainheaderalt h1{
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-weight:normal;
	padding-bottom:5px;
}

.mainheader {
	width:650px;
	margin: 0 65px 5px -5px;
}

.mainheader h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-weight:normal;
	padding-bottom:5px;
}

#pagecontent {
	margin: 0 67px 0 20px;
	background:url(../graphics/bkgd_page_1col.gif)
}


#leftsb {
	width:160px;
	padding: 0 15px;
	float:left;
}

#leftsbalt {
	width:161px;
	padding: 0 15px;
	float:left;
	margin-top:46px;
}

#leftsb h2, #leftsbalt h2 {
	margin-bottom:10px;
	text-transform:uppercase;
}

#leftsb ul, #leftsbalt ul{
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
}
#leftsb li, #leftsbalt li{
	margin:0;
	padding:0;
}

#leftsb li a, #leftsbalt li a{
	display:block;
	color:#00759F;
	text-decoration:none;
	padding: 8px 4px;
	font-weight:bold;
}

#leftsb li a.on, #leftsbalt li a.on{
	display:block;	
	color:#00759F;
	text-decoration:underline;
	padding: 8px 4px;
}

#leftsb li a:hover, #leftsbalt li a:hover {
	text-decoration:underline;
}

#leftsb ul ul, #leftsbalt ul ul{
	margin:0 0 15px 0;
	padding:0 0 0 0;
	list-style:outside disc;
	color:#f59c20;
	color:#40c2f3;
}


#leftsb li li, #leftsbalt li li {
	margin:0 0 0 30px;
	padding:0;
	border-bottom:none;
	font-size:11px;
}

#leftsb li li a, #leftsbalt li li a{
	display:block;
	color:#f59c20;
	color:#40c2f3;
	color:#00A5DF;
	text-decoration:none;
	padding: 3px 4px 2px 0;
	background:none;
}

#leftsb li li a:hover, #leftsbalt li li a:hover {
	color:#f59c20;
	color:#40c2f3;
	color:#00A5DF;
	text-decoration:underline;
	background:none;
}

#fullbodycontent {
	float:left;
	width:820px;
	margin-left:20px;
	padding:20px;
}

#bodycontent {
	width:690px;
	float:left;
	padding: 0 0 0 15px;
}

#bodycontent li
{
	
	line-height:140%;
}

#bodycontent h2.subheading {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#ed1c24;
	color:#3B9143;
	font-weight:normal;
}


img.left {
	float:left;
	margin: 0 10px 10px 0;
}

#contactcontainer {
	clear:both;
	margin:0;
	padding:0;
}

#contactinfo {
	color:#3b9143;
	font-size:14px;
	font-weight:bold;
	width:190px;
	text-align:center;
	float:left;

}

#contactinfo p{
	margin:0;
	padding:0;
}

#contactinfo a {
	color:#3b9143;
	font-size:12px;
	font-weight:normal;
}

#contactright {
	background:#fff;
	float:left;
	margin-left: 20px;
	width: 600px;
	height:60px;
}

/* Product Pages Styles */

#prodhomecontent {
	margin: 0 67px 0 20px;
	background:url(../graphics/bkgd_prd_home.gif);
}

#prodhomeintro {
	background:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:0 50px 20px 0;
}

.prodtypeturf {
	width: 180px;
	padding: 0 15px 10px 15px;
	float:left;
}
.prodtypeturf a {text-decoration:none;}

.prodtypeag {
	width: 185px;
	padding: 0 15px 10px 0;
	float:left;
}
.prodtypeag a {text-decoration:none;}

.prodtypeinoc {
	width: 185px;
	padding: 0 15px 10px 15px;
	float:left;
}
.prodtypeinoc a {text-decoration:none;}

h3.prodtype {
	color:#3b9143;
	text-align:center;
}

a.prodtype {
	color:#f59c20;
	color:#40c2f3;
	color:#00A5DF;
	text-decoration:none;
}

a:hover.prodtype {
	text-decoration:underline;
}

#prodpagecontent {
	margin: 0 67px 0 20px;
	background:url(../graphics/bkgd_page_2col.gif);
}

#nocolumncontent{
	margin: 0 67px 0 20px;
}

#onecolumncontent{
	margin: 0 67px 0 20px;
	background:url(../graphics/bkgd_page_1col.gif);
}

#twocolumncontent{
	margin: 0 67px 0 20px;
	background:url(../graphics/bkgd_page_1col.gif);
}

.prodoverview {
	width: 670px;
	padding: 0 15px 10px 0;
	float:left;
}

.prodmain {
	width: 480px;
	padding: 0 15px 10px 0;
	float:left;
}
.prodright {
	width: 185px;
	padding: 0 0 0 5px;
	float:left;
}

#dlsheets {
	background:url(../graphics/bkg_prd_info.jpg);
	width: 182px;
	height: 174px;
}

#dlsheets p {
	line-height:120%;
	font-size:11px;
	color:#fff;
	padding:15px 15px 5px 15px;;
	font-weight:bold;
	
}

#dlsheets ul {
	margin: 12px 0 0 0;
	padding:0 0 0 15px;;
	list-style:none;
}

#dlsheets li {
	line-height:100%;
	font-size:10px;
	color:#000;
	padding:4px 4px 2px 10px;
	margin:0;
	font-weight:bold;
	background:url(../graphics/arrw_prodinfo.gif) no-repeat left;
	
}

#dlsheets li a{
	color:#000;
	text-decoration:underline;
}



/* footer */

#footer a {
	color:#898989;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


/*----------------------------------------- VIGOR ------------------------------------------*/
/* Header */
#headerV {
	width:984px;
	padding: 0;
	background:url(../../graphics/bkgd_hdr.gif) no-repeat;
	height:116px;
	margin:0 auto;
}

#headerlogoV {
	display:block;
	width:190px;
	padding:0;
	padding-left:25px;
	float:left;
}

#headerV h1
{
	float:right;
	color:#BEDF97;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	padding:0;
	height:30px;
	width:330px;
	margin-right:70px;
	text-align:right;
}
/* navigation */
#mainnavV {
	width:1000px;
	background:#760c02;
	height:20px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	clear:both;
	margin-top:8px;
	padding:3px;
}
#navbarhomeV {
	width: 650px;
	float:left;
	height:20px;
	margin-top:20px;
}

#navbarhomeV .navitem {
	display:block;
	padding: 18px 15px 0 15px;
	height: 18px;
	text-align:center;
	float:left;
}

#navbarhomeV a  {
	color:#fff;
	text-decoration:none;
}

#navbarhomeV a:hover  {
	color:#fff;
	text-decoration:underline;
}

#navbarhomeV .on  {
	background:url(../graphics/nav-arrow.gif) center top no-repeat;
}

#navbarhomeV a.on  {
	color:#55d062;
}

/* vigor pages */
#homecopyV
{
	margin:0;
	padding:0;
	}

#homeheroV {
	width:249px;
	padding:0;
	margin:0;
	margin-left:20px;
	margin-top:29px;
	float:left;
	text-align:center;
}

#homerightV{
	width:165px;
	padding:0;
	margin:0;
	margin-top:29px;
	margin-left:0;
	float:left;
	text-align:center;
}

#homecopymainV {
	width:474px;
	padding:10px;
	padding:0;
	padding-top:25px;
	margin:0;
	margin-left:10px;
	float:left;
	text-align:left;
}

#homecopymainV p
{
	font-size:16px;
	margin-left:20px;
	margin-right:20px;
}
#homecopymainV ul
{
	line-height:140%; font-size:16px;
	}

#homecopymainV li{
	margin-left:20px;
	margin-right:20px;
}

#homecopymainV ul li ul li{
	margin-left:20px;
	margin-right:20px;
	list-style-type:square;
}

#homemaincontentV h1{
	font-size:26px;
	text-align:center;
	
}

#homecopymainV h1{
	font-size:26px;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

#homecopymainV img.home
{
	margin-top:37px;
	*margin-bottom:-5px;
}

#homecopymainV img.margin
{
	float:left;
	margin-right:5px;
}

#homecopymainV img.imgright
{
	margin-left:170px;
	}
	
#homemaincontentV {
	width:984px;
	clear:both;
}

#homecopynewstopV
{
	width:858px;
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:20px;
	float:left;
	margin-top:20px;
}

#homecopynewstopV p
{
	font-size:16px;
}

#homecopynewstopV h1
{
	margin-bottom:10px;
}

#homecopynewstopV img.right
{
	float:right;
}
	
#homecopynewstopV img.left
{
	float:left;
}

#homecopynewsbottomV
{
	width:858px;
	padding:20px;
	margin-left:20px;
	float:left;
}

#homecopynewsbottomV p
{
	font-size:16px;
}

#homecopynewsbottomV h1
{
	margin-bottom:10px;
}

#homecopynewsbottomV img.right
{
	float:right;
}

#homecopynewsbottomV img.center
{
	margin-left:130px;
	margin-top:30px;
}
	
#featurecopymainV {
	width:624px;
	padding:10px;
	padding:0;
	padding-top:25px;
	margin:0;
	margin-left:10px;
	float:left;
	text-align:left;
}

#featurecopymainV p
{
	font-size:16px;
	margin-left:20px;
	margin-right:20px;
}

#featurecopymainV ul
{
	line-height:140%; font-size:16px;
}
	
#featurecopymainV li{
	margin-left:20px;
	margin-right:20px;
}

#featurecopymainV ul li ul li{
	margin-left:20px;
	margin-right:20px;
	list-style-type:square;
}

#featuresmaincontentV
{
	margin-left:35px;
	margin-right:80px;
	}
#featuresmaincontentV h1
{ font-size:26px;
  text-align:center;
	}

#featuresmaincontentV img.left
{
     float:left;
     margin-right:30px;
     margin-bottom:20px;
}
#featuresmaincontentV img.right
{
     float:right;
     margin-left:30px;
}
#featuresheadingV{ margin-left:75px;
                   margin-right:50px;}
                   
#featuresheadingV p{font-size:18px; font-weight:bold;}

#featuresheadingV p.green{color:green}

#featuresmaincontentV p{font-size:18px;}

#featuresmaincontentV strong.greenunderline{color:green;
                                            font-size:20px;
                                            margin-bottom:35px;
                                        text-decoration:underline;
                                        width:100px;}

