@charset "utf-8";
/* CSS Document */

/*----------------------------- global styles ----------------------------------------*/
body {
	font: 14px Tahoma, Helvetica, sans-serif;
	background: #b3b4b6 url('/images/background.jpg') repeat-x top left;
	margin: 0; 
	padding: 0;
   text-align: center; 
	color: #333333;
   line-height: 1.2em;
   -webkit-text-size-adjust: none;
}

strong {
   color: #4d4d4d;
}

h1, h2, h3 {
   padding: 0;
   margin: 0;
}

a {
	/*color: #3399cc;*/
   color: #168180;
	cursor: pointer;
   outline: none;
}
 
img {
	border: 0;
}

p {
	/*margin: 0 0 1em 0 ;*/
	margin: 0 0 .7em 0;
	text-align: left;
}
p.disclaimer {
   font-size: .8em;
   text-align: center;
   margin: 0;
   padding: 0;
   color: #000000;
   clear: left;
}

div.row {	
	padding: 15px;
	margin: 0;
	clear: both;
   text-align: left;
}

div.firstRow {
	border: none;
}

div.firstRow p {
	font-size: 14px;
}

.clickable {
   cursor: pointer;
}

#container{
   width: 960px; 
   padding: 0 10px;
   margin: 0 auto;
   background: url('/images/bg_white_shadow.png') repeat-y top left;   
}

#header {
	position:relative;
	height: 127px;
	padding: 0;
   margin: 0;
   background: #deebfe url('/images/header.jpg') top left no-repeat;
}

#header h1 {
	position: absolute;
   width: 215px;	
   height: 85px;
   margin: 0; 
	padding: 0;
   left: 25px;
   top: 24px;
	background: url('/images/logo.jpg') bottom left no-repeat;
	text-indent: -9999px; 	
}

#header h1 a {
	display: block;	
	height: 85px;
}

#header img {
	float: right;
	padding: 5px;   
}   

/*----------------------------------- Navigation --------------------------------*/
#navigation ul {
	clear: both;
   padding: 0;
	margin: 0;
   list-style: none;
}

#navigation ul li {
	float: left;
   height: 64px;
	padding: 0;
	margin: 0;
}

#navigation ul li.last {
   padding-right: 0;
}

#navigation ul li a {
	display: block;
	float: left;
	height: 100%;
   padding: 0;
   margin: 0;
	text-align: center;
	text-decoration: none;
   text-indent: -99999px;
}

#navigation ul li a{
   background-position: 0 -67px;
   background-repeat: no-repeat;
}

body.home #navigation ul li#n1 a,
body.weight-loss-for-men #navigation ul li#n2 a,
body.convenient-and-easy #navigation ul li#n3 a,
body.satisfying-food #navigation ul li#n4 a,
body.free-weight-loss-tools #navigation ul li#n5 a,
body.jenny-craig-advantage #navigation ul li#n6 a {
   background-position: 0 0; /* move the background image for the "on" states */
} 

#navigation ul li#n1 a{
   width: 64px;   
   background-image: url('/images/nav/nav_home.jpg');   
}
#navigation ul li#n2 a{
   width: 174px;  
   background-image: url('/images/nav/nav_for_men.jpg');   
}
#navigation ul li#n3 a{
   width: 165px;
   background-image: url('/images/nav/nav_easy.jpg');  
}
#navigation ul li#n4 a{
   width: 144px;  
   background-image: url('/images/nav/nav_food.jpg');  
}
#navigation ul li#n5 a{
   width: 205px;   
   background-image: url('/images/nav/nav_tools.jpg');   
}
#navigation ul li#n6 a{
   width: 208px;   
   background-image: url('/images/nav/nav_advantage.jpg');  
}
    


/*-------------------------- social links --------------------------------*/

ul#social-links {
   width: 826px;
   height: 37px;
   padding:0 0 0 134px;
   margin: 25px 0;
   list-style-type: none;
   clear: both;
}
ul#social-links li{
   float: left;
   margin-right: 30px;
}


