@charset "utf-8";
@import url("nutrition.css");

/* Common Elements */

body
{
	margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #333333;
}

img, div, input
{
    behavior: url(/includes/iepngfix.php);
}

a
{
	color: #ff6600;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.titleLink
{
	color: #37140e;
	text-decoration: none;
}

a.titleLink:hover
{
	text-decoration: none;
}

p
{
	line-height: 20px;
}

h1
{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
    font-size: 34px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: -2px;
	color: #37140e;
	margin: 0px;
}

h2
{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
    font-size: 21px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: -1px;
	color: #37140e;
	margin: 0px;
}

h3
{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
    font-size: 19px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: -1px;
	color: #37140e;
	margin: 0px;
}

h4
{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: -1px;
	color: #37140e;
	margin: 0px;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.bigBrownText
{
	font-size: 18px;
	color: #3e1909;
}

.orangeText
{
	color: #ff6600;
}

.smallGrey
{
	font-size: 10px;
	color: #666666;
}

.bitSmallerText
{
	font-size: 11px;
}

.evenSmallerText
{
	font-size: 10px;
}

.smallText
{
	font-size: 9px;
}

.padded
{
	padding: 30px;
}

.clear
{
	clear: both;
}

#outerContainer
{
	width: 976px;
	margin: 0 auto;
	min-height: 750px;
}

#headerContainer
{
	height: 95px;
	text-align: left;
}

#headerLogo
{
	float: left;
	margin: 5px 0px 0px 35px;
}

#footerContainer
{
	clear: both;
	width: 976px;
    margin: 3px auto;
	padding-top: 20px;
    text-align: center;
	color: #666666;
	font-size: 10px;
}

/* Common navigation */

#siteNav
{
	float: right;
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;
	margin-right: 30px;
	margin-top: 5px;
}

#siteNav img.navItem
{
	float: left;
}

#siteNav ul
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#siteNav ul li
{
	color:#666666;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
}

#siteNav a
{
	color: #666666;
	text-decoration: none;
}

#siteNav a:hover
{
	color: #000000;
	text-decoration: none;
}

#mainNav
{
	clear: right;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	width: 670px;
}

#mainNav ul
{
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#mainNav ul li
{
	font-weight: bold;
	float: left;
	padding-left: 17px;
}

#mainNav a
{
	color: #333333;
	text-decoration: none;
}

#mainNav a.active
{
	color: #000000;
	text-decoration: underline;
}

#mainNav a:hover
{
	color: #000000;
	text-decoration: underline;
}

#mainNavFR
{
	clear: right;
	float: right;
	margin-right: 20px;
	margin-top: 30px;
	width: 690px;
}

#mainNavFR ul
{
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#mainNavFR ul li
{
	font-weight: bold;
	float: left;
	padding-left: 17px;
}

#mainNavFR a
{
	color: #333333;
	text-decoration: none;
}

#mainNavFR a.active
{
	color: #000000;
	text-decoration: underline;
}

#mainNavFR a:hover
{
	color: #000000;
	text-decoration: underline;
}

#sideNav
{
	
}

#sideNav ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sideNav ul li
{
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	padding: 4px 10px 10px 10px;
	border-top: 1px solid #cccccc;
}

#sideNav a
{
	color: #666666;
	text-decoration: none;
}

#sideNav a.active
{
	color: #000000;
	text-decoration: none;
}

#sideNav a:hover
{
	color: #000000;
	text-decoration: none;
}

#footerNav
{
	padding-bottom: 3px;
    border-bottom: 2px solid #401608;
	margin-bottom: 3px;
}

#footerNav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footerNav ul li
{
	/*border-left: 1px solid #999999;*/
	display: inline;
    padding: 0px 20px;
}

#footerNav a
{
    color: #333333;
    text-decoration: none;
}

#footerNav a:hover
{
	color: #000000;
}

/* Home Elements */

#home_body
{
	background: url(../images/bg-home.jpg) top center no-repeat #ffffff;
}

#home_body_FR
{
	background: url(../images/bg-home-fr.jpg) top center no-repeat #ffffff;
}

#home_content
{
	padding-top: 15px;
	text-align: left;
}

#home_contentLeft
{
	float: left;
	width: 666px;
}

.home_contentIndent
{
	padding: 0px 30px;
}

#home_productsLineup
{
	width: 576px;
	height: 145px;
	background: url(../images/bg-products-lineup.png);
	padding: 10px 15px;
	margin-top: 20px;
}

#home_questions
{
	width: 444px;
	height: 43px;
	background: url(../images/bg-questions.png);
	padding: 20px 15px;
	margin-top: 20px;
}

#home_questions a
{
	color: #333333;
	text-decoration: underline;
}

#home_questions a:hover
{
	color: #000000;
	text-decoration: underline;
}

#home_questions div
{
	float: left;
}

#home_contentRight
{
	float: left;
	width: 310px;
}

#home_testimonials
{
	height:150px;
}

#home_testimonials div
{
	position:absolute;
	z-index:2;
	width:250px;
	height:120px;
}

.home_news
{
	clear: both;
	margin: 10px 0px;
}

.home_newsLeft
{
	float: left;
	width: 85px;
	padding-top: 3px;
}

.home_newsRight
{
	float: left;
	margin:0 0 20px 0;
	width: 165px;
}

.home_line
{
	height: 19px;
	background-color: #401608;
}


.twitter_news
{
	border:1px solid #dddddd;
	clear: both;
	margin: 10px 0px;
	overflow:hidden;
	padding:10px;
}

.twitter_title {
	float:left;
}

.twitter_image {
	float:right;
}

/* Secondary Page Elements */

#second_content
{
	padding-top: 45px;
	text-align: left;
}

#second_contentLeft
{
	float: left;
	width: 491px;
	padding-left: 45px;
	padding-right: 60px;
}

#second_contentRight
{
	float: left;
	width: 350px;
}

#second_contentFull
{
	padding-left: 45px;
	padding-right: 60px;
}

.second_line
{
	height: 19px;
	background-color: #401608;
}

/* Our Fans Elements */

.testimonial
{
	clear: both;
	padding-top: 30px;
}

.testimonialLeft
{
	float: left;
	width: 40px;
}

.testimonialRight
{
	float: left;
	width: 450px;
}

#fans_form {
	
}

#fans_form .textarea {
	background: url(../images/our-fans-textarea.png) no-repeat;
	color: #333333;
	border: 0px;
	width: 328px;
	height: 148px;
	padding: 2px 10px 2px 10px;
	margin-top: 5px;
}

#fans_form .textarea textarea {
	background: none;
	color: #333333;
	border: 0px;
	width: 318px;
	height: 104px;
	font-family: Arial, Helvetica, sans-serif;
}
#fans_form .input {
	float: left;
	clear: left;
	width: 154px;
	height: 29px;
	background: url(../images/our-fans-textbox.png) no-repeat;
	padding:2px 10px 2px 10px;
}

