/*=====================================================*/
/* Global Reset
/*=====================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


* { padding: 0; margin: 0; }

a { text-decoration:none; border:none; }

img {  
 border-style: none;
}

/*=====================================================*/
/* Global Style Definitions
/*=====================================================*/

p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000;
 line-height: 150%;
}

.mainlink {
 color: #000;
 text-decoration: underline;
}

.mainlink:hover {
 color: #00e325;
 text-decoration: underline;
}

.progbutton { 
 display: block;
 background: url(../images/bg_progbutton.jpg) repeat-x;
 width: inherit;
 height: 15px;
 border-top: #badf52 1px solid;
 border-bottom: 1px #709e3f solid;
 padding: 0px 8px 0px 8px;
}

.progbutton a {
 color: #3c6300;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
}

.underlineheader {
 font-family: "Century Gothic", Helvetica, Arial, sans-serif;
 font-size: 1em;
 color: #000;
 margin: 10px 0px 5px;
 border-bottom: 1px #000 solid;
}

.underlinetdheader {
 font-family: "Century Gothic", Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #000;
 border-bottom: 1px #000 solid;
 margin: 0px;
 padding: 4px 8px 4px 8px;
 border-right: 1px #000 solid;
}

ul.mainlist {
 list-style-type: disc;
 list-style-position: outside;
 line-height:130%;
 color: #000;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

.listdiv {
 margin: 15px 0px 0px 15px;
}

.mainheader {
 font-family: "Century Gothic", Helvetica, Arial, sans-serif;
 font-size: 2em;
 color: #000;
 margin: 35px 0px;
 line-height: 150%;
}

h1 {
 font-family: "Century Gothic", Helvetica, Arial, sans-serif;
 font-size: 1.6em;
 color: #000;
 font-weight: normal;
 margin: 10px 0px;
 line-height: 150%;
}

h2 {
 font-family: "Century Gothic", Helvetica, Arial, sans-serif;
 font-size: 1.4em;
 color: #000;
 font-weight: 100;
 margin: 10px 0px 5px;
 border-bottom: 1px #000 solid;
 line-height: 150%;
}

h3 {
 font-family: "Century Gothic", Helvetica, Arial, sans-serif;
 font-size: 1em;
 color: #000;
 font-weight: 100;
 margin: 10px 0px 5px;
 line-height: 150%;
}

.subheader {
 font-family: "Century Gothic", Helvetica, Arial, sans-serif;
 font-size: 1.4em;
 color: #000;
 margin: 10px 0px;
 line-height: 150%;
}

.subsubheader {
 font-family: "Century Gothic", Helvetica, Arial, sans-serif;
 font-size: 1em;
 color: #000;
 margin: 10px 0px 5px;
 line-height: 150%;
}

.tablecell {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000;
 margin: 0px;
 padding: 4px 4px 0px 6px;
 border-right: 1px #000 solid;
}

.pdf {
 background: url(../images/pdf.png) left no-repeat;
 padding: 4px 0px 3px 20px;
 margin: 4px 0px 4px 0px;
 line-height: 200%;
 color: #000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

.worddoc {
 background: url(../images/worddoc.png) left no-repeat;
 padding: 4px 0px 3px 20px;
 margin: 4px 0px 4px 0px;
 line-height: 200%;
 color: #000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

.contact_msg {
 height: 18px;
 width: 380px;
 display: block;
 background: url(../images/bg_contactmsg.jpg) repeat-x;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1em;
 font-style: italic;
 padding: 5px;
 color: #09210b;
}

ol {	
 list-style-type: decimal;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 line-height: 120%;
 margin: 0px 0px 20px 20px;
}

dt {
 font-size: 13px;
 font-weight:bold;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style:italic;
 line-height: 160%;
}

dd {
 margin: 0px 0px 15px 0px;
}

.faqtitle {
 font-size: 13px;
 font-weight: bold;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: italic;
}

.italic {
 font-style: italic;
 padding: 15px 0px;
}

.bold {
 font-weight: bold;
}

/*=====================================================*/
/* Global Layout Definitions
/*=====================================================*/

body {
 background: #434343;
}

#wrapper {
 margin: 0 auto;
 width: 100%;
 height: inherit;
 background: #FFFFFF;
}

.thirdleft {
  background: url(../images/bg_wrapper.jpg) top repeat-x;
}

.thirdcenter {
 background: url(../images/bg_allv.jpg) top no-repeat #4ba7f2;
 width: 960px;
}

.thirdright {
 background: url(../images/bg_thirdright.jpg) left top no-repeat;
}

.thirdcenterfoot {
 width: 960px;
}

.contenttable {
 width: 100%;
 border: none;
 height: 800px;
}

.footertable {
 width: 100%;
}

#contentwrapper {
 width: 960px;
 float: left;
 padding: 0px 0px 15px 0px;
}

#navbg {
 width: 639px;
 height: 50px;
 float: left;
 padding: 0px 0px 0px 11px;
 background: url(../images/bg_nav.jpg);
}

