/*
* These styles are only used on the Home page
*/

body {
	background-image: none;
}

#homeBack {
	overflow: hidden;
	background: url(/images/homeback.gif) center center repeat-y;
	border: 10px solid white;
	border-left: 0;
	border-right: 0;
}


#leftCol {
	width: 550px;
	overflow: visible;
	padding: 0 0 0 0px;
}

#rightCol {
	padding-top: 20px;
	width: 355px;
}

#leftCol img {
	display: block;
	margin-left: -40px;
	position: relative;
}

#rightCol p {
	font-size: 12px;
	color: #898989;
	line-height: 24px;
	width: 315px;
}

#stripe {
	clear:both;
	background: #C5C944;
	height: 135px;
	border-bottom: 10px solid white;
}

#stripe .centerWrap {

	width: 865px;
}

#stripe a {
	display: block;
	width:202px;
	height: 135px;
	float: left;
	margin-left: 35px;
	display: inline;/*IE6*/
}

#stripe a#productLink {
	background-image: url(/images/ourProducts.jpg);
}

#stripe a#servingsLink {
	background-image: url(/images/servingSuggestions.jpg);
}

#stripe a#locatorLink {
	background-image: url(/images/storeLocator.jpg);
}

#stripe a:hover {
	background-position: 0 -135px;
}

#clearFooter {
	height: 7px;
}

#footer {
	height: 20px;
	width:100%;
	position: relative;
	margin-top: 0px;
	border-bottom: 0;
}

h1 {
	height: 42px;
}
