/* BODY 
----------------------------------------*/

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 16px */
	color: #555;
	background-color: #232323;
	width: 770px;
}

/* LOGO 
----------------------------------------*/

#logo {
	padding: 20px 0 25px 0;
	margin: 0;
	height: 25px;
	background: #fff url(../images/bg-top.gif) repeat-x left bottom;
}

/* HEADER 
----------------------------------------*/

#header {
	padding: 0;
	margin: 0;
	background: #000;
	width: 770px;
	height: 135px;
}

/* STOCK 
----------------------------------------*/

#showroom {
	padding: 20px 25px 20px 20px;
	font-size: 1.2em;
	clear: both;
}

/* CONTENT 
----------------------------------------*/

#content {
	padding: 20px 25px 20px 20px;
	width: 514px;
	float: left;
	background: #fff;
	font-size: 1.2em; /* 12px */
}
#content ul li {
	list-style-image: url(../images/icons/arrow-link.gif);
}
#content .borders {
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #ddd;
	background: #fff;
}

/* SUB CONTENT
----------------------------------------*/

#subcontent {
	padding: 20px 15px 5px;
	float: right;
	width: 175px;
	font-size: 1.2em; /* 12px */
	background: #f7f7f7;
}
#subcontent .slideshow {
	background: #fff;
	padding: 5px;
}
#offers {
	background: #c00;
\\	border: 5px solid #c00;
	text-align: center;
	margin: 10px 0;
\\	padding: 10px 5px;
}

/* MENU 
----------------------------------------*/

#menu {
	float: left;
	width: 100%;
	border-top: 5px solid #000;
	border-bottom: 2px solid #333;
	background: #fff;
	margin: 0;
	padding: 0 0 2px 0;
}
#menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #333;
	list-style: none;
}
#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}
#menu a {
	background: #333;
	border-right: 1px solid #222;
	border-bottom: 0;
	padding: 20px 15px 8px 15px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	font: normal 1.1em/1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
}
#menu a:hover,
#menu a:focus {
	background: #444;
}
#menu a:active {
	background: #47688A;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#about #menu-about a,
#stock #menu-stock a,
#service #menu-service a,
#finance #menu-finance a,
#vehiclelocator #menu-vehiclelocator a,
#contact #menu-contact a,
#location #menu-location a {
	color: #fff;
	font-weight: bold;
	background-color: #000;
}

/* GLOBAL 
----------------------------------------*/

p {
	margin: 15px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
	border-bottom: 1px none #ddd;
	font-style: normal;
	font-variant: normal;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #1F4A6D;
}
marquee {
	padding: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #47688A;
	font-style: normal;
	border: 1px solid #eee;
}
marquee p {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 1.4em;
	font-weight: normal;
	color: #1F4A6D;
	border-left: 1px dashed #ddd;
	font-style: normal;
	float: right;
	width: 180px;
}
a:link {
	color: #47688A;
	text-decoration: none;
}
a:hover {
	color: #1F4A6D;
	text-decoration: none;
}
a:visited {
	color: #1F4A6D;
	text-decoration: none;
}
.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;
}

