#headerArea {
	height: 118px;
	position: relative;
}
#logo {
  margin-left: 0;
  padding-top: 6px;
  text-align: left;
  height: 112px;
  display: inline;
  float: left;
  width: 280px;
}
#logo img {
	width: 230px;
	height: 112px;
}
#logo h1 {
	font-size : 16px;
	font-weight: bold;
	line-height: 18px;
	color: #002b56;
	margin: 0;
	padding: 0;
	display: inline;
}
#headerAd {
	display: inline;
	padding: 10px 0;
	width: 169px;
	height: 98px;
	text-align: center;
   float: left;
}
#utilityNav {
	display: inline;
	width: 110px;
   float: right;
   text-align: right;
	padding-left: 50px;
	position: absolute;
	bottom: 17px;
	right: 0;
}
#utilityNav a {
	display: block;
	margin-right: 7px;
	margin-bottom: 2px;
}
#topNav {
  background: #4a4949 url(/images/topnav-bg.gif) repeat-x scroll top left;
  height: 39px;
  width: 100%;
  clear: both;
}
#topNav a {
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	font-weight: normal;
	text-align: center;
   height: 22px;
	padding: 9px 60px 8px 0;
	display: block;
	float: left;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #fff;
}
#topNav a:hover, #topNav a:active, #topNav a.kNavSelected {
	text-decoration: none;
	color: #e0dede;
}
#topNavLastItem a {
	padding-right: 33px;
}
#customerService {
   width: 160px;
   height: 22px;
	margin-right: 28px;
	padding: 9px 0 8px 27px;
	display: block;
	float: left;
	background: transparent url(/images/topnav-logo.gif) no-repeat scroll top left;
   font-size: 18px;
	line-height: 22px;
	color: #fff;
}
#specialOfferRow {
   border-bottom: 1px solid #4a4949;
   padding: 4px 0 2px 0;
   margin-bottom: 2px;
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
}
#specialOfferRow em {
	font-style: italic;
}

#productSearch {
	text-align: right;
	float: right;
	display: inline;
	position: absolute;
	bottom: 17px;
	right: 160px;
}
