body
{
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	background-image: url( ../images/bg.jpg );
	background-color: #0d3e06;
	background-position:center;
	background-repeat: no-repeat;
	background-position: top center;
}

body, td, div
{
	color: #2e2e2e;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10pt;
}

/*--- HEADER ---*/

body#about_us #header, body#products #header, body#support #header, body#news #header, body#contact #header, body#choose_product #header, body#check_out #header, body#download #header, body#register #header, body#login #header, body#check_out #header, body#download #header, body#choose_product #header {
	display: none;
}

body#home #header {
	width: 718px;
	height: 257px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
}

#videoContainer{
	margin-bottom: 4px;
	}



#logo {
	width: 244px;
	height: 87px;
	margin-bottom: 5px;
	background-image: url( ../images/logo.jpg );
	background-repeat: no-repeat;
}

/*--- MAIN WRAPPER ---*/

#wrapper
{
	margin: 0px auto;
	padding-top: 15px;
	width: 977px;
	height: auto;
	border-top: 20px solid #ccbe6a;
	background-image: url( ../images/bodybg.png );
	text-align: left;
}

#leftSide {
	float: left;
	margin-left: 5px;
}

#loginside {
		width: 223px;
		color: #e1e3df;
		font-weight: bold;
		text-align: left;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		margin-top: 22px;
		margin-bottom: 30px;
		padding-left: 15px;
}

#rightSide {
	margin-left: 254px;
}

/*--- CONTENT ---*/

#content {
	width: 582px;
	height: auto;
	border: 3px solid #1f6e0d;
	text-align: left;
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 50px;
	background-color:#FFFFFF;
	padding-top: 50px;
}

#home #content {
	display: none;
}

#content a {
	color: #257A12;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #0C1F06;
}

#content h2 {
	color: #ccbe6a;
	font-size: 48pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#content h3 {
	color: #ccbe6a;
	font-size: 20pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#content h4 {
	color: #ccbe6a;
	font-size: 14pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#content li {
list-style:square;
color: #1D630B;
}
.normaltext {
	color: #000000;
}
/*--- NAVIGATION ---*/

#nav {
	width: 238px;
	border: 3px solid #1f6e0d;
	height: auto;
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  margin: 0px;
  border: 0px none;
  padding: 0px;
width: 238px;
  list-style: none;
  position: relative;
}

ul#menu li {
  margin: 0px;
  padding-top: 10px;
	background-image: url( ../images/menubg.jpg );
  display: block;
  list-style: none;
  position: relative;
	font: 9pt Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	background-repeat: no-repeat;
	height: 41px;
}


ul#menu ul {
  margin: 0px;
	margin-top: 14px;
  padding: 2px;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
	font: 10pt Trebuchet ms, Helvetica, sans-serif;
	background-color: #000000;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu ul li {
  width: 134px;
	height: 35px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border: none;
	color: #FFFFFF;
  background-image: none;
	background-color: #000000;
	margin: 2px;
	padding-left: 0px;
}

/* Root Menu */
ul#menu a {
	padding: 0px 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #000000;
  font: 11pt Trebuchet MS, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#menu ul a
{
	letter-spacing: normal;
	text-transform: none;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #999999;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  text-decoration: none;
	color: #FFFFFF;
  padding: 0px 0px;
  line-height: 22px;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li:hover, ul#menu li.iehover li.iehover
{
	background-color: #666666;
}

ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #FFFFFF;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

/*--- FOOTER ---*/

#footer {
	clear: both;
	width: 977px;
	margin-top: 5px;
	height: 35px;
	padding-bottom: 2px;
}



#footerLeft {
	float: left;
	width: 457px;
	color:#FFFFFF;
	font-size: 8pt;
	height: 35px;
}

#footerLeft img
{
	vertical-align: middle;
}

#footerRight {
	margin-left: 478px;
	width: 487px;
	text-align: right;
	color:#FFFFFF;
	font-size: 8pt;
	height: 35px;
}

#footerRight img
{
	vertical-align: middle;
}



/*--- Product list ---*/

.productItem {
	margin-bottom:30px;
	width:570px;
	min-height: 65px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#eeeeee none repeat scroll 0 0;
	border:medium none;
	padding:10px;
}

.productImage {
	float: left;
	height: 100%;
}

.productImage img {
	border: none;
}
.productName {
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 5px;
}

.productInfo {
	margin-left: 90px;
}

/*--- product pages display ---*/

.viewing {
	float: left;
}

.pageInfo {
	text-align: right;
}

.pageNav {
	margin-bottom: 25px;
	text-align: center;
}


/*--- product display ---*/

.productView {
	
}

.productImageView {
	margin: 10px;
}

.productQuickInfo {
	margin-left: 20px;
	min-height:20px;
	height: auto !important;
}

.productName {
	font-weight: bold;
	color: #1F6E0D;
}
.read_button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#CCBE6A none repeat scroll 0 0;
	border:medium none;
	color:#112708;
	width: 85px;
	text-align:center;
	padding:5px;
	text-transform:uppercase;
}

#content .rounded_button a {
	color: #112708;
}

#content .rounded_button a:hover {
	color: #112708;
}
/*--- login page ---*/

#returningBox {
	text-align: center;
}

#signupBox {
	text-align: center;
}

fieldset {
	border: 1px solid #0C3606;
}

legend {
	color: #0C3606;
	font-weight: bold;
	font-size: 11pt;
}

.fix {
	clear: both;
}
.productPriceTitle {
 	 color:#1F6E0D;
 	 font-weight: bold;
}

.productPrice {
 	 color:#FF0000;
	 font-weight: bold;
}

div.msg-error, 
div.msg-success, 
div.msg-warning, 
div.msg-information,
div.msg-question
{
	background-repeat: no-repeat;
	padding: 17px 17px 17px 57px;
	margin-bottom: 10px;
	text-align: left;
	height: auto !important;
	height: 40px;
	min-height: 40px;
}

div.msg-error
{
	background-image: url( '../images/message-error-bg.jpg' );
	background-color: #FFC4C4;
	border: 1px solid #BB0000;
	color: #A10000;
}

div.msg-error a
{
	text-decoration: underline;
	color: #A10000;
}

div.msg-error a:hover
{
	text-decoration: none;
}

div.msg-success
{
	background-image: url( '../images/message-success-bg.jpg' );
	background-color: #CAFA9F;
	border: 1px solid #6CAA07;
	color: #437100;
}

div.msg-success a
{
	text-decoration: underline;
	color: #437100;
}

div.msg-success a:hover
{
	text-decoration: none;
}

div.msg-warning
{
	background-image: url( '../images/message-warning-bg.jpg' );
	background-color: #FFEB8C;
	border: 1px solid #A68943;
	color: #B25000;
}

div.msg-warning a
{
	text-decoration: underline;
	color: #B25000;
}

div.msg-warning a:hover
{
	text-decoration: none;
}

div.msg-information
{
	background-image: url( '../images/message-info-bg.jpg' );
}

div.msg-question
{
	background-image: url( '../images/message-question-bg.jpg' );
}

div.msg-information,
div.msg-question
{
	background-color: #CAE4FF;
	border: 1px solid #2477d9;
	color: #004D99;
}

div.msg-information a,
div.msg-question a
{
	text-decoration: underline;
	color: #004D99;
}

div.msg-information a:hover,
div.msg-question a:hover
{
	text-decoration: none;
}

span.form-error {
	color: red;
	display: block;
}

#leftSide a {
	color: #ffffff;
}

#leftSide a:hover {
	color: #999999;
}

.red {
	color:#FF0000;
	font-size: 8pt;
}

