html {
	background: #aecb56;
}

body {
	background:  url(../images/home/gradient.png) top center no-repeat;
	font-family: arial, sans-serif;
	color: #5B544C;
	font-size: 11px;
}

#masthead {
	background: url(../images/global/bg-split.jpg) center top no-repeat;
	height: 455px;
}

#masthead h1 {
	position: absolute;
	width: 142px;
	height: 136px;
	left: 50%;
	z-index: 99;
	top: 37px;
}

#masthead a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -5000px;
}

h1#organic-logo {margin-left: -475px}
h1#organic-logo a {
	background: url(../images/home/organic-logo.png);
}

h1#gluten-logo {margin-left: 323px}
h1#gluten-logo a {
	background: url(../images/home/gluten-logo.png);
}

/* Speach Bubbles */

#bubbles {
	height: 455px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
}

#bubbles div {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -381px;
	display: none;
	width: 762px;
	height: 423px;
}

#bubbles div#rudi-slideshow {
	overflow: hidden;
	display: block;
}

/* Navigation */


#home-nav {
	background: url(../images/home/grass.png) center 40px repeat-x;
	height: 187px;
	margin-top: -30px;
}

#home-nav ul {
	width: 974px;
	margin: 0 auto;
}

#home-nav li {
	float: left;
}

#home-nav a {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-image: url(../images/home/nav.png);
	height: 165px;
	position: relative;
}

#home-nav span {
	background-image: url(../images/home/nav.png);
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:2;
}

.story a {width: 192px;}
.story span {background-position: 0 -166px}
.organic a {width: 172px; background-position: -192px 0;}
.organic span {background-position: -192px -166px}

.gluten a {width: 162px; background-position: -364px 0;}
.gluten span {background-position: -364px -166px}

.buy a {width: 140px; background-position: -526px 0;}
.buy span {background-position: -526px -166px}

.talk a {width: 130px; background-position: -665px 0;}
.talk span {background-position: -665px -166px}

.rudiisms a {width: 128px; background-position: -795px 0;}
.rudiisms span {background-position: -795px -166px;}

/* Content Area */

h3 {
	color: #378E3B;
	font-size: 21px;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 23px;
}

#home-product-search label {
	display: block;
	float: left;
	cursor: pointer;
	padding: 5px 10px 5px 0;
	margin: 8px 5px 8px -5px;
}

#home-product-search label input {
	margin-top: -1px;
	float:none;
}

#home-content { 
	overflow: hidden;
	padding: 20px 0 40px 0;
	width: 930px;
	margin: 0 auto;	
}

.col {
	float: left;
}

#col1 {
	width: 205px;
	margin-left: 20px;
}

#col2 {
	width: 490px;
}

#col3 {
	width: 190px;
	line-height: 16px;
	text-align: right;
	position: relative;
	padding-top: 30px;
}

#col3 a {
	color: #007696;
	text-decoration: none;
}

#col3 ul {
	margin: 0;
	padding: 15px 0;
}

form#search {
	top: 10px;
	margin: 0;
	left: auto;
	right: -44px;
	position: absolute;
}

form input.text {
	background: #eaf1d9!important;
}

img.buy {
	margin-top: 10px;
	margin-right: -10px;
}

ul#social {
	float: right;
	padding: 0;
	text-align: left;
}

#social .popup {
	left: -110px;
	bottom: 35px;
}

#social li {
	float: left;
}

#col2 h3 {
	border-bottom: 1px dashed #fff;	
	padding-bottom: 5px;
}

#featured-news {
	float: left;	
	width: 150px;
	padding-right: 6px;
	font: 12px/18px arial, sans-serif;	
	padding-top: 10px;
}

#featured-news p {word-wrap: break-word;}

#featured-news h4 a {
	color: #006838;
	font-size: 14px;
}

#featured-news a {
	color: #5B544C;
	text-decoration: none;
}

#featured-news img.attachment-featured {
	border: 2px solid #67A33D;
	margin-bottom: 10px;
}

#featured-news img.bullet {
	margin-bottom: -3px;
}

#news-events {
	float: left;
	width: 317px;
	border-left: 1px dashed #fff;	
	padding-left: 15px;
}

#news-events li {
	padding: 4px 0;
	border-top: 1px dashed #fff;	
}

#news-events li.first {border: 0}

#news-events li a {
	padding: 4px 5px;
	display: block;
	color: #5B544C;
	text-decoration: none;
	line-height: 16px;
}

#news-events li img {margin-bottom: -2px;}

#news-events strong {
	font-size: 12px;
	color: #006838;
}
#news-events a:hover {
	background-color: #a1c24d;
}