*{
	margin: 0;
	padding: 0;
		outline: none;
}

body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #858585;
	background-color: #FB4611;
}

h1{
	color: #ff6608;
	text-transform: uppercase;
	font-size: 26px;
}

h2{
	color: #ff6608;
	text-transform: uppercase;
	font-size: 18px;
}

p{
	color: #00a7d3;
}

img{
	border: none;

}

a{
	text-decoration: none;
}

#header{
	background-color: #FC4412;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.login_button{
	border-bottom: 1px solid #FDBEAC;
}



#login{
	width: 425px;
	float: right;
}

#login p, #login a{
	color: #FFF;
}
#login input[type=text], #login input[type=password]{
	float: left;
	color: #828282;
	padding: 2px;
	margin-right: 10px;
	margin-top: 10px;
	border: none;
	background-color: #FFF;
}

#footer{
	background-image: url('../images/splash_footer_bg.jpg');
	background-repeat: repeat-x;
	height: 50px;
	background-color: #fc4411;
	padding-top: 20px;
	padding-left: 120px;
	padding-right: 140px;
	color: #FFF;
	font-size: 10px;
}

#footer a{
	color: #FFF;
}	

#footer a:hover{
	text-decoration: underline;
}

#footer_wrapper{
	width: 900px;
	margin: 0 auto;
}
/**
 * Content
 */
#content{
	margin: 0 auto;
	background-color: #F5F5F5;
	background-image: url('../images/splash_bg.jpg');
	background-repeat: repeat-x;
	min-height: 450px;
}

.content{
	width: 900px;
	margin: 0 auto;
}

#content_header{
	padding-top: 10px;
	height: 120px;
	border-bottom: 1px solid #FC4412;
}
#content_header h2{
	margin-top: 20px;
}
.header_links{
	float: right;
}

#overview{
	margin-top: 10px;
}

#overview_footer{
	height: 59px;
	background-color: #fc4411;
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat-x;
}

#overview_footer .sign_up{
	margin-top: -13px;
}

#overview .overview_right{
	width: 300px;
	float: right;
	margin-top: 20px;
}
#overview .overview_right p{
	line-height: 20px;	
}

/**
 * Register
 */
#register{
	width: 515px;
	color: #344b0e;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

#register h1{
	margin-bottom: 10px;
}

#register label{
	float: left;
	width: 250px;
	color: #344b0e;
}

#register.login label{
	float: left;
	width: 200px;
	color: #344b0e;
	text-align: right;
	margin-right: 50px;
}

#register p{
	clear: both;
	margin-bottom: 15px;
}

#register input[type=text], #register input[type=password]{
	width: 250px;
	border: 1px solid #ccd0cf;
	background-color: #FFF;
	padding: 5px;
}

#register p.error input[type=text], #register p.error input[type=password]{
	border: 1px solid #FC4C10; 	
}

#register.confirm p.error{
	color: #FC4C10;
}

#register p.error label{
	color: #FC4C10;
}

#register input[type=checkbox]{
	margin-right: 5px;
	vertical-align: middle;
}
#register a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #344b0e;
}
#register select{
	margin-right: 10px;
}
#register p.button_holder{
	padding-top: 10px;
	text-align: right;
}
#register p.button_holder input[type=image]{
	margin-left: 10px;
}

#register p.button_holder .login_button{
	margin-right: 2px;
}
/**
 * Tour
 */
#tour{
	margin-top: 10px;
}

#tour_content{
	width: 900px;
	padding-top: 20px;
}
#tour_content div.desc{
	width: 300px;
	float: left;
}

#tour_content div.image{
	float: right;
	text-align: center;
	width: 570px;
}
#tour_content div.desc p{
	line-height: 20px;
}

#paging{
	padding-bottom: 50px;
}

/**
 * Slider Stuff
 */
.scroller { 
	width: 895px; 
	overflow: hidden;
}
.section {
	width: 895px;
	overflow:hidden;
	float:left;
	padding-left: 1px;
}
div.scroller div.content {
	width: 10000px;
}

#privacy p{
	margin-bottom: 15px;
}

#why_join p, #why_join ul{
	margin-bottom: 10px;
}

#why_join ul li{
	list-style: none;
	margin-left: 10px;
}

/** 
 * Password Hints
 */
#email_hint, #email_again_hint, #password_hint, #password_again_hint{
	margin-top: -20px;
}

#email_hint{
	margin-right: -135px;
}

#email_again_hint{
	margin-right: -255px;
}

#password_hint{
	margin-right: -420px;
}

#password_again_hint{
	margin-right: -257px;
}

