/* NAV
----------------------------------------*/

#nav {
	height: 45px;
	text-align: left;
	background: #000 url(../images/icons/nav.gif) repeat-x center top;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	background: url(../images/icons/nav-divider.gif) top right no-repeat;
	display: inline;
	float: left;
	list-style: none;
}
#nav a {
	color: #A9C1A9;
	display: block;
	margin-right: 3px;
	padding: 10px 20px 20px 20px;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #E3F788;
}


/* PAGE IDS 
----------------------------------------*/

#home #nav-home a,
#about #nav-about a,
#stock #nav-stock a,
#offers #nav-offers a,
#finance #nav-finance a,
#warranty #nav-warranty a,
#protection #nav-protection a,
#purchasing #nav-purchasing a,
#location #nav-location a,
#contact #nav-contact a {
	font-weight: bold;
	color: #EBE800;
	background: #000;
}
