header span {
	display: none;
}

* html header {
  position: absolute;
}

header {
	position: fixed;
	top: 0; right: 0;
	background-color: white;
	width: 100%;
	height: 75px;
	overflow: hidden;
	z-index: 999;
}

header ul {
	width: 1150px;
	margin: 0 auto 0 auto;
}

header ul li {
	vertical-align: top;
	display: inline-block;
}

header ul li a {
	padding: 32px 0 0 0;
	font-family: Lato, Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #a3a3a3;
}

header ul li.logo {
	width: 146px;
	height: 21px;
	padding: 0;
	margin: 25px 443px 0 0;
	background-image: url(../img/logo_header.gif);
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
	header ul li.logo {
		background-image: url(../img/logo_header@2x.gif);
		background-size: 146px 21px;
    }
}

header ul li a:hover {
	color: #F90058;
}

header ul li.logo a {
	display: block;
	width: 146px;
	height: 21px;
	background: transparent url(../img/logo_header_over.gif) no-repeat;
	opacity: 0;
}

header ul li.icon a img {
	margin-bottom: -7px;
}

header ul li#search-bar {
	font-family: Lato, Arial, Verdana, sans-serif;
	margin: 28px 7px 0 5px;
	width: 196px;
	height: 24px;
	background-image: url(../img/light_search.png);
	vertical-align: top; /* needed for IE */
}

header #search-bar #search {
	font-family: Lato, Arial, Verdana, sans-serif;
	height: 22px;
	width: 165px;
	background: none;
	border-style: none;
	border: none;	
	float: left;
	color: #ffffff;
	font-size: 9pt;
	margin-top: 1px;
	padding-top: px;
	padding-left: 11px;
	line-height: 20px;
}

#search-bar input.search-icon {
	margin-top: -17px;
	float: right;
	margin-right: 9px;
}

#search:focus {
	outline: none;
}

header ul li.icon {
	margin-left: 3px;
	margin-top: 33px;
}

#search-bar input[type="submit"] {
	background: transparent url(/img/search_button.png) no-repeat;
	width: 13px;
	cursor: pointer;
}

header ul .link {
	display: inline-block;
}

header ul #menu-item-work {	
	width: 53px;
	height: 75px;
}

header ul #menu-item-we-are-fallon {
	width: 76px;
	height: 75px;
}

header ul #menu-item-contact {
	width: 76px;
	height: 75px;
}
