/*=============================================================
Type:				Langmead Farms Website
Build by:			VGroup
Document Author:	Mark Perkins
Author Email:		mark.perkins@vgroup.com
Copyright: 			(c) Vgroup 2008 	
---------------------------------------------------------------
Creation Date:		07-08-2008
============================================================ */

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

body {
	background: #1c580a url('../cssimages/bg1.jpg') repeat;
	padding: 0 !important;
}

html, body {
	height: 100%;
	margin-bottom: 1px;
}

p {
	color: #333333;
	line-height: 1.4em;
}

#page {
	width: 770px;
	margin: 0 auto;
	position: relative;
    min-height: 100%;
}

#header {
	background: url('../cssimages/header_bg.png') no-repeat left bottom;
	position: relative;
	padding: 6px 10px;
}

#content_wrapper {
	padding-bottom: 120px;
}

.subpage #promo_section {
	position: relative;
}

#promo_section img {
	margin: 5px 0 0 -12px;
}

object#promo_section {
	margin-top: -115px;
	margin-left: -10px;
}

/*==============================================
headers
==============================================*/

h1 {
	margin: 0 10px;
}

h1 a {
	display: block;
	text-indent: -99999px;
	background: url('../cssimages/logo_main.gif') no-repeat 8px 0px;
	height: 67px;
	width: 213px;
	position: relative;
	top: 10px;
}

.subpage #promo_section h2 {
	position: absolute;
	top: 22px;
	left: 480px;
	font-size: 24px;
	width: 220px;
}

/*==============================================
image swapper
==============================================*/

#image_swapper {
	position: fixed;
	top: 14px;
	right: 0px;
	background: url('../cssimages/change_image.png') no-repeat 0 0;
	width: 22px;
	height: 70px;
	display: block;
	padding: 12px 0;
}

#image_swapper:hover {
	width: 56px;
}

#image_swapper a {
	display: none;
	width: 24px;
	height: 16px;
	text-indent: -9999px;
	background: url('../cssimages/change_image_unselected.png') no-repeat;
	z-index: 10000;
}

#image_swapper:hover a {
	display: block;
	margin-left: 26px;
}

#image_swapper .img2 {
	margin: 11px 0;
}

#image_swapper a.selected {
	background: url('../cssimages/change_image_selected.png') no-repeat;
}

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

/* top 'extra' navigation */

#extra_nav {
	position: absolute;
	top: 4px;
	right: 10px;
}

#extra_nav li {
	display: inline;
	background: url('../cssimages/splitter_small.gif') no-repeat right 4px;
}

#extra_nav #privacy_policy, #extra_nav #work_with_us {
	background: none;
}

#extra_nav li a {
	font-size: 9px;
	color: #333;
	text-decoration: none; 
	margin-right: 5px;
	padding-left: 2px;
}

#extra_nav li a:hover {
	text-decoration: underline;
}

#extra_nav #work_with_us a:hover {
	text-decoration: none;
}

#extra_nav #work_with_us a {
	background: url('../cssimages/yellow_tab.gif') no-repeat;
	padding: 6px 15px 10px 15px;
	font-size: 13px !important;
}

/* main navigation */

#main_nav {
	width: 504px;
	position: absolute;
	bottom: 10px;
	right: -90px !important;
	overflow: hidden;
}

#main_nav li {
	display: inline;
	margin-right: 10px;
}

#main_nav li a {
	width: 140px;
	display: block;
	float: left;
	color: #808080;
	text-decoration: none;
}

#main_nav li a:hover {
	color: #009749;
}

#main_nav li.current a {
	color: #009749;
	font-weight: bold;
}

#main_nav li.col_1 a { width: 70px; }

#main_nav li.col_2 a { width: 80px; }

#main_nav li.col_3 a { width: 150px; }

#main_nav li.col_4 a { width: 150px; }

#main_nav li.col_5 { margin-right: 0; }

#main_nav li.col_5 a { width: 80px; }

/* sub nav */

#sub_nav {
	list-style: none;
	width: 180px;
	margin-left: 0 ;
}

#sub_nav li a {
	display: block;
	border-bottom: 1px solid #C0C0C0;
	padding: 3px;
	color: #333333;
	text-decoration: none;
}

#sub_nav li a:hover, #sub_nav li.current a {
	background: #c5e29f;
}

#sub_nav li ul {
	display: none;
}

/* footer nav */

#footer_nav {
	width: 275px;
	overflow:hidden;
}

#footer_nav li {
	display: inline;
	list-style: none;
}

#footer_nav li a {
	display: block;
	float: left !important;
	width: 72px !important;
	color: #FFF;
	text-decoration: none;
}

