body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B6BFC0;
}
h1  {
	font-size: 12pt;
	font-weight: bold;
	color: #5E6D6F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12pt;
	margin-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #70D000;
	line-height: 12pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h2 {
	font-size: 12pt;
	color: #70D000;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	color: #B6BFC0;
	font-weight: bold;
}

p  {
	font-size: 10pt;
	padding: 0px;
	margin-top: 5pt;
	margin-right: 0px;
	margin-bottom: 5pt;
	margin-left: 0px;
	color: #B6BFC0;
	text-align: justify;
}
ol {
	padding-left: 15pt;
}

ol li{
	font-size: 10pt;
	padding: 0px;
	margin-top: 5pt;
	margin-right: 0px;
	margin-bottom: 5pt;
	margin-left: 0px;
	color: #B6BFC0;
	text-align: justify;
	font-weight: bold;
}

a  {
	font-size: 10pt;
	padding: 0px;
	margin-top: 5pt;
	margin-right: 0px;
	margin-bottom: 5pt;
	margin-left: 0px;
	color: #70D000;
	font-weight: bold;
}
a img {
	border: 2px solid #70D000;
}
hr {
	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;
	height: 1px;
	background-color: #5E6D6F;
}

#wrapper {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/body_wrapper_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #12262F;
}
#logo {
	float: left;
	height: 34px;
	width: 230px;
	margin: 25px;
	padding: 0px;
	background-image: url(../images/logo.png);
}

#header {
	padding: 0px;
	height: 170px;
	width: 716px;
	margin: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #70D000;
	border-right-color: #70D000;
	border-left-color: #70D000;
}



#pri_menu {
	padding: 0px;
	width: 716px;
	background-image: url(../images/menu_bg.png);
	height: 28px;
	border: 2px solid #70D000;
	margin: 0px;
}
#pri_menu ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#pri_menu ul li {
	/*
	background-image: url(../images/menuitem_bg.png);
	background-repeat: repeat-x;
*/
	position: relative;
	z-index: 100;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#pri_menu ul li a {
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
#pri_menu ul li a:hover {
	color: #3A6A00;
}


#pri_menu ul div.ahover {
	height: 28px;
	line-height: 28px;
	position: absolute;
	z-index: 99;
	background-color: #3A6A00;
	margin: 0px;
	padding-bottom: 5px;
}

#sidebar_right {
	width: 150px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #0D1C22;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	float: right;
}
#sidebar_right p {
	text-align: left;
	font-size: 8pt;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#sidebar_right img {
	max-height: 113px;
	max-width: 150px;
}

#product_selector {
	width: 720px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #B6BFC0;
	padding: 0px;
}
#product_catdesc {
	margin: 0px;
	height: 140px;
	background-image: url(../images/prodcat_1.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 300px;
}
#product_catdesc h2 {
	color: #0D1C22;
}

#product_catdesc p {
	color: #0D1C22;
}

#product_navbar {
	background-image: url(../images/productnavbar_bg.png);
	height: 20px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	display: none;
}
#product_navbar ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#product_navbar ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#product_navbar ul li a {
	line-height: 20px;
	color: #3A6A00;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 9pt;
}
#product_navbar ul li a:hover {
	color: #70D000;
	background-color: #3A6A00;
}



#content {
	width: 455px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #0D1C22;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#content img {
	max-width: 450px;
}

.prodgrp_box {
	padding: 0px;
	float: left;
	height: 100px;
	width: 220px;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 3px;
	background-color: #FFF;
}
.prodgrp_box a img {
	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;
}

.product_item {
	width: 100%;
}
.product_item th {
	background-color: #70D000;
	color: #0D1C22;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
}
.product_item  td {
	font-size: 10pt;
	color: #B6BFC0;
}
.product_item td p {
	text-align: left;
}

.note {
	font-size: 8pt;
}


.product_item td.price {
	font-size: 12pt;
	color: #70D000;
	vertical-align: bottom;
}
.troughlined {
	text-decoration: line-through;
}


#footer {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 450px;
}
#footer p {
	font-size: 8pt;
	padding: 0px;
	color: #5E6D6F;
	text-align: left;
	margin: 0pt;
}
#footer a {
	font-size: 8pt;
	padding: 0px;
	margin-top: 5pt;
	margin-right: 0px;
	margin-bottom: 5pt;
	margin-left: 0px;
	color: #88999B;
	font-weight: bold;
}
.newsdate {
	font-size: 8pt;
	font-weight: normal;
}
.clearfix {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
.clearleft {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 0px;
	width: 0px;
}

