/* GLOBAL
----------------------------------------*/

body {
	width: 770px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-x #54585e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
p {
	margin: 15px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
h1 {
	font-weight: normal;
	font-size: 200%;
	letter-spacing: -1px;
	color: #0C6191;
}
h2 {
	font-weight: normal;
	font-size: 140%;
}
h3 {
	font-size: 140%;
	font-weight: bold;
	color: #0C6191;
	padding: 5px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
a:link {
	color: #0C6191;
	text-decoration: none;
}
a:hover {
	color: #013162;
	text-decoration: none;
}
a:visited {
	color: #013162;
	text-decoration: none;
}
.clear {
	clear: both;
}
.tel {
	background:  url(../images/icons/tel.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.mob {
	background:  url(../images/icons/mob.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.fax {
	background:  url(../images/icons/fax.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.email {
	background:  url(../images/icons/email.gif) no-repeat left center;
	padding: 0 0 0 20px;
}

/* LAYOUT
----------------------------------------*/

#wrapper {
	background: #ffffff url(../images/bg-body.gif) repeat-y;
	width: 770px;
	margin: 0 auto;
	padding: 0;
}
#header {
	height: 135px;
	padding: 0 25px;
	margin: 0;
	background: #fff url(../images/bg-top.gif) no-repeat;
}
#logo {
	float: left;
	padding: 35px 0 0 15px;
	vertical-align: middle;
}
#masthead {
	height: 160px;
	background: url(../images/bg-header.gif) repeat-y;
	padding: 0 25px;
	margin: 0;
}
#masthead img {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

/* CONTENT
----------------------------------------*/

#mainbody {
	font-size: 90%;
	padding: 25px 25px 0 25px;
}
#content {
	float: left;
	width: 450px;
	border-right: 1px dashed #ddd;
	padding: 0 30px 0 15px;
}
#content li {
	font-size: 120%;
	border-bottom: 1px dashed #ddd;
	padding: 5px 5px 5px 15px;
	margin: 0;
	background: url(../images/icons/arrow.gif) no-repeat left center;
	list-style: none;
}
#showroom {
	padding: 0 15px;
}

/* SIDEBAR
----------------------------------------*/

#sidebar {
	float: right;
	width: 210px;
	font-size: 100%;
}
#sidebar h3 {
	font-size: 160%;
	font-weight: normal;
	color: #0C6191;
	padding: 0px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
#sidebar h3.contact {
	background: url(../images/icons/pen.png) no-repeat left 5px;
}
#sidebar h3.search {
	background: url(../images/icons/search.png) no-repeat left 5px;
}
#sidebar h3.time {
	background: url(../images/icons/time.png) no-repeat left 5px;
}
#sidebar p {
	padding-left: 25px;
}
#footer {
	height: 50px;
	background: url(../images/footer.gif) no-repeat;
	clear: both;
}

/* CAR SEARCH 
----------------------------------------*/

#carsearch {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
}
#carsearch form {
	margin: 0;
	padding: 0;
}
#carsearch select {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
#carsearch select, #carsearch input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
}
#carsearch .button {
	text-transform: uppercase;
	color: #fff;
	background-color: #0C6191;
	border: none;
	margin: 0;
	padding: 2px 5px;
}

/* MENU 
----------------------------------------*/

#menu {
	float: right;
	background: #fff;
	padding: 0;
	margin: 15px 0 0 0;
}
#menu ul {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}
#menu a {
	text-decoration: none;
	display: block;
	float: left;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #5085B1;
	border-top: 4px solid #0C6191;
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 17px;
	background: url(../images/icons/menu.png) no-repeat left 12px;
}
#menu a:hover,
#menu a:focus {
	color: #000;
	border-top: 4px solid #c00;
	background: url(../images/icons/menu.png) no-repeat left -12px;
}
#menu a:active {
	color: #c00;
	background: url(../images/icons/menu.png) no-repeat left -12px;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#about #menu-about a,
#stock #menu-stock a,
#finance #menu-finance a,
#vehiclelocator #menu-vehiclelocator a,
#contact #menu-contact a,
#location #menu-location a {
	color: #000;
	border-top: 4px solid #c00;
	background: url(../images/icons/menu.png) no-repeat left -12px;
}
