#topNavWrapper {
	width: 940px;
        height: 50px;
	background: transparent url(/images/layout/duralex-logo-white.png) no-repeat scroll 0 0;
	z-index: 10; 
	padding: 50px 0 50px 150px;
	margin: 0;
        position: relative;
}

#topNav { 
        width: 775px; 
        height: 50px; 
        background-color: #fff; 
        padding: 0 0 0 20px; 
        margin: 0 0 0 -5px;
}
#topNav a {
	font-size: 20px;
	line-height: 26px;
        height: 26px;
	text-transform : capitalize;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 12px 10px;
	float: left;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
        background-color: #fff;
	color: #000;
}
#topNav a:hover, #topNav a:active, #topNav a:focus, #topNav a.kNavSelected {
	text-decoration: none;
        background-color: #CE006C;
	color: #fff;
}
#topNav a.lastItem {
}

#topNav a.firstItem {
}
#topNav > a {
   border-left: 1px solid #ddd;
}
#topNav .sf-menu li ul li a {
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  padding: 5px 0 5px 5px;
  text-align: left;
  float: none;
}

#topNav .sf-menu li:hover ul {
  top: 50px;
}

#utilityNav {
        text-align: right;
        float: right;
        position: relative;
        margin-bottom: 5px;
	z-index: 20;
}
#utilityNav a {
	font-size: 12px;
	text-transform: capitalize;
}
#utilityNav a:link, #utilityNav a:visited {
	text-decoration: none;
	color: #fff;
}
#utilityNav a:hover, #utilityNav a:active, #utilityNav a:focus {
	text-decoration: underline;
	color: #fff;
}
#utilityNav span {
	color: #fff;
	font-size: 12px;
	padding: 6px;
}

#header {
  z-index: 2;
}

#currentSlideContainer {
  z-index: 1;
}
