@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background:#000000;
	font-family:Calibri, Arial, Helvetica;
	font-size:13px;
	color:#efefef;
}

input[type=text]{
	background:#6e6e6e;
	border:none;
	height:15px;
	padding:3px;
	width:154px;
	color:#efefef;
}

textarea{
	background:#6e6e6e;
	border:none;
	height:94px;
	padding:3px;
	width:334px;
	color:#efefef;
}

a {
	font-family:Calibri, Arial, Helvetica;
	font-size:13px;
	color:#efefef;
	text-decoration:none;
}

a:hover {
	color:#efefef;
	text-decoration:none;
}

.main {
	width:790px;
}

.head{
	background:url(../images/bg-head.jpg) no-repeat #000000;
	width:100%;
	height:130px;
}

.head a{
	font-family:Calibri, Arial, Helvetica;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.head a:hover{
	text-decoration:none;
}




.block-slide{
	width:790px;
	height:490px;
}

.recent{
	width:100%;
	height:110px;
	background:url(../images/bg-recent.jpg) no-repeat #000;
}

.title_blue {
	font-family:Calibri , Arial, Helvetica;
	font-size:19px;
	font-stretch: ultra-expanded;
	letter-spacing:0.4px;
	font-weight:590;
	color:#64d2ff;
}

.sub_title{
	font-size:14px;
	line-height:16px;
	letter-spacing:0.1px;
	font-weight:500;
}

.sub_title a{
	font-size:14px;
	letter-spacing:0.1px;
	font-weight:500;
	color:#efefef;
	text-decoration:underline;
}

.sub_title a:hover{
	text-decoration:underline;
	color:#64d2ff;
}



.pad_block{
	padding:6px 10px;
}

.detail_blue{
	color:#64d2ff;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}

.font_wbold{
	font-weight:900;
	font-size:16px;
	line-height:16px;
}

.font_italic{
	font-size:16px;
	font-weight:bold;
}

ul.font15{
	font-size:16px;
	padding-left:18px;
	margin:0px;
}

li {
	list-style-image:url(../images/li.png);
	padding:0px;
	line-height:19px;

}

.footer{
	width:100%;
	height:58px;
	border-bottom:1px #3c3c3c solid;
	font-family:Calibri , Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#828282;
	letter-spacing:0.2px;
}

.copy {
	padding:10px 0px;
	font-family:Calibri , Arial, Helvetica;
	font-size:11px;
	color:#828282;
	letter-spacing:0.1px;
}

.link {
	line-height:0px;
	font-weight:bold;
}

.link a{
	text-decoration:underline;
	font-weight:bold;
	color:#efefef;
}

.link a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#64d2ff;
}






