#headerArea {
        width: 990px;
        height: 100px;
        border-top: 1px solid #000;
        background-color: #e1001a;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
}
#headerLogo {
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        width: 274px;
        height: 100px;
        background: #fff url(/images/header-curve-bg.gif) no-repeat top right;
}
#headerLogo img {
        margin: 17px 0 0 15px;
}
/*
.headerCurve {
        float: left;
        position: relative;
        width: 86px;
        height: 100px;
}
*/
#productSearch {
  float: left;
  position: relative;
  display: inline;
}
#productSearch {
	text-align: left;
	padding: 0;
}
#productSearch label {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0;
}
#searchinput {
    font-size: 12px;
	 width: 125px;
}
#searchbutton {
	font-size: 12px;
}
#topNavArea {
        width: 990px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        height: 32px;
}
.topNavCurve {
  float: left;
  position: relative;
  height: 32px;
  width: 188px;
}
#topNav {
  background-color: #ccc;
  float: right;
  position: relative;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 24px;
  padding-top: 6px;
  width: 802px;
}
#topNav a {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
        padding: 0 10px;
        float: left;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #000;
}
#topNav a:hover, #topNav a:active {
	text-decoration: none;
	color: #881111;
}
#topNav #navHighlight a:link, #topNav #navHighlight a:visited {
	text-decoration: none;
	color: #e1001a;
	font-style: normal;
	font-weight: bold;
}
#topNav #navHighlight a:hover, #topNav #navHighlight a:active, #topNav #navHighlight a:focus {
	text-decoration: none;
	color: #881111;
	font-style: normal;
	font-weight: bold;
}
#topNav a span {
    font-size: 11px;
    font-weight: normal;
}
#utilityArea {
  background-color: #fff;
  width: 100%;
  height: 30px;
  padding-top:4px;
}
#utilityNav {
  float: right;
  position: relative;
  display: inline;
}
#utilityNav a {
	font-size: 12px;
	line-height: 14px;
	text-transform : lowercase;
	font-weight: normal;;
	padding: 0;
}
#utilityNav a:link, #utilityNav a:visited {
	text-decoration: underline;
	color: #000;
}
#utilityNav a:hover, #utilityNav a:active {
	text-decoration: underline;
	color: #e1001a;
}
