/*
 * Main menu
 */

#contact {
	height: 65px;
	margin-bottom: 60px;
}

#contact .section {
	float: left;
	margin-right: 20px;
	margin-top: 30px;
	font-size: 13px;
	text-align: left;
}
#contact a {
	font-weight: normal;
	color: #999;
}

#contact a:hover {
	text-decoration: none;
}

#nav {
	font-size: 13px;
	letter-spacing: 0.03em;
}

#nav a.rollover img {
	margin-bottom: 3px;
}

#nav a {
	font-weight: normal;
	color: #666;
}

#nav a:hover {
	text-decoration: none;
	color: #0089C4;
}

#nav ul {
	margin-top: 0;
	margin-bottom: 5px;
}

#nav li.active a {
	color: #0089C4;
}

#nav .services p {
	font-size: 12px;
	margin-bottom: 5px;

}

