/********************

 Author: David Seow
 Created on: 19 May 2007
 Template : The Health Emporium default
 Version: 1.0.4
 Updated: 10:26 AM 10/22/2007

 
********************/

/* =GENERAL 

	This section is for general tags like body, h1, h2, p, etc

*/
body {
	margin-bottom: 30px;
}
h1 {
	font-size: 1.4em;
}
h2 {
	border-top: 1px solid #c3c3c3;
	margin-top: 35px;
	padding-top: 5px;
	font-size: 1.2em;
}



/* =CUSTOM 

	This section is for custom styles

*/
table.data {
	width: 100%;
}
table.data td, table.data th {
	padding: 2px;	
	border-bottom: 1px solid #c3c3c3;
	text-align: left;
}
hr.grnBar {
	color: #fff !important;
	border-top: 1px solid #959e72 !important;
	background-color: #959e72 !important;
}



/* =MENU 

	This section is for top menu navigation

*/
#nav a, #nav a:link, #nav a:visited, a.navbar, a.navbar:link, a.navbar:visited, h1, td.centercontent a.sitewidelinks {
	color: #574408;
}
#nav a, #nav a:link, #nav a:visited, a.navbar, a.navbar:link, a.navbar:visited, h1 {
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, a.navbar:hover {
	color: #f0ad38;
	text-decoration: none;
}
#nav a, #nav a:link, #nav a:visited {
	font-size: 12px;
}
#nav a {
	display: block;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav li {
	float: left;
	padding: 0 2em 0 2em;
	margin-top: 3px;
	background: #fff url(themes/site/bg_leftcol.gif) repeat-x bottom;
	line-height: 42px;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li {
	width: 120px;
	padding: 5px;
	background: #7FCFF0 url(themes/site/spacer.gif) repeat-x;
	line-height: 9px;
	border-bottom: 2px solid #FFF;
	margin: 0px;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
td.centercontent {
	padding: 0 2px 0 2px;
}



/* =OVERWRITE DEFAULT

	This section overwrites MOnsterCommerce default styles

*/
p.sidecolumnitemtext {
	background: #fff url(themes/site/bg_leftcol.gif) repeat-x bottom;
	line-height: 25px;
}
a.navbar {
	padding-left: 15px;
}
a.navbar:hover {
	background: #fff url(themes/site/i_bluearrow.gif) no-repeat 0 4px;
}
font.sitewidefonts, table, td, font.shoppingcart, a.navbar, a.ftr, a.ftr:hover {
	font-size: 11px;
}
span#HORNAVBAR {
	display: none;
}
table#table1 table td {
	text-align: left;
}
table#table1 table td input {
}
/* remarked
input#searchme {
	background: transparent url(themes/site/bg_leftinput.gif) no-repeat;
	border: 0;
	padding: 8px 0 0 8px;
	width: 133px;
	height: 30px;
}
*/
font.categories a.categories, font.categories a.categories:link, font.categories a.categories:visited, font.categories a.categories:hover {
	font-size: 12px;
}
table.cartdetailtable img {
	display: none;
}
table.cartdetailtable table td, td.checkoutreviewheadertext, td.checkoutreviewtext {
	padding: 0 3px 0 3px;
}

td.cartdetailheader {
	color: #000;
	background-color: #ccc;
	line-height: 25px;
}
p.sidecolumnitemtextsub a.navbar {
	margin: 0 0 0 5px;
	padding: 0 0 0 12px;
} 

table.prodgrid td {
	padding: 3px;
	vertical-align: top;
	texta-align: left;
	border-bottom: 1px solid #ccc;
}

table.prodgrid td.lthed, table.prodgrid td.rthed {
	background-color: #ccc;
}

a.NSlinks:link, a.NSlinks:visited, a.NSlinks:active

{color:#574408; text-decoration:none;}

a.NSlinks:hover {color:#f0ad38; text-decoration:underline;}
a.menuOption:link {color:#574408;}
.indexHeader

{ font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color: #574408;
text-decoration: none; 
}