@charset "utf-8";
/* CSS Document */

.header {
	background-position: left top;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(../images/headerbg.jpg);
	height:107px;
	position: relative;
	background-color:#48babe;
	
}
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: 5px;
	right: 5px;
	
}
.header .nav ul {
	margin:0;
	padding:0;
}
.header .nav li {
	margin: 0 5px 0 0;
	display: inline;
	color: #333333;
	width:25px;
	list-style: none;
	
 
}
.header .nav li img{
	vertical-align:middle;}
.header .nav li a {
	color: #fff;
	text-decoration: none;
}
.header .nav li a:hover {
	text-decoration: none;
	color: #FF9;
}
/*----------------------------------------------------------------- custom*/
.header .custom {
	padding:0;
	margin:0px;
	position: absolute;
	top: 30px;
	right: 5px;
	background-image: url(../images/fontSetrightbg.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
.header .fontSet {
	color: #c9e3f4;
	float:left;
	width:130px;
	*width:135px;
	background-image: url(../images/fontSetleftbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	padding:7px 5px 4px 15px;
	
	
}
.header .fontSet span {
	color: #333;
	float:left;
	margin:0px 2px;
	margin:2px 2px\9;
	
	color:#02345f;
}

.header .fontSet ul {
	float:left;
	margin:0px;
	
}
.header .fontSet ul li {
	display:inline;
}

/*-----------------------------------------------------------------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/searchbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:35px;
	position: absolute;
	top: 72px;
	right: 0px;

	padding:5px 5px 2px 45px;
}
.search label {
	margin:0px;
	vertical-align:middle;
	color:#fff;
	font-weight: bold;
}
.search input {
	vertical-align:middle;
	margin:0 2px 0 0;
	
}
.search .text {
	border:1px solid #a0a0a0;
	*border:none;
	background-color:#fff;
	vertical-align:middle;
	width:100px;
	height:15px;
	padding:2px;
	color:#626262;
}
.search  .btn {
	background-color: #eaeaea;
	color:#000;
	*border:none;
	padding:2px 4px 3px;
	padding:4px 4px 3px\9;
    *padding:2px 1px 0px;
	background-image: url(../images/buttonbg02.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background-position: left top;
	font-size:90%;
	cursor: pointer;
	height:22px;
	*height:20px;
	
}