@charset "utf-8";
/* CSS Document */

body {
	background: #522797;
	font-family: trebuchet ms, helvetica, arial, sans serif;
	line-height: 140%;
}

img {
	border: 0;
}

a {
	color: #522797;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 15px;
}

h1 {
	margin-bottom: 15px;
}

h2 {
	font-size: 150%;
	color: #34007c;
	margin: 25px 0 10px 0;
}

h3 {
	font-size: 120%;
	color: #5ca727;
	margin: 25px 0 5px 0;
}

form {
	margin-top: 15px;
}

#wrapper, #footer {
	width: 1162px;
	margin: 0 auto;
}	
	
#wrapper {	
	background: #fff;
}

#header {
	height: 180px;
	background: url(../images/header_bg.png) top repeat-x;
}

#header img {
	float: left;
	margin: 15px 0 0 22px;
}

#header ul {
	float: right;
	width: 850px;
	margin: 40px 80px 0 0;
}

#header ul li {
	float: left;
	display: block;
}

#content {
	clear: both;
	color: #665;
	padding: 0px 150px;
	min-height: 350px;
}

.column {
	width:28%;
	float: left;
	padding-left: 5% ;
	border-left: 1px solid #eee;
}

#home #content {
	padding: 0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}
 
.yogurtcup {
	margin: -60px 0 0 140px;
}

#intro {
	font-size: 1.3em;
	width: 550px;
	float: right;
	margin-right:  101px;
	line-height: 140%;
}

#intro p strong {
	color: #34007C;	
}

#balloons {
	position: absolute;
	margin: 140px 0 0 -30px;
	display: none;
}

#callouts {
	clear: both;
}

#callouts div {
	width: 317px;
	height: 250px;
	float: left;
	margin-left: 15px;
	padding:  25px;
	color: #fff;
	font-size: 1em;
}

#bday, #newsletter {
	background: url(../images/box_purple.png) no-repeat;
}

#products {
	background: url(../images/box_green.png) no-repeat;	
}

#products a{
	color: #fff;
	text-decoration: underline;
	}

#footer {
	clear: both;
	text-align: center;
	padding: 100px 0 50px 0;
	background: url(../images/footer_bg.png) top no-repeat;
	font-size: .7em;
}

#footer, #footer a {
	color: #fff;
}


/* Nutrition Styles */

ul li div {
	display: none;
	width: 460px;
	height: 425px;
	background: url(../images/menu/BGnutrition.png) no-repeat;
	position: absolute;
	margin: -223px 0 0 -460px;
	padding: 20px;
}

.left ul li div {
	background: url(../images/menu/BGnutritionRight.png) no-repeat;
	margin: -223px 0 0 150px;
	padding: 20px 20px 20px 45px;
}

li div img {
	float: right;
	margin: 0 65px 0 10px;
	}
	
li div h3 {
	color: #fff;
	margin-top: 0;
	font-size: 160%;
	line-height: 110%;
}

	
li div p {
	font-size: 70%;
	color: #eee;
	line-height: 130%;
}

li.over {
	cursor: pointer;
	text-decoration: underline;
}

li.over {
	text-decoration:none;
}


/* form stuff */

.cssform p.field{
width: 350px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
font-size: 80%;
line-height: 100%;
color: #333;
}

.cssform p.radio span {
width: 50%;
float: left;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
padding-right: 10px;
}

.cssform input[type="text"], .cssform select { /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.requiredlabel {
	color: red;
}

label.error { 
position: absolute; 
color: white; 
background: red;
padding-top: 5px;
margin-left: 25px;
}

.button {
	background: #6ebc20 url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 13px;
}

	





















