@charset "utf-8";
/* CSS Document */

/*--------------------------------------header -------------------*/
.header {
	position: relative;
	height: 261px;
	padding: 0;
	background: #FFF url(../images/header_bg.jpg) no-repeat 0px 0px;
}

.header h1 {
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 0px;
	left: 27px;
}

.header h1 img {
	width: 300px;
	height: 70px;
	border: 0px;
}

/*----------------------------------time*/
.time {
	position: absolute;
	top: 85px;
	left: 30px;
	color: #FF6;
	padding: 0 0 0 22px;
	background: url(../images/icon_time.png) no-repeat 0px 1px;
}

.time em {
	color: #FF6;
	font-style: normal;
	font-weight: normal;
}

.expireTime {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FF0000;
}

/*---------------------------------------nav ------------------*/
.header .user {
	position: absolute;
	bottom: 12px;
	right: 10px;
}

.header .user em {
	color: #00F;
	font-weight: normal;
}

.header .user img {
	vertical-align: -5PX;
	margin: 0 2px;
}