#footer_nav li.col_2 a {
	width: 130px !important;
}

#footer_nav li.col_3 a {
	width: 70px !important;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

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

#content_wrapper a {
	text-decoration: underline;
	color: #666;
}

.intro {
	font-size: 20px;
	color: #808080;
	line-height: 26px;
	margin-top: 4px;
}

.homepage #main_content {
	background: url('../cssimages/home_main_bg_top.png') no-repeat 0 0;
	width: 427px;
	padding: 20px 30px 1px 20px;
	float: left;
}

.homepage #main_content_footer {
	background: url('../cssimages/home_main_bg_bottom.png') no-repeat left top;
	width: 467px;
	height: 22px;
	float: left;
	clear: left;
}

.subpage #main_content {
	background: url('../cssimages/main_bg_top.png') no-repeat;
	padding: 20px 20px 1px 20px;
}

.subpage #main_content {
	padding-left: 230px;
}

.subpage #main_content_footer {
	clear: both;
	height: 22px;
	background: url('../cssimages/main_bg_bottom.png') no-repeat left bottom;
}

/* sitemap */

.sitemap {
	list-style: none;
}

.sitemap ul {
	list-style: none;
	margin-left: 20px;
	margin-top: 3px;
}

.sitemap li {
	margin-bottom: 3px;
}

#main_content .sitemap a {
	text-decoration: none;
}

#main_content .sitemap a:hover {
	text-decoration: underline;
}

#sitemap_left {
	width: 48%;
	float: left;
}

#sitemap_right {
	width: 48%;
	float: right;
}

/*==============================================
sub content
==============================================*/

/* homepage */

.homepage #sub_content {
	width: 280px;
	height: 270px;
	float: right;
}

.homepage #sub_content h2 {
	background: url('../cssimages/our_brands_tab.png') no-repeat;
	width: 100px;
	color: #FFF;
	padding: 2px 8px 7px 8px;
	margin: 0 0 7px -8px;
	text-indent: -9999px;
}

.homepage #sub_content ul {
	margin: 0;
	padding: 0;
}

.homepage #sub_content li {
	width: 340px;
	height: 110px;
	text-indent: -9999px;
	list-style: none;
	position: relative;
}

.homepage #sub_content h3 {
	display: none;
}

.homepage #sub_content li p a {
	display: block;
	width: 340px;
	margin-top: 0;
}

#brand_naturo {
	background: url('../cssimages/home_sidebar_bg.png') no-repeat -6px -0px;
	z-index: 100;
	left: -20px;
	top: -20px;
}

#sub_content #brand_naturo p a {
	background: url('../cssimages/home_sidebar_fore.gif') no-repeat 0px 0px;
	height: 74px;
	position: relative;
	top: 17px;
	left: 17px;
}

#brand_naturo:hover {
	left: -21px;
	top: -20px;
}

#sub_content #brand_lush {
	background: url('../cssimages/home_sidebar_bg.png') no-repeat -7px -112px;
	position: relative;
	top: -57px;
	left: -10px;
	z-index: 80;
}

#sub_content #brand_lush:hover {
	left: -11px;
	top: -57px;
}

#sub_content #brand_lush p a {
	background: url('../cssimages/home_sidebar_fore.gif') no-repeat 20px -67px;
	height: 72px;
	position: relative;
	top: 15px;
	left: -4px;
}

#sub_content #brand_riverfarms {
	background: url('../cssimages/home_sidebar_bg.png') no-repeat -4px -220px;
	position: relative;
	top: -90px;
	left: -20px;
}

#sub_content #brand_riverfarms p a {
	background: url('../cssimages/home_sidebar_fore.gif') no-repeat 20px -138px;
	height: 72px;
	position: relative;
	top: 13px;
	left: 0px;
}

#sub_content #brand_riverfarms:hover {
	top: -91px;
	left: -20px;
}

/* sub pages */

.subpage #main_content {
	min-height: 200px;
}

.subpage #sub_content {
	width: 210px;
	float: left;
	margin-left: -210px;
}

.subpage #sub_content h3 {
	margin: 0 0 0px 0;
	text-transform: uppercase;
	color: #000;
}

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

#footer {
	margin-top: 20px;
	background: url('../cssimages/footer_bg.png') no-repeat 0 0;
	padding: 20px 10px;
	clear: both;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	width: 770px;
}

#footer p {
	color: #FFF;
	margin: 0;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

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

#reg_and_address {
	width: 220px;
	float: left;
	padding-right: 34px;
	padding-left: 10px;
}

#credits {
	width: 150px;
	float: left;
	padding-right: 56px;
}
