@charset "utf-8";
/* styles for the 'header' */

#headerContainer {  /* the header container contains the graphical background for the entire header */
	width:955px;
	background:#0063a5 url(../images/gui/header_background.jpg) no-repeat top;
	display:block;
	float:left;
	z-index:100;
	height:113px;
	position:relative;
}

#headerContainer form {
	margin-bottom:0;
}

#headerAccessibilityNav {  /* the upper left utility nav */
	width:583px;
	height:19px;
	float:left;
	padding:7px 0 0 14px;
	text-align:left;
	font-size:63%;
	color:#fff;
	line-height:140%;
}

#headerAccessibilityNav a {
	color:#fff;
	text-decoration:none;
}

#headerAccessibilityNav a:hover {
	color:#fff;
	text-decoration:underline;
}

#headerLanguageSelect {  /* the upper right utility nav */
	width:344px;
	height:19px;
	float:left;
	padding:7px 13px 0 0;
	margin:0;
	text-align:right;
	font-size:63%;
	color:#fff;
}

#headerLanguageSelect a {
	color:#fff;
}

.countryFlag {
	margin-right:8px;
	vertical-align:middle;
}

#headerLogo {  /* the logo area */
	display:block;
	width:95px;
	height:32px;
	float:left;
	padding:25px 0 0 23px;
	text-align:left;
	position:absolute;
	left:14px;
	bottom:23px;
}
#headerLogo span {
	display:block;
	overflow:hidden;
	width:0;
	height:0;
	position:absolute;
	top:-999em;
	left:-999em;
	font-size:0;
	line-height:1;
}

#headerSearch {  /* the main utility nav and search area styles */
	width:818px;
	float:right;
	padding:6px 13px 0 0;
	height:14px;
	text-align:right;
	font-size:75%;
	color:#fff;
}

#headerStakeholderNav {
	clear:both;
	font-size:75%;
	text-align:right;
	color:#fff;
	padding:6px 13px 0 0;
	margin:0;
}
#headerStakeholderNav a {
	color:#fff;
	text-decoration:none;
}

#headerStakeholderNav a:hover {
	color:#fff;
	text-decoration:underline;
}

#searchLabel {
	display:block;
	position:absolute;
	top:-999em;
	left:-999em;
	font-size:0;
	line-height:1;
	overflow:hidden;
	width:0;
	height:0;
}

.searchInput {
	width:146px;
	height:19px;
	padding:3px;
	margin:0 0 0 6px;
	color:#333;
	vertical-align:middle;
	border:0;
	background:#fff url(../images/gui/search_input_background.gif) repeat-x left top;
}

.goButton {
	margin:0;
	padding:0;
	vertical-align:middle;
}

#customerSupportNumber {  /* container for the customer support phone number */
	padding:0 0 0 5px;
	text-align:left;
	font-size:120%;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

/* --- new styyle for adding 'kci express' link next to 800# --- */

#customerSupportNumber a {
	color:#fff;
}

#headerKciExpress {
	width:191px;
	height:30px;
	float:right;
	margin:15px 13px 0 0;
}
#headerKciExpress a {
	background: url(../images/gui/header_button_kci_express.png) no-repeat left top;
	width:100%;
	height:100%;
	display:block;
}

