/* ------ header ----- */


.header-wrap	{
	height:167px;
	width: 930px;
	margin: auto;
	padding-right: 4px;
}

.header	{
	background:url(../images/global/images/header-backg.png) no-repeat;
	height:120px;
	width:883px;
	padding:0 0 0 51px;
}

.header-logo {
	background:url(../images/global/images/header-logo.png) no-repeat;
	width:417px;
	height:41px;
	float:left;
	margin-top: 52px;
}

#awl-login {
	width:400px;
	height:50px;
	float:right;
	margin-top: 12px;
}

#awl-login input{
	width:119px;
	height:25px;
	border:1px solid #d6d5d5;
	margin-right:4px;
	padding:0 5px;
	float:left;
}

#awl-login a#submit-login{
	width:52px;
	height:11px;
	border:1px solid #d6d5d5;
	padding:7px;
	background-color:#ffffff;
	color:#790000;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	text-decoration:none !Important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#awl-login a#submit-login:hover{
	color:#000000;
}
