@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	min-width:975px;
        background: url(../images/bg-body.gif);
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#header {
	width:100%;
	background: url(../images/bg-header.png) repeat-x;
	height:29px;
	position:relative;
}


#header-meal {
	width:100%;
	background: url(../images/meal_planner/bg-header.png) repeat-x;
	height:29px;
	position:relative;
}

#header .holder{
	overflow:hidden;
	margin:0 auto;
	width:931px;
	padding:3px 37px 0 0;
}

#header-meal .holder{
	overflow:hidden;
	margin:0 auto;
	width:931px;
	padding:3px 37px 0 0;
}

.top-nav{
	margin:3px 8px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
.top-nav li{
	float:left;
	padding:0 11px;
}
.top-nav li a{
	font-size:11px;
	color:#13accc;
}
.logout{
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/btn-logout.gif) no-repeat;
	width:58px;
	height:20px;
}

.logout-meal {
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/meal_planner/btn-login.png) no-repeat;
	width:58px;
	height:20px;
}

#wrapper {
	overflow:hidden;
	margin:-3px auto 0;
	width:976px;
	background: url(../images/bg-wrapper.png) repeat-y;
}
#main {
	padding:14px 11px;
}
.top-banner{
	text-align:center;
	margin-bottom:17px;
}
.welcome-box{
	height:1%;
	overflow:hidden;
	margin:0 0 16px;
	padding:0 0 0 7px;
}
.home-logo{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/home-logo.gif) no-repeat;
	width:203px;
	height:73px;
	margin:0;
}
.home-logo a{
	display:block;
	height:100%;
}
#main .welcome-box .welcome{
	display:block;
	margin:19px 0 0;
	padding:7px 35px 7px 0;
	font-size:15px;
	color:#fff;
	background: url(../images/bg-welcome.gif) no-repeat 100% 0;
	text-align:right;
}
.two-columns{
	overflow:hidden;
	height:1%;
	border-top:1px solid #ccc;
	padding:0 6px 22px 8px;
}
#content {
	padding:19px;
	width:591px;
	float:left;
}
#content .content-holder{
	margin:19px 0 17px;
	width:100%;
	overflow:hidden;
}
#content .content-holder .aside{
	width:141px;
	float:left;
}
#content .content-holder .video-box{
	float:right;
	width:437px;
}
.view-all{
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/bg-view.gif) no-repeat;
	width:83px;
	height:25px;
	margin-top:2px;
}
.video-title{
	margin:-6px 0 10px;
	font-size:30px;
	line-height:36px;
	font-weight:normal;
	color:#666;
}
.video-box img{
	vertical-align:top;
	margin-bottom:12px;
}
.video-box strong{
	color:#13accc;
	font-size:13px;
	line-height:13px;
}
.video-box p{
	margin:0;
	font-size:13px;
	line-height:18px;
}
#content .aside .holder{
	width:141px;
	background:#e5e5e5;
}
.aside h3{
	padding:5px 0 4px 8px;
	color:#fff;
    align:center;
	position:relative;
	margin:0;
	width:133px;
	background:#14accd url(../images/bg-aside-title.gif) repeat-x;
	font:17px Tahoma, Arial, sans-serif;
}
.aside ul{
	padding:0;
	margin:2px 0 0 12px;
	list-style:none;
}
.aside ul li{
	padding:0 0 0 10px;
	background: url(../images/arrow.gif) no-repeat 0 50%;
}
.aside .box{
	padding-bottom:12px;
}
.blog{
	width:591px;
	margin-bottom:22px;
	background: url(../images/bg-blog-r.gif) repeat-y;
	overflow:hidden;
	clear: both;
}
.blog .holder{
	background: url(../images/bg-blog-t.gif) no-repeat;
}
.blog .frame{
	overflow:hidden;
	padding:15px;
	margin:0 0 -17px;
	height:1%;
}
.blog .holder .video-title{
	margin:-2px 0 6px -2px;
	padding:0 0 7px;
	border-bottom:1px solid #ccc;
}
.post{
	padding:10px 20px 15px 0;
	overflow:hidden;
	height:1%;
	font-size:13px;
	background: url(../images/bg-post.gif) repeat-x 0 100%;
}
.post p{
	margin:0 0 8px;
	line-height:16px;
}
.post strong{
	line-height:23px;
	color:#13accc;
}
.post a{
	color:#13accc;
	font-size:11px;
}
.product-box{
	overflow:hidden;
	width:591px;
}
.product-box h2{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:16px;
}
.product-box .holder{
	width:640px;
	overflow:hidden;
	height:1%;
}
.product-box .product{
	float:left;
	width:120px;
	margin:0 37px 0 0;
	padding:0 0 20px;
}
.product a{
	margin-left:3px;
	font-size:14px;
	color:#13accc;
}
.product .hold{
	margin:0 0 7px;
	display:block;
}
.product strong{
	margin-left:3px;
	color:#333;
}
.community-box{
	position:relative;
	width:597px;
	background: url(../images/bg-community-r.gif) repeat-y;
}
.community-box .holder{
	width:597px;
	background: url(../images/bg-community-t1.gif) no-repeat;
}
.community-box .frame{
	width:571px;
	overflow:hidden;
	background: url(../images/bg-community-b.gif) no-repeat 0 100%;
	padding:0 13px 6px 14px;
}
.community-box h2{
	background:url("../images/bg-coment.png") no-repeat;
	line-height:34px;
	margin:0 0 0 6px;
	padding:15px 0 6px 72px;
	height:1%;
}
.community-holder{
	overflow:hidden;
	border-bottom:1px solid #999999;
	margin-bottom:11px;
}
.community-box table{
	border-collapse:collapse;
	text-align:left;
	width:560px;
	margin-left:5px;
}
.community-box .forum{
	width:260px;
}
.community-box .topics{
	width:75px;
}
.community-box table thead {
	font-size:17px;
	font-weight:bold;
	color:#404040;
}
.community-box table thead td{
	padding:0 0 10px;
}
.community-box table tbody span{
	display:block;
	font-size:15px;
	line-height:18px;
	color:#14accd;
	font-weight:bold;
}
.community-box table tbody td{
	padding:0 0 16px;
}
.community-box em{
	display:block;
	text-align:center;
	font-style:normal;
	padding:5px 30px 0 0;
}
.community-box .last-post{
	font-size:11px;
	padding:2px 0 0;
	width:150px;
}
.community-box .last-post strong{
	display:block;
	line-height:18px;
	font-weight:normal;
	font-size:13px;
}
#sidebar {
	width:275px;
	float:right;
	padding:19px;
	vertical-align:top;
}
#sidebar .banner{
	margin-bottom:25px;
}
#sidebar h3{
	margin:0 0 6px;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	color:#666;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
