@charset "UTF-8";
/* Global */
body{
	margin:0 0 20px 0;
	background:url(../img/bg.gif) repeat-x #FBBE5E;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #5d5d5d;
}
p{
	margin:0 0 13px 0;
}
a{
	color:#D31245;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:#006595;
}
h1{
	font-size:20px;
	line-height:26px;
	font-weight:normal;
	color:#D3284B;
	margin-bottom:12px;
}
h2{
	font-size:17px;
	line-height:21px;
	color:#006595;
	margin-bottom:4px;
	font-weight:normal;
}
h3{
	font-size:12px;
	line-height:14px;
	color:#006595;
	margin-bottom:0;
}
h4{
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	color:#D3284B;
	margin-bottom:5px;
}
h5{
	margin: 0 0 10px 0;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:normal;
	color:#D3284B;
}
h6{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:normal;
	color:#D3284B;
}
hr {
	color: #cccccc;
	height: 1px;
}
br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}
div{
	display:block;
}
#wrapper{
	width:963px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	height:130px;
	width:963px;
	position:relative;
}
#logo{
	width:220px;
	height:109px;
	position:absolute;
	left:-32px;
	top:15px;
	z-index:100;
}
#topnav{
	height:24px;
	line-height:24px;
	width:524px;
	font-size:11px;
	position:absolute;
	right:0;
	top:59px;
}
#topnav ul{
	height: 24px;
	display: inline;
}
#topnav ul li {
  	height:24px;
  	list-style-type: none; 
  	position: relative;
  	text-align: right;
  	float: left;
  	padding: 0 0 0 15px;
}
#topnav ul li a {
	font-weight:bold;
	color:#D31245;
	text-decoration:none;
	display: block;
	padding:0 5px 0 5px;
}
#topnav ul li a:hover {
	color:#F68C1F;
}
#mainnav{
	width:873px;
	height:37px;
	background:url(../img/nav_bar.gif) no-repeat;
	position:absolute;
	padding-left:90px;
	top:85px;
	left:0;
}
ul.slidingmenu {
	height:35px;
	list-style-type: none; 
	display: inline;
}
ul.slidingmenu li {
  height:35px;
  line-height:35px;
  position: relative;
  text-align: center;
  float: left;
  display: inline;
  background:url(../img/nav_border.gif) no-repeat;
}
ul.slidingmenu li a {
	font-weight:bold;
	color:#ffffff;
	padding: 0 15px 0 15px; /* a pixel more to accomodate for borders in hover state */
	text-decoration:none;
	display: block;
	height:34px;
	text-shadow:-1px 0 1px #F68C1F, 0 -1px 1px #F68C1F, 0 1px 1px #F68C1F, 1px 0 1px #F68C1F;
	position:relative;
	z-index:200;
	margin-left:2px;
	background:url(../img/nav_bg.gif) repeat-x;
}
ul.slidingmenu li a:hover {
	background-position:100% -34px;
	color: #ffffff;
	text-shadow:-1px 0 1px #f15e23, 0 -1px 1px #f15e23, 0 1px 1px #f15e23, 1px 0 1px #f15e23;
}
ul.slidingmenu li a.selected {
	text-decoration:none;
	color: #ffffff !important;
	text-shadow:-1px 0 1px #f15e23, 0 -1px 1px #f15e23, 0 1px 1px #f15e23, 1px 0 1px #f15e23;
	background-position:100% -34px;
}
ul.slidingmenu li.active a {
	text-decoration:none;
	color: #ffffff !important;
	text-shadow:-1px 0 1px #f15e23, 0 -1px 1px #f15e23, 0 1px 1px #f15e23, 1px 0 1px #f15e23;
	background-position:100% -34px;
}
/* make sure any ul inside an li (a submenu) takes up zero normal flow */
ul.slidingmenu li ul { 
	position: absolute;
	top: 34px; /* the height of the top row */
	left: 1px;  /* adjust for padding in li */
	display: none;
	background: #ffffff;
	z-index: 200;
	border-bottom: 1px solid #ee3924;

}
ul.slidingmenu li ul li {
  	padding: 0;
  	text-align:left;
  	width: 16em;
  	display: block;
  	border-top: 1px solid #ee3924;
  	height: 22px;
  	background:none;
	font-size:11px;
}
ul.slidingmenu li ul li a {
  	padding: 0 0 0 14px;
  	line-height: 22px;
  	height: 22px;
  	border-left: 1px solid #ee3924;
	border-right: 1px solid #ee3924;
	margin-left:0;
	text-shadow:none;
	color: #D31245;
}
ul.slidingmenu li ul li a:hover {
	background: #ee3924;
	color:#ffffff;
	text-shadow:none;
}
ul.slidingmenu li.active ul li a {
	background-image:none;
	background: #ffffff;
	color: #D31245 !important;
	text-shadow:none;
	padding:0 0 0 14px;
}
ul.slidingmenu li.active ul li a:hover {
	background: #ee3924;
	color:#ffffff !important;
	text-shadow:none;
}
#twitter{
	width:10px; 
	height:34px;
	background:url(../img/twitter.png) no-repeat;
	display:block;
}
#facebook{
	width:8px;
	height:34px;
	background:url(../img/facebook.png) no-repeat;
	display:block;
}
#footer{
	width:963px;
	line-height:18px;
	margin: 5px 0 5px 0;
	font-size:10px;
	text-align:center;
	color: #ffffff;
}
#footer a{
	text-decoration:underline;
	font-weight:bold;
	color: #ffffff;
}
#footer a:hover{
	text-decoration:none;
	color:#D31245;
}

