#header {
	position: relative;
	width: 962px;
	margin: 0 auto;
	float:none;
	background-image:url(../images/header/foreground.png);
	background-repeat:no-repeat;
	min-height:150px;
	margin-bottom: 10px;
}

/* **********************************
*			NAVIGATION BAR			*
*********************************** */

#header nav {
	position: absolute;
	top: 114px;
	left: 20px;
	color: #FFFFFF;
	font-size: 13px;
}

#header nav a {
	color: white;
}

#header nav a:HOVER {
	color: #FF9900;
}

#header nav ul {
	list-style-type: none;
}

#header nav ul li:FIRST-CHILD {
	border-left: 0;
	padding-left: 0;
}

#header nav ul li {
	display: inline;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px white solid;
}

/* **********************************
*			SEARCH BOX				*
*********************************** */

#header .search_box {
	position: absolute;
	top: 114px;
	left: 810px;
}

/* **********************************
*			LOGIN BOX				*
*********************************** */

#header .login_box {
	position: absolute;
	left: 600px;
}

/* **********************************
*			USER NAVIGATION			*
*********************************** */

#header .user_nav ul, #header .user_nav p {
	float: left;
	padding-left: 10px;
}

#header .user_nav {
	position: absolute;
	top: 0px;
	left: auto;
	right: 0px;
	color: black;
	font-weight: bold;
}

#header .user_nav ul li {
	padding-left: 5px;
	padding-right: 0px;
}

#header .user_nav a {
	color: black;
	font-weight: normal;
}

#header .user_nav a:HOVER {
	color: #FF9900;
}
