@charset "utf-8";
@import "global.css";

.header-wrap{
	background:#191302 url(../img/identical/header/bg.gif) repeat-x bottom;
}

#header{
	text-align:left;
	position:relative;
	margin:0 auto;
	width:770px;
	height:102px;
}

#header,
#header a{
	color:#eddec9;
}

#header a:link,
#header a:visited{
	text-decoration:underline;
}

#header a:hover,
#header a:active{
	text-decoration:none;
}







#header h1{
	float:left;
	width:111px;
	margin:9px 0 0;
}

#header h1 a{
	display:block;
	background:url(../img/identical/head_hrlogo.gif) no-repeat 0 0;
	width:111px;
	height:81px;
}

	#header h1 a{
		position:absolute;
		text-indent:-9000px;
		overflow:hidden;
		font-size:10px;
		line-height:12px;
	}






#header #logstatus{
	text-align:right;
	font-size:10px;
	height:14px;
	position:absolute;
	right:0;
	bottom:28px;
	width:500px;
}

#header #logstatus .login,
#header #logstatus .logout{
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	float:right;
	width:56px;
	height:14px;
}

#header #logstatus .login{
	background-image:url(../img/identical/head_login.gif);
}

#header #logstatus .logout{
	background-image:url(../img/identical/head_logout.gif);
}

#header #logstatus .register{
	float:right;
	height:14px;
	margin:0 0 0 8px;
}






#header #pagePath{
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
	position:absolute;
	right:0;
	bottom:7px;
	width:500px;
}




#header .special{
	position:absolute;
	right:0;
	top:6px;
	/*
	border:1px solid #c2923e;
	padding:3px 10px 3px;
	*/
}

/*
#header .special,
#header .special a{
	color:#c0b49a;
}
*/






