body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/site_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px top
}


#nav_tabs {

	margin-top:15px;
	margin-left:10px;
}

#nav_tabs a {
	display:block;
	text-decoration:none;
	line-height:10px;
	color:white

}

#nav_tabs li {

	float:left;
	list-style:none;
	margin-left:3px;
	margin-right:3px;
	text-align:center;
	font-size:11px;
	line-height:16px;
	background-color:#5493bb;
	height:16px;
	padding:5px;

}


#nav_tabs li a:hover {

	text-decoration:underline;

}

#nav_tabs ul {

	margin:0px;
	padding:0px;

}



a:link {
color: #0F3C8F;
text-decoration: underline;
}

a:hover {
color: #0F3C8F;
text-decoration: none;
}

a:visited {
color: #0F3C8F;
text-decoration: underline;
}

a:active  {
color: #0F3C8F;
text-decoration: underline;
}

.testimonial {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
}

.testimonialbold {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bolder;

}
.memberslogin {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-decoration: underline;

}

.bodytext {
font-family: "Verdana", Arial, Helvetica, sans-serif;
font-size: 80%;
}

h1 {
	font-family: "Verdana", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #09356C;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h3 {
	font-family: Verdana;
	font-size: 16px;
	color: #CC0000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}

h2 {
	font-family: Verdana;
	font-size: 13px;
	color: #003366;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CAF2FF;
	font-weight: bold;
}

p {
font-family: "verdana";
font-size: 11px;
margin: 0px;
padding-top: 4px;
padding-right: 25px;
padding-bottom: 4px;
padding-left: 20px;
line-height: 18px;
}

#bodycontent img {
margin: 0px;
padding-top: 4px;
padding-right: 6px;
padding-bottom: 4px;
padding-left: 6px;
}

h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #003366;
margin: 0px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
font-weight: bold;
}

#api_header
{
	background-image: url('../images/api_header.jpg');
	background-repeat: no-repeat;
	height: 112px;
	width: 946px
}

#api_header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin: 0px;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 112px;
	width: 946px
}


#headeryourherbals {
	background-image: url('../images/header_yourherbals.jpg');
	background-repeat: no-repeat;
	height: 112px;
	width: 946px
}


#headeraid
{
	width:240px;
	float:right;
	margin-top:70px;
	margin-bottom:16px;
	margin-right:94px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	margin-left: auto;
	text-align: right;
	font-weight: bold;
}

#header #headeryourherbals #headeraid a {
color: #333366;
}

#body img {
	padding: 4px;
}


#nav {
border-left:0px solid #FFFFFF; border-right:0px solid #FFFFFF; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; margin:0; padding:0; width:790px;
float:right;
background-color: #0A3981;

}
#nav li {
display:inline;
padding:0;
margin:0;
}

#nav a:link,
#nav a:visited {
color:#FFFFFF;
float:left;
width:auto;
text-decoration:none;
text-transform:uppercase;
text-shadow: 2px 2px 2px #555;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1em;
font-weight: bold;
background-color: #0D4AA3;
padding-top: 12px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #FFFFFF;
}
#nav a:hover {
color:#fff;
background-color: #498CF1;
}
#nav li:first-child a {
border-left:1px solid #42432d;
}
#nav-order a:link,
#nav-order a:visited
{
background:#CC0000
}

#home #nav-home a,
#about #nav-about a,
#archive #nav-archive a,
#lab #nav-lab a,
#reviews #nav-reviews a,
#contact #nav-contact a {
	background:#e35a00;
	color:#fff;
	text-shadow:none;
}
#home #nav-home a:hover,
#about #nav-about a:hover,
#product #nav-product a:hover,
#success #nav-success a:hover,
#faq #nav-faq a:hover,
#contact #nav-contact a:hover {
background:#e35a00;
}
#nav a:active {
background:#e35a00;
color:#fff;
}
/* =-=-=-=-=-=-=-[LEFT NAVIGATION MENU]-=-=-=-=-=-=-=- */
#LeftMenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#LeftMenu {
border: 0px solid #CCC;
margin: 0px;
font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #0F3C8F;
padding: 0px;
}

#LeftMenu li a:link, #LeftMenu li a:visited {
	border-bottom:1px solid #FFFFFF; color: #0F3C8F;
	display: block;
	background-image: url('../images/menu_img.gif');
	height: 22px;
	width: 160px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 14px;
	padding-bottom: 0px
}

