/* basic 
----------------------------------------------------*/
body {
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	letter-spacing: 1px;
	background: #FFF;
}
a             {color: #333;text-decoration: none;}
a:hover  	  {text-decoration: underline;}


/* header 
----------------------------------------------------*/
.header{
	height: auto;
	width: 100%;
	margin: auto;
	padding: 0px;
	background: #1378C6;
}
.photo_show{
	height: 99px;
	margin: auto;
	padding: 0px;
	width: 900px;
}
.menuF{
	width: 100%;
	margin: auto;
	padding: 0px;
	background: #2D8AB5;
	border-top: 1px solid #154E7B;
	border-bottom: 1px solid #154E7B;
	background: #1378C6 url(imgs/menuF_bg.gif) repeat-x;
}
.menu{
	height: 45px;
	width: 903px;
	margin: auto;
	padding: 0px;
}
	.menu ul{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	.menu li{
		float: left;	
	}
		.menu li a{
			display: block;
			text-indent: -3000px;
			font-size: 1px;	
		}
		.menu li.menu0 a       {width: 129px;height: 45px;background: url(imgs/menu.gif) 0px 0px;}
		.menu li.menu0 a:hover {                          background: url(imgs/menu.gif) 0px 45px;}
		.menu li.menu1 a       {width: 180px;height: 45px;background: url(imgs/menu.gif) -129px 0px;}
		.menu li.menu1 a:hover {                          background: url(imgs/menu.gif) -129px 45px;}
		.menu li.menu2 a       {width: 180px;height: 45px;background: url(imgs/menu.gif) -309px 0px;}
		.menu li.menu2 a:hover {                          background: url(imgs/menu.gif) -309px 45px;}
		.menu li.menu3 a       {width: 285px;height: 45px;background: url(imgs/menu.gif) -489px 0px;}
		.menu li.menu3 a:hover {                          background: url(imgs/menu.gif) -489px 45px;}
		.menu li.menu4 a       {width: 129px;height: 45px;background: url(imgs/menu.gif) -774px 0px;}
		.menu li.menu4 a:hover {                          background: url(imgs/menu.gif) -774px 45px;}



/* main 
----------------------------------------------------*/
.mainF{
	height: auto;
	width: 100%;
	margin: auto;
	background: url(imgs/main_bg.gif) repeat-x;
}
.main{
	height: auto;
	width: 900px;
	margin: auto;
	padding: 10px 0px 20px;
}


/* main  cut_1
----------------------------------------------------*/
.cut_1{
	float: left;
	width: 578px;
	margin-right: 10px;
	padding: 20px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
	.cut_1 ul{margin: 0px 10px;padding-left: 20px;list-style: square;}
	.cut_1 li{padding: 2px 0px;}
	.cut_1 a {color: #F90;text-decoration: underline;}

.top_title{
	font-size: 18px;
	color: #07C;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-top: 3px;
	padding-bottom: 2px;
	letter-spacing: 3px;
}
.main_title{
	font-size: 15px;
	color: #09C;
	padding-bottom: 5px;
	font-weight: bold;
}
.QAF{
	padding-bottom: 3px;
}
.QA{padding: 5px 20px 0px;}
	.QA ul{margin: 0px 10px;padding-left: 20px;list-style: decimal;}
	.QA li{padding: 2px 0px;}
	.QA a{color: #FF6600;text-decoration: underline;}


/* main  cut_2
----------------------------------------------------*/
.cut_2{
	float: left;
	width: 250px;
}
.cut_2 a{
	color: #333333;
}
.cut_2 a:hover{
	color: #F90;
}

.cut_2tit{}
.cut_2con{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.cut_2con ul{
	list-style: square;
	padding-left: 30px;
	background: #F0F0F0;
	padding-right: 10px;
}
.cut_2con li{
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px 5px 3px;
}
.img_link{
	padding-bottom: 3px;
}


/* footer 
----------------------------------------------------*/
.footer{
	color: #666;
	height: auto;
	width: 100%;
	padding: 20px 0px 30px;
	background: url(imgs/footer_bg.gif) repeat-x;
	margin: 0px;
}
 
.copy_right{
	margin: auto;
	width: 860px;
}
.copy_right a{
	color: #666;
}
.CR_info{
	color: #666;
	padding-top: 5px;
}
.CR_info a{
	color: #666;
	padding:0px 1px;
}
