/*---- Global Style ---- */

html { overflow-y:scroll; }
body {
	color:#564a3b;
	font-size:13px;
	margin:0;
	background-color:white;
	line-height:22px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	}

a { color:#25682d; font-weight:bold; text-decoration:none; }
a:hover {color:#25682d; font-weight:bold; text-decoration:underline;}

.hentry {
	padding: 0 0 22px 0;
	border-bottom: 1px dotted #564a3b;
	margin-bottom: 22px;
}

.alignleft {

	float: left;
	padding: 0 22px 22px 0;
}

.alignright {

	float: right;
	padding: 0 0 22px 22px;
}

.bottom-line {
	padding: 22px;
	margin: 22px 0;
	background-color: #25682d;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
	
}

.bottom-line h2 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.quiz h2 {
	margin: 0;
	padding: 0;
}

.quiz {
	padding: 22px;
	margin: 22px 0;
	border: 1px dotted #564a3b;
}

.top {
	position:relative;
	top:0;
	left:0;
	}
	
.bottom {
	position:relative;
	top:0;
	left:0;
}

.divider-line {
	position:relative;
	width:100%;
	height:2px;
	background-color:#DEDBD4;
}

.herb-table {
	margin:0 auto;
}

.herb-table td {
	border-bottom:1px solid #99CC00;
	padding-left:10px;
	width: 300px;
}


.logo-mask {
	position:absolute;
	top:86px;
	left:70px;
}

.sidebar {
float:right; width: 300px; padding-left:22px; border-left: 1px dotted #564a3b; margin-left: 22px; padding-bottom: 22px; margin-bottom: 22px;

}


h3 { color:#25682d; font-size: 14px; margin: 0; padding: 0; }

h2 { color:#25682d; font-size: 18px; margin: 0; padding: 0; }


h1 { color:#25682d; font-size: 24px; margin: 0 0 22px 0; padding: 0 0 22px 0; border-bottom: 1px dotted #564a3b; }


/* Container Settings
-------------------------------------------------- */


#wrapper {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	
}

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:no-repeat;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:168px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}

#nav {
	position:relative;
	top:120px;
	left:350px;
	width:505px;
	height:24px;
}


#sidebar {
	position:relative;
	top:0;
	left:95px;
	float:right;
	width:250px;
	height:auto;
	margin-right:220px;
	padding-bottom:20px;
}


#footer {
	position:relative;
	top:0;
	left:0;
	color:#564a3b;
	width:100%;
	height:auto;
	clear:both;
	background-color:#efe6de;
}

.footer-content {
	position:relative;
	width:870px;
	height:160px;
	margin:0 auto;
	padding:22px 0 0 22px;
}

/* Main Content Settings
-------------------------------------------------- */
#content_product {
	position:relative;
	top:0;
	left:0;
	width:804px;
	height:424px;
	margin:0 auto;
}

#featured {
	width: 804px;
	height: 424px;
	position: relative;
}


#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:400px;
	margin:0 0 0 80px;
	padding-bottom:20px;
	height:auto;
}

#content_sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:750px;
	padding:40px 0 20px 100px;
	height:auto;
}


/* Navigation Settings
-------------------------------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:24px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.jpg);
}

a#nav_01 {
	width:76px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -24px;
}

a#nav_02 {
	width:132px;
	background-position:-76px 0;
}

a:hover#nav_02{
	background-position:-76px -24px;
}

a#nav_03 {
	width:86px;
	background-position:-208px 0;
}

a:hover#nav_03{
	background-position:-208px -24px;
}

a#nav_04 {
	width:74px;
	background-position:-294px 0;
}

a:hover#nav_04{
	background-position:-294px -24px;
}


a#nav_05 {
	width:137px;
	background-position:-370px 0;
}

a:hover#nav_05{
	background-position:-370px -24px;
}