/* CSS Document 页面内容样式——头部底部 */

/*顶部样式*/
#header{
	width:998px;
	margin: 0 auto;
	height:auto;
	overflow:hidden;
	background: url(../images/shadowAlpha_line.png) repeat-y center 0!important;
	background: url(../images/shadowAlpha_line.gif) repeat-y center 0;
	padding: 0 6px;

}
.calendar_favious{
	height:20px;
	padding:4px 10px;
	line-height:22px;
	color:#ff0;
	display: block;
	margin: 0 auto;
}
.calendar_favious a:link, .calendar_favious a:visited {
	color:#FF0;
	text-decoration:none;
}
.calendar_favious a:hover, .calendar_favious a:active {
	color:#FFF;
	text-decoration:none;
}

.search_title {
	height:19px;
	float:right;
	border:1px solid #ddd;
	background-color: #FFF;
}
.search_title_input{
	border:none;
	color:#999;
	margin-left:4px;
	margin-right:3px;
	padding-left:3px;
	width:168px;
	margin-top: 1px;
	margin-bottom: 0px;
	line-height: 17px;
	float: left;
	height: 17px;
	background: none;
}
.search_title_button{
	height:17px;
	width:21px;
	margin-top: 2px;
	float: left;
}
.header {
	height:110px;
	overflow:hidden;
	display:block;
	background:url(../images/bg_logo_01.gif) 0 0 no-repeat;
}

/*nav begin*/
#topnav {
	clear: both;
	display: block;
	padding: 0;
	height:80px;
	float: right;
}
#topnav .navlink {
	float:right;
	display: block;
	margin-top: 22px;
	overflow: inherit;
	width: 386px;
	clear: both;
}
#topnav .navlink a:link,#topnav .navlink a:visited {
	height:22px;
	line-height:20px;
	color:#fff;
	padding: 2px 2px 0;
	display: block;
	float:left;
	width: 58px;
	text-decoration:none;
}
#topnav .navlink a:hover, #topnav .navlink a:active {
	color:#fc0;
	text-decoration:underline;
}
#topnav ul {
	float:right;
	display: block;
	margin-top: 6px;
	overflow: visible;
	clear: both;
	width: 560px;
}
#topnav li {
	display:block;
	float: left;
	overflow: visible;
}
#topnav li a:link,#topnav li a:visited {
	height:22px;
	line-height:20px;
	border:1px solid #f50;
	font-size:12px;
	color:#444;
	padding: 2px 2px 0;
	background-image:url(../images/bg_botton01.gif);
	background-position:0 50%;
	background-repeat:repeat-x;
	margin-left: 3px;
	display: block;
	width: 58px;
}
#topnav li a:hover, #topnav li a:active {
	border:1px inset #fff;
	background-color:#fff;
	color:#f30;
	font-size:14px;
	height:40px!important;
	height:26px;
	line-height:40px!important;
	line-height:26px;
	margin-top:-16px!important;
	margin-top:0;
	text-decoration:none;
	padding: 0 2px;
	background-image: url(none);
}
/*nav end*/

/*底部样式begin*/
.bottom {
	text-align: center;
	display: block;
	clear: both;
	height: auto;
	line-height: 2em;
	color: #666;
	background: url(../images/shadowAlpha_line.png) repeat-y center 0 !important;
	background: url(../images/shadowAlpha_line.gif) repeat-y center 0;
	margin: 0 auto;
	width:998px;
	padding: 0 6px;
}
.bottom_content {
	height:auto;
	overflow:hidden;
	padding:0 5px;
	display:block;
	background:#eee url(../images/bg_bottom01.gif) repeat-x 0 center;
	border-top: 4px solid #c30;
}
.bottom h3 {
	height:30px;
	padding:4px 10px;
	line-height:30px;
	color:#666;
	font-size:14px;
	font-weight:500;
	display: block;
}
.bottom h3 a:link, .bottom h3 a:visited {
	text-decoration:none;
	color:#f7f7f7;
}
.bottom h3 a:hover, .bottom h3 a:active {
	text-decoration:none;
	color:#ff0;
}
.bottom p {
	color:#333;
	line-height:1.6em;
	padding: 4px 10px;
	display: block;
}
.bottom p a:link, .bottom p a:visited {
	text-decoration:none;
	color: #f30;
}
.bottom p a:hover, .bottom p a:active {
	text-decoration:none;
	color:#060;
}
#floor_bottom {
	width:1000px;
	margin: 0 auto 10px!important;
	margin: -10px auto 10px;
	height:4px;
	background:#fff url(../images/shadowAlpha_all.png) no-repeat 0 bottom!important;
	background:#fff url(../images/shadowAlpha_all.gif) no-repeat -1px bottom;
	padding:0 5px;
	display: block;
	line-height: 0px;
	vertical-align:middle;
	z-index:-1;
	position:relative;
}
/*底部样式end*/

