@charset "UTF-8";

html, body {
	margin:0;
	padding:0;
	background-color:#fff;
	
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;	
}



a:link {
	color: #fdf0b4;
	text-decoration: none;
}
a:visited {
	color: #fdf0b4;
	text-decoration: none;
}
a:hover {
	color: #fdf0b4;
	text-decoration: underline;
}
a:active {
	color: #fdf0b4;
	text-decoration: none;
}


h1 {
	font-size: 15px;
	font-weight: bold;
	color:#dbffc4;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color:#d15c9c;
}


.wrapper {
	width:1000px;
	
}
.headerwrap {
  width:1000px;
  height:264px;
  background-image:url(../images/header.jpg);
  background-repeat:no-repeat;

 
}

.navwrap {
  width:925px;
  height:15px;
  text-align:right;
  padding-right:75px;

 
}

.navwrap2 {
  width:780px;
  height:21px;
  text-align:right;
  padding-right:220px;
  padding-top:7px;

  
}

.contentwrap {
  width:1000px;
  height:386px;
  background-image:url(../images/contentBG.jpg);
  background-repeat:no-repeat;

 
}
.hometext {
	width:400px;
	min-height:220px;
	color:#fff;
	line-height:20px;
	overflow:hidden;
	padding:0 0 0 0;
	margin: 76px 0 0 530px;
	
	
}
.logoImage{
	width:150px;
	height:68px;
	margin: 165px 125px 0 242px;
	float:left;
}
.flavors {
	width:213px;
	height:154px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f66653;
	line-height:16px;
	font-weight: bold;
	font-size:12px;
	margin: 58px 99px 0 0;
	float:right;
	text-align:center;
	
}


/*int styles*/

.int-wrapper{
	background-image:url(../images/int-wrapperBG.jpg);
	background-repeat:repeat-y;
}
.int-contentwrap {
	width:1000px;
	overflow:hidden;
    background-image:url(../images/int-contentBG.jpg);
	background-repeat:no-repeat;
	line-height:22px;
	min-height:376px;
	
	
}
.page-title{
	margin-left:65px;
	width:676px;
}
.page-content{
	width:741px;
	padding: 86px 65px 0 194px;
	overflow:hidden;
	min-height:290px;
}

.page-content img {
	/*border:3px solid #fff;*/
}
.page-content img#headit{
	border:none;
}

.page-rvsTop{
	width:1000px;
	overflow:hidden;
	background-image:url(../images/int-rvsTopBG.jpg);
	background-repeat:no-repeat;
	line-height:22px;
	min-height:376px;
}

.page-btm{
	height:115px;
	width:1000px;
	background-image:url(../images/int-btmBG.jpg);
	background-repeat:no-repeat;
}


.footer {
	width:859px;
	font-size: 11px;
	line-height: 18px;
	color: #8ed1c5;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left:141px;
	clear:both;
}
.footer a:link, .footer a:visited{
	color: #8ed1c5;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #8ed1c5;
	text-decoration: underline;
}

.page-content li{
	list-style:none;
list-style-image:url(../images/bullet.gif);

}

/*nutritional info styles*/

.flavorwrap{
	margin:15px 0 20px 0;
}

.flavahflav{
	font-size: 15px;
	font-weight: bold;
	color:#d15c9c;
	margin-bottom:5px;
}

.titleit{
	color:#ccfff6;
}

.nutritionalInfowrap{
 	font-size:12px;
	margin:15px 0 20px 0;
	
}
#label {
	font-size:10px;
	color:#fefcb7;
	text-align:center;
	border-left:1px solid #a0ebdd;
	vertical-align:top;
	line-height:12px;
	
}

td.data {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-left:1px solid #a0ebdd;
	vertical-align:top;
	
	
}
.servingSizewrap{
	font-size:12px;

}

.ingredientswrap{
	overflow:hidden;
	font-size:12px;

}

.activeCultureswrap{
	overflow:hidden;
	font-size:12px;
	margin-top:5px;
	
}
.containswrap{
	overflow:hidden;
	font-size:12px;
	margin-top:5px;
	
}
/*selectmenu styles*/


select {
	background-color:#fff;
	border:2px #a0ebdd solid; 
	padding:5px 0px 5px 0px;
	color:#eb67ad;
	font-size:12px;
	outline:none;
	
}



