@charset "utf-8";

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	color: #3c2e20;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

h3 {
	font-size: 17px;
}

p {
	font-size: 15px;
}

a {
	text-decoration: underline;
	color: #d5890d;
	font-size: 15px;
	font-style: italic;
}

a:hover {
	text-decoration: none;
}

/* end Reset */
/* Main */

body {
	color: #3c2e20;
	background-color: #fff9f1;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4;
}

#container {
	width: 795px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 148px;
	background: url(../images/body_bg.png) repeat-x;
	overflow: hidden;
}

#header #logo {
	float: left;
	width: 210px;
	height: 140px;
}

#header h1 {
	width: 210px;
	height: 140px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

#header h1 a {
	width: 210px;
	height: 140px;
	display: block;
}

/* Navigation */

#header #navigation {
	width: 576px;
	height: 45px;
	overflow: hidden;
	background: url(../images/nav_bg.png) no-repeat;
	float: right;
	margin-top: 46px;
}

#navigation li {
	float: left;
	text-indent: -9999px;
}

#navigation li#home a {
	width: 86px;
	height: 45px;
	background: url(../images/home_out.png) no-repeat;
	display: block;
}

#navigation li#home a:hover {
	width: 86px;
	height: 45px;
	background: url(../images/home_over.png) no-repeat;
	display: block;
}

#navigation li#about a {
	width: 86px;
	height: 45px;
	background: url(../images/about_out.png) no-repeat;
	display: block;
}

#navigation li#about a:hover {
	width: 86px;
	height: 45px;
	background: url(../images/about_over.png) no-repeat;
	display: block;
}

#navigation li#supplement a {
	width: 185px;
	height: 45px;
	background: url(../images/supplement_out.png) no-repeat;
	display: block;
}

#navigation li#supplement a:hover {
	width: 185px;
	height: 45px;
	background: url(../images/supplement_over.png) no-repeat;
	display: block;
}

#navigation li#faq a {
	width: 135px;
	height: 45px;
	background: url(../images/faq_over.png) no-repeat;
	display: block;
}

#navigation li#order a {
	width: 86px;
	height: 45px;
	background: url(../images/order_out.png) no-repeat;
	display: block;
}

#navigation li#order a:hover {
	width: 86px;
	height: 45px;
	background: url(../images/order_over.png) no-repeat;
	display: block;
}

/* Sidebar */

#sidebar {
	width: 210px;
	float: left;
}

#sidebar p {
	font-size: 13px;
	text-align: justify;
	padding: 0 5px;
	margin-top: 30px;
	color: #685747;
}

/* Main Content */

#mainContent {
	float: right;
	width: 520px;
	padding: 32px 20px 0 44px;
}

#mainContent h3 {
	color: #d5890d;
	margin-top: 13px;
	padding-bottom: 5px;
}

#mainContent p.question {
	margin-top: 8px;
}

#mainContent p.answer {
	margin-top: 3px;
	padding-left: 32px;
	color: #827466;
}

#mainContent .q {
	color: #c17800;
}

#mainContent .a {
	color: #e09c2e;
}

#fda p {
	color: #6a5847;
	font-size: 13px;
	padding: 30px 30px;
}

/* Footer */

#footer {
	height: 30px;
	background-color: #ece3d6;
	margin-top: 15px;
}

#footer #copyright {
	width: 824px;
	margin: 0 auto;
}

#footer #copyright p {
	text-align: center;
	font-size: 13px;
	padding: 5px 0;
}

#footer #copyright a {
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
}

#footer #copyright a:hover {
	text-decoration: underline;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