#LeftMenu li a:hover, #LeftMenu li a:active {
color: #0F3C8F;
background-image: url('../images/menu_img.gif');
background-position: 0 -24px
}

#LeftMenu #block a {
	border-bottom:2px solid #FFFFFF; color: #000000;
	font-weight: normal;
	font-size: 11px;
	background-image: url('../images/menu_img_on.gif');
	background-position: 0 0px;
	text-decoration: underline
}

#LeftMenu #block a:hover {
	border-bottom:2px solid #FFFFFF; color: #0F3C8F;
	font-weight: normal;
	font-size: 11px;
	background-image: url('../images/menu_img_on.gif');
	background-position: 0 -24px;
	text-decoration: none
}

#LeftMenu #selected a {
	border-bottom:2px solid #FFFFFF; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../images/menu_img_selected.gif');
	background-position: 0 0px;
	color: #FFFFFF
}

#LeftMenu #selected a:hover {
	border-bottom:2px solid #FFFFFF; background-image: url('../images/menu_img_selected.gif');
	background-position: 0 0px;
	color: #FFFFFF
}

#LeftMenu #none {
	display: none;
}


#RightMenu 
{
border: 0px solid #CCC;
margin: 0px;
font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height:12px;
color: #333333;
padding: 0px
}


#right_menu_bg 
{
background-image: url('../images/content.jpg');
background-repeat: no-repeat;
background-position: left top
}

#right_menu_lines 
{
	border-left:1px solid #C0C0C0; background-image: url('../images/menu_bg_lines.gif');
/*	border-left:1px solid #346C87; background-image: url('../images/menu_bg_lines.gif');*/
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
	
}

#right_menubgheding
{
	border-bottom:1px solid #FFFFFF; font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	background-image: url('../images/menu_img_heading_bg.gif');
	background-repeat: repeat;
	padding-top: 6px;
	padding-left: 5px;
	padding-bottom: 6px;
	background-position: 0px 0px;
	padding-right: 0px
}

#right_menu_p 
{
font-family: "verdana";
font-size: 10px;
margin: 0px;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 0px;
line-height: 14px;
}

/* =-=-=-=-=-=-=-[TOP NAVIGATION MENU]-=-=-=-=-=-=-=- */


#navcontainer ul
{
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;

}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a, #navcontainer ul li a:visited
{
	color: #114291;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	/*	height: 30px;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
}

#navcontainer ul li a:hover
{
	background-image: url('../images/main-nav-bg-over.gif');
	background-repeat: repeat-x;
	color: #0F3C8F
}
#contentbg {
	background-image: url('../images/nav_top_shdw2.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF
}

#cart{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFF; margin-top:2px;}
#viewcart{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; margin-top:2px; font-weight:bold;}
#viewcart a:link, #viewcart a:visited, #viewcart a:active{color:#990000;}
#viewcart a:hover{color:#CC0000;}#orderonlinebox {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 5px;
}







#menu_bg {
background-image: url('../images/content.jpg');
background-repeat: no-repeat;
background-position: left top
}

/*border-right:1px solid #346C87; background-image: url('../images/menu_bg_lines.gif');*/

#menu_lines {
    border-right:1px solid #C0C0C0; background-image: url('../images/menu_bg_lines.gif');
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF
	
}

#menubgheding{
	border-bottom:1px solid #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	background-image: url('../images/menu_img_heading_bg.gif');
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 5px;
	padding-bottom: 6px;
	background-position: 0px 0px;
	padding-right: 0px
}

.article_class ul 
{
list-style: none;
margin: 0;
padding: 0;
}
.article_class {
border: 0px solid #CCC;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #003366;
padding: 0px;
}
.article_class li a:link, .article_class li a:visited 
{
color: #003366;
display: block;
height: 16px;
width: 160px;
text-decoration: none;
padding-top: 2px;
padding-right: 0px;
padding-left: 6px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #003366;
}
.article_class li a:hover, .article_class li a:active {
color: #0F3C8F;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #003366;
}

#footer {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	height: 75px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 16px;
	padding-bottom: 9px;
	width: 946px;
	padding-right: 0px
}

#footer p {
	font-family: verdan, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	font-weight: normal;
}

#footer a, #footer a:hover, #footer a:hover, #footer a:visited
{
color: #003366;
text-decoration: none;
}




