* { margin: 0; padding: 0; } 
body {
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(images/page-bkg.gif) repeat-x;
	color: #333433;	
	text-align: center;		
}

/* links */
a {
	color: #EC981F; 
}
a:hover {
	color: #806B4D;
}
.skip {
	display: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h1, #sidebar h2, #leftbar h2 {
	padding: 10px 0 5px 5px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 	
}	

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
ul span, ol span {
	color: #666666;
}
dt {
	clear: left;
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
	font-weight: normal;
}
dl dd img {
	float: left;
	margin: 0 0.5em 0.25em 0;
}

/* images */
img {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #fff;
}
a:hover img {  
  border: 2px solid #806B4D !important; /* IE fix*/
  border: 2px solid #EC981F;
}

#container {
	margin: 0 auto;
	width: 850px;  	
	text-align: left;		
	background: transparent;	
}
#content {
	clear: both;
	width: 850px;
}

#header {
	height: 87px;
	padding-top: 15px;
	background: transparent url(images/site-header.jpg) no-repeat 90% top;
}
#header h1, #header h2 {
	color: #fff;
	width: 458px;
	margin: 0 0 0 65px;
	padding: 0;
	text-align: right;
	font-weight: normal;
}
#header h1 {
	font-size: 2.5em;
}
#header h2 {
	font-size: 1.1em;
}

/* FOOTER */
#footer {
	clear: both;
	background: #f7f7f7;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* MAIN CONTENT COLUUMN */
#main {
	float: left;
	padding: 0;
	padding-left: 5px;
	width: 56%;	
	margin-left: 10px;
	border-left: 1px solid #f2f2f2;
	text-align: justify;
}

/* LEFT SIDEBAR */
#leftbar {
	float: left;
	width: 21%;
	display: inline;
}
#leftbar ul {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding: 0 0 0 5px;
	text-decoration: none;
}
#leftbar ul li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/arrow.gif) no-repeat 2px 7px;
	padding: 2px 5px 2px 20px;	
}
#leftbar h2 {
	padding: 10px 0px 5px 10px;
	margin: 1em 0 0 0;
	text-transform: uppercase;	
}
#leftbar img {
	border: 2px solid #EC981F;
}

* html body #leftbar ul li { height: 1%; }

#leftbar ul a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* RIGHT SIDEBAR */
#sidebar {
	float: right;
	width: 21%;
	display: inline;
}
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding: 0 0 0 5px;
	text-decoration: none;
}
#sidebar ul li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/arrow.gif) no-repeat 2px 8px;
	padding: 2px 5px 2px 20px;	
}
#sidebar h2 {
	padding: 10px 0px 5px 10px;
	margin: 1em 0 0 0;
	text-transform: uppercase;	
}

.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.spaced { margin-top: 2em; }
.dont { color: #BF2020; font-weight: bold; }
.do { color: #22831D; font-weight: bold; }
.refer-link {
	background: url(images/sign-up-left.gif) no-repeat left center;
	width: 70%;
	height: 30px;
	margin: 0 auto;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.refer-link a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	background: url(images/sign-up-right.gif) no-repeat right center;
}

#how-works li {
	float: left;
	width: 27%;
	list-style-type: none;
	margin: 0 1em;
	padding-top: 72px;
}
#how-works li h4 {
	text-align: center;
	font-size: 1em;
	margin: 0;
}
#how-works li dl, #how-works li dt, #how-works li dd {
	margin: 0;
	text-align: center;
}
#how-works li dd {
	text-align: left;
}
#how-works li.referral {
	background: url(/images/how-works/referral.gif) no-repeat center top;
}
#how-works li.you {
	background: url(/images/how-works/you.gif) no-repeat center top;
}
#how-works li.affiliate {
	background: url(/images/how-works/affiliate.gif) no-repeat center top;
}
