@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 0 -31px;
	display:block;
	float:left;
	z-index:100;
}

#headerContainer form {
	margin-bottom:0;
}

#headerAccessibilityNav {  /* the upper left utility nav */
	width:463px;
	height:19px;
	float:left;
	padding:7px 0 0 14px;
	text-align:left;
	font-size:63%;
	color:#fff;
}

#headerAccessibilityNav a {
	color:#fff;
	text-decoration:none;
}

#headerAccessibilityNav a:hover {
	color:#fff;
	text-decoration:underline;
}

#headerLanguageSelect {  /* the upper right utility nav */
	width:464px;
	height:19px;
	float:left;
	padding:7px 13px 0 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:101px;
	height:62px;
	float:left;
	padding:25px 0 0 23px;
	text-align:left;
}

#headerSearch {  /* the main utility nav and search area styles */
	width:818px;
	float:left;
	padding:6px 13px 0 0;
	text-align:right;
	font-size:75%;
	color:#fff;
}

#headerSearch a {
	color:#fff;
	text-decoration:none;
}

#headerSearch a:hover {
	color:#fff;
	text-decoration:underline;
}

#searchLabel {
	font-weight:bold;
}

.searchInput {
	width:143px;
	height:15px;
	padding:3px;
	margin:0 6px 0 6px;
	color:#333;
	background:#fff;
	border:1px solid #333;
	vertical-align:middle;
}

.goButton {
	margin:0;
	vertical-align:middle;
}

#customerSupportNumber {  /* container for the customer support phone number */
	width:818px;
	float:right;
	padding:25px 13px 0 0;
	text-align:right;
	font-size:75%;
	color:#fff;
	font-weight:bold;
}

/* --- new styyle for adding 'kci express' link next to 800# --- */

#customerSupportNumber a {
	color:#fff;
}