#leftcol {
 width: 590px;
 height: inherit;
 float: left;
 padding: 15px;
}

#rightcol {
 width: 340px;
 height: inherit;
 float: right;
}

#footer {
 background: #434343;
 height: inherit;
 width: 100%;
 margin: 0 auto;
 clear: both;
 padding: 10px 0px 0px 0px;
}

#footer_content {
 float: left;
 width: 960px;
 margin: 0px 0px 10px 0px;
}

.footerelement {
 float: left;
 margin: 0px 10px 0px;
 font-size: 9px;
 color: #CCCCCC;
}

.footertext {
 font-size: 9px;
 color: #CCCCCC;
}

.footertext a {
 font-size: 9px;
 color: #CCCCCC;
}

.footertext a:hover {
 font-size: 9px;
 color: #CCCCCC;
 border-bottom: 1px #CCCCCC dashed;
}

.footerheader {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: italic;
 color: #66CCFF;
 border-bottom: 1px #999999 solid;
}

.footersubheader {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: italic;
 color: #66CCFF;
 padding: 5px 0px 0px 0px;
}

#footer img {
 float: right;
}

#pageblurb {
 margin: 40px 0px 15px 0px;
 z-index: 1;
}

.right {
 display: block;
 float: right;
 margin-left: 5px;
}

/*=====================================================*/
/* Nav Definitions
/*=====================================================*/

#nav-one {
  cursor: pointer;
}
 
.navprog {
 background: url(../images/nav/nav_prog.jpg) no-repeat;
 width: 115px;
 height: 36px;
 float: left;
}

.navprog:hover {
 background: url(../images/nav/nav_prog_h.jpg) no-repeat;
 width: 115px;
 height: 36px;
 float: left;
}

.navprog_a {
 background: url(../images/nav/nav_prog_h.jpg) no-repeat;
 width: 115px;
 height: 36px;
 float: left;
}

.navfit {
 background: url(../images/nav/nav_fitv.jpg) no-repeat;
 width: 94px;
 height: 36px;
 float: left;
}

.navfit:hover {
 background: url(../images/nav/nav_fitv_h.jpg) no-repeat;
 width: 94px;
 height: 36px;
 float: left;
}

.navfit_a {
 background: url(../images/nav/nav_fitv_h.jpg) no-repeat;
 width: 94px;
 height: 36px;
 float: left;
}

.navmega {
 background: url(../images/nav/nav_mega.jpg) no-repeat;
 width: 116px;
 height: 36px;
 float: left;
 display: block;
}

.navmega:hover {
 background: url(../images/nav/nav_mega_h.jpg) no-repeat;
 width: 116px;
 height: 36px;
 float: left;
 display: block;
}

.navmega_a {
 background: url(../images/nav/nav_mega_h.jpg) no-repeat;
 width: 116px;
 height: 36px;
 float: left;
 display: block;
}

.navbbn {
 background: url(../images/nav/nav_bbn.jpg) no-repeat;
 width: 90px;
 height: 36px;
 float: left;
}

.navbbn:hover {
 background: url(../images/nav/nav_bbn_h.jpg) no-repeat;
 width: 90px;
 height: 36px;
 float: left;
}

.navbbn_a {
 background: url(../images/nav/nav_bbn_h.jpg) no-repeat;
 width: 90px;
 height: 36px;
 float: left;
}

.navrecip {
 background: url(../images/nav/nav_reci.jpg) no-repeat;
 width: 114px;
 height: 36px;
 float: left;
}

.navrecip:hover {
 background: url(../images/nav/nav_reci_h.jpg) no-repeat;
 width: 114px;
 height: 36px;
 float: left;
}

