@charset "utf-8";
/* CSS Document */
#banner {
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
	/* CSS3 Rounded Corners */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#fff;
	width:940px;
	overflow:hidden;
	margin:30px auto 15px auto;
	position:relative;
}
.pictabs {
	position:relative;
	height:50px;
	background:url(../img/pictabsBg.gif) top left repeat-x #bbd8fb;
	
	z-index:10;
	/**/
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	/**/
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	/**/
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.pictabs span{
	float:left; 
	margin:16px 5px 0 50px;
	color:#069;
	
	}
.pictabs a {
	display:block;
	width:55px;
	height:50px;
	background:url(../img/pictabsBtn.png) left top;
	float:left;
	margin-right:5px;
	position:relative;
}
.pictabs a:hover {
	background-position:top right;
}
.pictabs a.current {
	color:#fff;
	background-position:top center;
}
.pictabs a img{
	
	position:absolute;
	top:15px;
	left:15px;
	}
.images {
	height:260px;
	text-align:center;
	padding:10px;
}
.hotline {
	width:260px;
	position:absolute;
	right:20px;
	top:30px;
}
.more a{
	display:block;
	width:80px;
	height:25px;
	background:url(../img/more.png) no-repeat;
	
	}
/* ====================================== */
#main {
	position:relative;
	overflow:hidden;
	height: 150px;
}
/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
}
/* single page */
.page {
	padding:20px;
	height: 130px;
	width:780px;
}
/* main navigator */
#main_navi {
	float:left;
	background-color:#bbd8fb;
	padding-top:15px;
	height:135px;
	border-right:1px solid #A7C9F2;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}
#main_navi li {
	clear:both;
	color:#069;
	text-align:right;
	list-style-type:none;
	width:140px;
	padding:10px;
	cursor:pointer;
	margin-right:-1px;
}
#main_navi li:hover {
	color:#333;
}
#main_navi li.active {
	background-color:#e1f2fa;
	color:#333;
	border-top:1px solid #A7C9F2;
	border-bottom:1px solid #A7C9F2;
}
