header {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 6% 0 2% 0;
	border-bottom: 1px solid #ddd;
}

header .inner {
	position: relative;
	bottom: 0;
	left: 0;
}

header .inner span {
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 150%;
	line-height: 115%;
	color: #505050;
}

header .inner nav {
	position: absolute;
	bottom: 0;
	right: 0;
}

header .inner nav ul {
}

header .inner nav ul li {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 120%;
	line-height: 115%;
	color: #505050;
}

header .inner nav ul li img {
	float: left;
	margin: 3px 4px 0 0;
	height: 16px;
}

header .inner nav.main ul li {
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 150%;
	line-height: 115%;
	color: #505050;
	padding-left: 0;
	padding-right: 5%;
}

header .inner nav ul li.spacer {
	padding: 0 15px;
}

header .inner span a {
	text-decoration: none;
}

@media screen and (min-width: 1500px) {
	
}

@media screen and (max-width: 1113px) {
	
	header {
		width: 92%;
		margin: 0 4%;
	}
	
	header .inner nav ul li.spacer {
		padding: 0 10px;
	}
	
	header .inner nav ul li img {
		margin-top: 2px;
		height: 16px;
	}
	
}

@media screen and (max-width: 812px) {
	
	
	
}

@media screen and (max-width: 768px) {

	header .inner nav ul li img {
		margin-top: 1px;
		height: 14px;
	}

}

@media screen and (max-width: 560px) {
	
	
}

@media screen and (max-width: 420px) {
	
	header .inner nav ul li.spacer {
		padding: 0 5px;
	}
	
	header .inner nav ul li img {
		margin-top: 1px;
		height: 12px;
	}
	
}