#footeryourherbals {
	background-image: url('../images/footer_yourherbals.jpg');
	background-repeat: no-repeat;
	height: 75px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 16px;
	padding-bottom: 16px;
	width: 946px;
	padding-right: 0px
}
#footeryourherbals p {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	font-weight: normal;
}
#footeryourherbals a, #footeryourherbals a:hover, #footeryourherbals a:hover, #footeryourherbals a:visited
{
color: #0F3C8F;
text-decoration: none;
}









#newsletter_box_2006 #free_newsletter {
display: none;
}
#newsletter_box_2006 input {
font-family: verdana, Arial;
font-size: 8pt;
color:#000000;
border:1px solid #000000;
background-color:#f5f5f5;
margin: 2px
}

#content {
	background-color: #FFFFFF;
	height: auto;
	padding: 2px;
	background-image: url('../images/content.jpg');
	background-repeat: repeat-x;
	background-position-y:0px
}

#ordertollfree_menu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#336699;
	padding-top:0px;
	text-align:center;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}

#ordertollnumber_menu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
	text-align:center;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height: 18px
}

#ordertolldaid_menu
{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333333; text-align:center; padding-bottom:5px;
}

body, table, td, th {
	color: #666666
}

#bodycontent {
	margin: 0px;
	padding: 0px;
}

#body li {
	list-style-image: url('../images/red_pointer.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px
}

#body ul {
	padding-top: 6px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#body {
	width: 576px;
	float: right;
}

.footnotes
{
	font-size: 9px;
	font-style: italic;
	color: #333333;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

#body hr 
{
	color: #0099CC;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

#leftsidebg {
	background-image: url('../images/lift_bg.jpg');
	background-position: right top;
	background-repeat: no-repeat
}

#rightsidebg {
	background-image: url('../images/right_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat
}

.red {
	color: #CC0000;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	clear: right;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 24px;
	color: #170C46;
}

#topmenuoutline {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF
}


.product_divHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F3C8F;
	font-weight:bold;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: underline
}

.product_divBox {
	background-color: #FFFFFF;
	float: left;

	width: 286px;
	border: 1px solid #CCCCCC;
	position: relative;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px
}
.product_divContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:3px;
	float:right;
	width:180px;
	height:100px
}
.product_divImages {
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #a5a5a5;
	text-align: center;
	height: 80px;
	width: 80px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	overflow: hidden
}
.product_divLearnMore {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align:right
}


/*content layout*/


#contentprodintro {
	padding: 4px;
	margin-top: 2px
}
#contentprodintroimg {
	padding: 4px;
	border: 1px dotted #E2E2E2;
	text-align: center;
	height: 200px;
	width: 200px;
	margin-right: 10px
}

#contentprodintro li {
	list-style-image: url('../images/chkmark.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 10px
}

#contentprodintro ul {
margin-top: 4px;
margin-right: 0px;
margin-bottom: 8px;
margin-left: 10px;
padding: 0px
}


#contentorder {
	padding: 0px;
	margin: 0px
}
#contentorderprod {
	padding: 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
	margin-top: 0px;
	border: 1px solid #999999;
	width: 576px
}
#contentorderprod h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px
}

#contentorderprod h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005B88;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
	padding: 0px;
	line-height: 20px;
}

#contentorderprod h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

.contentorderprodred {
	color: #CC0000;
}

#contentorderimages {
	padding-top: 6px;
}

.contentorderbutton {
	width: 120px;
	float: left;
}

#contentorderli {
	float: none;
	margin-left: 125px;
	margin-top: 6px;
	width: auto;
}

#contentordernow a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	width: 120px;
	text-align: center;
	display: block;
	cursor: hand;
	margin-top: 10px;
}


#contentorderli li {
	list-style-image: url('../images/chkmark.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px; margin-left:10px; margin-right:0; margin-top:0; margin-bottom:0
}
#contentorderli ul {
	font-size: 12px;

margin-top: 0px;
margin-right: 0px;
margin-bottom: 6px;
margin-left: 12px;
padding: 0px;
}




#contentorderprod li {
	list-style-image: url('../images/chkmark.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	list-style-position: outside;
	list-style-type: none
}

#contentorderprod ul {
	font-size: 12px;
}



#contentorderprod img
{
margin:0px 4px 0px 4px

}





#contentordernow {
width:130px;
float:left;
	border: 0px dotted #E2E2E2;
	padding: 4px;
	margin-right:10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

#contentordernow h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
	float: left
}

#contentordernow h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left
}

#contentordernowbutton {
	float: right;
}

