/*=============================================================
Type:				Natures Way Foods Main Stylesheet
Build by:			VGroup
Document Author:	Mark Perkins
Author Email:		mark.perkins@vgroup.com
Copyright: 			(c) Vgroup 2008 	
---------------------------------------------------------------
Creation Date:		02-05-2008
============================================================ */

/*==============================================
colors (default stylesheet):

background light blue:			#9CDBF8
content background grey:		#F2F2F2
==============================================*/

/*==============================================
main layout
==============================================*/

body {
	height: 100%;
	color: #333;
}

#page {
	background: #FFF;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
/*	border-bottom: 1px solid #C6E39F;*/
	padding: 2px 15px 10px 15px;
	position: relative;
	margin-bottom: 219px;
}

#banner {
	padding: 14px 15px 10px 12px;
	position: absolute;
	height: 204px;
}

#content {
	border-top: 1px solid #C6E39F;
	background: #F2F2F2;
	border-bottom: 1px solid #C6E39F;
	padding: 10px 5px 5px 15px;
}

#footer {
	position: relative;
	padding: 15px;
}

a {
	color: #8CC63F;
}

#banner_movie {
	position: absolute;
	top: 0;
	left: 12px;
}

#noflashpic {
	margin-top: 109px;
	border-top: 1px solid #C6E39F;
	padding-top: 10px;
	width: 934px;
}

/*==============================================
headings
==============================================*/

h1#main_logo a {
	display: block;
	width: 214px;
	height: 83px;
	background: #FFF url('../cssimages/logo_main.gif') no-repeat;
	text-indent: -99999px;
	margin: 0;
	float: left;
}

.feature_box h1, .feature_box h4 {
	color: #939598;
	margin: 0 0 4px 0;
	font-size: 1.5em;
	width: 185px;
	float: left;
}

#main_content h1 {
	font-size: 1.7em !important;
	color: #939598;
	margin: 0 0 -4px 0;
	padding: 0;
}

#main_content h1.sIFR-replaced {
	margin: 6px 0 -5px 0 !important;
	padding-bottom: 0;
/*	height: 28px;*/
}

#main_content h1.sIFR-replaced + p {
	margin-top: 0;
}

#home h1.sIFR-replaced {
	margin:0 0 0 0;
	height: 32px;
}

#home h1 a {
	color: #939598;
	text-decoration: none;
}

#main_content h2 {
	color: #888;
	font-size: 1.3em;
	margin: 1em 0 0 0;
	line-height: 1.3em ;
}

#main_content h3 {
	color: #888;
	font-size: 1.1em;
	margin: 0;
}

#main_content h4 {
	color: #888;
	font-size: 1.0em;
	margin: 0;
}

#sidebar h4 {
	margin: 0;
	font-size: 1.6em;
	color: #939598;
}

#sidebar h4.sIFR-replaced, #sub_content h4.sIFR-replaced {
	margin: 4px 0 0 0;
/*	height: 30px;*/
	line-height: 20px;
}

#sub_content h4.sIFR-replaced {
	margin-top: 0;
}

.link_list ul {
/*	margin-bottom: 12px;*/
}

/*==============================================
header
==============================================*/

#season_switcher {
	top: 111px;
	position: fixed;
	background: url('../cssimages/season_tab.png') no-repeat left bottom;
	padding: 9px 6px 7px 1px;
	overflow: hidden;
	margin-left: 945px;
}

#season_switcher span {
	float: left;
	display: none;
	color: #888;
}

#season_switcher a {
	height: 20px;
	width: 20px;
	display: block;
	text-indent: -9999px;
	margin-left: 5px;
	background-image: url('../cssimages/season_icons.png');
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#change_spring { background-position: -2px -2px;  }

#change_summer { background-position: -24px -2px; }

#change_autumn { background-position: -47px -2px; }

#change_winter { background-position: -70px -2px; margin-bottom: 0;}

#breadcrumbs {
	margin: 0 0 10px 10px;
	color: #666;
}

#breadcrumbs a {
	text-transform: capitalize;
	color: #666;
}

#breadcrumbs em {
	font-style: normal;
}


/*==============================================
navigation
==============================================*/

/* main navigation & footer */
#main_nav, #footer_nav {
	width: 340px;
	position: absolute;
	bottom: 15px;
	right: -20px;
	list-style: none;
}

#main_nav li, #footer_nav li {
	width: 100px;
	float: left;
}

#main_nav li.wider {
	width: 128px;
}

#main_nav li a {
	color: #666;
	text-decoration: none;
}

#main_nav li a.current {
	color: #009749;
}

#main_nav li a:hover {
	color: #8CC63F;
}

/* sub navigation */

#sub_nav {
	list-style: none;
	border-top: 1px solid #C6E39F;
	padding: 1px 0 1px 0;
	margin-top: 2px;
}

