@charset "utf-8";
/* CSS Document */
.bannerboxs{
	width:470px; 
	height:380px; 
	float:left;
	color:#FFF;
	text-shadow:0px -1px 0px #008798;}
.bannerboxs h2{
	font-size:28px;
	padding-top:70px;
	padding-bottom:25px;
	}
.bannerboxs h3{
	font-size:16px;
	line-height:136%;
	}
.bannerboxs h3 a, .bannerboxs h3 a:visited{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:#CFC9BD solid 1px;
	}
	
.bannerboxs h3 a:hover, .bannerboxs h3 a:active{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: #FFF solid 1px;
	}
.bannerboxs span img {border:0; position:absolute;}/* allow javascript moves the img position*/    
.bannerboxs span img .fade {position:absolute;}

/*----------------------Main------------------------------*/
.main{ padding:50px 0px;}
.main_left{float:left; width:480px;}
.main_right{float:right; width:460px;}
.main_border{margin:30px 0; border-bottom:#CFC9BD solid 1px;}
.main h3{
	font-size:22px;
	color:#9F927A;
	line-height:120%;
	padding-bottom:30px;
	}
.main h4{
	font-size:15px;
	color:#666;
	line-height:138%
}
.main h4 a, .main h4 a:visited{
	color:#666;
	text-decoration:none;
	border-bottom:#CFC9BD solid 1px;}
.main h4 a:hover, .main h4 a:active{
	color:#333;
	text-decoration:none;
	border-bottom:#CFC9BD solid 1px;} 	




	
