@charset "utf-8";
/* CSS Document */
.mpwrap .header {
	background-position: left top;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(../images/headerbg.jpg);
	height:140px;
	position: relative;
	z-index: 99;
}
.header {
	background-position: left top;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(../images/headerbg2.jpg);
	height:140px;
	position: relative;
	z-index: 99;
}
h1 {
	margin:0 0 0 10px;
	padding:0;
	float:left;
}
h1 img {
	width:400px;
	height:100px;
}
/*----------------------------------------------------------------- nav*/
.header .nav {
	background-image: url(../images/navrightbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:0;
	margin:0px;
	position: absolute;
	top: 0px;
	right: 5px;
	font-size:90%;
}
.header .nav ul {
	list-style: none;
	background-image: url(../images/navleftbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:4px 10px 6px;
	padding:5px 10px 6px\9;
 *padding:4px 10px 6px;
}
.header .nav li {
	margin: 0;
	display: inline;
	color: #333333;
	padding:0 2px 0 8px;
	background-image: url(../images/navicon.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
 *background-position: 0px 3px;
}
.header .nav li a {
	color: #0b74bc;
	text-decoration: none;
}/*- 2014-09-30­×§ï*/
.header .nav li a:hover {
	text-decoration: none;
	color: #C00;
}/*- 2014-09-30­×§ï*/
/*----------------------------------------------------------------- custom*/
.header .custom {
	padding:0;
	margin:0px;
	position: absolute;
	top: 115px;
	left: 0px;
	
}
.header .colorSet {
	list-style: none;
	padding:4px 5px 5px 10px;
	padding:6px 5px 5px 10px\9;
	color: #c9e3f4;
	float:left;
	width:110px;
	width:auto\9;
	display:block;
}
.header .colorSet span {
	color: #333;
	float:left;
	margin:0 5px 0 0px;
}
.header .colorSet span a {
	color: #c9e3f4;
	text-decoration: none;
}
.header .colorSet ul {
	float:left;
	margin:2px 0 0 0;
	margin:0\9;
}
.header .colorSet ul li {
	display:inline;
}
/**/

.header .fontSet {
	color: #c9e3f4;
	margin:4px 10px 5px 0px;
	margin:6px 10px 5px 0px\9;
	float:left;
	width:90px;
	width:auto\9;
}
.header .fontSet span {
	color: #333;
	float:left;
	margin:0 5px 0 2px;
}
.header .fontSet span a {
	color: #c9e3f4;
	text-decoration: none;
}
.header .fontSet ul {
	float:left;
	margin:2px 0 0 0;
	margin:0\9;
}
.header .fontSet ul li {
	display:inline;
}
.header .rss{
	float:left;
	margin:4px 0 0 0;
	}
/*-----------------------------------------------------------------user*/
.user {
	position: absolute;
	right: 5px;
	top: 85px;
}
.user ul {
}
.user ul li {
	float:left;
	margin: 0 0 0 3px;
}
.user ul li a {
	background-image: url(../images/userbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-align: center;
	padding:3px 0;
	padding:5px 0\9;
	width:71px;
	color:#FFF;
	text-decoration: none;
}
.user ul li a:hover {
	background-image: url(../images/userbghere.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}
.user ul li a.here {
	background-image: url(../images/userbghere.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}
/*------------------------------------------------------------*/
.search {
	background-image: url(../images/searchbgright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:365px;
	height:27px;
	position: absolute;
	top: 115px;
	right: -2px;
	z-index: 99;
	overflow:hidden;
	padding:0px;
}
.search label {
	margin:0px;
	vertical-align:middle;
}
.search input {
	vertical-align:middle;
	margin:-8px 0 0 0;
 *margin:5px 0 0 0;
}
.search .text {
	border:1px solid #260f04;
	background-color:#e6e2e0;
	vertical-align:middle;
	width:120px;
	height:15px;
	margin:-8px 0 0 0;
 *margin:5px 0 0 0;
	padding:2px;
}