#contentordernowbutton a:link {
	color: #FFFFFF;
	background-color: #F60;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: hand;
	border: 1px solid #333333;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 8px;
	width: auto
}
#contentordernowbutton a:visited {
	background-color: #F60;
	text-decoration: underline;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: hand;
	border: 1px solid #333333;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 8px;
	width: auto
}
#contentordernowbutton a:hover {
	background-color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	cursor: hand;
	border: 1px solid #333333;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 8px;
	width: auto
}

#contentordernowbutton a:active {
	background-color: #000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	cursor: hand;
	border: 1px solid #333333;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 8px;
	width: auto;
	color: #CC0000
}

#contentprodintro {
	padding: 4px;
	margin-top: 2px
}

#contentprodintroimg {
	padding: 4px;
	border: 1px dotted #E2E2E2;
	text-align: center;
	height: 200px;
	width: 200px;
	margin-right: 10px;
}

#contentprodintro li {
	list-style-image: url('../images/chkmark.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 10px
}

#contentprodintro ul {
margin-top: 4px;
margin-right: 0px;
margin-bottom: 8px;
margin-left: 10px;
padding: 0px
}


/* spike's new tabs */
    #navtab {
	font-size:10px;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('..images/tab_menu_bg.gif');
	background-repeat: repeat-x;
	text-decoration:none;
	margin-left:6px
}
    #navtab ul {margin:0;list-style:none;padding-top: 10px;	padding-right: 5px;padding-bottom: 0;padding-left: 15px;}
    #navtab li {	 }
	#navtab a {float:left;background:url('../images/tableft.gif') no-repeat left top;margin:0;text-decoration:none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0}
    #navtab a span {float:left;	display:block;	background:url('../images/tabright.gif') no-repeat right top;	color:#FFFFFF;	padding-top: 8px; padding-right: 15px; padding-bottom: 6px; padding-left: 6px}

    #navtab a:hover span {color:#FFFFFF;}
    #navtab a:hover {background-position:0% -42px;}
    #navtab a:hover span {background-position:100% -42px;}
    #navtab a:active {background-position:0% -42px;}
    #navtab a:active span {background-position:100% -42px;}
#contentprodintro h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal
}

.testimo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#AlertCoupon {
	text-align:center;
	font-weight:bold;
	padding:5px;
	background-color:#CC6666;
	color:#FFFFFF;
	border-bottom:1px solid white;
}


/* Product Cells */

.product_box {
	
	width:293px;
	float:left;
	border:1px solid #999999;
	margin:3px;
	cursor:pointer;
	height:140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.product_box .header {
	
	font-weight:bold;	
	background-color:#eeeddb;
	border-bottom:1px solid #999999;
	padding:3px;
}
.product_box .header a {
	color: #003366;
	font-size:14px;
}

.product_box .header a:hover {
	
	color:red;
	text-decoration:underline;	
	
}

.product_box .box_body {
	
	
	padding:0px;	
	
}

.product_box .product_img  {
	
	width:85px;
	height:80px;
	border-right:1px solid #999999;	
	border-bottom:1px solid #999999;	
	float:left;
	text-align:center;
	overflow:hidden;
}
.product_box .product_pitch {
	
	font-size:12px;	
	padding:2px;
	height:90px;
	overflow:hidden;
}
.product_box .learn_more {
	
	text-align:right;	
	font-size:12px;
	font-weight:bold;
}
.product_box .learn_more a {
	
	font-weight:bold;	
	
}
                      


/* spike's new tabs */
    #navtab {
	font-size:10px;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../images/tab_menu_bg.gif');
	background-repeat: repeat-x;
	text-decoration:none;
	margin-left:6px
}
    #navtab ul {margin:0;list-style:none;padding-top: 10px;	padding-right: 5px;padding-bottom: 0;padding-left: 15px;}
    #navtab li {display:inline;	margin:0;	padding:0; }
	#navtab a {float:left;background:url('../images/tableft.gif') no-repeat left top;margin:0;text-decoration:none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0}
    #navtab a span {float:left;	display:block;	background:url('../images/tabright.gif') no-repeat right top;	color:#FFFFFF;	padding-top: 8px; padding-right: 15px; padding-bottom: 6px; padding-left: 6px}
    #navtab a span {float:none; }
    #navtab a:hover span {color:#FFFFFF;}
    #navtab a:hover {background-position:0% -42px;}
    #navtab a:hover span {background-position:100% -42px;}
    #navtab a:active {background-position:0% -42px;}
    #navtab a:active span {background-position:100% -42px;}