﻿/* *********************
	main navigation
********************* */

#mainNav
{
	width: 780px;
	font-size: 12px;
	line-height: normal;
}
#mainNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainNav li
{
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
}
#mainNav a
{
	display: block;
	padding: 9px 12px 7px 12px;
	color: #ffffff;
	text-decoration: none;
}

#mainNav a:hover
{
	color: #ffe300;
}

#leftSideNav
{
	float: left;
	width: 23px;
}

#rightSideNav
{
	float: right;
	width: 735px;
}

#SideNav
{background: url(images/nav-right.gif) top right no-repeat;
	width: 780px;
	margin: 0 auto;
	height: 36px;
}

#SideFNav
{background: url(images/nav-left.gif) top right no-repeat;
	width: 758px;
	margin: 0 auto;
	float: left;
}

/* *********************
	sub navigation
********************* */

.navDropdown
{
	background: url(images/nav-bg.gif) top left repeat-x #c92527;
	border: 1px solid #ffffff;
	border-top: none;
}

#carsSub {
	position:absolute;
	left:14px;
	top:21px;
	width:80px;
	height:153px;
	z-index:1;
	visibility: hidden;
}

#branchSub {
	position:absolute;
	left:1px;
	top:145px;
	width:100px;
	height:121px;
	z-index:2;
	visibility: hidden;
}

#touringSub {
	position:absolute;
	left:14px;
	top:245px;
	width:134px;
	height:121px;
	z-index:3;
	visibility: hidden;
}

#contactSub {
	position:absolute;
	left:13px;
	top:404px;
	width:133px;
	height:29px;
	z-index:4;
	visibility: hidden;
}


#hotDealsSub
{
	position:absolute;
	left:13px;
	top:404px;
	width:133px;
	height:29px;
	z-index:5;
	visibility: hidden;
}

#aboutSub
{
	position:absolute;
	left:13px;
	top:404px;
	width:133px;
	height:29px;
	z-index:6;
	visibility: hidden;
}

#hotDealsSub
{
	position:absolute;
	left:13px;
	top:404px;
	width:133px;
	height:29px;
	z-index:6;
	visibility: hidden;
}
/* *********************
	quick navigation
********************* */

.topLinks
{
	float: right;
	padding-right: 20px;
	padding-top: 2px;
	color: #0092c8;
}

.topLinks a
{
	color: #0092c8;
	text-decoration: none;
}

.topLinks a:hover
{
	color: #b21011;
}