/* CSS Document */

/* LAYOUT */
body {
		color: #CCC;
		margin:0px;
		padding:0px;
		background: #333;
		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.png);
	height: 208px;
}
#content_c .logo_bottom {
	background: url(images/main-logo-bottom.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.png);
}
#content_c .red_bottom {
		background: url(images/main-red-bottom.png);
		height: 37px;
}
h1 {
		font-size: 22px;
		font-weight: normal;
		margin: 20px 98px 5px 83px;
		padding-bottom: 5px;
		color: #999;
		padding-left: 20px;
}

#content_c .footer {
		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;
		border: 1px solid #999;
		background-color:#7E7E7E;
		font-size: 14px;
}
.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: #999;
		background: #585858;
		border: 1px solid #666;
		font-size: 14px;
}

.form_heads {
	font-size: 12px;
	color: #666;
}
.confirm_it {
	color: #CCC;
	font-size: 10px;
}
.error-box {
		font-size: 14px;
		background: #E8E8E9;
		margin: 20px;
		padding: 10px;
		border: 2px solid #900;
		color: #000;
}
.button {
	
}
#links-bar-sm {
	text-align: center;
	padding-top: 120px;
	font-size: 16px;
}
.signup {
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 10px;
}

#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;
}

