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

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

.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;
	top: 0px;
	margin:auto;
	background: url(../images/nav_unified.png) no-repeat;
}

#content_area {
	width: 900px;
	background: #fff;
}

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

#content {
	margin:auto;
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: verdana;
	font-size: 16px;
	line-height: 20px;
}

#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;
}

*/


ol li ol{
	list-style-type: lower-alpha;
	padding-bottom: 10px;
}
ol {
	font-size: 12px;
	line-height: 24px;
}