#fans_form .input input {
	color: #333333;
	width: 154px;
	background: none;
	border: 0px;
}

#fans_form .submit {
	float: right;
	clear: none;
	width: 156px;
	padding-right: 5px;
	font-size: 10px;
}

#fans_form .submit input {
	background: none;
	padding: 5px 20px 0px 10px;
}

/* F.A.Q. Elements */

#faq_contentTop
{
	padding: 0px 45px 40px 45px;
}

#faq_contentLeft
{
	float: left;
	width: 236px;
	padding-left: 45px;
	padding-right: 45px;
}

#faq_contentRight
{
	float: left;
	width: 605px;
}

/* Product Elements */

#product_body
{
	background: url(../images/bg-home.jpg) top center no-repeat #ffffff;
}

#product_content
{
	text-align: left;
}

#product_contentLeft
{
	float: left;
	width: 200px;
	padding: 15px 30px 0px 36px;
}

#product_contentLeft h2
{
	margin-bottom: 14px;
	padding-left: 10px;
}

#product_stores
{
	border-top: 2px solid #572215;
	background-color: #ffffff;
	padding: 10px 20px 20px 20px;
	margin-top: 35px;
}

#product_contentRight
{
	float: right;
	width: 705px;
}

#product_contentBody
{
	width: 660px;
	padding-left: 10px;
	padding-right: 30px;
}