#sidebar ul{
	margin:0 0 18px;
	padding:0;
	list-style:none;
}
#sidebar ul li{
	background: url(../images/bullet1.gif) no-repeat 0 50%;
	padding-left:10px;
	line-height:20px;
}
#sidebar ul li a{
	color:#13accc;
}
#footer {
	overflow:hidden;
	width:900px;
	margin:0 auto;
	background:#404040;
	padding:30px 46px 24px 20px;
}
#footer ul{
	margin:9px 0 0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
#footer ul li{
	float:left;
	padding:0 9px;
	margin:0 2px 0 -2px;
	background: url(../images/separator.gif) no-repeat 0 100%;
}
#footer ul li a{
	font-size:13px;
	color:#fff;
}
#footer p{
	text-align:right;
	margin:0;
	color:#fff;
	line-height:15px;
	font-size:11px;
}
.b{
	width:976px;
	height:19px;
	background: url(../images/bg-bottom.png) no-repeat;
	margin:0 auto;
}
.inner .logout{
	margin-right:-13px;
	background: url(../images/btn-login.gif) no-repeat;
}
.inner .login{
	width:580px;
	float:right;
	margin:0 12px 0 0;
}
.inner .login label{
	margin:0 0 0 9px;
	line-height:20px;
}
.inner .login input{
	padding:1px 2px 0 2px;
	width:94px;
	border:1px solid #ccc;
}
.inner #main{
	padding-top:30px;
}
.promo{
	float:left;
	display:inline;
	position: relative;
	margin:0 0 0 -6px;
	width:966px;
	padding:15px 0;
	background: url(../images/bg-promo.gif);
	z-index:1;
	height:1%;
}

.promo-meal {
	float:left;
	display:inline;
	position: relative;
	margin:0 0 0 -9px;
	width:966px;
	padding:15px 0;
	background: url(../images/meal_planner/bg-promo.gif);
	z-index:1;
	height:253px;
}

.promo:after{
	content:"";
	clear:both;
	display:block;
}

.promo-meal:after{
	content:"";
	clear:both;
	display:block;
}