/* homepage */
#billboard{
	width:963px;
	height:394px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.fader{
	height: 394px;
    width: 963px;
    float: left;
    position: relative;
    left: auto;
    top: auto;
}
#billboard-content {
    width: 6000px;
    height: 394px;
}
.featurenav{
	width:200px;
	height:15px;
	position:absolute;
	bottom:15px;
	right:10px;
	z-index:500;
}
.featurenav a.circle{
	height:15px;
	width:14px;
	display:block;
	background:url(../img/feature_nav.gif) no-repeat;
	float:right;
	margin-right:8px;
}
.featurenav a:hover.circle{background-position:100% -15px;}
.featurenav a.selected{height:15px;
	width:14px;
	display:block;
	background:url(../img/feature_nav.gif) no-repeat;
	float:right;
	margin-right:8px;background-position:100% -15px;}
/*Billboard 1*/
#zonya{
	background:url(../img/billboard_1.png) no-repeat;
}
#zpic{
	width:252px;
	height:385px;
	background:url(../img/zonya_home.png) no-repeat;
	bottom:3px;
	left:-2px;
	position:absolute
}
#nametag{
	width:336px;
	height:24px;
	position:absolute;
	bottom:10px;
	left:325px;
}
#homebanner{
	width:644px;
	height:83px;
	position:absolute;
	top:5px;
	left:180px;
}
.billcontent{
	font-size:13px;
	line-height:24px;
	position:absolute;
	left:188px;
	top:90px;
	width:300px;
	color:#333333;
}
.billcontent a{
	text-decoration:none;
}
.billcontent span{
	font-size:22px;
}
.leftpad{
	padding-left:24px;
	margin-bottom:0;
	display:block;
}
.leftpad2{
	padding-left:80px;
	display:block;
}
h1.image{
	text-indent:-9999em;
	overflow:hidden;
}
.billvideo{
	position:absolute;
	top:90px;
	right:14px;
	width:444px;
	height:250px;
	z-index:100;
}
/*Billboard 2*/
#dietfree{
	background:url(../img/bg_df.png) no-repeat;
}
#dfproduct{
	width:955px;
	height:350px;
	position:absolute;
	background:url(../img/df_product_billboard.jpg) left no-repeat;
	left:3px;
	top:0px;
	
}
#dfproduct img{
	float:right;
	margin-top:30px;
	margin-right:24px;
}
.dfbillnav{
	position:absolute;
	width:390px;
	text-align:right;
	bottom:28px;
	right:24px;
	font-size:15px;
}
.dfbillnav a{
	text-decoration:none;
}
/*Billboard OWN*/
#OWN{
	background:url(../img/own.png) no-repeat;
}
#OWNquote{
	width:505px;
	height:198px;
	right:27px;
	top:125px;
	position:absolute;
	font-size:22px;
	line-height:30px;
	color:#333;
}
#OWNquote a{
	text-decoration:none;
}
/*Billboard 3*/
#speaking{
	background:url(../img/speaking_bill.jpg) no-repeat;
}
#speakquote{
	width:333px;
	height:298px;
	float:right;
	margin-right:25px;
	margin-top:20px;
}
#speakquote img{display:none;}
#speaknav{
	bottom:60px;
	color:#ffffff;
}
.bluebartext{
	position:absolute;
	bottom:14px;
	left:17px;
	color:#ffffff;
}
.bluebartext a{
	color:#FBBE5E;
}
.bluebartext a:hover{
	color:#D31245;
}

