/* @override 
	http://localhost:8888/LIME/wealthheart/stylesheets/master.css
	http://wealthheart.com/stylesheets/master.css
*/

/* @group 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,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {line-height: 1; color: black; background: white;}
a img {border:none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

:focus {
  -moz-outline:0;
  outline:0;
  outline-offset:0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}

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

/* @end */

/* @group global stuff */

input.email2 {
	display: none;
}

.hidden {
	display: none;
}



/* @end */

/* @group typography / colors */

body {
	font-family: Tahoma;
	background: #fff;
	color: #444345;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.3;
	font-family: Tahoma;
	font-size: .8em;
}

h1, h2, h3 {
	font-family: Futura;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #585858;
	clear: both;
}

hr {
	clear: both;
	border: none;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #f0f0f0;
}

/* @end */

/* @group Structure / Backgrounds */

body {
	background: url(../images/stripes_2.png);
}

div#wrapper {
	width: 970px;
	margin: auto;
}

div#header {
	position: relative;
	height: 70px;
	margin-bottom: 12px;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 269px;
	background: url(../images/sprites.png) no-repeat 7px -1px;
}

/* @group navigation */

div#navigation li {
	list-style: none;
	float: left;
}

div#navigation li a span {
	display: none;
}

div#navigation li a {
	margin-top: 23px;
	display: block;
	height: 20px;	
}

div#navigation li a.current_page {
	border-bottom: solid 3px #aa1026;
}

div#navigation a.action-home {
	width: 40px;
	margin-left: 28px;
}

div#navigation a.action-meet_steve {
	width: 76px;
	margin-left: 31px;
}

div#navigation a.action-the_7_steps {
	width: 77px;
	margin-left: 34px;
}

div#navigation a.action-purchase {
	width: 67px;
	margin-left: 33px;
}

div#navigation a.action-testimonials {
	width: 92px;
	margin-left: 33px;
}

div#navigation a.action-contact {
	width: 62px;
	margin-left: 33px;
}

div#navigation {
	position: absolute;
	right: 0;
	width: 635px;
	height: 70px;
	background: url(../images/sprites.png) no-repeat -319px 0;
	padding-left: 10px;
	padding-right: 10px;
}



/* @end */

div#content_wrapper {
	position: relative;
}

/* @group home */

div#seven_steps_slides {
	height: 300px;
	position: relative;
	overflow: hidden;
}

div#slide_navigation {
	position: absolute;
	right: 14px;
	top: 10px;
}

div.simple_slides_label {
	height: 40px;
	cursor: pointer;
	width: 43px;
	text-align: center;
}

/* @end */

div#content.two-column {
	width: 647px;
	margin-bottom: 2em;
}

div#side_bar.two-column {
	position: absolute;
	right: 0;
	top: 0;
	width: 310px;
}

div.block {
	margin-bottom: 16px;
}

/* @group side_bar */

div#side_bar {
	overflow: hidden;
}

div#side_bar div.block {
	width: 310px;
}

div#video {
	height: 252px;
	background: url(../images/sprites.png) no-repeat -330px -281px;
	cursor: pointer;
}

div#video a {
	display: block;
	width: 100%;
	height: 100%;
}

div#book_steve {
	height: 124px;
	background: url(../images/sprites.png) no-repeat -7px -84px;
}

div#mailing_list {
	height: 124px;
	background: url(../images/sprites.png) no-repeat -668px -85px;
}

div#order_now {
	height: 124px;
	background: url(../images/sprites.png) no-repeat -339px -85px;
}

div#testimonials {
	height: 231px;
	background: url(../images/sprites.png) no-repeat -10px -283px;
	overflow: hidden;
	position: relative;
}

div#testimonials div.inner {
	width: 254px;
	height: 145px;
	overflow: hidden;
	position: absolute;
	top: 52px;
	left: 33px;
	cursor: pointer;
}

div#testimonials div.inner p {
	font-family: "Times new roman";
	font-style: italic;
	font-size: 16px;
	height: 142px;
	padding: 2px 2px 0;
	margin: 0;
}

a#see_all {
	position: absolute;
	bottom: 9px;
	right: 19px;
	width: 61px;
	height: 19px;
}

a#ticker_play_pause.play {
	position: absolute;
	bottom: 21px;
	width: 16px;
	height: 16px;
	background: url(../images/sprites.png) no-repeat -1198px 0;
	left: 23px;
}

a#ticker_play_pause.pause {
	position: absolute;
	bottom: 21px;
	width: 16px;
	height: 16px;
	background: url(../images/sprites.png) no-repeat -1216px 0;
	left: 23px;
}

a#ticker_next {
	position: absolute;
	bottom: 21px;
	width: 16px;
	height: 16px;
	background: url(../images/sprites.png) no-repeat -1235px 0;
	left: 43px;
}

form#book_steve_form {
	padding-top: 30px;
	padding-left: 13px;
}

form#mailing_list_form {
	padding-top: 73px;
	padding-left: 13px;
}

div#side_bar input[type=text] {
	width: 147px;
}

div#order_now a {
	display: block;
	height: 124px;
}

div#order_now a span {
	display: none;
}

body#home-home #side_bar {
	margin-top: 25px;
}

body#home-home #side_bar div.block {
	float: left;
	margin-right: 13px;
}

/* @end */

/* @group blocks */

div.block div.top {
	height: 11px;
	background: url(../images/repeat-y.png) no-repeat -658px -7px;
}

div.block div.content {
	background: url(../images/repeat-y.png) repeat-y -5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: .5em;
	position: relative;
	overflow: hidden;
}

div.block div.bottom {
	height: 11px;
	background: url(../images/repeat-y.png) no-repeat -658px -42px;
	clear: both;
}

