/* ------------------------------------------------------------------------------------------- HEADER AREA */

#header {
	height: /*174px*/154px; 
	position: relative;
	width: 960px;  margin: 0 auto; 
}
/* ------------------------------------------------------------------------------------------- UTILITIES */

#utilities {
	height: 30px;
	font-size: 1.1em;
}
#utilities ul {
	list-style: none;
	float: right;
}
#utilities li {
	float: left;
	list-style: none;
	height: 22px;
	margin: 5px 0 0 0;
	padding: 3px 15px 0 15px;
	background: url("../images/header/bg_util_separators.gif") 100% 0% no-repeat;
}
#utilities li a, #utilities li a:visited {
	color: #a6a6a6;
	text-decoration: none;
	font-weight: bold;
}
#utilities li a:hover {
	color: #000;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------- SEARCH BOX */

#siteSearch {
	width: 170px;
	height: 20px;
	float: right;
	margin: 5px 0 0 15px;
	position: relative;
}
#siteSearch .search_input {
	position: absolute;
	left: 0;
	top: 0;
	color: #808080;
	border: 0;
	width: 145px;
	height: 16px;
	padding: 4px 0 0 5px;
	background: url("../images/header/bg_searchBox_input.gif") 0% 0% no-repeat;
}
* html #siteSearch .search_input {
	background-attachment: fixed;
}
#siteSearch .search_submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 20px;
	text-indent: 25px;
	border: 0;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/header/bg_searchBox_submit.gif") 0% 0% no-repeat;
}

.search-block{display:none;}

/* ------------------------------------------------------------------------------------------- COMPANY LOGO */

.header_logo {
	display: block;
	width: 336px;
	height: 66px;
	overflow: hidden;
	line-height: 200px;
	margin: 5px 0 0 0;
	background: url("../images/img_logo.gif") 0% 0% no-repeat;
}
/* ------------------------------------------------------------------------------------------- PRIMARY NAVIGATION */

.primaryNav {
	list-style: none;
	position: absolute;
	bottom: 8px;
	font-size: 1.1em;
}
.primaryNav li {
	float: left;
	width: 155px;
	height: 31px;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.primaryNav li a, .primaryNav li a:visited {
	display: block;
	height: 28px;
	padding: 0 18px 0 18px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.primaryNav #nav_btn_001 a {
	background: url("../images/header/bg_primaryNav_2.gif") 0% 0% no-repeat; height: 31px; padding:10px 0 0 0;
}
.primaryNav #nav_btn_002 a {
	background: url("../images/header/bg_primaryNav_3.gif") 0% 0% no-repeat; height: 31px; padding: 2px 18px 0 18px;  padding: 2px 20px 0 20px\9;
}
.primaryNav #nav_btn_003 a {
	background: url("../images/header/bg_primaryNav_4.gif") 0% 0% no-repeat; height: 31px; padding: 10px 0 0 0;
}
.primaryNav #nav_btn_004 a {
	background: url("../images/header/bg_primaryNav_5.gif") 0% 0% no-repeat; height: 31px; padding:10px 0 0 0;
}
.primaryNav #nav_btn_005 a {
	background: url("../images/header/bg_primaryNav_1.gif") 0% 0% no-repeat; height: 31px; padding: 2px 18px 0 18px;
}
.primaryNav #nav_btn_006 a {
	background: url("../images/header/bg_primaryNav_6.gif") 0% 0% no-repeat; height: 31px; padding: 2px 18px 0 18px;
}
.primaryNav #nav_btn_006 {
	margin: 0;
}
/* ------------------------------------------------------------------------------------------- EXTRANET PANEL */

.extranet_login {
}
.extranet_login a, .extranet_login a:visited {
	width: 250px;
	height: 22px;
	padding: 14px 0 0 10px;
	position: absolute;
	right: 0;
	top: 30px;
	background: url("../images/header/bg_extranet_login.gif") 0% 0% no-repeat;
	color: #a6a6a6;
	font-weight: bold;
	text-decoration: none;
}
.extranet_login a:hover {
	background-position: 0% 100%;
}
.extranet_login .underline {
	text-decoration: underline;
}
.extranet_options {
	width: 250px;
	height: 36px;
	padding: 0 0 0 10px;
	position: absolute;
	right: 0;
	top: 30px;
	background: url("../images/header/bg_extranet_user.gif") 0% 0% no-repeat;
	color: #a6a6a6;
}
.extranet_options strong.extranet_user {
	line-height: 40px;
}
.extranet_options strong.extranet_user span {
	font-weight: normal;
}
.extranet_options .extranet_logout {
	display: block;
	width: 65px;
	float: right;
	margin: 11px 5px 0 0;
}
* html .extranet_options .extranet_logout {
	margin-right: 2px;
}
.extranet_options .extranet_logout em {
	font-style: normal;
	line-height: 18px;
}
.extranet_options .extranet_logout a, .extranet_options .extranet_logout a:visited {
	display: block;
	width: 21px;
	height: 21px;
	overflow: hidden;
	float: right;
	text-indent: 25px;
	line-height: 25px;
	color: #333;
	background: url("../images/header/but_extranet_logout.gif") 0% 0% no-repeat;
}
