/*=====================GLOBAL HEADER======================*/

#header {
	position: relative;
	width: 100%;
	height: 59px;
	background: url(../../../images/bbm_bluesteel_header_bg.jpg) repeat-x;
	text-align: center;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	position:absolute;
	left: 0;
	top: 0;
	width: 265px;
	height: 59px;
	background: url(../../../images/header/logoBeta2.png) no-repeat 10px -5px;
	text-indent: -1000em;
}
#search_bar {
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	width: 600px;
	height: 44px;
}

#search_bar form {
	position: relative;
	float: left;
	width: 100%;
}
#search_bar form span {
	font-size: 14px;
	position: relative;
	float: left;
	width: 35%;
}
#search_bar form input[type="text"] {
	position: relative;
	float: left;
	width: 35%;
}

#search_bar form a {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	width: 47.5px;
	height: 22px;
	text-indent: -1000em;
	background: url('../../../images/header/search.png') top left no-repeat;
}
#search_bar form a:hover {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	width: 47.5px;
	height: 22px;
	text-indent: -1000em;
	background: url('../../../images/header/search.png') right top no-repeat;
}
#logout_button a {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 59px;
	background: url(../../../images/header/logout.png) no-repeat;
	text-indent: -1000em;
}
#logout_button a:hover {
	background: url(../../../images/header/logout_hover.png) no-repeat;
}
#login_button {
	position: absolute;
	right: 10px;
	top: 3px;
	width: 400px;
	height: 56px;
	text-align: right;
}
#login_button label {
	float: left;
	width: 80%;
	height: 20px;
	color: #c1272d;
	font-size: .8em;
	padding-top: 5px;
}
#login_button span {
	width: 35%;
}
#login_button input {
	width: 40%;
}
#login_button input[type="submit"] {
	margin-top: 5px;
	float: right;
	width: 65px;
}

