@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
clear:both;
}
*{
	margin:0;
	padding:0;
  }
/****************************************************************************************/
.wrapper{
	background:#fff;
	/*background:#8C8D7F*/
}
.main{
	margin:0 auto;
	width:920px;
}
.header-text{
	background:#c00;
	height:35px;
}
.header-text p{
	text-align:center;
}
.header-text p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	line-height:35px;
}
.header-text p a:hover{
	text-decoration:underline;
}
.header-middle{
	margin-top:15px;
}
.logo{
	width:200px;
	height:100px;
	background:#eee;
	border:1px solid #ccc;
	float:left;
}
.logo p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	padding-top:38px;
	text-align:center;
}
.banner{
	width:400px;
	height:100px;
	background:#eee;
	border:1px solid #ccc;
	float:left;
	margin-left:62px;
}
.login{
	width:200px;
	height:100px;
	background:#fff;
	float:right;
}
.login p{
	padding:10px;
	text-align:right;
}
.login p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#F00;
	text-decoration:none;
	text-align:center;
}
.login p a:hover{
	text-decoration:underline;
}
.header-menu{
	margin-top:15px;
	background:url(../imgs/menu-bg.png);
	height:35px;
}
.header-menu p{
	padding-top:10px;
	color:#FFF;
}
.header-menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
	padding:15px;
}
.header-menu a:hover{
	color:#ffdd00;
}
.left-content{
	width:220px;
	margin-top:15px;
	float:left;
}
.video{
	background:#eee;
	border:1px solid #ccc;
	height:135px;
}
.news{
	background:#eee;
	margin-top:15px;
	border:1px solid #ccc;
}
.news h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:5px;
}
.news p{
	padding:5px;
}
.news p input{
	border:1px solid #ccc;
	color:#555;
	padding:5px;
	width:130px;
}
.news p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	padding:5px;
	background:url(../imgs/signup-bg.png);
}
.pro-offer{
	margin-top:15px;
	height:797px;
	border:1px solid #ccc;
	background:#eee;
}
.middle-content{
	margin-top:15px;
	width:450px;
	float:left;
	margin-left:15px;
}
.spe-offer h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:center;
	line-height:20px;
}
.spe-offer .ban{
	height:249px;
	width:450px;
	background:#eee;
	border:1px solid #ccc;
	margin-top:15px;
}
.slider{
	margin-top:15px;
	width:450px;
	height:100px;
	background:#eee;
	border:1px solid #ccc;
}
.deal-offer h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:center;
	line-height:20px;
	margin-top:15px;
}
.deal-offer .ban{
	height:249px;
	width:450px;
	background:#eee;
	border:1px solid #ccc;
	margin-top:15px;
}
.test-block{
	margin-top:15px;
}
.test-block h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-top:20px;
}
.test1{
	margin-top:10px;
	border-bottom:1px dotted #ccc;
}
.test1 h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666;
	margin-top:15px;
}
.test1 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin-top:10px;
	height:100px;
	text-align:justify;
	line-height:18px;
}
.test2{
	margin-top:10px;
	border-bottom:1px dotted #ccc;
}
.test2 h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666;
	margin-top:15px;
}
.test2 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin-top:10px;
	height:100px;
	text-align:justify;
	line-height:18px;
}
.test3{
	margin-top:10px;
	border-bottom:1px dotted #ccc;
}
.test3 h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666;
	margin-top:15px;
}
.test3 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin-top:10px;
	height:100px;
	text-align:justify;
	line-height:18px;
}
.test1{
	margin-top:10px;
}
.test4 h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666;
	margin-top:15px;
}
.test4 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin-top:10px;
	height:100px;
	text-align:justify;
	line-height:18px;
}
.right-content{
	margin-top:15px;
	margin-left:15px;
	width:220px;
	float:right;
}
.pro1{
	border:1px solid #ccc;
}
.pro1 p{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	margin-left:55px;
	background:#000;
	margin-top:165px;
	padding:6px;
}
.pro1 p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
}
.pro1 p a:hover{
	text-decoration:underline;
}
.pro2{
	margin-top:15px;
}
.pro2 img{
	border:1px solid #ccc;
}
.pro2 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	margin-left:55px;
	background:#000;
	margin-top:165px;
	padding:6px;
	width:113px;
	text-align:center;
	margin-top:10px;
}
.pro2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
}
.pro2 a:hover{
	text-decoration:underline;
}

.brand{
	margin-top:15px;
	border:1px solid #ccc;
}
.brand h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#000;
	padding:8px;
	border-bottom:1px solid #ccc;
}
.brand1{
	width:179px;
	border:1px solid #ccc;
	margin:0 auto;
	margin-top:23px;
}
.brand2{
	width:179px;
	border:1px solid #ccc;
	margin:0 auto;
	margin-top:23px;
}
.brand4{
	width:179px;
	border:1px solid #ccc;
	margin:0 auto;
	margin-top:23px;
	margin-bottom:23px;
}
.brand3{
	width:179px;
	border:1px solid #ccc;
	margin:0 auto;
	margin-top:23px;
}
.footer{
	margin-top:25px;
	border-top:1px solid #ccc;
	text-align:center;
	margin-bottom:25px;
}
.footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:normal;
	line-height:25px;
}
.footer p a{
	font-faily:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-decoration:none;
	padding:13px;
}
.footer p a:hover{
	text-decoration:underline;
}


/****************************************************************************************/
.register{
	/*margin:0 auto;
	width:600px;
	margin-top:20px;*/
	margin:0 auto;
	width:350px;
	margin-bottom:40px;
	margin-top:40px;
	padding-bottom:10px;
	background:#ccc;
	border-radius: 10px;
}
.register h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	background:#931631;
	padding:5px;
	margin-bottom:20px;
	text-align:center;
	border-radius: 10px;
}
.register p{
	overflow:hidden;
	margin-bottom:20px;
}
.register label{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:100px;
	padding: 10px 10px 10px 18px;
}
.register input{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding: 8px;
	width: 170px;
	border:1px solid #ccc;
	border-radius: 10px;
	margin-right:30px;
}
.register .submit-btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#931631;
	text-decoration:none;
	padding:10px;
	color:#FFF;
	width:60px;
	display:block;
	float:left;
	text-align:center;
	margin-left:50px;
}




.login-form{
	margin:0 auto;
	width:350px;
	margin-bottom:40px;
	margin-top:40px;
	padding-bottom:10px;
	background:#ccc;
	border-radius: 10px;
}
.login-form h1{
	font-family:Arial, Helvetica, sans-serif;
	background:#931631;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
	border-radius: 10px;
}
.login-form p{
	overflow:hidden;
	margin-bottom:20px;
}
.login-form label{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:100px;
	padding:10px;
	padding-left:18px;
}
.login-form input{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:8px;
	width:170px;
	border:1px solid #ccc;
	border-radius: 10px;
}
.login-form .submit-btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#931631;
	text-decoration:none;
	padding:10px;
	color:#FFF;
	width:60px;
	margin-left:50%;
	border-radius:10px;
	display:block;
	float:left;
	text-align:center;
}
.login-form .forgot-link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	display:block;
	float:left;
}
#socialicons {
float: right;
margin: 5px;
padding: 5px;
}
#socialicons img{
width: 25px !important;
height: 25px !important;
border-radius: 7px !important;
}