/*
ul#social-links li.facebook{
   background: url(/images/facebook.jpg) no-repeat top left;
}
ul#social-links li.twitter{
   background: url(/images/twitter.jpg) no-repeat top left;
}
ul#social-links li.youtube{
   background: url(/images/youtube.jpg) no-repeat top left;
}
*/
/*-------------------------- Footer --------------------------------------*/

#footer {
	height: 64px;
	text-align:center;
   padding: 0;
	margin: 0;
	color: #000000;
   clear: both;
   font-size: .85em;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	padding: 0 10px;
   border-left: 1px solid #000000;
   font-family: Arial, Helvetica, sans-serif;
}
#footer ul li.first {
   border: none;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/*-------------- styles for three-tools section that appears on mulitiple pages ----------- */

#three-tools{
   background: url(/images/for_men/dash.jpg) no-repeat top left;
   height: 180px;
   margin-bottom: 20px;
}
 #three-tools div{
   float: left;
   width: 310px;
}
 #three-tools #bmi{
   padding-left: 20px;
   width: 280px;
}
 #three-tools #bmi h2{
   width: 249px;
   height: 27px;
   background: url(/images/for_men/h2_bmi.jpg) no-repeat top left;
   text-indent: -99999px;
   margin-bottom: 5px;
}
 #three-tools #bmi p{
   padding-left: 5px;
   width: 249px;
}

#three-tools #bmi label {
    display: block;
    float: left;
    padding: 3px 3px 0 0;
}
#three-tools #bmi select {
   margin-bottom: 9px;
   
}
#three-tools #bmi form{
   padding: 0 0 0 5px;
   margin: 0;
   font-size: 1em;
   font-weight: bold;
   color: #4d4d4d;   
   line-height: 1em;
}
#three-tools #bmi #quiz_height{
   margin-left: 3px;
   width: 70px;    
}
#three-tools #bmi #quiz_weight{
   width: 50px;
}
#three-tools #bmi #quiz_button{
   margin: 10px 0 0 -4px;
   padding: 0;
}

#three-tools #tools h2{
   width: 270px;
   height: 47px;
   background: url(/images/for_men/h2_tools.jpg) no-repeat top left;
   text-indent: -99999px;
}
#three-tools #tools p{
   background: url(/images/for_men/bg_tools.jpg) no-repeat 6px 8px;
   height: 80px;
   width: 144px;
   padding-left: 126px;
   padding-top: 16px
}

#three-tools #questions {
   width: 312px;
   padding-top: 27px;
}
#three-tools #questions h2{
   width: 173px;
   height: 58px;
   margin: 0 0 10px 117px;
   text-indent: -99999px;
}
 #three-tools #questions a img {
   margin: 0;
   height: 50px;
   width: 312px;
}



/*------------------------------- home page --------------------------- */
.home #content {
   background: url(/images/home/bg_content.jpg) repeat-x left 324px;   
   
}

.home #simple {
   position: relative;
   height: 309px;
   padding-bottom: 0;
   background: url(/images/home/bg_simple.jpg) no-repeat top left;     
}
.home #simple h2{
   width: 289px;
   height: 131px;
   margin: 10px 0 0 6px;
   background: url(/images/home/h2_convenient.jpg) no-repeat top left;
   text-indent: -99999px;
}
.home #simple p{
   font-size: 11px;
   width:340px;
   position: absolute;
   top: 290px;
   right: 10px;
   color: #464646;
}
.home #simple a.btn{
   position: absolute;
   left: 166px;
   top: 227px;   
}
.home #simple a.video img{
   position: absolute;
   top: 106px;
   right: 20px;
}

