/* ************************************************************************** */
/* Main Body And Backgrounds  												  */
/* ************************************************************************** */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

#site-left {
	background: url(../images/backgrounds/left-bg.jpg) top right no-repeat transparent;
}

#site-right {
	background: url(../images/backgrounds/right-bg.jpg) top left no-repeat transparent;
}

#site-mid {
	width: 835px;
}

.green {
	color: #96d504;
}

.green-bold {
	color: #96d504;
	font-weight: bold;
}

.header_image {
	background: url(../images/header/header-new.jpg) top left no-repeat;
	height:165px;
	width: 835px;
	text-align: left;
}

.header_image_text {
	padding-left: 40px;
	padding-top: 144px;
}


/* ************************************************************************** */
/* Top Nav					  												  */
/* ************************************************************************** */

#topnav-container {
	background: url(../images/backgrounds/topnav-bg.jpg) top left no-repeat;
	height: 28px;
	width: 835px;
}

#topnav-container ul {
	margin: 0 0 0 33px;
	padding: 0;
	height: 23px;
	width: 802px;
	list-style: none;
}

#topnav-container ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#topnav-container ul li a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}

#topnav-container ul li a:hover, #topnav-container ul li a:active, #topnav-container ul li a.selected {
	background-position: 0 -24px;
}

#home-button a {
	width: 54px;
	background: url(../images/topnav/home-button.jpg) top left no-repeat;
}

#products-button a {
	width: 82px;
	background: url(../images/topnav/products-button.jpg) top left no-repeat;
}

#test-results-button a {
	width: 104px;
	background: url(../images/topnav/test-results-button.jpg) top left no-repeat;
}

#inventors-bio-button a {
	width: 110px;
	background: url(../images/topnav/inventors-bio-button.jpg) top left no-repeat;
}

#customer-login-button a {
	width: 123px;
	background: url(../images/topnav/customer-login-button.jpg) top left no-repeat;
}

#contact-us-button a {
	width: 92px;
	background: url(../images/topnav/contact-us-button.jpg) top left no-repeat;
}

#view-cart-button a {
	width: 83px;
	background: url(../images/topnav/view-cart-button.jpg) top left no-repeat;
}

#buy-mach3-now-button a {
	width: 118px;
	background: url(../images/topnav/buy-mach3-now-button.jpg) top left no-repeat;
}


/* ************************************************************************** */
/* Main content	Area			  												  */
/* ************************************************************************** */

div#site-content { 
	width: 835px;
	background: url(../images/backgrounds/content-area-bg.gif) top left repeat-y;

}

#content-bottom-slide {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/backgrounds/content-area-bottom.gif) bottom left no-repeat; 
	padding-bottom: 8px;
}

div#site-content-products { 
	width: 835px;
	background: url(../images/backgrounds/products-bg.gif) top left repeat-y;

}

#content-bottom-slide-products {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/backgrounds/products-bottom.gif) bottom left no-repeat; 
	padding-bottom: 8px;
}


/* ************************************************************************** */
/* Footer					  												  */
/* ************************************************************************** */

#pre-footer {
	height: 55px;
	width: 835px;
}

#footer {
	width: 835px;
	height: 125px;
	background: url(../images/backgrounds/footer-bg.jpg) top left no-repeat transparent;
}

#footer div.content {
	padding: 20px 0 0 48px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer div.content ul#footernav {
	margin: 0;
	padding: 0;
}

#footer div.content ul#footernav li {
	font-size: 8pt;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	/* padding: 0 10px; */
	padding: 0 9px;
	border-left: 2px solid rgb(111,162,31);
}

#footer div.content ul#footernav li#first {
	padding: 0 10px 0 0;
	border-left: none;
}

#footer div.content ul#footernav li#last {
	padding: 0 0 0 10px;
}


#footer div.content ul#footernav li a {
	text-decoration: none;
	color: rgb(42,42,42);
}

#footer div.content ul#footernav li a:hover, #footer div.content ul#footernav li a.selected {
	text-decoration: underline;
}

#footer div.content div#disclaimer {
	color: rgb(183,183,183);
	font-size: 8px;
	text-transform: uppercase;
}

