/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
#page {
	background:url(../images/body_bg.png) top repeat-x #eeefef;
}
#main_bg {
	background:url(../images/main_bg.jpg) no-repeat center top;
}
#wrap {
	position:relative;
	margin:0 auto;
	width:960px;
	overflow:visible;
}
h1 { 
	font-family: 'Lobster', arial, serif;
	font-size:37px;
	color:#626262;
	margin:0 0 15px;
}
.logo_pink {
	font-size:50px;
	color:#c60c45;
}
h2 {
	font-size:24px;
	color:#c60c45;
	font-weight:normal;
	margin:0 0 10px 0;
}
h3 {
	font-size:18px;
	color:#e98110;
	letter-spacing:-1px;
	font-weight:normal;
	margin-bottom:7px;
}
.clear_fix {
	clear:both;
}
p{
	line-height:18px;	
}
#header {
	position:relative;
	height:95px;
}
#webcam {
	position: absolute;
	top:-12px;
	left:-30px;
	float:left;
}
#top_navigation {
	float:right;
	width:830px;
	margin:13px 0;
	clear:both;
}
#top_navigation li{
	float:right;
	margin:0 2px;
	text-align:right;
}
#top_navigation a, #top_navigation a:hover, #top_navigation a:visited, .active{
	text-decoration:none;
	color:#fff;
	background:none;
	padding:5px 8px;
	display:block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#top_navigation a:hover, .active {
	background:#681329;
}
#sign_in {
	background:url(../images/sign_in_bg.png) no-repeat;
	font-size:11px;
	color:#fff;
	height:32px;
	line-height:32px;
	width:189px;
	float:right;
	padding:0 10px;
	clear:both;
}
.sign_in_acc {
	float:left;
}
.sign_in_link {
	float:right;
}
.sign_in_link a, .sign_in_link a:hover, .sign_in_link a:visited{
	text-decoration:none;
	color:#fff;
}
#promo {
	clear:both;
	overflow:hidden;
}
#promo_img {
	float:left;
	width:600px;
	text-align:center;
}
#login_form {
	float:right;
	width:335px;
	position:relative;
}
#form_title {
	background:url(../images/1.png) no-repeat left;
	padding:15px 0 15px 70px;
	font-size:30px;
	color:#122f39;
	letter-spacing:-2px;
	font-weight:bold;
}
.color_orange {
	color:#e98110;
}
#registration {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#f2f2f2;
	padding:15px 10px;
	margin:5px 0 0 0;
}
#form_table {
}
#form_table td {
	padding:3px;
}
.form_field {
	padding:4px 3px;
	border:1px solid #b4b4b4;
	width:98%;
	color:#929292;
}
.enter_btn {
	margin:10px 0 0 0;
	position:relative;
	left:-10px;
}
#about {
	margin:20px 0;
	text-align:left;
}

#three_columns {
	border-top:4px solid #9f1d3e;
	padding:20px 0;
	margin:20px 0;
	overflow:hidden;
}
.column_f, .column_m, .column_l {
	float:left;
	width:305px;
}
.column_m {
	margin:0 20px;
}
.column_l {
	float:right;
}
#footer {
	font-size:10px;
	color:#4e4e4e;
	text-align:center;
	padding:10px 0;
	clear:both;
}
#features {
	background:url(../images/webcam_s.png) no-repeat left center;
	text-align:left;
	padding:0 0 0 150px;
}
#features li{
	background:url(../images/check.png) no-repeat left top;
	padding:0 0 0 40px;
}
#features p{
	margin:0 0 15px;
	line-height:16px;
	font-size:12px;
}
.hr {
	height:4px;
	background:#9F1D3E;
	margin:0 0 10px;
}
#users {
	overflow:hidden;
	padding:10px 0;
	margin:0 0 15px;
}
#users li{
	float:left;
	margin:0 14px 0 0;
}
#users img {
	border:2px solid #b49375;
}
#loader {
	text-align:center;
	width:400px;
	margin:0 auto;
	background:url(../images/webcam.png) no-repeat center top;
	padding:95px 0 50px;
}
#loading_bar {
	margin:20px 0 0 0;
}