@charset "UTF-8";
/* CSS Document */

#nav_container {
	width: 900px;
	height: 50px;
	background-image: url(../images/bg/nav-bar-bg.png);
	background-repeat:no-repeat;
}

#nav_container ul {
	margin: auto;
	height: 50px;
	width: 500px;
	margin-top: 0px;
	padding: 0px;
	list-style: none;
	
}

#nav_container li {
	height: 33px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	list-style: none;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	
	float: left;
	display: block;
	
}
 
#nav_container li a {
	height: 33px;
	text-decoration: none;
	color: #FFF;
	display: block;
}

#nav_container li a:hover {
	height: 33px;
	text-decoration: none;
	color: #CCC;
	display: block;
	background-image:url(../images/bg/arrow-bg.png);
	background-position:bottom;
	background-repeat: no-repeat;
}

.u_r_here  {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #FF9;
}

/*
		------------------------- 
		FOOTER LAYOUT STYLES
		------------------------- 
*/

.footer_container {
	margin: auto;
	width: 880px;
	height: 50px;
	padding: 10px;
	text-align: center;
}

.footer_container p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.footer_container p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.footer_container p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CC3;
}
