/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #efdbb7 url(images/bg-repeat.jpg) repeat-y center;
}

body {
	font: 12px Arial, Verdana, Helvetica, Sans Serif;
	color: #5e5e5e;
	text-align: left;
	background: url(images/bg.jpg) no-repeat top center;
}

a {
	color: #166c0d;
	text-decoration: none;
}
a:hover {
	color: #20a812;
	text-decoration: underline;
}

img {
	display: block;
	border: none;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #000 url(images/bg-header.jpg) no-repeat top center;
	width: 100%;
	height: 181px;
	text-align: center;
}
#header img {
	margin-left: auto;
	margin-right: auto;
}


/*________ MAIN NAV ________*/

#mainNav {
	background: url(images/bg-nav.gif) no-repeat top right;
	font: 14px Arial, Verdana, Sans Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	padding: 12px 0 12px 10px;
	height: 18px;
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	color: #fff;
	text-decoration: none;
	padding: 12px 24px;
	text-shadow: 1px 1px 2px #000;
}
#mainNav li a:hover {
	color: #FFF;
	background: #3e3e3e url(images/bg-nav-roll.gif) repeat-x;
	text-decoration: none;
	padding: 12px 24px;
}


/*________ CONTENT ________*/

#contentContainer {
	background: url(images/bg-content.gif) repeat-y;
	overflow: hidden;
}

#content {
	width: 640px;
	float: left;
	padding: 15px 20px;
}
#content h2 {
	padding-bottom: 10px;
}
#content h3 {
	font-size: 16px;
	color: #272727;
	padding-bottom: 10px;
}
#content h4 {
	font-size: 13px;
	color: #272727;
	padding: 5px 0 10px 0;
}
#content p {
	line-height: 18px;
	padding-bottom: 15px;
}
#content ul {
	padding: 0 0 10px 35px;
	line-height: 20px;
}


/*________ HOME PAGE ________*/

div.youtube {
	width: 320px;
	height: 265px;
	float: left;
	margin-right: 15px;
}

#mikeAdams {
	border-bottom: 1px solid #dbdbdb;
	height: 265px;
	padding-bottom: 15px;
	margin: 5px 0 15px 0;
}
#mikeAdams h3 {
	font-size: 14px;
}

#nickStern {
	border-bottom: 1px solid #dbdbdb;
	height: 265px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#nickStern h3 {
	padding-top: 105px;
	font-size: 14px;
}

#expoWest {
	border-bottom: 1px solid #dbdbdb;
	height: 265px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#expoWest h3 {
	padding-top: 100px;
	font-size: 14px;
}

#audio {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#audio h3 {
	padding-bottom: 5px;
	font-size: 14px;
}
#audioPlayer {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

#pdf img {
	float: left;
	margin-right: 15px;
}
#pdf h3 {
	padding-bottom: 5px;
	font-size: 14px;
}


/*________ PRODUCTS ________*/

.product img {
	float: left;
	margin-bottom: 50px;
}

#content .productInfo h3 {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 5px;
	padding: 6px 0;
}
#content .productInfo p.price {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 5px;
	padding-bottom: 7px;
}
#content .productInfo img {
	float:none;
}


/*________ PRODUCT INFO ________*/

ul#tableOfContents {
	list-style:none;
	padding: 0 0 15px 0;
	font-weight: bold;
}
ul#tableOfContents li {
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 3px 10px;
	background: url(images/bg-arrow-toc.gif) no-repeat left;
}
ul#tableOfContents li a:hover {
	text-decoration:none;
}


/*________ RECIPES ________*/

#videoRecipes {
	margin-bottom: 20px;
}
#videoRecipes p {
	margin-top: 20px;
	padding-bottom: 10px;
}
#videoRecipes p strong {
	font-size: 13px;
	color: #272727;
}


/*________ SIDEBAR ________*/

#sidebar {
	width: 240px;
	float: left;
	padding: 15px;
}

#sidebar h2 {
	margin-bottom: 15px;
}

#sidebar p {
	color: orange;
	font-weight: bold;
	font-size: 14px;
	margin: -5px 0 10px 0;
}

#sidebar .productChocolate {
	background: url(images/bg-product-choc.gif) no-repeat top left;
	height: 185px;
	margin-bottom: 15px;
}
#sidebar .productVanilla {
	background: url(images/bg-product-vanilla.gif) no-repeat top left;
	height: 185px;
	margin-bottom: 15px;
}
#sidebar .productNatural {
	background: url(images/bg-product-natural.gif) no-repeat top left;
	height: 185px;
	margin-bottom: 15px;
}
#sidebar .productDetails {
	width: 117px;
	float: right;
	margin: 25px 3px 0 0;
}
#sidebar .productDetails h3 {
	color: #FFFFFF;
	margin-bottom: 2px;
	font-size: 12px;
}
#sidebar .productDetails p {
	color: #c8c8c8;
	font-size: 13px;
	margin: 0 0 10px 0;
}
#sidebar .productDetails img {
	margin-bottom: 5px;
}