.promo .promo-holder{
	background: url(../images/bg-promo-holder.gif) repeat-x;
	padding:13px 0 0 22px;
	height:1%;
	position:relative;
	z-index:1;
}

.promo-meal .promo-holder-meal{
	background-color:#FFFFFF;
	background-image: url(../images/meal_planner/img-main.png);
	background-position:center;
	padding:0px 0 0 22px;
	height:253px;
	position:relative;
	z-index:1;
	background-repeat: no-repeat;
}

.promo-meal .promo-holder{
	background: url(../images/bg-promo-holder.gif) repeat-x;
	padding:0px 0 0 22px;
	height:1%;
	position:relative;
	z-index:1;
}

.inner-logo{
	width:203px;
	height:73px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/inner-logo.gif) no-repeat;
	margin:0 0 7px -6px;
}
.inner-logo a{
	display:block;
	height:100%;
}

.inner-logo-meal {
	width:333px;
	height:88px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/meal_planner/logo.png) no-repeat;
	margin:0 0 7px -6px;
}
.inner-logo-meal a{
	display:block;
	height:100%;
}

.get-plane{
	float:left;
	width:294px;
	font-size:15px;
	line-height:18px;
	color:#333;
	padding-left:6px;
}
.promo .promo-holder:after{
	content:"";
	clear:both;
	display:block;
}

.promo-meal .promo-holder:after{
	content:"";
	clear:both;
	display:block;
}

.get-plane h1{
	margin:0 0 9px;
	overflow:hidden;
	font-size:17px;
	line-height:22px;	
}
.get-plane p{
	margin:0 0 10px;
}
.get-plane .btn-go{
	margin:0 0 10px;
	width:194px;
	height:38px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/btn-go.gif) no-repeat;
}

.get-plane .btn-go-meal {
	margin:0 0 10px;
	width:196px;
	height:41px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/meal_planner/btn-plan-orange.png) no-repeat;
}

.promo-visual {
	position:absolute;
	bottom:0;
	left:323px;
}

.promo .community{
	font-size:15px;
	line-height:18px;
	z-index:5;
	position:absolute;
	right:10px;
	top:-12px;
	width:292px;
	height:326px;
	color:#333;
	overflow:hidden;
}

.promo-meal .community{
	font-size:15px;
	line-height:18px;
	z-index:5;
	position:absolute;
	right:10px;
	top:-12px;
	width:292px;
	height:326px;
	color:#333;
	overflow:hidden;
}

.community .holder{
	overflow:hidden;
	width:270px;
	height:316px;
	padding:10px 12px 0 9px;
	background: url(../images/bg-promo-box.png) no-repeat;
}
.community h2{
	width:300px;
	margin:0 0 8px;
	line-height:24px;
	font-size:20px;
}
.community p{
	margin:0 100px 58px 0;
}
.community p span{
	display:block;
	font-weight:bold;
}
.community .email .row{
	width:255px;
	overflow:hidden;
	margin:0 0 4px;
}
.community .email label{
	float:right;
	font-size:13px;
}
.community .email input{
	float:right;
	width:142px;
	border:1px solid #ccc;
	margin:0 3px 0 13px;
	vertical-align:sub;
}
.community .email .btn-coment{
	margin:6px 0 0;		
	border:0;
	width:188px;
	height:33px;
}

