/*universal reset*/


/************************************************
*	Navbar      								*
************************************************/

.mainNav {
	width:850px;
	height:65px;
	margin-left:auto;
	margin-right:auto;
}

.mainNav ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}

.mainNav ul li {
	display: block;
	float: left;
	margin: 0px;
	list-style: none;
}

.mainNav a {
	font:Times, serif;
	padding-top:15px;
	display: block;
	background: url(../images/static/nav/background.png) top left no-repeat;
	width: 115px;
	height: 52px;
	margin: 3px 5px 1px 1px;
	color: #333333;
	text-decoration: none;
	font-size: 18px;
	letter-spacing:1px;
	font-weight:bold;
	overflow:hidden;
}

.navText {
	padding-left:auto;
	padding-right:auto;
	
}

.mainNav a:hover {
	background:url(../images/static/nav/background_highlight.png) top left no-repeat;
}


