/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #15171E;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2C0E07;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	color: #999999;
}

h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	vertical-align: top;
	padding: 0px;
	margin: 0px 10px;
}
h3 {
	color: #F81214;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

iframe {
	padding: 0px;
	margin: 0px 0px 0px 50px;
}
applet {
	margin-left: 10px;
}
strong {
	color: #FFFFFF;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #999999;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

address {
	color: #999999;
	text-transform: uppercase;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #292C33;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373A42;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B1D24;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #999999;
	font-size: 11px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 990px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* NAVIGATION CONTAINER */
div#nav {
	text-align: left;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	width: 840px;
	height: 33px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background-image: url(images/current.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	width: 100%;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	display: inline;}

div#nav li a {
	display:block;
	width: auto;
	color: #959595;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 30px;
	padding-left: 30px;
	text-transform: uppercase;
}
div#nav li a:hover {
	color: #FFFFFF;}

div#links a:link, div#links a:visited {
	color: #999999;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
div#links a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin: 0px;
	padding: 0px;
}

/* Creates the div for the content */
div#content {
	width: 840px;
	float: right;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 35px;
	margin-bottom: 20px;
	padding: 2px;
	border: 2px dashed #915A2C;
	margin-top: 20px;
}
div#content img.left {
	padding: 2px;
	border: 2px dashed #915A2C;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 990px;
	color: #FFA10E;
	font-size: 10px;
	height: 31px;
	background-repeat: no-repeat;
	padding-top: 4px;
	background-color: #15171E;
}

/* UL TAG */
div#footer ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	width: 100%;} 

div#footer li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	display: inline;}

div#footer li a {
	display:block;
	width: auto;
	color: #959696;
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-right: 42px;
	padding-left: 42px;
	text-transform: uppercase;
}
div#footer li a:hover {
	color: #FFFFFF;}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 990px;
}
div#copyright a {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
div#links {
	padding-left: 10px;
	padding-top: 5px;
}
/* ----------------- right side ----------------- */

div#leftside {
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 150px;
}
div#leftside img {
	border: none;
}
div#address {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFA10E;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	width: 720px;
	padding-top: 5px;
}
ul#list {
	font-size: 12px;
	margin-left: 80px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
}

ul#list li {
	line-height: 14pt;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}

.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
	border: 1px solid #30120D;
}
.clear {
	clear: both;
}
.name {
	font: bold 15px "Rockwell Condensed", "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #2C0E07;
}
.small {
	font-size: 10px;
}
.right {
	float: right;
	margin-right: 100px;
	margin-top: 25px;
	padding: 0px;
}
.flash {
	margin: 0px;
	padding: 0px;
}
.parts {
	margin: 0px;
	padding: 0px;
}

div#gmc {position:absolute; left:814px; top:13px; width:75px; height:52px; z-index:9;}
div#buick {position:absolute; left:773px; top:15px; width:35px; height:52px; z-index:9;}
div#pontiac {position:absolute; left:721px; top:15px; width:50px; height:52px; z-index:9;}
div#jaguar {position:absolute; left:890px; top:13px; width:85px; height:52px; z-index:9;}