@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer {
	clear: both;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}

/* HEADER
================================================== */

#header {
	height: 176px;
	padding-right: 70px;
	background-image: url(../images/template/header_bg.gif);
	background-repeat: repeat-x;
}

#bp-girl-1 {
	float: left;
	margin-right: 50px;
}

#slogan {
	float: left;
	margin-top: 70px;
}

#bp-logo {
	float: right;
	margin-top: 20px;	/* old: 31px */
}

/* FOOTER
================================================== */

#footer {
	clear: both;
	padding-top: 40px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #999;
	text-align: center;
}

#footer a {
	color: #999;
}

/* NAVIGATION
================================================== */

#nav {
	height: 38px;
	background-image: url(../images/template/nav_bg.gif);
	background-repeat: repeat-x;
}

#bp-girl-2 {
	float: left;
	margin-right: 25px;
	_margin-right: 22px;	/* ie6 fix */
}

#nav a {
	display: block;
	float: left;
	height: 38px;
	font-size: 12px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#nav a:hover {
	background-position: 0 -36px;
}

#nav a span {
	_display: none;	/* ie6 fix */
}

#nav a#nav-home {
	width: 75px;
	background-image: url(../images/template/nav/home.gif);
}

#nav a#nav-training {
	width: 144px;
	background-image: url(../images/template/nav/training.gif);
}

#nav a#nav-wloss {
	width: 118px;
	background-image: url(../images/template/nav/weight_loss.gif);
}

#nav a#nav-success {
	width: 136px;
	background-image: url(../images/template/nav/success.gif);
}

#nav a#nav-contact {
	width: 111px;
	background-image: url(../images/template/nav/contact.gif);
}

#nav a#nav-trial {
	width: 173px;
	background-image: url(../images/template/nav/trial.gif);
}

#nav-corners {
	display: block;	/* ie6 fixes */
	float: right;
}

/* MAIN COLUMNS
================================================== */

#left-col {
	float: left;
	width: 208px;
}

#right-col {
	float: right;
	width: 762px;
	padding-top: 23px;
}

/* LEFT COLUMN ITEMS
================================================== */

#about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dd0000;
	line-height: 22px;
	/*letter-spacing: .1em;*/
	margin-left: 25px;
	margin-bottom: 40px;
}

#contact-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #dd0000;
	margin-right: 30px;
	margin-bottom: 30px;
}

#contact-info span {
	font-size: 10px;
	color: #7e7e7e;
}

#facebook-link {
	display: block;
	height: 44px;
	width: 144px;
	margin-left: 25px;
}

#facebook-link img {
	height: 44px;
	width: 144px;
	border: 0;
}


/* CONTENT BUCKETS (HOME)
================================================== */

.content-bucket {
	float: left;
	width: 281px;
	margin-right: 10px;
	margin-bottom: 12px;
}

.narrow-bucket {
	float: left;
	width: 180px;
}

.tall {
	height: 283px;
}

.short {
	height: 94px;
}

/* CONTENT BUCKETS - SPECIFIC
================================================== */

#success-stories img {
	border: 0;
}

#login a { 
	display: block;
	height: 54px;	/* 94 - (20 * 2) */
	width: 130px;	/* 180 - (25 * 2) */
	padding: 20px 25px;
	background-image: url(../images/template/login_bg.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #657f99;
	text-decoration: none;
}

#login h1 {
	font-size: 14px;
	color: #364f68;
	margin: 0 0 2px 0;
	padding: 0;
}

#careers {
	margin-top: -5px;
}

#careers a {
	padding-top: 5px;
}

#careers img { border: 0 }

#tips {
	margin-top: -10px;
}

#tips div {
	display: block;
	width: 281px;
	height: 94px;
	padding-top: 10px;
	background-image: url(../images/template/tips/metabolism.jpg);
	background-repeat: no-repeat;
}

#iflow img {
	border: 0;
}

/* TOUR BUCKETS
================================================== */

.tour {
	height: 259px; /* 283 - (12 * 2) */
	width: 257px;	/* 281 - (12 * 2) */
	padding: 12px;
	opacity: 0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

.tour:hover {
	opacity: 1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}

/* TOUR BUCKETS - TEXT
================================================== */

.tour {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.tour h1 {
	font-size: 18px;
	padding: 0;
	margin: 0 0 7px 0;
}

.tour h2 {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.tour p.list {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

.tour a {
	text-decoration: none;
}

/* TOUR BUCKETS - ITEMS
================================================== */

.tour .circle-arrow {
	float: right;
	margin-left: 7px;
	border: 0;
}

.tour .star {
	margin-left: 7px;
	margin-right: 11px;
}

/* TOUR BUCKETS - SPECIFIC
================================================== */

#wloss-tour-bucket {
	background-image: url(../images/template/wloss_bucket_bg.jpg);
	background-repeat: no-repeat;
	color: #437b37;		
}

#training-tour-bucket {
	background-image: url(../images/template/training_bucket_bg.jpg);
	background-repeat: no-repeat;
	color: #0084af;
}

#wloss-tour-bucket a, #training-tour-bucket a {
	display: block;
	height: 100%;
	width: 100%;
}

#wloss-tour-bucket a {
	color: #437b37;
}