#sub_nav li a {
	display: block;
	padding: 4px 0;
	border-bottom: 1px solid #C6E39F;
	text-decoration: none;
}

#sub_nav li a:hover {
	color: #999;
}

#sub_nav li.current a {
	font-weight: bold;
	color: #999;
}

#sub_nav ul {
	border-bottom: 1px solid #C6E39F;
	list-style: none;
	padding: 4px 0 4px 10px;
}

#sub_nav ul {
	display: none;
}

#sub_nav li.current ul {
	display: block; !important
}

#sub_nav li.current ul li.current a {
		font-weight: bold;
	color: #999;
}

#sub_nav ul li a {
	border: 0;
}

#sub_nav li.current ul a {
	font-weight: normal;
	color: #8CC63F;
}

/* footer navigation */

#footer_nav {
	width: 460px;
	top: 18px;
	right: -36px;
	font-size: 10px;
}

#footer_nav li {
	width: 102px;
}

#footer_nav li.wider {
	width: 120px;
	padding-left: 8px;
}

#footer_nav li a {
	color: #777;
	text-decoration: none;
	font-size: 10px;
}

#footer_nav li a:hover {
	color: #8CC63F;
}

/*==============================================
main content section
==============================================*/

/* general sub page ( 3 col ) */

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

.side_section {
	background: #FFF;
	margin-bottom: 10px;
/*	padding-bottom: 0 !important;*/
}

#sub_nav_wrapper {
	padding: 6px 10px 10px 10px;
}

/* main content */

#main_content {
	background: #FFF;
	padding: 7px 14px 2px 14px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.threecol #main_content {
	width: 432px;
}

.twocol #main_content {
	width: 667px;
}

#main_content img {
	float: right;
	border: 4px solid #DDD;
	margin: 10px 0 10px 10px;
	clear: right;
}

#main_content ul, #main_content ol  {
	margin: 1em 0 1em 20px;
}

#main_content li {
	margin-bottom: 4px;
}

/* sub content */

.threecol #sub_content {
	width: 225px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
}

#sub_content .promo {
	padding: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	width: 225px;
	display: inline;
}

#sub_content .promo_box, #sub_content .wl_promo_box {
	padding: 10px;
	float: none;
}

#sub_content .related h4, #sub_content .promo h4 {
	color: #666;
}

#sub_content .promo a {
	color: #FFF;
}

#sub_content .feature_box {
	height: auto;
	min-height: 0;
}

/* homepage */

.feature_box {
	float: left;
	width: 205px;
	height: 150px;
	background: #FFF;
	margin: 0 10px 10px 0;
	padding: 10px;
	overflow: hidden;
	display:inline; /* needed to fix IE6 bug - double rendering of last word of content and displaying below */
	min-height: 150px;
	position: relative;
}

.editing .feature_box {
	overflow: visible;
	height: auto !important;
}

#home .wl_promo_box {
	width: 205px !important;
}

.editing #feature_news {
	height: 150px !important;
}

#feature_news ul {
	border-top: 1px solid #FFD35F;
	list-style: none !important;
	margin-left: 0;
}

#feature_news li a {
	width: 193px;
	display: block;
	padding: 5px;
}

#feature_news li a:hover {
	/*	background: #FFD35F;*/
}

#feature_news li {
	border-bottom: 1px solid #FFD35F;
	margin: 0;
	padding: 0;
}

.feature_box img {
	float: right;
	width: 205px;
}

.feature_box p {
	width: 205px;
	margin: 0;
	float: left;
	clear: left;
}

#feature_main {
	width: 440px;
}

.editing #feature_main {
	height: 152px !important;	
}

#feature_main .promo_box p, #feature_main .wl_promo_box p, #feature_main .wl_promo_box {
	width: 440px !important;
}

#feature_main h1 {
	width: 420px !important;
}

#feature_bottom_left {
	width: 440px;
}

#feature_bottom_right h1, #feature_news h1 {
	color: #666;
}

#feature_bottom_right a {
	color: #FFF;
}

#feature_top_left {
	padding: 0;
	width: 225px;
	height: 170px;
}

#feature_top_left img {
	width: 225px;
}

.feature_box ul {
	clear: left;
	margin-left: 20px;
	color: #FFF;
}

.feature_box li {
	margin-bottom: 4px;
}

.feature_box li a {
	color: #333;
	text-decoration: none;
}

.feature_box li a span {
	color: #FFF;
	font-weight: bold;
}

.feature_box li a:hover {
	color: #111;
}

#home .more {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.more {
	text-align: right;
}

.more a {
	text-decoration: none;
}

#home .more a {
	text-decoration: none;
	padding: 3px 4px;
	color: #444;
}

#home #feature_bottom_left .more {
	right: 225px;
}

