/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #878787;
}
#wrap {
	width:900px;
	margin:0 auto;
}
.clear_fix {
	clear:both;
}
h1 {
	font-size:24px;
	color:#757575;
	font-weight:normal;
	letter-spacing:-2px;
	text-transform: uppercase;
}
h2, h3, h4 {
	font-size:20px;
	color:#ff9601;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px;
}
h3 {
	color:#ff0161;
}
h4 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px;
}
a, a:hover, a:visited {
	color:#399ed3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#header {
	border-bottom:1px solid #d9cfc3;
	
	overflow:hidden;
}
#logo {
	float:left;
	padding:20px 0 0;
}
#top_navigation {
	float:right;
	background:url(../images/top_menu_corner.png) no-repeat left #f7f3ee;
	padding:10px 10px 10px 30px;
	margin:30px 0;
}
#top_navigation li {
	float:left;
	padding:0 5px;
	border-left:1px solid #7f7e7d;
}
#top_navigation li:first-child {
	border:none;
}
#already_member {
	padding:10px 0;
	overflow:hidden;
	text-align:right;
}
#left_column {
	float:left;
	width:400px;
}
#left_column p{
	line-height:16px;
	margin:10px 0 20px 0;
}
.most_recent_header {
 margin-top:20px;
 line-height:1.2;
}

.most_recent {
	margin:20px 0 0 0;
	text-align:center;
	overflow:hidden;
	font-size:10px;
	color:#616161;
}
.most_recent div{
	display:block;
	padding:3px;
}
.most_recent li{
	float:left;
	margin:0 15px 0 0;
}
.most_recent img{
	border:1px solid #bebebe;
	background:#fff;
	padding:2px;
}
#login_box {
	background:#fff;
	border:1px solid #d9cfc3;
	padding:5px;
	float:right;
	width:330px;
	position:relative;
	margin:0 0 10px 0;
}
#login_content {
	background:#ece6de;
	overflow:hidden;
	padding:15px;
}
.login_box_title {
	font-size:22px;
	color:#e61007;
	font-weight:bold;
	letter-spacing:-2px;
	text-align:center;
}
#form_table td{
	height:40px;
	padding:0 3px;
}
#form_table {
	margin:10px 0 0 0;
	color:#3c3c3c;
}
.form_field {
	padding:4px 3px;
	border:1px solid #b4b4b4;
	width:98%;
	color:#929292;
}
#enter_btn {
	background:#fff;
	border:1px solid #267b9e;
	overflow:hidden;
	float:right;
	padding:1px;
	margin:10px 0 5px;
	width:220px;
}
.button {
	width:100%;
	height:100%;
	border:none;
	background:#267b9e;
	padding:2px 0;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	cursor:pointer;
}
#arrow {
	position:absolute;
	bottom:15px;
	left:0;
}
#feature {
	border-top:2px solid #bbab98;
	padding:10px 0;
	overflow:hidden;
	margin:20px 0 0;
}
#feature p{
	line-height:14px;
	margin:10px 0 0;
	color:#5f5f5f;
}
#feature li{
	margin:0 0 0 40px;
	float:left;
	width:225px;
}
#feature li:first-child{
	margin:0;
}
#footer {
	margin:20px 0 0;
	border-top:1px solid #bbab98;
	font-size:10px;
	color:#bababa;
	padding:20px 0;
	text-align:center;
}
#footer a {
}
.checkmark li{
	background:url(../images/checkmark.png) no-repeat left top;
	padding:0 0 0 50px;
}
.users_online {
	font-size:26px;
	color:#ff2376;
	font-weight:bold;
	letter-spacing:-2px;
}
.user_count {
	font-size:38px;
}
.margin_20px {
	margin:20px 0 0 0;
}
.margin_10px {
	margin:10px 0 0 0;
}