/* CSS Document */html, body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {	margin: 0px;	padding: 0px;	border: 0px;	}body {	background-color:#fff;	background-image: url(/images/back.jpg);	background-repeat: repeat-x;	font-size:1em;	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	color: #000;	margin:0px;	padding:0px;}h1 {	font-size: 1.8em;	height: 24px;	color: #3f8e5f;	background-color: #fff;	padding-left: 0em;	padding-top: 0.5em;}	h2 {	font-size: 1.5em;	height: 24px;	color: #3f8e5f;	background-color: #fff;	padding-left: 0em; 	padding-top: 1em;}	h3 {	width: 100%;	font-size: 1.3em;	height: 24px;	color: #3f8e5f;	background-color: #d6eaf7;	padding: 0.15em;}	h4 {	width: 100%;	font-size: 1.1em;	color: #3f8e5f;	background-color: #d6eaf7;	padding: 0.15em;}	h5 {	width: 100%;	font-size: 1.0em;	text-align: left;	color: #3f8e5f;	background-color: #fff;	padding: 0.15em;	border: 0px dashed #bbb;}	hr {	width: 100%	height: 1px;	color: #3f8e5f;}span.underline {text-decoration:underline}.c {	clear:both;}#horizon {	text-align:center;			/*IE ignore margin auto on child for centering*/	border:0px solid black;}#wrapper {	width:760px; /**/	border: 0px solid white;	margin:0px auto;	text-align:left;}#wrapper-popup {	width: 980px;	height: 800px;	margin: 50px auto;}#top-wrapper {	width:760px;	/**/			/* This needs width, otherwise IE places child divs outside it*/	border:0px solid black;}#right-edge {	float:right;	width:20px;	height:161px;	background-image: url('/images/plant-label-right.gif');}#logo-tophalf {	float:left;	width: 161px;	height: 120px;	background-image: url('/images/plant-label-logo-tophalf.gif');}#top-banner {	float:left;	width:599px;	height:120px;	background-image: url('/images/plant-label-top.gif');}#top-contact {	color: #fff;	float:right;	text-align:right;	font-size:1.1em;	padding-top:10px;	padding-right:0px;	padding-bottom:0px;	border:0px solid green;}#top-contact a:link {      /* Link styles MUST be in this order */	color: #fff;	text-decoration: none;}#top-contact a:visited {	color: #fff;	text-decoration: none;}#top-contact a:hover {	color: #fff;	text-decoration: none;}#logo-bottomhalf {	float:left;	width: 189px;	height: 70px;	background-image: url('/images/new-plant-label-logo-bottomhalf.gif');	border-left:1px solid #66ae7b;}#navcontainer {	white-space: nowrap;	background-color: #fff;	margin: auto;	padding:10px 10px 0 10px;	float: left;	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 0.9em;	font-weight: normal;	color: #000;	width: 549px;	height: 60px;	text-align: center;	background-image: url('/images/plant-label-nav.gif');	border-right:1px solid #66ae7b;}	#navcontainer ul{	margin:0;	padding:0 10px;}#navcontainer ul li{	display:inline;}#navcontainer ul li a{	padding: 4px 12px 4px 12px;	background-color: #fff;	color: #000;	float:left;	margin: 2px 0 2px 0;	list-style:none;	text-decoration: none;	border: 1px solid #fff;}#navcontainer a:hover{	background-color: #5681b6;	color: #fff;/*	border-left: 3px solid #66ae76;	border-right: 3px solid #66ae76;*/	border: 1px solid #000;}	/* ================================================================ This copyright notice must be untouched at all times.The original version of this stylesheet and the associated (x)htmlis available at http://www.cssplay.co.uk/menus/final_drop.htmlCopyright (c) 2005-2007 Stu Nicholls. All rights reserved.This stylesheet and the assocaited (x)html may be modified in any way to fit your requirements.=================================================================== */.menu {	white-space: nowrap;	background-color: #fff;	margin: auto;	padding:10px 10px 0 10px;	float: left;	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 0.9em;	font-weight: normal;	color: #000;	width: 579px;	height: 40px;	text-align: center;	background-image: url('/images/plant-label-nav.gif');position:relative;z-index:100;}/* remove all the bullets, borders and padding from the default list styling */.menu ul {padding:0;margin:0;list-style-type:none;}.menu ul ul {width:100px;}/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */.menu li {float:left;width:100px;position:relative;}/* style the links for the top level */.menu a, .menu a:visited {display:block;text-decoration:none; color:#000; border:1px solid #fff; background:#fff; padding: 4px 12px 4px 12px;}/* style the second level background */.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;}/* style the second level hover */.menu ul ul a.drop:hover{background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;}.menu ul ul :hover > a.drop {background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;}/* style the third level background */.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}/* style the third level hover */.menu ul ul ul a:hover {background:#b2ab9b;}/* hide the sub levels and give them a positon absolute so that they take up no room */.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:100px;}/* position the third level flyout menu */.menu ul ul ul{left:100px; top:0;width:100px;}/* position the third level flyout menu for a left flyout */.menu ul ul ul.left {left:-100px;}/* style the table so that it takes no ppart in the layout - required for IE to work */.menu table {position:absolute; top:0; left:0;}/* style the second level links */.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:129px/* yet another hack for IE5.5 */}* html .menu ul ul a{width:150px;w\idth:129px;}/* style the top level hover */.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}/* make the second level visible when hover on first level list OR link */.menu ul li:hover ul,.menu ul a:hover ul{visibility:visible; }/* keep the third level hidden when you hover on first level list OR link */.menu ul :hover ul ul{visibility:hidden;}/* make the third level visible when you hover over second level list OR link */.menu ul :hover ul :hover ul{ visibility:visible;}#pageholder {	background-image: url('/images/plant-label-shade.gif'); 	background-repeat: repeat-y;	width: 758px;	float: left;	border-right:1px solid #66ae7b;	border-left:1px solid #66ae7b;}#contentholder {	float : left;	width:758px;	padding: 10px 0px 10px 0px;}#contentholder a:link {      /* Link styles MUST be in this order */	font-weight: bold;	color: #66ae7b;}#contentholder a:visited {	font-weight: bold;	color: #66ae7b;}#contentholder a:hover {	font-weight: bold;	color: #3d6746;}#homecontent {	font-size:0.8em;	color: #323232;	float: left;	width: 200px;	padding: 10px 5px 10px 15px;}#homecontent ul {	display: inline;	}	#homecontent ul li {	padding-left: 0px;	margin-left: 0px;	vertical-align: middle;	list-style-position: inside;	list-style-image: url(/images/bullet.gif);}#new-homebullet {	font-size:0.8em;	color: #323232;	float: left;	padding: 5px 5px 0px 60px;}#maincontent {	font-size:0.8em;	color: #323232;	float: left;	width: 700px;	padding: 10px 10px 10px 20px;}#maincontent ul {	display: inline;	}	#maincontent ul li {	padding-left: 30px;	margin-left: 0px;	vertical-align: middle;	list-style-position: inside;	list-style-image: url(/images/bullet.gif);}.updatetablehead {	background-color: #66ae7b;	color: white;	}.updatetable {	background-color: #ccccff;	color: black;	}#home-image {	float: right;	width: 510px;	height: 275px;	padding: 34px 10px 10px 0px;}#title {	font-size: 1.34em;	font-weight: 600;	color: #66ae7b;	text-decoration: none;	white-space: nowrap;	padding: 0 35px 0px 0;	float: right;}.product-image {	float: left;	margin: 0;	padding: 20px 0px 20px 0px;}.product-info {	float: right;	width: 420px;	margin: 0;	padding: 30px 10px 0px 10px;}.product-info ul li {	list-style-image: none;	list-style-type: disc;	list-style-position: outside;	margin: 0px 0px 0px 18px;	padding: 0px 0px 0px 10px;}#product-info {	float: right;	width: 420px;	margin: 0;	padding: 30px 10px 0px 10px;}#product-info ul li {	list-style-image: none;	list-style-type: disc;	list-style-position: outside;	margin: 0px 0px 0px 18px;	padding: 0px 0px 0px 10px;}/* Footer Details */#footer {	border-top: 0px solid #fff;	border-bottom: 0px solid #fff;	width:760px;	height: 15px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;	padding-top: 27px;	font-size: 0.6em;	font-weight: normal;	color: #000;	background-color: #66ae76; 	background-image: url('/images/bottom.gif');	text-align: left;}#leftfooter	{	width: 162px;	padding-left:10px;	float:left;	color:#eee;	text-align: left;	font-weight: normal;	}#miscfooternav {	margin-left: 3em;	float:left;	color:#eee;	font-weight: normal;}#miscfooternav a {	text-decoration:none;	font-weight: normal;}				#miscfooternav a:link {	text-decoration: none;	color: #eee;	font-weight: normal;}#miscfooternav a:visited {	text-decoration: none;	color: #eee;	font-weight: normal;}#miscfooternav a:hover {	color: #fff;		font-weight: normal;}		#dbstatusnav {	text-align:right;	float:right;	color:#eee;	padding-right:30px;	font-weight: normal;}#dbstatusnav a:link {	text-decoration: none;	color: #eee;	font-weight: bold;}#dbstatusnav a:visited {	text-decoration: none;	color: #eee;	font-weight: bold;}#dbstatusnav a:hover {	background-color: #66ae76; 	color: #fff;		font-weight: bold;}		#skip	{	display: none;	}div.row {	clear: both;	padding-top: 5px;	}div.row span.label {	float: left;	width: 100px;	text-align: right;	padding-right:15px;	}div.row span.formw {	float: left;	width: 300px;	text-align: left;	}#conformancewrapper	{	width:100%;	margin:0 auto;	text-align:left;	}#madewithcss	{	float:left;	width:88px;	padding:5px;	}#triple-a	{	float:left;	width:88px;	padding: 5px 5px 5px 15px;	font-size: xx-small;	font-weight: normal;	color: #666;	}#validxhtml	{	float:left;	width:88px;	padding:5px;	font-size: xx-small;	font-weight: normal;	color: #666;	}#validcss	{	float:left;	width:88px;	padding:5px;	font-size: xx-small;	font-weight: normal;	color: #666;	}	