#product_description
{
	padding-left: 20px;
	padding-right: 15px;
}

#product_description li
{
	line-height: 20px;
}

#product_nutrition
{
	float: right;
	width: 240px;
	/*border-top: 2px solid #572215;*/
	padding: 14px;
	background-color: #ffffff;
}

#product_ingredients
{
	float: right;
	width: 355px;
	padding: 14px 15px 14px 20px;
	font-size: 10px;
}

/* Milk Chocolate Covered Almonds Specific Elements */

#milkalmonds_top
{
	height: 280px;
	background: url(../images/milk-almonds-top.png) top right no-repeat
}

#milkalmonds_box
{
	background-color: #223871;
	padding: 10px 20px;
	font-size: 13px;
	color: #ffffff;
}

.milkalmonds_line
{
	height: 19px;
	background-color: #223871;
}

/* Cranberries Specific Elements */

#cranberries_top
{
	height: 280px;
	background: url(../images/cranberries-top.png) top right no-repeat
}

#cranberries_box
{
	background-color: #cc0000;
	padding: 10px 20px;
	font-size: 13px;
	color: #ffffff;
}

.cranberries_line
{
	height: 19px;
	background-color: #cc0000;
}

/* Dark Chocolate Almonds Specific Elements */

#darkalmonds_top
{
	height: 280px;
	background: url(../images/dark-almonds-top.png) top right no-repeat
}

#darkalmonds_box
{
	background-color: #35201e;
	padding: 10px 20px;
	font-size: 13px;
	color: #ffffff;
}

.darkalmonds_line
{
	height: 19px;
	background-color: #35201e;
}

/* Fruit & Nut Specific Elements */

#fruitnut_top
{
	height: 280px;
	background: url(../images/fruit-nut-top.png) top right no-repeat
}

#fruitnut_box
{
	background-color: #4e2955;
	padding: 10px 20px;
	font-size: 13px;
	color: #ffffff;
}

.fruitnut_line
{
	height: 19px;
	background-color: #4e2955;
}

/* Clodhoppers Specific Elements */

#clodhoppers_top
{
	height: 286px;
	background: url(../images/clodhoppers-top.png) top right no-repeat
}

#clodhoppers_box
{
	background-color: #43230a;
	padding: 10px 20px;
	font-size: 13px;
	color: #ffffff;
}

.clodhoppers_line
{
	height: 19px;
	background-color: #43230a;
}

/* Pomegranate Specific Elements */

#pomegranate_top
{
	height: 280px;
	background: url(../images/pomegranate-top.png) top right no-repeat
}

#pomegranate_box
{
	background-color: #b31b34;
	padding: 10px 20px;
	font-size: 13px;
	color: #ffffff;
}

.pomegranate_line
{
	height: 19px;
	background-color: #b31b34;
}

/* Acai Blueberry Specific Elements */

#acai_top
{
	height: 280px;
	background: url(../images/acai-top.png) top right no-repeat
}

#acai_box
{
	background-color: #003092;
	padding: 10px 20px;
	font-size: 13px;
	color: #ffffff;
}

.acai_line
{
	height: 19px;
	background-color: #003092;
}

/* Goji Specific Elements */

#goji_top
{
	height: 280px;
	background: url(../images/goji-top.png) top right no-repeat
}

#goji_box
{
	background-color: #FA4C29;
	padding: 10px 20px;
	font-size: 13px;
	color: #ffffff;
}

.goji_line
{
	height: 19px;
	background-color: #FA4C29;
}

/* Season's Best Specific Elements */

#season_top
{
	height: 280px;
	background: url(../images/products-header.png) top right no-repeat
}