.home #forget {
   position: relative;
   height: 203px;
   padding: 15px 0 0 330px;
   background: url(/images/home/bg_forget.jpg) no-repeat 25px 15px;      
}
.home #forget h2{
   width: 372px;
   height: 42px;
   margin: 0;
   background: url(/images/home/h2_forget.jpg) no-repeat top left;
   text-indent: -99999px;
}
.home #forget div#questions{
   position: relative;
   float: right;
   width: 313px;
   height: 206px;
   margin-right: 15px;
   background: url(/images/home/bg_questions.jpg) no-repeat top left;
}
.home #questions{
   position: relative;
   float: left;
   width: 312px;
   height: 218px;
   margin: 5px 15px 0 0;
   background: url(/images/home/bg_questions.jpg) no-repeat top left;
}
.home #forget p{
   padding: 12px 0 0 2px;
   width: 585px;
}

.home #forget #readytostart{
   display:inline;
   float:right;
   margin: 0px 50px 0px 0px;
}

.home #forget div#questions a{
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 313px;
   height: 50px;
   text-indent: -99999px;
}
.home #questions a{
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 312px;
   height: 50px;
   text-indent: -99999px;
}
.home #proven-tools {
   position: relative;
   margin-top: 40px;
   padding-left: 25px;
   padding-top: 12px;
   background: url(/images/home/dashed_line.jpg) no-repeat 25px 0;      
}
.home #proven {
   position: relative;
   float: left;
   width: 340px;
   padding-right: 10px;
   /*background: url(/images/home/bg_proven.jpg) no-repeat 25px 15px;      */
}
.home #proven h2{
   width: 225px;
   height: 52px;
   margin: 0;
   background: url(/images/home/h2_proven.jpg) no-repeat top left;
   text-indent: -99999px;
}
.home #proven p{
   padding: 15px 0;
   
}
.home #tools {
   position: relative;
   float: left;
   height: 245px;
   width: 558px;
   margin-bottom: 20px;
}
.home #tools h2{
   width: 496px;
   height: 20px;
   margin: 0 0 10px 0;
   background: url(/images/home/h2_tools.jpg) no-repeat top left;
   text-indent: -99999px;
}
.home #tools p{
   width: 490px;
   padding: 0 20px 0 3px;
   float: left;
}
.home #tools a img{
   padding-top: 2px;
   float: left;
}
#tools #tools-hot{
   position: absolute;
   width:525px; 
   height:60px;
   z-index: 555;
}
/*
.home #tools #toolsExposition {
  float: left;
  width: 310px;
}
*/
.home #tools #toolsButtons {
  float: left;
  width: 568px;
}
.home #tools #toolsButtons img {
  margin-left: 0px;
  float: left;
  width: 132px;
}


/*------------------------------- weight loss for men page --------------------------- */
.weight-loss-for-men #content{
   background: #FFFFFF url(/images/for_men/bg_content.jpg) repeat-x bottom left;    
}

.weight-loss-for-men  #you {
   height: 323px;
   padding: 10px 0 0 530px;   
   background: url(/images/for_men/bg_you.jpg) no-repeat top left;      
}
.weight-loss-for-men  #you h2{
   width: 355px;
   height: 125px;
   margin-bottom: 2px;
   background: url(/images/for_men/h2_you.jpg) no-repeat top left;
   text-indent: -99999px;
}
.weight-loss-for-men  #you p {
   padding: 0 50px 0 4px;
}
.weight-loss-for-men  #means {
   width: 930px;
   height: 243px;
   padding: 25px 0 0 30px;   
   background: #FFFFFF url(/images/for_men/bg_means.jpg) no-repeat 32px 0;      
}
.weight-loss-for-men  #means h2{
   width: 603px;
   height: 66px;
   margin-bottom: 5px;
   background: url(/images/for_men/h2_means.jpg) no-repeat top left;
   text-indent: -99999px;
}
.weight-loss-for-men  #means p{
   width: 600px;
   padding-left: 4px;
}
.weight-loss-for-men  #means a img{
   padding-left: 4px;
   padding-top: 8px;
}
.weight-loss-for-men  #getting {
   width: 900px;
   padding: 5px 0 0 30px;
}
.weight-loss-for-men  #getting p {
   padding-right: 20px;
}

.weight-loss-for-men  #getting div{
   float: left;
   width: 655px;
   padding-right: 30px;   
}