.inner .two-columns{
	overflow:hidden;
	height:1%;
	border:0;
	padding-right:8px;
	margin-top:31px;
	background: url(../images/bg-inner-main.gif) repeat-y -6px 0;
}
.inner .two-columns #content {
	width:620px;
	float:left;
	padding:0;
	font-size:13px;
}
.inner .two-columns #content h3{
	line-height:29px;
	margin:0 0 17px;
	font-size:20px;
	text-align:center;
	font-weight:normal;
}
.inner #content h3 span{
	font-size:25px;
	color:#14accd;
}
.inner #content .holder{
	padding:0 0 16px;
}
.inner #content .holder:after{
	content:"";
	clear:both;
	display:block;
}
.inner #content .holder p{
	margin:0 0 15px;
}
.inner .holder .visual{
	float:left;
	display:inline;
	margin:3px 20px 0 -6px;
	padding-bottom:15px;
}
.inner .holder .visual img{
	border:1px solid #aee2ee;
	vertical-align:top;
}
.text-box{
	margin:0 0 -7px;
}
.health-holder ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:660px;
}
.health-holder ul li{float:left;}
.health-holder ul .cardio{
	width:218px;
	height:69px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/bg-cardio.png);
}
.health-holder ul .strength{
	width:218px;
	height:70px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/bg-strength.png);
	margin-left:-13px;
}
.health-holder ul .nutrition{
	width:218px;
	height:68px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/bg-nutrition.png);
	margin-left:-13px;
}
.health-info{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.health-info li{
	overflow:hidden;
	height:1%;
	margin:0 0 8px;
	width:620px;
}
.health-info img{
	float:left;
	margin:2px 18px 0 0;
}
.health-info p{
	margin:0;
	padding:0 0 13px;
}
.get-plan{
	position:relative;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:283px;
	height:54px;
	margin:9px auto 1px;
	background: url(../images/btn-get-plan.gif);
}
.menu-box{
	height:1%;
	overflow:hidden;
	padding:0 0 0 7px;
}
.menu-box .menu {
	display:block;
    height:40px;
	margin:10px 0 0 0;
	padding:7px 35px 7px 0;
    background-color:#454545;
	font-family:"Futura Condensed", Arial, sans-serif;
	font-size:17px;
	color:#fff;
    vertical-align: middle;
}

.menu-box .menu-text {
	padding:8px 0 0 70px;
}

.menu a{
	font-size:17px;
	color:#fff;
    vertical-align: middle;
}
.day-video-box{
	overflow:hidden;
	width:591px;
}
.day-video-box h2{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:16px;
}
.day-video-box .holder{
	width:640px;
	overflow:hidden;
	height:1%;
}
.day-video-box .day-video{
	float:left;
	width:100px;
	margin:0 17px 0 0;
	padding:0 0 20px;
}
.day-video a{
	margin-left:3px;
	font-size:14px;
	color:#13accc;
}
.day-video .hold{
	margin:0 0 7px;
	display:block;
}
.day-video strong{
	margin-left:3px;
	color:#13accc;
}
.blue-box{
	background: url(../images/bg-side-box-r.gif) repeat-y;
	margin-bottom:19px;
	color:#333;
}
* html .blue-box .frame{
	height:199px
}
.blue-box .holder{
	background: url(../images/bg-side-box-t.gif) no-repeat;
}
.blue-box .frame{
	background: url(../images/bg-side-box-b.gif) no-repeat 0 100%;
	padding:22px 12px 0 13px;
	min-height:199px;
}
.inner #sidebar {
	width:275px;
	padding:0;
}
.blue-box blockquote{
	margin:0;
	font-size:13px;
	line-height:16px;
}
.blue-box blockquote q{
	margin:0 0 13px;
	display:block;
	quotes: none;
}
.blue-box blockquote cite{
	font-style:normal;
	display:block;
}
.blue-box img{
	float:right;
	margin:0 8px 10px 10px;
}
.green-box{
	width:278px;
	min-height:123px;
	background: url(../images/bg-green-box.gif) no-repeat;
	padding:70px 0 0 7px;
	font-size:17px;
	margin-bottom:24px;
}
* html .green-box{
	height:123px;
}
.green-box p{
	margin:0 100px 18px 0;
	color:#333;
}

.tracker-box{
	width:278px;
	min-height:186px;
	background: url(../images/meal_planner/bg-tracker.png) no-repeat;
	padding:10px 0 0 13px;
	font-size:17px;
	margin-bottom:24px;
}
* html .tracker-box{
	height:186px;
}
.tracker-box p{
	margin:0 10px 18px 0;
	color:#333;
}


.grey-box{
	width:278px;
	min-height:221px;
	background: url(../images/meal_planner/bg-plan.png) no-repeat;
	padding:10px 0 0 13px;
	font-size:17px;
	margin-bottom:24px;
}
* html .grey-box{
	height:221px;
}
.grey-box p{
	margin:0 100px 18px 0;
	width:250px;
	color:#333;
}

.community2{
	width:278px;
	min-height:211px;
	background: url(../images/meal_planner/bg-join.png) no-repeat;
	margin-bottom:24px;
}
* html .community2{
	height:211px;
}
.community2 p{
	font-size:13px;
	margin:0 100px 5px 0;
	width:190px;
	color:#333;
	text-align:right;
	padding:10px 0 0 75px;
}

.community2 p.community-header{
	padding:10px 0 0 85px;
	margin:0 100px 8px 0;
	width:180px;
	color:#333;
	text-align:right;
	font-size:15px;
}

