/*
++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++
+++++++ WHOLE APPROACH +++++++
++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++
*/

/* GENERAL
------------------------------ */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #f5f7e1 url(../images/background.jpg) repeat-x center top;
	border-top: solid #494738 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #504d3c;
}
img {
	border: 0;
}
a:link, a:active, a:visited {
	color: #79a744; 
	text-decoration: none; 
}
a:hover { 
	color: #79a744;
	text-decoration: underline;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #494738;
	letter-spacing: -0.02em;
	margin: 15px 0 20px 0;
	padding: 0;
}
h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #494738;
	margin: 10px 0;
	padding: 0;
}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #494738;
	margin: 5px 0;
	padding: 0;
}
hr {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	border: 0;
	border-bottom: 1px solid #fff;
	color:#dcdcc7;
	background-color:#dcdcc7;
}
hr.nospace {
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
	border: 0;
	border-bottom: 1px solid #fff;
	color:#dcdcc7;
	background-color:#dcdcc7;
}
.vr {
	height: 100%;
	margin: 0 5px;
	width: 1px;
	background-color: #dcdcc7;
	border-right: 1px solid #fff;
	float: left;
}
.clear {
	clear:both;
}

/* MAIN
------------------------------ */
#mainContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding: 0 0 0 10px;
}
#userCart {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 60px;
	float: right;
}
#userCart a:link, #userCart a:active, #userCart a:visited {
	color: #79a744; 
	text-decoration: none; 
}
#userCart a:hover { 
	color: #79a744;
	text-decoration: underline;
}
#logo {
	margin-top: 20px;
	float: left;
	text-align: left;
}
#navigation {
	margin: 36px 0 0 0;
	float: right;
	text-align: right;
}
#subnavigation {
	margin: 0;
	float: right;
	text-align: right;
}
#contentTop {
	height: 22px;
	background-image: url(../images/contenttop.png);
	background-repeat: no-repeat;
}
#contentBody {
	background-color: #f3f3e9;
	padding: 10px 40px;
	text-align: left;
}
#contentBody a:link, #contentBody a:active, #contentBody a:visited {
	color: #79a744; 
	text-decoration: none;
	font-weight: bold;
}
#contentBody a:hover { 
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}
#contentBottom {
	height: 22px;
	background-image: url(../images/contentbottom.png);
	background-repeat: no-repeat;
}
#footer {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #b1ad95;
	padding: 10px 20px;
	text-align: left;
}
#contentLeft {
	background: url(../images/vr.gif) right repeat-y;
	padding-right:30px;
	width: 580px;
	float: left;
}
#contentLeft li {
	margin-bottom: 10px;
}
#contentRight {
	width: 180px;
	float: right;
}

/* NAVIGATION
------------------------------ */
#nav {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #494738;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#navCurrent {
	color: #494738;
	text-decoration: none;
	background: #f3f3e9;
	-moz-border-radius: .4em;
	border-radius: .4em;
}
#subnav {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#subnav li {
	display: block;
	float: left;
	margin-top: 2px;
	padding: 0 10px;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	color: #79a744;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}
#subnavCurrent {
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}

/* USER CART
------------------------------ */
#userCartLeft {
	background: url(../images/usercartleft.png) left bottom no-repeat;
	width: 11px;
	height: 46px;
	float: left;
}
#userCartRight {
	background: url(../images/usercartright.png) right bottom no-repeat;
	width: 11px;
	height: 46px;
	float: left;
	margin-right: 5px;
}
#usercartbg {
	background-color: #f3f3e9;
	height: 46px;
	float: left;
}
.ucContent {
	margin-top:5px;
	padding: 9px 5px 5px 5px;
	float: left;
}
#ucMyAccount {
	margin-top:5px;
	padding: 13px 5px;
	float: left;
}
#ucCarts {
	padding: 5px;
	float: left;
}


/* MONTHLEY SPECIAL
------------------------------ */
#mSpecial {
	background: url(../images/monthlyspecial.jpg) no-repeat;
	padding: 12px 0 5px 8px;
	height: 57px;
	width: 176px;
	margin: 0;
}
#mSpecial a {
	color: #f2f2e8;
	text-decoration: none;
}
#mSpecial a:link, a:active, a:visited {
	color: #f2f2e8;
	text-decoration: none;
}
#mSpecial a:hover {
	color: #f2f2e8;
	text-decoration: none;
}
#mMonth {
	color: #f2f2e8;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	margin-bottom: 3px;
}
#mMonth a:link, #mMonth a:active, #mMonth a:visited, #mMonth a:hover {
	color: #f2f2e8; 
}
#mSpec {
	color: #f2f2e8;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.02em;
}
#mList ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.mPrice {
color: #f83131;
}

/* MISC.
------------------------------ */
#welcomeMessage {
	font-size: 14px;
	line-height: 24px;
}
#orderPhone {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
#copyRight {
	color: #bbb699;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
}

/* SHOP
------------------------------ */
#newProduct {
	margin-bottom: 10px;
}
.productCategory {
	width: 150px;
	height: 180px;
	background-color: #fff;
	border: 1px solid #e6e6d6;
	overflow: hidden;
}


/* CANDIDA
------------------------------ */
#listNavigation {
	list-style: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
#listCurrent {
	color: #494738;
}
#sublistNavigation {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	padding: 0;
	margin-left: 15px
}
#sublistCurrent {
	color: #494738;
}
#practitionerNote {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

/* DIET
------------------------------ */
.smallNote {
	font-size: 10px;
}
.redNote {
	color: #f83131;
}


/* NEWSLETTER
------------------------------ */
#newsLeft {
	width: 450px;
	margin-right: 20px;
	float: left;
}
#newsRight {
	width: 310px;
	float: right;
}
.newsSmall {
	font-size: 10px;
}
/* CONTACT
------------------------------ */
#contactLeft {
	width: 400px;
	float: left;
}
#contactRight {
	width: 400px;
	float: left;
}
.contactSmall {
	font-size: 10px;
}
input {
	margin-bottom: 5px;
}