#footer div.content div#disclaimer p {
	color: rgb(133,175,66);
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 5px 0;
}

#footer div.content div#disclaimer p a {
	text-decoration: none;
	color: rgb(133,175,66);
}


/* ************************************************************************** */
/* Contact Us, Inventors Bio  												  */
/* ************************************************************************** */

p.form-header {
	font-weight: bold;
	font-size: 9pt;
	color: rgb(201,255,7);
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}

p.form-header span.required {
	color: rgb(147,149,152);
	font-weight: normal;
	font-size: 11px;
}

div.form-box {
	border: 1px solid rgb(121,153,4);
	color: rgb(147,149,152);
	width: 471px;
	padding: 8px 0;
	margin-bottom: 15px;
}

table.form-table tr td {
	padding: 5px 0 0 30px;
	font-size: 9pt;
	color: rgb(147,149,152);
}

/* Inventors Bio */
table.form-table-textonly tr td {
	padding: 5px 20px 20px 30px;
	font-size: 9pt;
	color: #FFF;
}
/* Test results */
div.form-box-testresults {
	border: 1px solid rgb(121,153,4);
	width: 471px;
	padding-bottom: 10px;
	padding-top: 5px;
}
table.form-table-testresults tr td {
	padding: 7px 0px 0px 15px;
	font-size: 10pt;
	color: #FFF;
}
/* Products */
table.form-table-products tr td {
	padding: 90px 20px 20px 10px;
	font-size: 9pt;
	color: #FFF;
}

/* ************************************************************************** */
/* Cart						  												  */
/* ************************************************************************** */

div.cart-progress{
	padding-bottom: 25px;
	padding-top: 40px;
	background: url(../images/backgrounds/cart-progress.jpg) top left no-repeat transparent;
	width: 590px;
	height: 82px;
}


table.cart-progress{
	width: 590px;
	
}

table.cart-progress td{
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	color: #96d504;
	font-weight:normal;
	text-transform:uppercase;

}

table.zipcode {
	margin-top: 15px;
	margin-bottom: 15px;
}

table.zipcode td {
	padding: 3px 0px 3px 30px;
	font-size: 9pt;
	color: #FFF;
	vertical-align: middle;
}


table.customer-data tr td {
	padding: 5px 0 0 20px;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 20px;
}

div.customer-data {
	border: 1px solid rgb(121,153,4);
	width:590px;
	padding-bottom:20px;
	padding-top:15px;
}

table.confirm-data td {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
}

table.checkout-total-button {
	text-align: right;
}

table.checkout-total {
	width: 570px;
}


table.checkout-total td {
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
	font-weight: bold;
}


/* ************************************************************************** */
/* Registrations			  												  */
/* ************************************************************************** */

table.customer-registration tr td {
	padding: 5px 0 0 20px;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 20px;
}

div.customer-registration {
	border: 1px solid rgb(121,153,4);
	width:500px;
	padding-bottom:20px;
	padding-top:15px;
}


/* ************************************************************************** */
/* Home						  												  */
/* ************************************************************************** */

div#main-left {
	padding: 0 0 0 32px; 
	float: left; 
	width: 247px;
 	color: rgb(167,169,172);
 	font-size: 8pt;
}

div#main-right {
 	float: left; 
 	padding: 6px 19px 0 25px; 
 	width: 305px;
 	color: rgb(167,169,172);
}

div#main-right ul.key-features {
	float: left; 
	width: 220px; 
	color: rgb(16,176,255);
	list-style: none;
	margin: 0;
	padding: 0;
}

div#main-right ul.key-features li {
	padding-left: 12px;
	background: url(../images/various/kf-bullet.gif) 0 5px no-repeat;
	line-height: 13px;
}

div#main-right ul.key-features li span {
	color: white;
	font-size: 12px;;
	font-weight: bold;
}

/* ************************************************************************** */
/* LANDING PAGE				  												  */
/* ************************************************************************** */

div.landing-buttons {
	border: 1px solid rgb(121,153,4);
	color: rgb(147,149,152);
	width: 450px;
	padding: 20px;
	
}