.weight-loss-for-men  #getting h2{
   width: 406px;
   height: 56px;
   margin-bottom: 5px;
   float: left;
   background: url(/images/for_men/h2_getting.jpg) no-repeat top left;
   text-indent: -99999px;
}
.weight-loss-for-men  #getting div p{
   padding: 0 0 0 3px;
   float: left;
   width: 406px; 
}
.weight-loss-for-men  #getting img{
   float: left;
   padding-right: 15px;
   padding-bottom: 14px;
}
.weight-loss-for-men  #getting h3{
   width: 217px;
   padding-right: 0px;
   margin: 0px 0 10px -4px;
   height: 32px;
   float: left;
   background: url(/images/for_men/h3_fact.jpg) no-repeat top left;
   text-indent: -99999px;
}

.weight-loss-for-men #three-tools #questions{
   background: url(/images/for_men/bg_questions.jpg) no-repeat top left;
   margin-top: -12px;
}
.weight-loss-for-men #three-tools #questions p{
   text-align: right;
   height: 73px;
   margin: 0 25px 0 117px;
}

/*------------------------------- convenient and easy page --------------------------- */
.convenient-and-easy #content{
   background: #FFFFFF url(/images/easy/bg_content.jpg) repeat-x bottom left;    
}

.convenient-and-easy #microwave {
   width: 410px;
   height: 333px;
   padding: 20px 520px 0 30px;   
   background: url(/images/easy/bg_microwave.jpg) no-repeat top left;      
}
.convenient-and-easy #microwave img{
   margin-left: -4px;
   
}

.convenient-and-easy  #microwave h2{
   width: 410px;
   height: 87px;
   margin-bottom: 10px;
   background: url(/images/easy/h2_microwave.jpg) no-repeat top left;
   text-indent: -99999px;
}
.convenient-and-easy #microwave p{
   padding-left: 4px;
   padding-top: 2px;
}

.convenient-and-easy  #microwave a img {
   float: right;
   margin: -4px 0 0 0;
   padding-right: 25px;
}

.convenient-and-easy #convenience {
   height: 237px;
   padding: 20px 30px 0 340px;   
   background: url(/images/easy/bg_convenience.jpg) no-repeat top left;      
}
.convenient-and-easy  #convenience h2{
   width: 580px;
   height: 55px;
   margin-bottom: 10px;
   background: url(/images/easy/h2_convenience.jpg) no-repeat top left;
   text-indent: -99999px;
}
.convenient-and-easy  #convenience p{
   padding-left: 4px;
}
.convenient-and-easy  #convenience a img {
   float: right;
   margin-top: 5px;
}

.convenient-and-easy #fact-video {
   width: 915px;
   padding-left: 30px;
   padding-top: 4px;
}
.convenient-and-easy #fact-video img {
   float: right;
   /*padding-right: 20px;*/
}
.convenient-and-easy #fact-video h3 {
   margin-top: 20px;
}
.convenient-and-easy  #fact {
   width: 303px;
   height: 173px;
   margin-right: 25px;
   padding-right: 210px;
   float: left;
   background: url(/images/easy/bg_fact.jpg) no-repeat top right;
   
}
.convenient-and-easy  #fact h3{
   width: 234px;
   height: 36px;
   margin-bottom: 0px;
   margin-top: 1px;
   float: left;
   background: url(/images/easy/h3_fact.jpg) no-repeat top left;
   text-indent: -99999px;
}
.convenient-and-easy  #fact p{
   clear: left;
}
.convenient-and-easy #three-tools{
   padding-left: 25px;
   padding-right: 0;
}
/*
.convenient-and-easy #three-tools{
   background: url(/images/easy/dash_line.jpg) no-repeat top left;
   height: 180px;
   margin-bottom: 20px;
}
.convenient-and-easy #three-tools div{
   float: left;
   width: 310px;
}

.convenient-and-easy  #three-tools #bmi h2{
   width: 249px;
   height: 27px;
   background: url(/images/easy/h2_bmi.jpg) no-repeat top left;
   text-indent: -99999px;
}
.convenient-and-easy   #three-tools #tools h2{
   width: 270px;
   height: 47px;
   background: url(/images/easy/h2_tools.jpg) no-repeat top left;
   text-indent: -99999px;
}
.convenient-and-easy #three-tools #questions h2{
   width: 177px;
   height: 52px;
   background: url(/images/easy/h2_questions.jpg) no-repeat top left;
   text-indent: -99999px;
}

*/
.convenient-and-easy #three-tools #questions{
   background: url(/images/easy/bg_questions.jpg) no-repeat top left;
   margin-top: -12px;
}
.convenient-and-easy #three-tools #questions p{
   text-align: right;
   height: 73px;
   margin: 0 25px 0 117px;
}