/*Billboard 4*/
#leaders{
	background:url(../img/leaders_bill.jpg) no-repeat;
}

/*Billboard 5*/
#school{
	background:url(../img/school_bill.jpg) no-repeat;
}
#schoolnav{
	bottom:64px;
	right:24px;
}
#schoolnav a{
	color:#FBBE5E;
}
#schoolnav a:hover{
	color:#D31245;
}


/*Bottom home*/
#bottomwrap{
	margin-bottom:10px;
}
#bottomleft{
	float:left;
	width:430px;
	height:429px;
	margin-right:6px;
	background:url(../img/bot_left.png) no-repeat;
}
.buynow{
	float:right;
	width:110px;
	height:25px;
	padding-right:10px;
	text-align:right;
}
a.ordernow{
	height:24px;
	width:93px;
	display:block;
	background:url(../img/order_now.jpg) no-repeat;
}
a:hover.ordernow{
	background-position:100% -24px;
}
#bottomright{
	width:527px;
	float:left;
}
.botmidleft{
	float:left;
	width:292px;
	margin-right:6px;
}
#botmidtop{
	background:url(../img/bot_mid_top.png) no-repeat;
	height:241px;
	margin-bottom:6px;
}
#botmidbot{
	background:url(../img/bot_mid_bot.gif) no-repeat;
	height:134px;
}
.botmidright{
	float:left;
	width:229px;
}
#botrighttop{
	background:url(../img/bot_right_top.png) no-repeat;
	height:241px;
	margin-bottom:6px;
	position:relative;
}
#botrightbot{
	background:url(../img/bot_right_bot.gif) no-repeat;
	height:134px;
}
.bottommid{
	width:527px;
	height:42px;
	background:url(../img/bot_mid.gif) no-repeat;
	margin-bottom:6px;
}
.nutritionwrap{
	width:229px;
	height:241px;
	position:absolute;
	left:0;
	top:0;
}
#licketysplit{
	background:url(../img/lickety_split.png) no-repeat; width:133px; height:114px; float:left; margin-left:-32px; margin-top:-19px; margin-right:8px; margin-bottom:4px;
}
.botcontent{
	padding:10px 12px 2px 14px;
	font-size:11px;
	line-height:14px;
}
a.ltblue{
	color:#8DB6D3;
}
a:hover.ltblue{
	color:#ffffff;
}
.ealert{
	font-weight:bold;
	color:#ffffff;
	font-size:16px;
	line-height:20px;
}
.alt{
	padding:7px 12px 2px 12px;
}
p.ns{
	margin-bottom:8px;
}
.center{
	text-align:center;
}
/*interior*/
#mainwrap{
	width:963px;
	background:url(../img/bg_content_mid.gif) repeat-y;
	margin-bottom:10px;
}
#contenttop{
	width:963px;
	background:url(../img/bg_content_top.gif) no-repeat top left;
}
#contentbot{
	width:963px;
	height:8px;
	background:url(../img/bg_content_bot.gif) no-repeat;
	line-height:8px;
}
#dfwrap{
	width:932px;
	margin-left:15px;
	padding-top:4px;
}
#dfleft{
	float:left;
	width:320px;
	margin-right:40px;
}
#dfright{
	float:left;
	width:560px;
}
.large{
	font-size:16px;
	line-height:28px;
	color:#787878;
	margin-bottom:16px;
}
#dftestimonial{
	width:549px;
	height:192px;
	margin-bottom:20px;
	background:url(../img/bg_testimonial.jpg) no-repeat;
	position:relative;
}
.dffader{
	position:absolute;
	left:0;
	top:0;
	width:549px;
	height:192px;
}
.testicontent{
	padding:10px 18px 0 10px;
	color:#ffffff;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	text-shadow:1px 1px 0 #aaa;
}
/*colors*/
.red{
	color:#D31245;
}
.blue{
	color:#006595;
}
.ltblue{
	color:#8DB6D3;
}

