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

#main {
	padding:200px 10px 0px 10px;
	background:url(../img/indexmain.jpg) no-repeat #FFFFFF;
}
#main1 {
	overflow:hidden;
}
#main #l {
	width:240px;
	float:left;
	padding:20px 0 0 0;
}
#main #c {
	width:420px;
	float:left;
	margin-left:5px
}
#main #c .title {
	padding:10px 0;
}
#main #r {
	width:240px;
	float:left;
	margin:20px 0 0 5px;
}
#main #l .content, #main #r .content {
	padding:5px 0;
}
#main #l .content a, #main #r .content a {
	display:block;
	font-size:12px;
	color:#4a4a4a;
	height:28px;
	margin:3px 0;
}
#main #l .content a:hover, #main #r .content a:hover {
	color:#046b97;
}
#main #l .content a {
	padding:12px 0 0 72px;
	text-align:left;
	background:url(../img/abanner.jpg) no-repeat;
}
#main #l .content a:hover {
	background:url(../img/hoverbanner.jpg) no-repeat;
	padding:12px 0 0 95px;
}
#main #r .content a {
	padding:12px 72px 0 0;
	text-align:right;
	background:url(../img/abanner1.jpg) no-repeat;
}
#main #r .content a:hover {
	background:url(../img/hoverbanner1.jpg) no-repeat;
	padding:12px 95px 0 0;
}
#bottom {
	width:910px;
	background:url(../img/b_bg.jpg) repeat-x;
	text-align:left;
	margin-top:20px;
}
#bottom .title {
	display:none;
}
#bottom .content {
	padding:24px 10px;
	width:890px;
	clear:both;
}
#bottom .content a {
	display:block;
	float:left;
	height:46px;
	margin:4px 3px;
	background:url(../img/pic_bg.jpg);
}
#bottom .content .out {
	filter:Gray Alpha(Opacity="30");
}
#bottom .content .over {
	filter:Alpha(Opacity="100");
}