.convenient-and-easy #three-tools #tools {
   padding-left: 20px;
   width: 290px;
}

/*------------------------------- satisfying food page --------------------------- */
.satisfying-food #content{
   background: #FFFFFF url(/images/food/bg_content.jpg) repeat-x bottom left;    
}

.satisfying-food div.row{
   padding-left: 32px;
}

.satisfying-food #problem {
   height: 328px;
   padding: 25px 550px 0 37px;   
   background: url(/images/food/bg_problem.jpg) no-repeat top left;      
}
.satisfying-food #problem h2{
   width: 327px;
   height: 51px;
   margin-bottom: 10px;
   background: url(/images/food/h2_problem.jpg) no-repeat top left;
   text-indent: -99999px;
}
.satisfying-food #problem a img{
   padding-top: 10px;
}

.satisfying-food #problem p{
   width: 310px;
} 
.satisfying-food #science {
   float: left;
   width: 440px;
   padding-right: 35px;
   padding-bottom: 15px;
   background: url(/images/food/bg_science.jpg) no-repeat top left;      
}
.satisfying-food  #science h2{
   width: 440px;
   height: 34px;
   margin-bottom: 4px;
   margin-top: 10px;
   background: url(/images/food/h2_science.jpg) no-repeat top left;
   text-indent: -99999px;
}
.satisfying-food #science h3{
   font-size: 1.1em;
   color: #3a3a3a;
   margin-bottom: 6px;
}
.satisfying-food  #science-video img {
   float: left;
}

.satisfying-food  #questions-fact {
   height: 185px;
   background: url(/images/food/bg_fact.jpg) no-repeat top right;
   
}
.satisfying-food #questions {
   float: left;
   width: 340px;
	 padding-top:24px;
	 margin-top: -14px;
   background: url(/images/food/bg_questions.jpg) no-repeat top left;
}
.satisfying-food #questions h2{
   width: 160px;
   height: 55px;
   margin: 0 0 10px 123px;
   text-indent: -99999px;
}
.satisfying-food #questions p{
	text-align: right;
	height: 68px;
	margin: 0 60px 0 113px;
}
.satisfying-food #questions img{
   margin: 0;
   height: 46px;
   width: 302px;
}

.satisfying-food  #fact {
   padding-right: 300px;
}
.satisfying-food  #fact h3{
   float: left;
   width: 270px;
   height: 36px;
   margin-bottom: 10px;
   background: url(/images/food/h3_fact.jpg) no-repeat top left;
   text-indent: -99999px;
}

.satisfying-food #tools {
   height: 180px;
   float: left;
   width: 920px;
}
.satisfying-food  #tools h2{
   width: 314px;
   height: 57px;
   margin-bottom: 10px;
   margin-left: -8px;
   background: url(/images/food/h2_tools.jpg) no-repeat top left;
   text-indent: -99999px;
}
.satisfying-food  #tools p{
   width: 250px;
   margin-bottom: 30px;
   
}
.satisfying-food #tools #toolsExposition {
  float: left;
  width: 310px;
}
.satisfying-food #tools #toolsButtons {
  float: left;
  width: 600px;
}
.satisfying-food #tools #toolsButtons img {
  margin-left: 18px;
  float: left;
  width: 132px;
}


