/* CSS Document */

/* LAYOUT */
body {
	color: #CCC;
	margin:0px;
	padding:0px;
	background: #313131;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:100%;
}
a {
	color: #FFF;
	text-decoration: none;
	font: 12px;
}
#login-content {
	background: url(images/login-back.png);margin-left: auto;  margin-right: auto;  width:388px; height:40px;
}

#content_c {  margin-left: auto;  margin-right: auto;  width:895px; }
#content_c .logo_top {
	background: url(images_main/main-logo-top2_s1.png);
	height: 208px;
}
#content_c .logo_bottom {
	background: url(images_main/main-logo-bottom2_s1.png);
	height: 146px;
}
#content_c .logo_top_sm {
	background: url(images/main-logo-top-sm.png);
	height: 53px;
}
#content_c .logo_bottom_sm {
	background: url(images/main-logo-bottom-sm.png);
	height: 147px;
}
#content_c .red-back {
	background: url(images_main/main-back2_s1.png);
}
#content_c .red_bottom {
	background: url(images_main/main-bot2_s1.png);
	height: 86px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	background: repeat-x left bottom;
	margin: 0px 98px 10px 83px;
	padding-bottom: 5px;
	color: #FFF;
	padding-left: 20px;
	text-align: center;
}

#content_c .footer {
	background: url(images/main-foot_s1.png);
	height: 100px;
	font-size: 12px;
	text-align: center;
	color: #CCC;
}
#content_c .footer .footer_text {
	padding-top: 75px;
}
#content_c .red-back #red-content {
	padding-right: 105px;
	padding-left: 100px;
	font-size: 14px;
}
#content_c .socail-top {
	background: url(images/social-top_s1.png);
	height: 59px;
}
#content_c .socail-mid {
	background: url(images/social-mid_s1.png);
}
#content_c .socail-bot {
	background: url(images/social-bot_s1.png);
	height: 45px;
}
#content_c .socail-mid #soc-content {
	padding-right: 120px;
	padding-left: 120px;
}



.logo_bottom #links-bar {
	text-align: center;
	font-size: 14px;
	padding-top: 120px;
}

.logo_bottom #links-bar a {
	font-size: 16px;
}
.entry {
	color: #999;
	background: url(images/form_entry.png) no-repeat;
	border: 0px solid #000;
	height: 27px;
	width: 202px;
}
.login_entry {
	color: #000;
	background: url(images/login-back-entry.png) no-repeat;
	border: 0px solid #000;
	height: 23px;
	width: 132px;
}
.form_button {
	color: #FFF;
	background: #313131;
	border: 1px solid #000;
}

.form_heads {
	font-size: 12px;
	color: #666;
}
.confirm_it {
	color: #CCC;
	font-size: 10px;
}
.error-box {
	font-size: 14px;
	background: #F90;
	margin: 50px;
	padding: 10px;
	border: 1px solid #FC0;
	color: #000;
}
.button {
	
}
.signup {
	font-size: 18px;
	background: url(images/main-sep-line_s1.png) repeat-x left bottom;
}
