@charset "UTF-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
	font-size: 13px;
	background-color: #ffffff;
	background-image: url(images/bg2.png);
	background-repeat: repeat-y;
	background-position: center;
}

a {
	color: #383636;
}
a:hover {
	color: #C08D4A;
	text-decoration: none;
}

.clear { margin: 0; padding: 0; clear:both; }

#wrapper {
	width: 940px;
	margin: 0 auto;
	background-image: url(images/banner_shadow.png);
	background-repeat: no-repeat;
	background-position: 0px 114px;
}

#header .home {
	background-image: url(images/home_top.png);
	background-repeat: no-repeat;
	width: 896px;
	background-color: #f9eacf;
	margin: 0px auto;
	padding-top: 25px;
}

#header .products {
	background-image: url(images/products_top.png);
	background-repeat: no-repeat;
	width: 896px;
	background-color: #f9eacf;
	margin: 0px auto;
	padding-top: 25px;
}

#header .nutrition {
	background-image: url(images/nutrition_top.png);
	background-repeat: no-repeat;
	width: 896px;
	background-color: #f9eacf;
	margin: 0px auto;
	padding-top: 25px;
}

#content {
	width: 896px;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F9EACF;
	margin: 0px auto;
	padding-bottom: 100px;
}

.logo {
	float: left;
}
.nav {
	float: left;
	width: 569px;
}

.home-c1 {
	float: left;
	width: 280px;
	margin-top: 12px;
}
.home-c2 {
	float: right;
	width: 320px;
	font-size: 12px;
	margin-right: 20px;
	margin-top: 12px;
}

.home-c2 ul {
	list-style-position: outside;
	list-style-image: url(images/bullet1.png);
	margin: 0px;
}
.home-c2 li {
	padding-bottom: 5px;
}


.home-cow {
	float: left;
	text-align: center;
}

.title {
	color: #5b9332;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 3px;
}

.title-sm {
	color: #5b9332;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
}


#antioxidant .title {
	font-size: 28px;
	line-height: 26px;
	color: #5b9332;
}


#fiber .title {
	font-size: 28px;
	line-height: 26px;
	color: #b26000;
}

.sidebar .title,  .content .title, #energy .title {
	font-size: 28px;
	line-height: 26px;
	color: #c34437;
}


#antioxidant {
	background-image: url(images/antioxidant.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 741px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#fiber {
	background-image: url(images/fiber.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 741px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#energy {
	background-image: url(images/energy.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 741px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.description {
	margin-top: 30px;
	width: 400px;
	margin-left: 30px;
	padding-right: 18px;
	font-size: 15px;
	line-height: 24px;
	color: #383636;
	float: left;
	overflow: auto;
	height: 180px;
}
.link {
	float: right;
	width: 100px;
	margin-top: 20px;
	margin-right: 165px;
}



.sidebar {
	width: 225px;
	float: left;
	margin-left: 50px;
	color: #383636;
	font-size: 14px;
	line-height: 18px;
}
.content {
	width: 500px;
	float: right;
	margin-right: 50px;
	border-left: 1px solid #c5bbab;
	padding-left: 40px;
	color: #383636;
	font-size: 14px;
	line-height: 18px;
}


.buy-now { float: right; padding: 20px 40px 0 0 }