@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "Myriad Pro Regular";
	src: url(/fonts/MyriadPro-Regular.otf) format("opentype");
}

@font-face {
	font-family: "Myriad Pro Semibold";
	src: url(/fonts/MyriadPro-Semibold.otf) format("opentype");
}

.copyright {
	font-size: 12px;
	color: #888585;
	margin-top: 7px;
}

.bottom_links {
	font-size: 12px;
	color: #a5a5a5;
	margin-top: 20px;
}

html {
	height: 100%; margin-bottom: 1px;
}

body {
	background: #d6d6d6 url(images/bg.png) repeat-x;
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	line-height: 170%;
	font-family: "Myriad Pro Regular", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000000;
}

.headline {
	line-height: 120%;
	font-family: verdana, arial; 
	font-size: 26px; 
	color: #cc0000; 
	font-weight: bold;
}

.headlineblue
{
	line-height: 120%;
	font-family: verdana, arial; 
	font-size: 26px; 
	color: blue; 
	font-weight: bold;
}

.disclaimer 
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

h1 {
	line-height: 110%;
	font-size: 28px;
	font-family: "Myriad Pro Semibold", "Lucida Grande", sans-serif;
	color: #CC0000;
}

h2 {
	line-height: 130%;
	font-size: 26px;
	font-family: "Myriad Pro Semibold", "Lucida Grande", sans-serif;
	color: #000099;
}


h3 {
	line-height: 130%;
	font-size: 22px;
	font-family: "Myriad Pro Semibold", "Lucida Grande", sans-serif;
	color: #000099;
}

h4 {
	line-height: 130%;
	font-size: 18px;
	font-family: "Myriad Pro Semibold", "Lucida Grande", sans-serif;
	color: #000099;
	margin-top: 40px;
	margin-bottom: 20px;
}

img {
border: 0;
}

.divider {
	color: #d6d6d6;
	background-color: #d6d6d6;
	height: 1px;
	border: none;
}

.tab_heading {
	font-size: 28px;
	letter-spacing: -2px;
	color: #5cb348;
	margin-top: 15px;
}

#inner_wrapper {
	width: 942px;
}

#left_shadow {
	/*position: relative;*/
	width: 942px;
	/*top: 98px;*/
	background: url(images/left_shadow.png) repeat-y left 0px;
}

#right_shadow {
	width: 942px;
	background: url(images/right_shadow.png) repeat-y right 0px;
}

#top {
	width: 942px;
	height: 120px;
	position: absolute;
	top: 0px;
	background: url(images/nav_unified.png) no-repeat left 0px;
}

#content_area {
	width: 900px;
	background: #fff;
	margin-top: 120px;
}

#taf {
	background: url(images/button.png) no-repeat 50%;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0px;
	z-index: 100;
	cursor: pointer;
}

#content_spacing {
	position: relative;
	top: -15px;
	overflow: visible;
	z-index: 1;
	margin-bottom: -15px;
}

#content {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-family: verdana; font-size: 16px
}

#columns {
	color: #000;
	font-size: 12px;
	width: 700px;
}

#col_1 {
	width: 349px;
	border-right: #fff 1px solid;
	float: left;
}

#col_2 {
	width: 350px;
	float: left;
}


#home_video_spacer {
	padding-top: 15px;
}

#home_content {
	background: #eaeaea url(images/home_bg.png) repeat-y;
	width: 900px;
	font-size: 13px;
	color: #000000;
}

#products {
	display: none;
}

#history {
	display: none;
}

#reviews {
	display: none;
}

#login {
	display: none;
}

#home_tab, #products_tab, #history_tab, #reviews_tab, #login_tab {
	width: 121px;
	height: 30px;
	margin-bottom: 25px;
	cursor: pointer;
}

#footer {
	/*position: relative;
	top: -16px;*/
	background: url(images/footer_bg_2.png) no-repeat left 0px;
	width: 942px;
	height: 73px;
	padding-top: 4px;
}

.seoph {
	display: none;
}

/* Hover FX */
/*
.coaching-item {
width: 248px;
float: left;
margin: 0 0px 20px 0;
}

.coaching-item-popup {
position: relative;
}

.popup {
background: url(images/popup-bg.png) top left no-repeat;
margin: 194px 0 0 33px;
padding: 55px 0 0 13px;
position: absolute;
display: none;
z-index: 50;
width: 248px;
height: 100px;
}

.trigger {
cursor: pointer;
}

.coaching-item a {
background: none;
padding: 0;
}

.description {
width: 248px;
float: left;
padding: 0 0 0 2px;
}

span.buy {
background: url(images/buy.png) 0 0;
width: 71px;
height: 30px;
margin: 0 4px 5px 0;
float: left;
}

span.buy:hover {
background: url(images/buy.png) 0 -30px;
}

span.download {
background: url(images/download.jpg) 0 0;
width: 71px;
height: 30px;
margin: 0 4px 5px 0;
float: left;
}

span.download:hover {
background: url(images/download.jpg) 0 -30px;
}

span.demo {
background: url(images/demo.png) 0 0;
width: 71px;
height: 30px;
margin: 0 4px 5px 0;
float: left;
}

span.demo:hover {
background: url(images/demo.png) 0 -30px;
}

span.details {
background: url(images/details.png) 0 0;
width: 71px;
height: 30px;
margin: 0 4px 5px 0;
float: left;
}

span.details:hover {
background: url(images/details.png) 0 -30px;
}

*/

/* dimensions for both splash image and the player wrapper */
div#player1 {
	background:url(images/video-introduction.png) no-repeat;
}
div#player2 {
	background:url(images/video-moneypotential.png) no-repeat;
}
div#player3 {
	background:url(images/video-walkthrough.png) no-repeat;
}
div#player4 {
	background:url(images/videobackground.png) no-repeat;
}
div#player5 {
	background:url(images/videobackground.png) no-repeat;
}
div#player6 {
	background:url(images/videobackground.png) no-repeat;
}
div#player7 {
	background:url(images/videobackground.png) no-repeat;
}
div#player8 {
	background:url(images/videobackground.png) no-repeat;
}

div.flowplayer {
	display:block;
	width:608px;
	height:382px;
	border:0px;
	background: #000000;
	position: relative;
	right: 50px;
}
div.video {
	vertical-align: middle;
	width: 608px;
	height: 191px;
	/*padding-top: 169px;*/
}
div.video:hover {
	cursor: pointer;
}

