﻿/* 头部共用CSS */
#header {
        width:760px;
	height:105px;
        margin:0 auto;
	background:url('http://www.piaodown.com/defaultstyle/images/logo/hearder_bg.png') repeat-x;
}
#header1 {
        width:760px;
	height:20px;
        margin:0 auto;
        background:#c8e4f2;
	
}




#menu1 {
	float:left;
	width:100%;
	clear:both;
	height:10px;
	line-height:16px;
	margin-top:2px;
}
#menu1 li {
	float:left;
}
#menu1 li a {
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding:0 6px 0 7px;
	display:block;
	text-decoration:none;
}
#menu1 li a:hover {
	background:url('../images/menu_hover.png') repeat-x;
	color:#000;
}






#logo {
	float:left;
	margin:1px 0 0 5px;
	display:inline;
}
#logo h1 {
	font-size:12px;
	font-weight:normal;
}
#logo h1 a {
	padding:31px 0 23px 45px;
	display:block;
	background:url('../images/logo/LOGO.png') no-repeat;
	font-size:12px;
	text-decoration:none;
	color:#666;
	text-align:left;
	width:150px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:120px;
}
#logo h1 a span {
	font-size:10px;
}

#search {
	float:left;
	width:270px;
	margin-top:0px;
}
#search input {
	width:190px;
	height:19px;
	line-height:25px;
	border:1px #FAB666 solid;
	background:#F7F5F5;
	color:#707070;
	text-indent:0.5em;
	vertical-align:middle;
	font-size:12px;
}
#search input.onfocus {
	border:1px #C6DF9C solid;
	background:#fff;
}
#search input.btn {
	width:55px;
	height:25px;
	padding:0 5px;
	border:0;
	background:none;
}
#menu {
	float:left;
	width:100%;
	clear:both;
	height:25px;
	line-height:18px;
	margin-top:8px;
}
#menu li {
	float:left;
}
#menu li a {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:0 6px 0 7px;
	display:block;
	text-decoration:none;
}
#menu li a:hover {
	background:url('../images/menu_hover.png') repeat-x;
	color:#000;
}
#login {
	background:#E8F3F9;
	border:1px #88D3E3 solid;
	margin:3px 0 0 0;
}
#login p {
	margin:2px;
	padding-left:25px;
	border:1px #D3E9ED solid;
	background:#fff url('../images/login.gif') no-repeat 5px 1px;
}
#login p span {
	float:right;
	margin-right:5px;
	display:inline;
}




#topmenu a:hover {
	color:#FFCC33;
}
#topmenu .left {
	float:left;
	width:25%;
	text-align:left;
}
#topmenu .right {
	float:right;
	width:75%;
	text-align:right;
        
        margin:-22px 4px 0 0;
        
}

#topmenu .rss {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 24px;
    text-indent: -9999px;
    font-size: 0;
    overflow: hidden;
    background: url(/defaultstyle/images/logo/icons.png) no-repeat 0 -44px;
}