div.one-column div.top {
	background-position: -2292px -7px;
	background-repeat: no-repeat;
}

div.one-column div.content {
	background-position: -1311px -7px;
	background-repeat: repeat-y;
}

div.one-column div.bottom {
	background-position: -2292px -42px;
	background-repeat: no-repeat;
}

/* @end */

/* @group contact page */

blockquote {
	font-style: italic;
	font-size: .75em;
	line-height: 1.4;
	margin-top: 1em;
	margin-bottom: 1em;
}

blockquote em {
	float: right;
}

div#other_contact_info {
	position: absolute;
	top: 134px;
	right: 0;
	width: 220px;
}

body#home-contact div#content div.content {
	height: 375px;
}

form#contact_form {
	width: 386px;
	border-right: solid 1px #ccc;
	margin-top: 24px;
	padding-top: 4px;
}

form#contact_form textarea {
	height: 108px;
	width: 360px;
}

form#contact_form input[type=text] {
	width: 155px;
	font-size: 12px;
}

form#contact_form p {
	position: relative;
	width: 359px;
	padding: .1em .4em;
	margin-top: .4em;
	margin-bottom: .4em;
}

/* @end */

div#thank_you_quote {
	clear: both;
	height: 50px;
	margin-top: 25px;
	background: url(../images/sprites.png) no-repeat -5px -221px;
}

/* @group testimonials */

div.testimonial {
	min-height: 75px;
	position: relative;
	padding-left: 75px;
	margin-bottom: 25px;
}

div.testimonial div.graphic {
	position: absolute;
	height: 46px;
	width: 67px;
	left: 0;
	background: url(../images/sprites.png) no-repeat -1176px -439px;
	top: 2px;
}

p#case_studies_container a {
	display: block;
	float: left;
	text-decoration: none;
	color: inherit;
	line-height: 180px;
	width: 120px;
	background: url(../images/sprites.png) no-repeat -869px -466px;
	height: 114px;
	text-align: center;
}



/* @end */

/* @group purchase */

div.one-column div.block {
	background-position: -96px;
}

div#purchase_copy {
	width: 472px;
}

div#purchase_copy h4 {
	color: #888;
	font-weight: normal;
	margin-bottom: 20px;
}

div#purchase_copy h5 {
	font-size: 13px;
	margin-bottom: 2px;
}

div#purchase_copy h6 {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: normal;
}

div#purchase_sprites {
	position: absolute;
	right: 0;
	top: 0;
	width: 393px;
	height: 373px;
}

div#purchase_product_logo{
	background: url(../images/purchase.png);
	height: 50px;
	width: 311px;
	position: absolute;
	top: 48px;
	right: 66px;
}

div#purchase_product_shot{
	background: url(../images/purchase.png) 0 -56px;
	height: 192px;
	width: 414px;
	position: absolute;
	top: 120px;
	right: 17px;
}

a#purchase_link{
	position: absolute;
	background: url(../images/sprites.png) no-repeat -1071px -499px;
	width: 167px;
	height: 40px;
	border: none;
	bottom: 0;
	right: 16px;
}

/* @end */


/* @end */

/* @group sprited 
headers */

h2 span {
	display: none;
}

h2 {
	height: 30px;
	background: url(../images/sprites.png) no-repeat;
	padding-top: 5px;
}

h2#meet_steve_header {
	background-position: -999px 5px;
	width: 160px;
}

h2#book_steve_header {
	background-position: -999px -37px;
}

h2#the_7_steps_header {
	background-position: -999px -193px;
}

h2#what_are_people_saying_header {
	background-position: -653px -419px;
	width: 318px;
}

h2#testimonials_header {
	background-position: -999px -80px;
}

h2#case_studies_header {
	background-position: -990px -120px;
}

h2#additional_resources_header {
	background-position: -999px -162px;
}

h2#fit_for_life {
	background-position: -654px -381px;
	width: 436px;
}

h2#contact_us_header {
	background-position: -654px -455px;
	width: 145px;
}


/* @end */

/* @group Forms */

label.overTxtLabel {
	font-family: helvetica, arial, verdana;
	font-size: 13px;
	color: #999;
	z-index: 2;
}

div.validation-advice {
	position: absolute;
	left: 0;
	top: 5px;
	color: #a91a28;
	width: 100%;
	height: 100%;
	text-align: right;
	padding-right: 4px;
	font-size: 11px;
}

.validation-failed {
	position: relative;
	z-index: 2;
}

div#advice-required-contact_comments {
	top: 118px;
}

form#book_steve_form div.validation-advice, form#mailing_list_form div.validation-advice  {
	display: none !important;
}

.validation-failed {
	border: solid 2px #a91a28;
}

/* @end */

/* @group the_seven_steps */

div.step {
	height: 110px;
	background-image: url(../images/sevensteps.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 20px;
	position: relative;
}

div.step h3 {
	display: none;
}

div.step ul {
	position: absolute;
	top: 42px;
	left: 269px;
	font-size: .8em;
	line-height: 1.3;
	width: 352px;
}

div#step_2 {
	background-position: 0 -110px;
}

div#step_3 {
	background-position: 0 -330px;
}

div#step_4 {
	background-position: 0 -220px;
}

div#step_5 {
	background-position: 0 -440px;
}

div#step_6 {
	background-position: 0 -550px;
}

div#step_7 {
	background-position: 0 -660px;
}

/* @end */

div#video_playback {
	margin: auto;
	text-align: center;
}

div#video_playback embed, div#video_playback object {
	border: solid 1px #888;
	margin: 20px 0px;
}


div#footer {
	margin-top: 20px;
	clear: both;
	font-size: 12px;
}

div#footer a {
	color: #585858;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

p#case_studies_container a {
	color: #333;
}