/*------------------------------- free weight loss tools page --------------------------- */
.free-weight-loss-tools #content{
   background: #FFFFFF url(/images/tools/bg_content.jpg) repeat-x bottom left;    
}

.free-weight-loss-tools #free {
   height: 295px;  
   background: url(/images/tools/bg_free.jpg) no-repeat top left;      
}
.free-weight-loss-tools  #free h2{
   width: 490px;
   height: 102px;
   float: left;
   margin-bottom: 10px;
   background: url(/images/tools/h2_free.jpg) no-repeat top left;
   text-indent: -99999px;
}
.free-weight-loss-tools #free p{
 padding-right: 40px;
 
}
.free-weight-loss-tools #free img{
   float: left;
   padding-right: 30px; 
   padding-top: 10px;
}

.free-weight-loss-tools #get {
   height: 167px;  
   padding-left: 30px;
   padding-right: 0;
   float: left;
   width: 920px;
}
.free-weight-loss-tools  #get h2{
   width: 309px;
   height: 59px;
   margin-bottom: 10px;
   background: url(/images/tools/h2_get.jpg) no-repeat top left;
   text-indent: -99999px;
}
.free-weight-loss-tools  #get p{
   width: 309px;
   margin-bottom: 20px;
   padding-left: 4px;
}
.free-weight-loss-tools #get #getExposition {
  float: left;
  width: 304px;
}
.free-weight-loss-tools #get #getButtons {
  float: left;
  width: 608px;
}
.free-weight-loss-tools #get #getButtons img {
  margin-left: 20px;
  float: left;
  width: 132px;
}
.free-weight-loss-tools #personal {
   height: 180px;  
   padding-left: 370px;
   padding-top: 20px;
   background: url(/images/tools/bg_personal.jpg) no-repeat top left;      
}
.free-weight-loss-tools  #personal h2{
   width: 447px;
   height: 46px;
   margin-bottom: 10px;
   background: url(/images/tools/h2_personal.jpg) no-repeat top left;
   text-indent: -99999px;
}
.free-weight-loss-tools  #personal p{
   padding-right: 40px;
   margin-bottom: 15px;
}
/*
.free-weight-loss-tools #three-tools{
   height: 180px;
   margin-bottom: 20px;
}
.free-weight-loss-tools #three-tools div{
   float: left;
   width: 310px;
}

.free-weight-loss-tools  #three-tools #bmi h2{
   width: 273px;
   height: 29px;
   background: url(/images/tools/h2_bmi.jpg) no-repeat top left;
   text-indent: -99999px;
}
*/
.free-weight-loss-tools   #three-tools {
   background: none;
}
.free-weight-loss-tools   #three-tools #fact h2{
   width: 270px;
   height: 47px;
   background: url(/images/tools/h2_fact.jpg) no-repeat top left;
   text-indent: -99999px;
}
.free-weight-loss-tools  #three-tools #fact p{
   padding-right: 65px;
}
.free-weight-loss-tools #three-tools #questions{
   background: url(/images/tools/bg_questions.jpg) no-repeat top left;
}
.free-weight-loss-tools #three-tools #questions p{
   text-align: right;
   height: 73px;
   margin: 0 25px 0 117px;
}

/*------------------------------- jenny craig advantage page --------------------------- */
.jenny-craig-advantage #content{
   background: #FFFFFF url(/images/tools/bg_content.jpg) repeat-x bottom left;    
}

.jenny-craig-advantage #help {
   height: 277px;  
   padding-left: 25px;
   background: url(/images/advantage/bg_help.jpg) no-repeat top left;      
}
.jenny-craig-advantage  #help h2{
   width: 475px;
   height: 80px;
   margin-top: 10px;
   margin-bottom: 10px;
   background: url(/images/advantage/h2_help.jpg) no-repeat top left;
   text-indent: -99999px;
}
.jenny-craig-advantage #help img{
   float: right;
   padding: 0 30px; 
}
.jenny-craig-advantage #help a img{
   float: left;
   padding: 0; 
}

.jenny-craig-advantage #help a.helpVideo img{
	float: right;
}