/*updated old styles*/
#contentwrap{
	width:960px;
	margin:0 0 0 1px;
	padding:0;
}
#contentwrapalt{
	width:940px;
	margin:0 0 0 12px;
	padding:0;
	background:url(../img/img_old/zonya_bg.gif) no-repeat;
	position:relative;
	top:12px;
}
#colleft{
	width:275px;
	margin: 0;
	float:left;
	display:block;
	margin-left:16px;
	padding-top:10px;
}
#colleftalt{
	width:200px;
	margin: 0;
	float:left;
	display:block;
	margin-left:16px;
	padding-top:10px;
}
#colleftcontent{
	padding: 30px 18px 5px 20px;
}
#colleftcontent a{
	text-decoration:none;
	font-weight:bold;
	color:#D3284B;
}
#colleftcontent a:hover{
	text-decoration:none;
	color:#F89F12;
}
#colright{
	width:510px;
	margin: 45px 0 15px 35px;
	padding:0;
	float:left;
	display:block;
}
#colright a{
	text-decoration:none;
	font-weight: bold;
	color:#D3284B;
}
#colright a:hover{
	text-decoration:none;
	color:#F89F12;
}
#colright ul{
	list-style-type:disc;
	margin-bottom:12px;
}
#colright ol{
	list-style-type:decimal;
	margin-bottom:12px;
}
#colright li{
	margin-left:30px;
}
#colrightfar{
	width:211px;
	min-height:350px;
	padding:0;
	float:left;
}
#colmiddle{
	width:441px;
	margin-top: 175px;
	padding:0;
	float:left;
}

#colmiddle ul{
	list-style-type:disc;
	margin-bottom:12px;
}
#colmiddle ol{
	list-style-type:decimal;
	margin-bottom:12px;
}
#colmiddle li{
	margin-left:30px;
}
#colmiddle a{
	text-decoration:none;
	font-weight: bold;
	color:#D3284B;
}
#colmiddle a:hover{
	text-decoration:none;
	color:#F89F12;
}
.contentint{
	padding: 30px 0px 15px 15px;
	margin:0;
}
.contentint a{
	text-decoration:none;
	font-weight:bold;
	color:#D3284B;
}
.contentint a:hover{
	text-decoration:none;
	color:#F89F12;
}
#zonyaright{
	position:relative;
	z-index:10;
	width:349px;
	height:376px;
	margin: 35px -80px 0 0;
	padding:0;
	display:block;
	float:right;
}
#calendarleft{
	width:265px;
	margin: 0 15px 0 0;
	_margin:0 10px 0 0;
	float:left;
}
#calendarright{
	width:195px;`
	margin:0;
	float:right;
}
.date{
	font-weight:bold;
	font-size: 14px;
	color:#D3284B;
	display:block;
}
.eventflyer {
	font-size: 11px;	
}
.eventflyer a{
	text-decoration:none;
	font-weight:bold;
	color: #CF6F06;
}
.eventflyer a:hover{
	text-decoration:none;
	color:#D3284B;
}
.testimonial{
	display:block;
	font-style: italic;
}
/*Topics nav*/
#colleftcontent h1.topicsnavheader {
	margin: 0 0 12px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #cccccc
}
#colleftcontent h1.topicsnavheader a{
	text-decoration:none;
	font-weight:normal;
}
.topicsnav {
	color:#666666;
	margin: 0 0 10px 0;
}
.topicsnav a{
	text-decoration:none;
	font-weight:bold;
	color:#D3284B;
}
.topicsnav a:hover{
	text-decoration:none;
	color:#F89F12;
}
/*contact*/
#contentwrapcontact{
	width:960px;
	background:url(../img/img_old/bg_contact-top.gif) no-repeat;
	margin:0 0 0 1px;
	padding:0;
	position:relative;
	top:12px;
}
#colmiddlecontact{
	padding: 30px 15px 15px 70px;
	margin:0;
}
#recipeleft{
	width:220px;
	margin: 0;
	float:left;
	display:inline;
}
#reciperight{
	width:260px;`
	margin:0;
	float:right;
	display:inline;
}
#publicationswrap1{
	position:relative;
	height:150px;
	width:440px;
	float:right;
	margin:10px 0 10px 0;
}
.gift {
	font-weight:bold;
	color:#666666;
}
.gift a{
	text-decoration:none;
	color:#D3284B;
}
.gift a:hover{
	text-decoration:none;
	color:#F89F12;
}