#headerFeature {
        float: left;
        width: 490px;
        height: 140px;
        display: block;
        padding: 0;
        margin: 0;
}
#headerNav {
        float: right;
        width: 485px;
        height: 140px;
}
#headerLogo {
        width: 141px;
        height: 52px;
        display: block;
        float: right;
        position: relative;
        margin-top: 17px;
}
#utilityNav {
        text-align: right;
        float: right;
        position: relative;
	z-index: 20;
        width: 485px;
        padding: 3px 5px;
        height: 19px; 
}
#utilityNav a {
	font-size: 10px;
	text-transform: capitalize;
        line-height: 14px;
        height: 14px;
        display: block;
        padding: 2px 0 3px 0;
        float: right;
}
#utilityNav a:link, #utilityNav a:visited {
	text-decoration: none;
	color: #E2001A;
}
#utilityNav a:hover, #utilityNav a:active, #utilityNav a:focus {
	text-decoration: underline;
	color: #58585A;
}
#utilityNav span {
	color: #000;
	font-size: 12px;
	padding: 2px 6px 3px 6px;
        float: right;
        display: block;
        line-height: 14px;
        height: 14px;
}
#topNavWrapper {
        float: left;
        position: relative;
	width: 975px;
        height: 30px;
	z-index: 10; 
	padding: 0;
	margin: 0 0 10px 0;
        position: relative;
        background-color: #e2001A;
}
#topNavWrapper #productSearch {
        padding: 0 10px;
        height: 30px;
        display: block;
        float: left;
        width: 185px;
}
#topNavWrapper #productSearch #searchinput {
        width: 166px;
        line-height: normal;
        font-size: 10px;
        border-color: #fff;
        border-width: 1px 0;
        color: #58585A;
        font-size: 11px;
        margin-top: 6px;
        display: block;
        float: left;
}
#topNavWrapper #productSearch #searchbutton {
        margin: 7px 0 0 2px;
        display: block;
        float: left;
}

#topNav { 
        width: 745px; 
        height: 30px; 
        padding: 9px 10px 9px 0; 
        margin: 0;
        float: right;
        position: relative;
        overflow: hidden;
}
#topNav a {
	font-size: 10px;
	line-height: 12px;
        height: 12px;
	text-transform : uppercase;
	display: block;
	font-weight: normal;
	text-align: center;
	padding: 0;
	float: right;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #fff;
}
#topNav a:hover, #topNav a:active, #topNav a:focus, #topNav a.kNavSelected {
	text-decoration: none;
	color: #000;
}
#topNav a.lastItem {
}
#topNav a.firstItem {
}
#topNav span {
        color: #fff;
        display: block;
        float: right;
        padding: 0 8px;
        font-size: 10px;
        line-height: 12px;
}        

#header {
  z-index: 2;
}

#currentSlideContainer {
  z-index: 1;
}