.navrecip_a {
 background: url(../images/nav/nav_reci_h.jpg) no-repeat;
 width: 114px;
 height: 36px;
 float: left;
}

.navcont {
 background: url(../images/nav/nav_cont.jpg) no-repeat;
 width: 97px;
 height: 36px;
 float: left;
}

.navcont:hover {
 background: url(../images/nav/nav_cont_h.jpg) no-repeat;
 width: 97px;
 height: 36px;
 float: left;
}

.navcont_a {
 background: url(../images/nav/nav_cont_h.jpg) no-repeat;
 width: 97px;
 height: 36px;
 float: left;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
 color: #000;
 margin: 4px;	
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
 color: #315c12;	
 margin: 4px;
}

.sf-menu, .sf-menu * {
 margin: 0;
 padding: 0;
 list-style:	 none;
}
.sf-menu {
 list-style: none;
 margin: 0px;
 padding: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000;
}
.sf-menu ul {
 background: url(../images/nav/subnav_dropbg.jpg) repeat-x #97c045;
 border-bottom: 1px #7ba537 solid;
 border-top: 1px #badf52 solid;
 list-style: none;
 margin: 0px;
 padding: 0px;
 width: 150px;
 position: absolute;
 top: -999em;
 left: -1px;
}
.sf-menu ul li {
 width: 100%;
}
.sf-menu li:hover {
 visibility: inherit;
}
.sf-menu li {
 float: left;
 position: relative;
}
.sf-menu a {
 display: block;
 position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
 left: 0;
 top: 36px;
 z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
 top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
 left: 10em;
 top: 0;
}

/*=====================================================*/
/* Left Col Definitions
/*=====================================================*/

.progelement {
 width: 50%;
 float: left;
}

.table p {
 font-size: 11px;
 line-height: 120%;
}

/*=====================================================*/
/* Right Col Definitions
/*=====================================================*/

#logo {
 background:url(../images/logo.png) center no-repeat;
 width: 100%;
 height: 208px;
 margin: 0px 0px 10px 0px;
 display: block;
}

.logo:hover {
 border-bottom: none;
}

.right_const {
 width: 100%;
 height: 333px;
 background: url(../images/bg_rightcol2.png) no-repeat center;
 text-align: center;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

.right_const p {
 text-align: left;
 padding: 0px 50px;
}

.right_test {
 width: 100%;
 height: 163px;
 background: url(../images/bg_testbox.jpg) no-repeat center;
 text-align: center;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

#testimonialwrap {
	width: 183px;
	height: 75px;
	text-align: left;
	font-style: italic;
	margin: 37px 0px 0px 80px;
}

.constnav {
 padding: 8px 0px 2px 0px;
 margin: 0px;
 text-align: center;
}

.emailtable {
 text-align: center;
 width: 179px;
 vertical-align: middle;
}

.emailinput {
 background: url(../images/bg_input2.jpg) no-repeat;
 width: 168px;
 height: 21px;
}

input {
 border: none;
 padding: 4px 0px 0px 4px;
 margin: 0px;
 color: #004869;
 font-size: 12px;
 height: 21px;
}

.submitbut {
 background: url(../images/bg_submit2.jpg) no-repeat;
 width: 72px;
 height: 28px;
 padding: 0px;
 cursor: pointer;
}

.submitbut:hover {
 background: url(../images/bg_submit2_h.jpg) no-repeat;
 width: 72px;
 height: 28px;
 margin: 0px;
}

#emailsub {
  width: 179px;
  text-align: center;
  margin: 0 auto;
}

.tablesub {
 vertical-align: middle;
}

#newswrap {
 width: 100%;
 margin: 10px 0px 0px 29px;
}

#newsheader {
 background-image: url(../images/rc_newsheader.jpg);
 width: 281px;
 height: 34px;
}

#barheader {
 background-image: url(../images/rc_barheader.jpg);
 width: 281px;
 height: 34px;
}

#news {
 margin: 0px;
 padding: 0px 8px 0px 8px;
 width: 265px;
 background: url(../images/rc_newsbg.jpg) repeat-y;
}

#newsfooter {
 background-image: url(../images/rc_newsfooter.jpg);
 width: 281px;
 height: 14px;
}

