@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:0;
}

/* GENERAL FORMATTING */

.clear {
	clear:both;
}

.wrapper {
	margin:0 auto;
	width:933px;
}

.header {
	font-weight:bold;
	font-size:14px;
	color:#4F9325;
}

/* LINKS */

a {
	font-weight:bold;
	text-decoration:none;
	color:#4f9325;
}

a:hover {
	text-decoration:underline;
	color:#4f9325;
}

/* NAV */

.leftside {
	background-image:url(../images/navbg2.png);
	background-repeat:no-repeat;
	width:221px;
	min-height:551px;
	float:left;
}

.nav {
	margin:85px 0px 0px 0px;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
}

.nav a {
	color:#ffffff;	
	padding-left:10px;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	width:100%;
}

.nav a:hover {
	color:#4f9325;
	text-decoration:none;
}

.nav hr {
	color:#ffffff;
	background-color:#ffffff;
	height:1px;
	width:221px;
	margin:8px 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* MAIN CONTENT */

.rightside {
	width:712px;
	float:left;
}

.content {
	background-color:#ffffff;
	padding:10px;
	color:#000000;
	font-size:12px;
	line-height:20px;
	position:relative;
}

.content hr {
	background-color:#4f9325;
	color:#4cb809;
	margin:5px 0px;
}

.product-header2 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.video {
	float:right;
	margin:0px 10px 10px 10px;
	border:1px solid #000000;
	background-color:#000000;
	width:350px;
	height:200px;
}

/* INVENTORY SECTIONS */

.inventory2 {
	width:682px;
	margin:0 auto;
	text-align:center;
}

.inventorypic2 {
	width:300px;
	float:left;
}

.inventorypic2 img {
	border:1px #4F9325 solid;
	margin:2px 0px;
}

.inventorydesc2 {
	width:370px;
	padding-left:10px;
	text-align:left;
	float:left;
}

/* FOOTER */

.footer {
	color:#ffffff;
	font-size:10px;
	padding:10px 10px 30px 10px;
	margin:0 0 0 0;
}

.footer a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

.footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.footer-left {
	float:left;
	width:400px;
}

.footer-right {
	float:right;
	text-align:right;
	width:400px;
}

.enews-form {
	float:right;
	margin:3px 40px 0px 0px;
}

*:first-child+html .enews-form {
	margin:3px 70px 0px 0px;
}

* html .enews-form {
	margin:3px 35px 0px 0px;
}

.enews-form input {
	font-size:10px;
	font-weight:bold;
}

.footer-buttons {
	width:97px;
	float:right;
	padding-left:10px;
}

.formarrow {
	position:relative;
	top:5px;
}

.address2 {
	float:left;
}

* html .address2 {
	}
	
.center {
	margin:auto;
}

.inventorydesc-last {
	width:180px;
	padding-left:10px;
}

.bottom-clear {
	position:absolute;
	bottom:0;
	left:0;
}