.jenny-craig-advantage #life {
   height: 199px;  
   padding-left: 390px;
   padding-top: 30px;
   background: url(/images/advantage/bg_life.jpg) no-repeat top left;      
}
.jenny-craig-advantage  #life h2{
   width: 480px;
   height: 62px;
   margin-left: -5px;
   margin-bottom: 10px;
   background: url(/images/advantage/h2_life.jpg) no-repeat top left;
   text-indent: -99999px;
}
.jenny-craig-advantage  #life p{
   padding-right: 40px;
   margin-bottom: 30px;
}
.jenny-craig-advantage #questions {
   float: left;  
   width: 349px;
   padding-top: 27px;
   margin-top: -28px;
   background: url(/images/advantage/bg_questions.jpg) no-repeat top left;      
}
.jenny-craig-advantage  #questions h2{
   width: 167px;
   height: 55px;   
   margin: 0 0 10px 113px;
   text-indent: -99999px;
}
.jenny-craig-advantage  #questions p{
   text-align: right;
   height: 71px;
   margin: 0 70px 0 113px;
}
.jenny-craig-advantage  #questions img{
   margin: 0;
   height: 50px;   
   width: 302px;   
}
.jenny-craig-advantage #questions-fact {
   float: left;
   height: 187px;
   width: 905px;
   padding-left: 40px;
   padding-top: 30px;
   background: url(/images/advantage/bg_fact.jpg) no-repeat top left;      
}
.jenny-craig-advantage  #fact h2{
   width: 216px;
   height: 32px;
   float: left;
   padding-right: 340px;
   margin-bottom: 10px;
   background: url(/images/advantage/h2_fact.jpg) no-repeat top left;
   text-indent: -99999px;
}
.jenny-craig-advantage  #fact p{
   float: left;
   width: 280px;
   padding-right: 270px;
}

.jenny-craig-advantage #tools {
   height: 185px;
   padding-left: 40px;
   float: left;
   width: 900px;
}
.jenny-craig-advantage  #tools h2{
   width: 262px;
   height: 44px;
   margin-bottom: 10px;
   background: url(/images/advantage/h2_tools.jpg) no-repeat top left;
   text-indent: -99999px;
}
.jenny-craig-advantage  #tools p{
   width: 262px;
   padding-left: 4px;
   margin-bottom: 30px;
}
.jenny-craig-advantage #tools #toolsExposition {
  float: left;
  width: 262px;
}
.jenny-craig-advantage #tools #toolsButtons {
  float: left;
  width: 608px;
  margin-left: 25px;
}
.jenny-craig-advantage #tools #toolsButtons img {
  margin-left: 20px;
  float: left;
  width: 132px;
}


/*---------------------------  override lytebox styles  ---------------------------------------- */

#lbClose.grey {
  background-image: url(/images/closeVideo.png);  
  z-index: 999999;
  position: relative;
}

iframe,
iframe#lbIframe,
#lbIframeContainer,
#lbOuterContainer.grey,
#lbDetailsContainer.grey,
#lbImageContainer {
  border: 1px solid #ffffff;      
  position: relative;
  padding: 0;
}


/*---------------------------  styles for recipes.html  ---------------------------------------- */
body.recipe, 
body.recipe img,
body.recipe div{
   padding: 0;
   margin: 0;
   text-align: left;
   background: none;
   background-color: #FFFFFF !important;     
}

body.recipe #btn_print {
   position: absolute;
   top: 366px;
   left: 473px;
   z-index: 13;
   margin: 0;
   padding: 0;
   
}


/*------------------------- styles for flash videos ---------------------------------------*/
#flashcontent {
   position: absolute;
   top: 0px;   
   margin: 0;
   padding: 0;
   
}
body.videopage,
body.videopage div,
body.videopage h1,
body.videopage p {
   padding: 0;
   margin:0;
}
body.videopage {
   padding: 0;
   margin: 0;
   text-align: left;
   background: none;
   background-color: #FFFFFF !important;     
}
