/* CSS Document */

/* LAYOUT */
body {
	color: #CCC;
	margin:0px;
	padding:0px;
	background: #313131;
	font: normal 11px "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", 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:53px;
}

#content_c {  margin-left: auto;  margin-right: auto;  width:895px; }
#content_c .logo_top {
	background: url(images/main-logo-top_s1.png);
	height: 208px;
}
#content_c .logo_bottom {
	background: url(images/main-logo-bottom_s1.png);
	height: 163px;
}
#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-red-back_s1.png);
}
#content_c .red_bottom {
	background: url(images/main-red-bottom_s1.png);
	height: 86px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	background: url(images/main-sep-line_s1.png) repeat-x left bottom;
	margin: 0px 98px 10px 83px;
	padding-bottom: 5px;
	color: #999;
	padding-left: 20px;
}

#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: #fff;
	border: 0px solid #000;
	height: 23px;
	width: 132px;
	background-image: url(images/login-back-entry.jpg);
	background-repeat: no-repeat;
	background-color:transparent;
	font-weight: bold;
}
.login_entry_user {
	color: #fff;
	border: 0px solid #000;
	height: 23px;
	width: 132px;
	background-image: url(images/login-back-entry-user.jpg);
	background-repeat: no-repeat;
	background-color:transparent;
}
.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;
}
#links-bar-sm {
	text-align: center;
	padding-top: 120px;
	font-size: 16px;
}

#links-bar-sm a {
	font-size: 16px;
}

h2 {
	padding: 2px;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom: 1px solid #333;
	margin-top: 5px;
}
.ft-links {
	line-height:21px;
}

.ft-links a {
	font-size:12px;
	color: #5D5D5D;
}