#training-tour-bucket a {
	color: #0084af;
}

#wloss-tour-bucket img, #training-tour-bucket img {
	border: 0;
}

/* PERSONAL TRAINING
================================================== */

/* PROGRESS BAR
================================================== */

#progress {
	margin-bottom: 25px;
}

#progress img {
	float: left
}

#progress a {
	float: left;
	display: block;
	height: 26px;
	width: 152px;
	padding-left: 10px;
	background-image: url(../images/template/progress_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 26px;
}

#progress a.wide {
	width: 270px;
}

#progress .circle-arrow {
	margin-top: -3px;
}

/* PERSONAL TRAINING - TEXT & IMGS
================================================== */

h1 {
	font-size: 24px;
	color: #069;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 17px;
	color: #666;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	color: #069;
	margin: 0;
	padding: 0;
}

h3.promo {
	color: #cc0000;
}

h4 {
	font-size: 13px;
	color: #666;
	margin: 0 0 15px 0;
	padding: 0;
}

h4.promo {
	color: #999;
}

h5 {
	font-size: 11px;
	color: #069;
	margin: 0 0 10px 0;
	padding: 0;
}

a {
	color: #069;
}

h3 a {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666;
}

ul li {
	background-image: url(../images/template/bullet_arrow_red.gif);
	background-position: 1px 7px;
	*background-position: 1px 9px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 15px;
}

ul li a {
	font-size: 11px;
	text-decoration: none;
}

ul.small-list {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 11px;
	color: #666;
}

ul.small-list li {
	background-image: url(../images/template/bullet_arrow_gray.gif);
	background-position: 1px 7px;
	*background-position: 1px 9px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 15px;
}

ul.small-list li a {
	color: #666;
}

.content-img {
	float:left;
	margin-right: 20px;
	margin-bottom:20px
}

.step-button {
	float: right;
	border: 0;
}

.red {
	color: #cc0000;
}

/* FORM
================================================== */

form {
	margin-top: 30px;
}

form label {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #069;
	padding-left: 20px;
}

form label.field-note {
	display: block;
	position: relative;
	left: 150px;
	width: 240px;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #999;
	padding: 0;
}

form input.text, form select {
	position: relative;
	left: 150px;
	height: 18px;
	width: 240px;
}

form textarea {
	position: relative;
	left: 150px;
	width: 240px;
}

#field-group {
	float: left;
	width: 460px;
}

.form-row {	
	margin-bottom: 7px;
}

.error {
	background-color: #FFCCCC;
}

p.error-msg {
	font-size:13px;
	font-style:oblique;
	color:#CC0000;
	margin: 0 0 20px 0;
	padding: 0;
}

form label#referral-lbl {
	position: static;
	display: block;
	margin-bottom: 5px;
}

form select#referral {
	margin-bottom: 5px;
	height: auto;
}



/* SUCCESS STORIES
================================================== */

#success-imgs {
	margin-top: 20px;
	*margin-top: 40px;	/* ie fix */
}

#success-imgs img {
	display: block;
	margin: 0 auto 20px auto;
}


/* IFLOW
================================================== */

#iflow-content {
	padding: 0 0 0 25px;
	background-image: url(../images/template/iflow_content_bg.jpg);
	background-repeat: no-repeat;
}

#iflow-content h3 {
	padding-bottom: 10px;
	border-bottom: 3px double #eee;
	font-weight: normal;
}

#iflow-content p {
	font-size: 13px;
	line-height: 21px;
	color: #666;
	margin-bottom: 30px;
}

#iflow-content p.error-msg {
	color: #C00;
	line-height: normal;
}

#iflow-logo {
	display: block;
}

#iflow-spacer {
	height: 260px;
}

#iflow-lcol {
	float: left;
	width: 328px;
	margin-right: 50px;
}

#iflow-lcol img {
	display: block;
	margin-bottom: 17px;
	border: 0;
}

#iflow-rcol {
	float: left;
	width: 313px;
	padding-top: 25px;
}

#iflow-content form {
	padding: 0 0 20px 0;
	margin: 0;
}

#iflow-content input {
	padding-top: 0;
	margin-top: 0;
}

input.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	width: 175px;
	margin-right: 10px;
}

input.img-button {
	vertical-align: bottom;
}

#iflow-content label {
	position: static;
	display: block;
	padding: 0;
}

#iflow-content #comments {
	position: static;
	left: 0;
}

#iflow-content form div {
	margin-bottom: 10px;
}

#iflow-content #submit {
	margin-top: 20px;
}

p#iflow-err-msg {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #c00;
}

p#iflow-success {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #999;
	font-style: oblique;
}

p#iflow-impact-link {
	margin-top: -10px;
	padding-top: 0;
	color: #c00;
	font-weight: bold;
}

p#iflow-impact-link a {
	color: #c00;
}