.newsheader {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1em;
 color: #000;
 font-style: italic;
 margin: 0px 0px 5px;
}

.newstext {
 color: #000;
}

.poaholder {
 width: 282px;
 height: 110px;
 background: url(../images/bg_poa.jpg) no-repeat;
}

.poaholder {
 width: 282px;
 height: 96px;
 margin: 20px 26px;
 padding: 7px 0px;
 background: url(../images/bg_poa.png) no-repeat;
}

.poabutton {
 width: 111px;
 height: 39px;
 background: url(../images/bg_poasprite.jpg) bottom;
 margin: 0px 81px;
 cursor: pointer;
 display: block;
}

.poabutton:hover {
 background-position: center;
}

.poabutton:active {
 background-position: top;
}

.poatrybutton {
 width: 111px;
 height: 39px;
 background: url(../images/poa_tryfreesprite.png) bottom;
 margin: 0px 81px;
 cursor: pointer;
 display: block;
}

.poatrybutton:hover {
 background-position: center;
}

.poatrybutton:active {
 background-position: top;
}

.center {
 margin: 0px 0px 0px 150px; 
}

.poademobutton {
 width: 111px;
 height: 39px;
 background: url(../images/bg_poademosprite.jpg) bottom;
 margin: 0px 81px;
 cursor: pointer;
 display: block;
}

.poademobutton:hover {
 background-position: center;
}

.poademobutton:active {
 background-position: top;
}

.poaorderbutton {
 width: 111px;
 height: 39px;
 background: url(../images/bg_poaordersprite.jpg) bottom;
 margin: 0px 81px;
 cursor: pointer;
 display: block;
}

.poaorderbutton:hover {
 background-position: center;
}

.poaorderbutton:active {
 background-position: top;
}

.readbutton {
 width: 98px;
 height: 28px;
 background: url(../images/bg_readmoresprite.jpg) bottom;
 margin: 0px 118px;
 cursor: pointer;
 display: block;
}

.readbutton:hover {
 background-position: top;
}

.butctr {
 margin: 25px 0px 0px 150px;
}

.smalltext {
 color: #000;
 font-size: 10px;
 font-style: italic;
 text-align: left;
}

#testimonialwrap p {
 font-size: 11px;
 line-height: 120%;
}

/*=====================================================*/
/* Slider Definitions
/*=====================================================*/
#sliderwrapper {
 width: 600px;
 margin: 0 auto;
}

h2 {
 margin: 0;
 margin-bottom: 14px;
 padding: 0;
}

#slider {
 width: 600px;
 margin: 0 auto;
 position: relative;
}

.scroll {
 height: inherit;
 width: 585px;
 overflow: auto;
 overflow-x: hidden;
 position: relative;
 clear: left;

}

.scrollContainer div.panel {
 padding: 0px 0px 0px 5px;
 height: inherit;
 width: 580px;
}

ul.navigation {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.navigation li {
 display: inline;
}

ul.navigation a {
 padding: 0px;
 text-decoration: none;
 border: none;
}

ul.navigation a:focus {
 outline: none;
}

.hide {
 display: none;
}

/*=====================================================*/
/* Bar Definitions
/*=====================================================*/

.bar {
 width: 100%;
 margin: 0 auto;
 padding: 15px;
 text-align: center;
}

.barinfoleft {
 margin: 0px 30px 0px 0px;
 width: 35%;
}

.barnav {
 margin: 0px 6px 0px 0px;
}

/*=====================================================*/
/* Tooltip Definitions
/*=====================================================*/

#tooltip {
 position:absolute;
 border-bottom: 1px #69983b solid;
 border-top: 1px #badf52 solid;
 background: url(../images/bg_tooltip.jpg) repeat-x #86b444;
 padding: 6px 15px;
 color:#000;
 display:none;
}

/*=====================================================*/
/* Home Page Definitions
/*=====================================================*/
.ql {
 display: block;
 float: left;
 text-align: left;
 width: 276px;
 height: 215px;
 color: #000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
 
.ql:hover {
 color: #000;
 border-bottom: none;
}
 
#ql_weightloss {
 margin: 0px 15px;
 padding: 0px;
 background: url(../images/bg_homebut_wl.png) no-repeat;
}

#ql_fitvibe {
 margin: 25px 15px;
 padding: 0px;
 background: url(../images/bg_homebut_fv.png) no-repeat;
}