#feature_extra_left, #feature_bottom_right {
	padding: 0;
	width: 225px;
	height: 170px;
}

#feature_extra_left {
	clear: left;
}

#feature_extra_left img, #feature_bottom_right img {
	width: 225px;
}

#feature_extra_mid {
	
}

#feature_extra_right {
	padding: 0;
	width: 460px;
	height: 170px;
}

#feature_extra_right img {
	width: 460px;
}

/* news page */

#news #main_content h1 a {
	color: #939598;
	text-decoration: none;
}

#news #main_content {
	background: #F2F2F2;
	padding: 0;
	width: 692px;
}

.news_item {
	background: #FFF;
	margin-bottom: 10px;
	padding: 7px 14px 2px 14px;
}

.news_date {
	color: #A2D163;
}

#pagination_links {
	background: #FFF;
	text-align: center;
	padding: 5px;
}

#pagination_links .disabled {
	color: #999;
}

/* search page */

#search h2 {
	font-size: 1.4em;
	margin-top: 0;
}

#search #main_content {
	padding-bottom: 10px;
}

.search_result {
	border-top: 1px dotted #CCC;
	padding-top: 12px;
}

#tagcloud {
	padding: 10px;
}

#tagcloud p {
	margin-top: 16px;
	padding-bottom: 10px;
}

#tagcloud p a {
	text-decoration: none;
}

.size_vsmall { font-size: 9px; }
.size_small { font-size: 13px; }
.size_medium { font-size: 16px; }
.size_large { font-size: 22px; }
.size_xlarge { font-size: 27px; }

#tagcloud p a:hover {
	color: #888;
}

/* rss sidebar */

#rss_subscribe {
	padding: 10px;
}

#rss_link a {
	padding: 4px 0 0px 22px;
	background: url('../cssimages/feed.png') no-repeat 0 1px;
	margin-bottom: 0;
	color: #EF6B00;
	font-weight: bold;
	text-decoration: none;
}

#rss_link a:hover {
	text-decoration: underline;
}

#rss_link {
	margin-bottom: 0;
}

div.related {
	position: relative !important;
	overflow: visible;
}

.related ul {
	list-style: none;
	margin: 0;
}

p.about {
	display: none;
	font-size: 11px;
	color: #666 !important;
	position: absolute;
	top: -20px;
	left: -0px;
	background: #EEB415;
	width: 76px;
	padding: 6px 10px 10px 10px;
	text-transform: lowercase;
	
}

/*==============================================
contact form
==============================================*/

.contact_form {
	margin: 20px 0;
}

.contact_form dt {
	width: 160px;
	float: left;
	margin-bottom: 10px;
	clear: left;
}

.contact_form dd {
	margin-bottom: 10px;
}

.contact_form label {
	text-transform: capitalize;
	color: #777;
}

.contact_form label.error {
	font-style: italic;
		font-weight: bold;
}

.contact_form label em {
	color: #FFA305;
	font-weight: bold;
}

.contact_form input, .contact_form textarea  {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 3px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1em;
}

.contact_form input:focus, .contact_form textarea:focus  {
	background: #F7FFBF;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.contact_form input	{
	width: 400px;
}

.contact_form textarea {
	width: 400px;
	min-height: 170px;
}

.contact_form input.submit {
	width: auto;
	margin-left: 160px;
	cursor: pointer;
	padding: 5px 7px;
}

.contact_form input.submit:focus {
	background: #EEE;
}

.form_error_msg {
	background: #F7FFBF;
	margin-top: -10px;
	padding: 10px 20px;
	color: #7F5307;
	border: 1px solid #E7EFB3;
}

.form_success_msg {
	background: #F7FFCF;
	color: #4DB13F;
	margin-top: -10px;
	padding: 10px 20px;
	border: 1px solid #E5EFB3;
}

/*==============================================
sitemap
==============================================*/

#sitemap_right, #sitemap_left {
	width: 48%;
}

#sitemap_left li, #sitemap_right li {
	list-style: none;
	background: url(../cssimages/bullet_green.png) no-repeat 0 1px;
	padding-left: 20px;
}

#sitemap_left li a, #sitemap_right li a {
	color: #009749;
}

#sitemap_left li li a, #sitemap_right li li a {
	color: #8CC63F;
}

#sitemap_left {
	float:left;
}

#sitemap_right {
	float:right;
}

/*==============================================
footer
==============================================*/

#footer p {
	color: #777;
	float: left;
	font-size: 10px;
	margin: 0 30px 0 0;
}

#footer a {
	color: #777;
}

/*==============================================
to fine-tune editor instances...
==============================================*/

#home .wl_editable_image_wrapper {
	float: right;
}

.promo .wym_containers, .promo .wym_tools_image, .promo .wym_tools_html .wym_container_h1 {
	display: none !important;
}
