#container {
	position: relative;
}

#contact-us {
	position: absolute;
	right: 365px;
	font-size: 12px;
	font-style: italic;
	top: 90px;
}

.js-enabled #contact-us {
	display: none;
}

#highlight h2.right {
	background: #1B5790;
	padding: 0 2px;
	margin-top: 10px;
	border: 2px solid #bccdde;
	*width: 6.5em;
}

#highlight h2.right a:hover {
	text-decoration: none !important;
	color: #bccdde !important;
}

#highlight h2.right:hover {
	border: 2px solid #68a3de;
	background: #003366;
}

#contact-us a {
	text-decoration: underline;
}

#contact-us a:hover {
	text-decoration: none;
}

#nav .shop, #nav .shop a {
	font-size: 13px;
	color: #003366;
	font-weight: bold;
}

#header {
	position: relative;
}

span#sale {
	position: absolute;
	bottom: 65px;
	left: 88px;
	width: 488px;
	font-weight: bold;
	font-size: 13px;
	display: block;
	color: #1B5790;
}
