/* ------------ */
/* CSS Document */
/* ------------ */
body {
	background-color:#59574a;
	margin:0;
	padding:10px 0;
	text-align:center;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#241f21;
	behavior:url(includes/csshover1v4.htc);
}
img/*, div, p,
ul, li, a*/ {
	margin:0;
	padding:0;
	border:0;
	behavior:url(includes/iepngfix.htc);
}
h1 {
	margin:0 40px 0 0;
	line-height:1.2em;
}
h1.welcome {
	/*margin-bottom:20px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:34px;
	font-weight:100;
	color:#59574a;
}
h1.plantsTitle {
	margin-bottom:3px;
	font-size:20px;
	font-weight:100;
	color:#475e87;
}
h2 {
	margin:0;
	line-height:1.2em;
	font-size:12px;
	font-weight:100;
	color:#949499;
}
h3 {
	margin:0;
	padding:0;
	font-size:16px;
	color:#5e9140;
	font-weight:normal;
}
h4 {
	margin:0;
	padding:0;
	font-size:11px;
	color:#949499;
	font-weight:normal;
}
a:link,
a:visited {
	color:#5e9140;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* ------------------------------- */
/* Document Structure & Navigation */
/* ------------------------------- */
#container {
	margin:0 auto;
	padding:0;
	width:762px;
	background-color:#ffffff;
	text-align:left;
}
#banner {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}
.bannerSticker {
	position:absolute;
	right:60px;
	top:140px;
	z-index:1;
}
#main {
	width:100%;
}
#content {
	margin:0;
	padding:25px 0 15px 40px;
	float:left;
	position:relative;
	width:530px;
}
.contentSticker {
	position:relative;
	left:180px;
	top:-20px;
}
#content p {
	margin:0 40px 10px 0;
}
/* Main Nav */
#leftNav {
	margin:0;
	padding:0;
	width:192px;
	background-color:#ffffff;
	background-image: url(../images/left-bg.png);
	background-repeat:repeat-x;
	behavior:url(includes/iepngfix.htc);
	float:left;
}
div#leftNav ul,
div#leftNav li,
div#leftNav a {
	margin:0;
	padding:0;
	border:0;
	display:block;
}
div#leftNav li {
	list-style:none;
}
div#leftNav ul.subNav {
	padding:1px 1px 0 1px;
	background-color:#CFE6CF;
}
div#leftNav ul.mainNav li {
	border-bottom:1px solid #CFE6CF;
	z-index:10;
}
div#leftNav li.submenu ul.subNav {
	position:absolute;
	left:180px;
	top:5px;
}
div#leftNav ul.mainNav a:link,
div#leftNav ul.mainNav a:visited {
	width:165px;
	padding:7px 7px 7px 20px;
	background-color:#598059;
	color:#ffffff;
	text-decoration:none;
}
div#leftNav ul.mainNav a:hover {
	background-color:#72A372;
}
div#leftNav ul.subNav a:link,
div#leftNav ul.subNav a:visited {
	background-color:#72A372;/*abbf94;*/
}
div#leftNav ul.subNav a:hover {
	background-color:#60BF60;
}
div#leftNav li.submenu:hover {
	position:relative;
	z-index:11;
}
div#leftNav ul.mainNav ul.subNav {
	display:none;
}
div#leftNav li.submenu:hover ul.subNav {
	display:block;
}
/* Lower Left Tabbed-Navs */
#leftNav ul.lowerNavs {
	margin:20px 0 0 0;
	padding:0;
	font-size:9px;
	line-height:1.3em;
}
#leftNav ul.lowerNavs li {
	margin:0 0 7px 0;
	padding:0;
	border:0;
	width:180px;
	height:60px;
	background-image: url(../images/left-tabs-bg1.png);
	background-repeat:no-repeat;
	behavior:url(includes/iepngfix.htc);
}
#leftNav ul.lowerNavs li:hover {
	background-image: url(../images/left-tabs-bg2.png);
	background-repeat:no-repeat;
	behavior:url(includes/iepngfix.htc);
}
#leftNav ul.lowerNavs li a img {
	float:left;
	margin-right:10px;
}
#leftNav ul.lowerNavs li a:link,
#leftNav ul.lowerNavs li a:visited {
	width:180px;
	height:60px;
	color:#ffffff;
	text-decoration:none;
}
#leftNav ul.lowerNavs li a:hover {
	color:#ffffff;
	text-decoration:none;
}
/* Lower Left Plain-Navs */
#leftNav ul.lowerNavs li.plainNav {
	background:none;
	height:auto;
	width:auto;
}
#leftNav ul.lowerNavs li.plainNav:hover {
	background:none;
}
#leftNav ul.lowerNavs li.plainNav a:link,
#leftNav ul.lowerNavs li.plainNav a:visited {
	margin:20px 0 20px 10px;
	padding:0;
	height:auto;
	width:auto;
	color:#333333;
	font-size:9px;
	text-decoration:underline;
}
#leftNav ul.lowerNavs li.plainNav a:hover {
	text-decoration:none;
}
/* Document Footer */
#footer {
	clear:both;
	width:100%;
	height:22px;
	background-color:#598059;
	color:#ffffff;
	font-size:9px;
	line-height:normal;
}
#footer a:link,
#footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#60BF60;
}
#footer div.copyright {
	float:left;
	position:relative;
	left:30px;
	top:0;
	margin:5px 0 6px 0;
}
#footer div.designer {
	float:right;
	position:relative;
	right:30px;
	top:0;
	margin:5px 0 6px 0;
}
/* ---------------- */
/* Document Classes */
/* ---------------- */
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
#content p.links {
	margin-top:30px;
	color:#949499;
}
#content p.links a:link,
#content p.links a:visited {
	text-decoration:none;
	color:#949499;
}
#content p.links a:hover {
	text-decoration:underline;
}
.rhsImages {
	float:right;
	clear:right;
	width:160px;
	margin:20px 0 15px 15px;
}
.rhsImages img {
	margin:15px 0 0 0;
}
.line {
	clear:both;
	line-height:1.5em;
	margin:25px 40px 25px 0;
	border-bottom:1px dashed #777777;
}
#content .products {
	margin-right:40px;
	height:126px;
	font-size:12px;
	line-height:1.5em;
}
#content .products img {
	float:right;
	clear:right;
	border:3px solid #abbf94;
	margin:0 0 0 15px;
}
#content .products img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
#content .products img.pbrSymbol2 {
	float:none;
	clear:none;
	border:0;
	margin:0 0 0 5px;
}
#content .products img.pbrSymbol2:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
#content .products p {
	margin-top:10px;
}
#content .products a:link,
#content .products a:visited {
	color:#5e9140;
	text-decoration:none;
}
#content .products a:hover {
	text-decoration:underline;
}
.productThumbs {
	float:left;
	clear:right;
	margin:20px 40px 20px 0;
	text-align:center;
	font-size:10px;
}
.productThumbs div {
	float:left;
	width:146px;
}
.productThumbs div.margin {
	margin-right:26px;
}
.productThumbs img {
	margin-bottom:10px;
	border:3px solid #abbf94;
}
.pbrSymbol1 {
	position:relative;
	left:5px;
	top:-7px;
}
.disclaimer {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	text-align:justify;
}
.vrImg {
	float:right;
	clear:none;
	position:relative;
	left:35px;
	/*border:1px solid #623640;*/
	opacity:1.0;
	filter:alpha(opacity=100);
}
.vrImg:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.vrNew {
	float:right;
	position:relative;
	bottom:10px;
	right:160px;
	z-index:10;
}
.lpvrNew {
	float:right;
	position:relative;
	top:80px;
	right:250px;
}