#ql_wellness {
 margin: 0px;
 padding: 0px;
 background: url(../images/bg_homebut_wn.png) no-repeat;
}

#ql_megaburn {
 margin: 25px 0px 0px 0px;
 padding: 0px;
 background: url(../images/bg_homebut_mb.png) no-repeat;
}

a.ql span {
 display: block;
 float: left;
 width: 150px;
 height: 50px;
 padding: 50px 0px 0px 12px;
 line-height: 115%;
}

/*=====================================================*/
/* Contact Definitions
/*=====================================================*/

.contactelement {
 width: 30%;
 float: left;
 padding: 0px 10px 0px 0px;
}

.contactcontainer {
 margin: 0px auto 30px auto;
 width: 100%;
 border: none;
 text-align: left;
}

.nameemailwrap {
 float: left;
 margin: 0px 0px 15px 0px;
}

.promowrap {
 width: 100%;
 float: left;
}

.promowrap .nameemail {
 width: 45%;
 float:  left;
 margin-right: 15px;
}

.promowrap .submitbut {
 display: block;
 clear: both;
 margin: 25px 0px 0px 0px;
}

select {
 margin-bottom:15px;
}

.question {
 float: left;
 height: 68px;
 margin: 0px 15px 15px 25px;
}

.submitwrapper {
 clear: both;
 margin: 0 auto;
 width: 100%;
}

.message {
 height: 97px;
}

textarea {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 border: none;
 padding: 4px 0px 0px 4px;
 margin: 0px;
 color: #004869;
 font-size: 11px;
}

/*=====================================================*/
/* Program Definitions
/*=====================================================*/

.weekwrapper {
 float: left;
 border-bottom: 1px #000 solid;
 margin: 0px 0px 8px 0px;
 padding: 0px 0px 8px 0px;
 width: 100%;
}

.week{
 width: 15%;
 float: left;
}

.weekwide {
 width: 30%;
 float: left;
}

.weekinfo {
 width: 85%;
 float: left;
}

.weekwideinfo {
 width: 70%;
 float: left;
}

/*=====================================================*/
/* Program Definitions
/*=====================================================*/

.login {
 text-align: center;
}

.login a {
 color: #000;
}

.logintable {
 width: 350px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000;
 text-align: left;
}

.recipetable {
 width: 100%;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000;
}

.recipetable a {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000;
 font-size: 14px;
}

.recipetitle {
 color: #000;
 font-size: 14px;
 font-weight: bold;
 padding-bottom: 10px;
}

.recipetable td {
 width: 50%;
 text-align: left;
 padding: 5px;
}

.recipelist {
 text-align: left;
 line-height: 200%;
}

/*=====================================================*/
/* Pricing Table Definitions
/*=====================================================*/

div.pricingtable {
 background: url(../images/table.png) no-repeat;
 width: 568px;
 height: 508px;
 margin-left: 10px;
 position: relative;
 }
 div.pricingtable div {
  padding: 12px;
  width: 88px;
  height: 500px;
  float: left;
  position: relative;
  }
  .popularlabel {
   position: absolute;
   display: block;
   width: 127px;
   height: 123px;
   top: 30px;
   right: -94px;
  }
  div.pricingtable div.popular {
   padding-top: 4px;
  }
  div.pricingtable div h1 {
   display: block;
   width: 100%;
   height: 50px;
   color: #041b41;
   font-weight: bold;
   font-size: 15px;
   padding: 0px 0px 10px 0px;
   line-height: 120%;
  }
  div.pricingtable div p {
   padding: 6px 0px 6px 10px;
   font-size: 11px;
  }
  div.pricingtable div p.price {
   font-weight: bold;
   color: #041b41;
   font-size: 24px;
   margin: 10px 0px;  
  }
  div.pricingtable div img {
   padding: 0px 0px 0px 10px;
}

.tick {
 padding: 10px 0px 10px 25px;
 display:  block;
 background: url(../images/tick.png) 5px 11px no-repeat #fff;
 border-bottom: 1px solid #c0c0c0;
}
.tick2 {
 padding: 10px 0px 10px 25px;
 display:  block;
 background: url(../images/tick.png) 5px 11px no-repeat #e3e3e3;
 border-top: 1px solid #fff;
}