@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h1 {
	background: url(images/logo.png);
	width: 204px;
	height: 47px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 17px 0 23px;
}
h2 {
	color: #000;
	background-color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 2px 6px;
	position: relative;
	float: left;
	margin: 0;
	height: 25px;
}
h3 {
	color: #00CCFF;
	padding: 15px 0 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}


/*  id's  */
#commissiontable td {
	padding: 2px 4px;	
}
#content {
	width: 940px;
	margin: 0 auto;
}
#flash {
	padding: 4px 0 8px;	
}
#footer {
	border-top: 1px solid #fff;
	padding-top: 16px;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: none;
}


/*  classes  */
.answer {
	width: 728px;
	padding: 5px 0 15px;
}
.answer ol {
	margin: 10px 0;	
}
.blurb {
	width: 728px;
	padding: 19px 0 30px;
}
.bold {
	font-weight: bold;
}	
.grey {
	color: #9c9c9c;	
}
.h2left {
	width: 6px;
	height: 29px;
	background-image: url(images/h2left.png);
	position: relative;
	float: left;
}
.h2right {
	width: 6px;
	height: 29px;
	background-image: url(images/h2right.png);
	position: relative;
	float: left;
}
.question {
	font-weight: bold;
	font-size: 14px;
	clear: both;
	padding-top: 26px;
	color: #00CCFF;
}
.seperator {
	height: 1px;
	background-color: #504f4f;
	clear: both;
}
.subhead {
	clear: both;
	padding: 26px 0 60px;
}


/*  blocks  */
ul#steps {
	margin: 0;
	padding: 0;
}
ul#steps li {
	margin: 0;
	padding: 0;
	margin-left: 5px;
	list-style-type: none;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
ul#steps li span {
	padding: 0 0 0 35px;
	position: relative;
	top: 5px;
}
ul#steps li p {
	padding: 0;
	margin: 0 0 20px;
	font-size: 12px;
	font-weight: normal;
}
ul#steps li .blockcopy {
	width: 257px;
	height: 205px;
	margin-top: 15px;
	padding: 17px 21px;
	color: #000000;
}
ul#steps li#step1 {
	background: url(images/front-1.png) top left no-repeat;	
}
ul#steps li#step2 {
	background: url(images/front-2.png) top left no-repeat;	
}
ul#steps li#step3 {
	background: url(images/front-3.png) top left no-repeat;	
}
ul#steps li#step1 .blockcopy {
	background: url(images/front-red.png) top left no-repeat;	
}
ul#steps li#step2 .blockcopy {
	background: url(images/front-green.png) top left no-repeat;	
}
ul#steps li#step3 .blockcopy {
	background: url(images/front-blue.png) top left no-repeat;	
}


/*  topnav  */
ul#topnav {
	margin: 0;
	padding: 0;
	width: 940px;
	height: 32px;
	background: url(images/navbar.png) 0 0;
	position: relative;
}
ul#topnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
ul#topnav li a {
	display: block;	
	height: 0px;
	position: relative;
	padding-top: 32px;
	overflow: hidden;
}
ul#topnav li#affiliates a {
	width: 212px;
	background: url(images/navbar.png) 0 0;
}
ul#topnav li#signup a {
	width: 137px;
	margin-left: 182px;
	background: url(images/navbar.png) -394px 0;
}
ul#topnav li#comission a {
	width: 182px;
	background: url(images/navbar.png) -531px 0;
}
ul#topnav li#promotions a {
	width: 142px;
	background: url(images/navbar.png) -713px 0;
}
ul#topnav li#faqs a {
	width: 85px;
	background: url(images/navbar.png) -855px 0;
}
ul#topnav li#affiliates a:hover {
	width: 212px;
	background: url(images/navbar.png) 0 32px;
}
ul#topnav li#signup a:hover {
	width: 137px;
	margin-left: 182px;
	background: url(images/navbar.png) -394px 32px;
}
ul#topnav li#comission a:hover {
	width: 182px;
	background: url(images/navbar.png) -531px 32px;
}
ul#topnav li#promotions a:hover {
	width: 142px;
	background: url(images/navbar.png) -713px 32px;
}
ul#topnav li#faqs a:hover {
	width: 85px;
	background: url(images/navbar.png) -855px 32px;
}


/*  subnav  */
ul#subnav {
	margin: 0;
	padding: 4px 0 0 151px;
	position: relative;
}
ul#subnav li {
	margin: 0 0 0 20px;
	padding: 0;
	position: relative;
	float: left;
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;	
}
ul#subnav li a {
	color: #404040;
	text-decoration: none;
}
ul#subnav li.active {
	color: #fff;	
}

