@charset "utf-8";
/* CSS Document */
.arr{
	font-family:verdana; 
	color: rgba(158,158,158,1.00);
	text-align:center; 
	font-size:10px; 
	padding-top:10px;
	margin:auto;
}
.phontxt{
	clear:both; 
	text-align: justify; 
	color:#ccc; 
	font-family:verdana; 
	font-size:10px; 
	padding-top:10px; 
	padding-right:5px; 
	width:590px; 
	float:right;
}
.logincontent{
	width:590px; 
	height:98px; 
	float: right;
}
.loginform{
	width:auto; 
	height:40px; 
	float:right;
	padding-top:10px;
	margin-right:30px;
}
.input{
	width:100px; 
	height:27px;
	border-radius: 4px 4px 4px 4px; 
	background-color:rgb(102,102,102); 
	color:#FFFFFF;
	padding-left:5px;
	  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px rgba(255, 255, 255, 0.08);
  border:1px;
margin:0px;
}
.log{
	color:#ccc; 
	font-family:verdana; 
	font-size:12px;
}
.logocontent{
	width:400px; 
	height:98px; 
	float:left;
	background: url(../images/logo.jpg) no-repeat;
}
.totalcontent{
	width:990px; 
	height:auto; 
	margin:auto;
}
.topheader{
	width:990px; 
	height:21px; 
	margin:auto; 
	background:#0e0e0e;
}
.topline{
	width:990px; 
	height:1px; 
	background-color:#193b6b;
}
.header{
	width:990px; 
	height:98px; 
	margin:auto; 
	background-color:#1f1f1f;
}
.bannercontent{
	width:990px; 
	height:330px; 
	margin:auto;
	background-color:#1f1f1f;
}
.contentimg1{
	width:990px; 
	height:246px; 
	margin:auto;
	background:url(../images/img1.jpg);
	background-color:#1f1f1f;
}
.spacer{
	width:990px; 
	height:10px; 
	margin:auto;
	background-color:#1f1f1f;
}
.contentimg2{
	width:990px; 
	height:170px; 
	margin:auto;
	background:url(../images/img2.jpg);
	background-color:#1f1f1f;
}
.spacer2{
	width:990px; 
	height:24px; 
	margin:auto;
	background-color:#1f1f1f;
}
.footerline{
	width:990px; 
	height:1px; 
	background-color:#151515;
	margin-top:1px;
}
.footer{
	width:990px; 
	height:40px; 
	margin:auto;
	background-color:#0b0b0b;
}