table.landing-buttons td {
	padding: 10px;
	font-size: 9pt;
	color: #FFF;
}

/* ************************************************************************** */
/* MAMOOTH					  												  */
/* ************************************************************************** */

/* ****************************************************************************************************** */
/*  Mamooth List Errors																					  */
/* ****************************************************************************************************** */

em.norecord{
	color: #FF0000;
}

/* ****************************************************************************************************** */
/*  Mamooth List Box Container 																			  */
/* ****************************************************************************************************** */

table.tab {
	margin: 20px 0px 25px 15px;
	width: 590px;
	padding: 0px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
}

table.tab td {
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

table.tab img {
	vertical-align: bottom;
}


table.tab th {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/backgrounds/mamooth_header-repeat.jpg) top left repeat-x #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	font-size: 11pt;
	color: #96d504;
	font-weight:bold;
	text-transform:uppercase;
	height: 33px;
}


table.tab th.cart {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/backgrounds/mamooth_header-repeat.jpg) top left repeat-x #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 0px;
	font-size: 11px;
	color: #96d504;
	font-weight:normal;
	text-transform:uppercase;
	height: 33px;
}

table.tab th.cart-last-child {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/backgrounds/mamooth_header.jpg) top right no-repeat #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	font-size: 11px;
	color: #96d504;
	font-weight:normal;
	text-transform:uppercase;
	height: 33px;
}

table.tab th a{
	color: #96d504;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

table.tab th:first-child{
	border-left: 0px #c2c0c0 solid;
	background: url(../images/backgrounds/mamooth_header.jpg) top left no-repeat #000000;
}

table.tab th:last-child{
	border-right: 0px #c2c0c0 solid;
	background: url(../images/backgrounds/mamooth_header.jpg) top right no-repeat #000000;
}



table.tab tr.even td {
	background: #000000;
	border-bottom: 1px #96d504 solid;
}

table.tab tr.odd td {
	background: #050505;
	border-bottom: 1px #96d504 solid;
}

table.tab tr.sum td {

}

table.tab tr.sum td.sum_total {
	height:80px;
	text-align: right;
	padding:0px;
}

table.totalis{
	text-align: right;
}

table.totalis td {
	width: 400px;
	height: 60px;
	text-align: center;
	background: #efefef;
	border: 1px #c2c0c0 solid;
	font-weight: bold;
	color: #FFFFFF;
}

table.tab b {
	font-weight: bold;
}

table.tab td a {
	text-decoration: none;
	color: #FFFFFF;
}
table.tab td a:hover {
	text-decoration: underline;
	color: #96d504;
}

table.tab tr.pagination td {
	border: 0px;
	line-height: 7px;
	padding: 0px;
	color: #FFFFFF;
}

table.tab_inside tr.pagination_inside_top td {
	border: 1px #c2c0c0 solid;
	border-bottom: none;
	padding: 10px;
	vertical-align: top;
	color: #FFFFFF;
}

table.tab_inside tr.pagination_inside_bottom td{
	border: 0px #96d504 solid;
	border-top: none;
	padding: 10px;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

table.tab_inside tr.pagination_inside_bottom td a{
	color: #96d504;
	font-weight: normal;
	font-size: 11px;
}

table.tab_inside tr.pagination_inside_bottom td a:hover{
	text-decoration: underline;
}
table.tab_inside tr.pagination_inside_bottom span.viewing_legend{
	color: #FFFFFF;
	font-size: 10px;
}

table.tab tr.even td:first-child{
	border-left: 0px #c2c0c0 solid;
}

table.tab tr.odd td:first-child{
	border-left: 0px #c2c0c0 solid;
}

table.tab tr.even td:last-child{
	border-right: 0px #c2c0c0 solid;
	text-align: right;
	padding-right: 0px;	
}

table.tab tr.odd td:last-child{
	border-right: 0px #c2c0c0 solid;
	text-align: right;
	padding-right: 0px;
}

table.tab_inside_email {
	border-color: #f00;
	border: none;
	padding: 0px;
}

table.tab_inside_email td {
	border: 0px;
	padding: 0px;
	border: none;
}

table.tab tfoot td{
	padding-left: 14px;

}