#navigationWrapper {
	width: 100%;
	background-color: #004A8D;
}

#navigation {
	height: 40px;
	position: relative;
	overflow: hidden;
}

#navigation li a {
	position: absolute;
	top: 0px;
	height: 40px;
	text-indent: -9999em;
}

#navigation li a:hover {
	background-position: 0px 80px;
}

#navigation li.current a {
	background-position: 0px 40px !important;
}

#navFeatures a {
	background-image: url(../../images/marketing/navigation/features.png);
	width: 84px;
	left: 0px;
}

#navPricingSignup a {
	background-image: url(../../images/marketing/navigation/pricing-signup.png);
	width: 139px;
	left: 84px;
}

#navSupport a {
	background-image: url(../../images/marketing/navigation/support.png);
	width: 83px;
	left: 223px;
}

#navCompany a {
	background-image: url(../../images/marketing/navigation/company.png);
	width: 91px;
	left: 306px;
}

#navBlog a {
	background-image: url(../../images/marketing/navigation/blog.png);
	width: 87px;
	left: 393px;
}

#navLogin a {
	background-image: url(../../images/marketing/navigation/login.png);
	width: 82px;
	right: 6px;
}

#footer {
	margin: 12px 0px;
	padding: 12px 0px;
	text-align: left;
	color: #ccc;
	font-size: 1.1em;
}

#footer ul li {
	display: inline-block;
	vertical-align: top;
}

.ie #footer ul li {
	display: inline;
}

.enkari a {
	display: block;
	width: 95px;
	height: 30px;
	background: transparent url(../../images/marketing/enkari.png);
	text-indent: -9999em;
	margin-right: 12px;
}

.enkari a:hover {
	background-position: 0px -30px;
}

#footer a:link, #footer a:visited {
	color: #999;
}

#footer a:hover, #footer a:active {
	color: #666;
}

.footerInfo {
	display: inline-block;
}

.phone {
	color: #999;
}

.copyright {
	color: #999;
	margin: 2px 0px;
}