/*------------------------------*/
/*---------CSS Document---------*/
/*------------------------------*/

/*---------customize-----------*/
.topics h2,.topics h3{
	color:#999;
}
/*------------------------------*/

/*-------------wrapper------------*/
h1,h2,h3,h4,h5,h6,p{
	width:auto;
	margin:0px;
	padding:0px;
}
html{
	background:#edc;
}
#wrapper{
	margin:0px auto;
	background:url("../images/css_index.gif") top center repeat-y;
}
#content{
	padding:0px;
	background-color:transparent;
	background-image:none;
}
#submenu{display:none;}
/*menu------------*/
#menu{display:none;}
#index_menu{
	float:left;
	height:400px;
	width:180px;
	overflow:visible;
}
#index_menu .menu a{
	height:38px;
	line-height:38px;
}
#index_menu ul {
	margin:0px;
	list-style:none;
	line-height:35px;
}
#index_menu ul li a{
	display:block;
	width:180px;
	margin:0px;
	padding:0px;
	text-indent:-1000em;
}
#index_menu .menu{
	background:#006600;
	padding:20px 0px 0px;
	background:url("../images/index_menu.gif") top left no-repeat;
}
.menu20 a:hover{background:url("../images/index_menu02.gif") top left no-repeat;}
.menu30 a:hover{background:url("../images/index_menu03.gif") top left no-repeat;}
.menu40 a:hover{background:url("../images/index_menu04.gif") top left no-repeat;}
.menu50 a:hover{background:url("../images/index_menu05.gif") top left no-repeat;}
.menu60 a:hover{background:url("../images/index_menu06.gif") top left no-repeat;}
.menu70 a:hover{background:url("../images/index_menu07.gif") top left no-repeat;}
.menu80 a:hover{background:url("../images/index_menu08.gif") top left no-repeat;}
/*banner------------*/
#index_menu .banner{
	margin:1px 0px 0px;
	background:url("../images/index_banner.gif") top left no-repeat;
}
#index_menu .banner a{
}
#index_menu .banner .banner1 a:hover{background:url("../images/index_banner01.gif") top right no-repeat;}
#index_menu .banner .banner2 a:hover{background:url("../images/index_banner02.gif") top right no-repeat;}
#index_menu .banner .banner1 a{
	height:75px;
	line-height:75px;
}
#index_menu .banner .banner2 a{
	height:55px;
	line-height:55px;
}
/*---------------------*/
#main {
	float:right;
	width:766px;
	padding:0px;
}
/*-------------#top_flash------------*/
#top_flash{
	float:right;
	width:766px;
	height:400px;
	margin:0px;
	padding:0px;
	background:#aaa;
}
#top_flash object{
	width:100%;
	height:100%;
}
/*--------------top_banne-------------*/
#top_banner{display:none;}
/*------topics---------*/
#topic{display:none;}
/*------news_continue---------*/
.news_continue{
	float:left;
	display:inline;
	width:500px;
	margin:0px 0px 0px 40px;
	padding:0px;
	line-height:1.2em;
	font-weight:bolder;
	color:#f00;
}
.news_continue fieldset legend{
	margin:0px 20px;
	padding:1px 10px;
	background:#fff;
}
.news_continue fieldset{
	margin:10px 0px;
	padding:10px;
	border-collapse:collapse;
	border-spacing:0px;
	background:#fff;
	border:1px #d00 solid;
}
/*------new---------*/
.new{display:none;}