html, body{
	margin:0px;
	padding:0px;
}

body{
	font-family:Arial;
	font-size:14px;
}

#intro{
	color:#ffffff;
	font-size:14px;
	width:800px;
	padding:10px 0 0 20px;
	font-weight:normal;
}

h1 {
	margin:0px;
	padding:0px 0 10px 0;
}

	h1 a{
		font-size:16px;
		color:#ffffff;
		font-weight:bold;
		text-decoration:underline;
	}
	h1 a:hover{
		font-size:16px;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
	}


#top-menu ul { margin: 0; padding: 0;}
	#top-menu li {float:left; list-style:none;margin:0px 25px 0 0;}
	#top-menu li a {
		display: block;
		color:#f8f8f8;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;		
	}
	#top-menu li a:hover {
		display: block;
		color:#c5c5c5;
		font-weight:bold;
		font-size:13px;
		text-decoration:none;		
	}

	a.reg-link{
		font-size:18px;
		color:yellow;
		font-weight:bold;
		text-decoration:underline;
	}
	a.reg-link:hover{
		font-size:18px;
		color:yellow;
		font-weight:bold;
		text-decoration:none;
	}

.tabs{
	width:275px;
	text-align:right;
}

#tab-login{
	background:url('tab-login.png'); width:122px; height:34px;
	float:left;
}
#tab-register{
	background:url('tab-register.png'); width:122px; height:34px;
	float:left;
}

#logged-links{
	color:#f8f8f8;
	width:540px;
	text-align:left;
}
	#logged-links a{
		font-size:14px;
		color:#f8f8f8;
		text-decoration:underline;
	}
	#logged-links a:hover{
		font-size:14px;
		color:#f8f8f8;
		text-decoration:none;
	}

.reg-steps{
	margin-bottom:30px;
	width:380px;
	padding:10px;
}

	.reg-left{
		float:left;
		width:70px;
	}
	.reg-right{
		float:left;
		width:310px;
		margin-top:12px;
	}
		.big-title{
			color:#a73a02;
			font-size:18px;
			font-weight:bold;
		}
		
	.reg-text{
		clear:both;
		margin-top:10px;
	}
	

#benefits{
	width:520px;
	padding:10px;
}
	.benefits-title{
		color:#a73a02;
		font-size:22px;
		font-weight:bold;
	}

#benefits ul{ margin: 10px 0 0 0; padding: 0; }
#benefits li{float:left;padding:10px; list-style:none; margin:0px 0px 20px 0; display:inline; background:#ebf5e7;}

.white-title{
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	padding-left:25px;
}

.small-title{
	color:#4d8d2e;
	font-weight:bold;
}
	.input{
		color:#6b6b6b;
		font-size:20px;
		width:220px;
		height:25px;
		border:1px solid #c6c6c6;
	}
	.textarea{
		color:#6b6b6b;
		width:220px;
		height:100px;
		border:1px solid #c6c6c6;
	}
	.submit-btn{
		color:#f8f8f8;
		font-weight:bold;
		padding:9px;
		background:#2f3034;
		border:1px solid #2f3034;
	}
	
	.small-green-title{
		color:#a73a02;
		font-size:16px;
		font-weight:bold;
+	}
	
	a.faq{
		font-size:14px;
		color:#3d609c;
		text-decoration:underline;
	}
	a.faq:hover{
		font-size:14px;
		color:#3d609c;
		text-decoration:none;
	}

	a.footer{
		font-size:14px;
		color:#6b6b6b;
		text-decoration:underline;
	}
	a.footer:hover{
		font-size:14px;
		color:#6b6b6b;
		text-decoration:none;
	}