.btn-start{
	width:253px;
	height:37px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/txt-eating.png) no-repeat;
}

.btn-view{
	width:213px;
	height:41px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/meal_planner/btn-view.png) no-repeat;
}

.btn-plan2{
	width:198px;
	height:41px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/meal_planner/btn-plan-green.png) no-repeat;
}

.btn-community{
	width:188px;
	height:33px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/meal_planner/btn-join.png) no-repeat;
	float:right;
	padding: 0 100px 0 0;
}

.sun-box{
	width:285px;
	margin:0 0 0 -3px;
	overflow:hidden;
	padding:17px 0 0;
	color:#333;
}
.sun-box img{
	float:left;
	overflow:hidden;
	margin:-17px 0 0;
}
.sun-holder{
	width:100%;
	height:1%;
	background: url(../images/bg-text-holder.gif) repeat-y -1px 0;
	margin:0 0 27px;
}
.sun-holder:after{
	content:"";
	clear:both;
	display:block;
}
.sun-box .text-holder p{
	font-size:13px;
	margin:0;	
}
.sun-box p{
	font-size:15px;
	margin:0 0 9px 3px;
}
.sun-box .text-holder{
	float:left;
	width:126px;
	margin:0 0 0 -1px;
	padding-left:14px;
}

.apple-box{
	width:285px;
	margin:0 0 0 -3px;
	overflow:hidden;
	padding:17px 0 0;
	color:#333;
}
.apple-box img{
	float:right;
	overflow:hidden;
	margin:-17px 0 0;
}
.apple-holder{
	width:100%;
	height:1%;
	margin:0 0 27px;
}
.apple-holder:after{
	content:"";
	clear:both;
	display:block;
}
.apple-box .text-holder p{
	font-size:13px;
	margin:0;	
}
.apple-box p{
	font-size:15px;
	margin:0 0 9px 3px;
}
.apple-box .text-holder{
	float:left;
	width:142px;
	margin:0 0 0 -1px;
	padding-left:14px;
}

.btn-take{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/btn-take.gif);
	width:160px;
	height:25px;
	margin-left:3px;
}
.health-holder{
	margin:-7px 0 24px;
	height:1%;
	width:640px;
	overflow:hidden;
}
.title-holder{
	width:100%;
	overflow:hidden;
}
.community-box .view-all{
	margin:20px 3px 0;
}
.email{
	position:relative;
}
.main-holder{
	height:1%;
}
.main-holder:after{
	content:"";
	clear:both;
	display:block;
	
}


/* --------- CSS ONLY HNAV ---------- */


.menu ul
{
	padding:0;
	margin:0;
	float:left;
	margin-left:4px;
}
		
.menu li 
{
	width:auto;
	display:inline;
	float:left;
	list-style:none;
	text-align:center;
	position:relative;
}	
			
.menu li ul 
{
	display:none;
	margin:0;
	padding:0;
	margin-left:0;
	float:none;
}
		
.menu ul li a /* First Level Menu */
{	
	display: block;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
	cursor:pointer;
	text-decoration:none;
	border-right: 1px solid #fff;
	height:20px;
	padding:0;
	line-height:18px;
	padding-left:.8em;
	padding-right:.8em;  
	background:url(images/nav-hr.png) no-repeat;
	background-position:right;
	margin-top:1px;
}

.menu li a:hover 
{
	display:block;
}
		
.menu li:hover ul 
{
	display:inline;
}

.menu ul ul /* Second Level Menu */
{
	position: absolute;
	z-index: 1000;
	padding: 0px;
	border:0;
	left:0;
}

.menu ul ul li/* Second Level Menu */
{
	border-left:0;
	border-right:0;
}
	
.menu ul li:hover ul li a  /* Second Level Menu */
{
	display:block;
	width:165px;
	height:35px;
	line-height:35px;
	border-top:0;
	border-bottom:1px solid #fff;
	color: #fff;
	font-family:Arial;
	font-size:13px;
	text-align:left;
	padding:0;
	padding-left:5px;
	margin:0;
	text-decoration:none;
	background:none;
	background-color:#f27929;
	opacity:0.8;
}

.menu ul #end  /* End Item List Style*/
{
	width:auto;
	background-image:none;
	border-right:none;
	cursor:pointer;
	background:none;
}

.menu ul #end  a/* End Item List Style*/
{
	width:auto;
	background-image:none;
	border-right:none;
	cursor:pointer;
	background:none;
}

/* --------- End CSS ONLY HNAV ---------- */