#sidebarProducts {
	width: 270px;
	height: 650px;
	float: left;
	background: url(images/bg-products-sidebar.jpg) no-repeat top left;
}


/*________ CONTACT PAGE ________*/

p.contactName {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: -10px;
}

#emailUs {
	margin-top: 113px;
	padding: 30px;
	background: url(images/bg-form.jpg) no-repeat top left;
}

#emailUs h3 {
font-size: 14px;
color: #000;
padding-bottom: 10px;
}

#emailUs p {
padding-bottom: 10px;
font-size: 12px;
}

#emailUs form fieldset {
border: 0;
}

#emailUs form legend {
display: none;


}

#emailUs form label {
float: left;
clear: both;
width: 65px;
text-align: right;
margin: 0 8px 10px 0;
padding-top: 2px;
font-size: 12px;
}

#emailUs form fieldset input {
display: block;
width: 194px;
margin: 0 0 10px 0;
padding: 2px 3px;
}

#emailUs form textarea {
display: block;
width: 244px;
height: 86px;
margin: 0 0 10px 0;
padding: 2px 3px;
overflow: auto;
font: 12px Arial, Verdana, Helvetica, Sans Serif;
}

#emailUs form input {
margin: 0 0 0 73px;
}

form #errorText {
border: 1px solid #d92c2c;
background-color: #ffd0d0;
color: #d92c2c;
margin-bottom: 10px;
padding: 10px 20px;
font-size: 13px;
}

form #errorText p {
padding-bottom: 5px;
}

form #errorText ul {
padding-left: 25px;
}

form #errorText ul li {
padding-bottom: 2px;
}

form #successText {
border: 1px solid #0e5e03;
background-color: #b8ffae;
color: #0e5e03;
margin-bottom: 10px;
padding: 10px 0;
}

form #successText p {
padding: 0;
text-align: center;
}

/*__________CONTACT US__________*/

p.address {
margin-left: 65px;
}

ul li.address {
list-style-type: none;
margin-left: 40px;
}

#contactForm fieldset {
border: 0;
}

#contactForm fieldset label {
float: left;
clear: left;
text-align: right;
width: 100px;
margin: 0 10px 10px 0;
padding-top: 2px;
}

#contactForm fieldset input,
#contactForm fieldset textarea {
display: block;
width: 197px;
padding: 2px 0 2px 3px;
margin: 0 0 10px 0;
}

#contactForm fieldset textarea {
width: 347px;
height: 96px;
overflow: auto;
font: 12px Arial, helvetica, sans-serrif;
}

#contactForm input {
margin: 0 0 0 110px;
}

#contactForm #errorText {
color: #d00000;
padding: 10px;
margin-bottom: 10px;
border: 1px solid;
background: #ff8b8b;
}

#contactForm #errorText ul {
margin: 0;
padding: 0 0 0 25px;
}

#contactForm #successText {
color: #135616;
padding: 10px;
margin-bottom: 10px;
border: 1px solid;
background: #a5ffa9;
}

#contactForm #successText p {
text-align: center;
padding: 0;
}

/*__________FOOTER__________*/

#footerContainer {
	text-align: center;
	width: 100%;
	clear: left;
	background-color: #272727;
	height: 120px;
	border-top: 1px solid #FFF;
}
#footer {
	font-size: 11px;
	color: #c9c9c9;
	width: 950px;
	margin: 0 auto;
}
#footer .disclaimer {
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #434343;
}
#footer .copyright {
	float: left;
	color: #7d7d7d;
}
#footer .seventhvision {
	text-align: right;
	color: #7d7d7d;
}
#footer p a {
	color: #7d7d7d;
	text-decoration: none;
}
#footer p a:hover {
	color: #c9c9c9;
}


/*__________ MISC __________*/

.imgRight {
	float: right;
	margin: 0 0 15px 10px;
	padding: 1px;
	background-color: #FFFFFF;
	border: 5px solid #e0e0e0;
}
.imgLeft {
	float: left;
	margin: 0 10px 15px 0;
	padding: 1px;
	background-color: #FFFFFF;
	border: 5px solid #e0e0e0;
}

.imgNone {
	margin-bottom: 15px;
	padding: 1px;
	background-color: #FFFFFF;
	border: 5px solid #e0e0e0;
}

