* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #959595;
	background-color: #c80400;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

a.dkblue { color: #191a69; }

a.dkred { color: #b50a0a; }

a:hover {
	text-decoration: underline;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


img {
	border: none;
}

td {
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 7px 0px 8px;
	text-align: justify;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}



/* Main Navigational Menu */

#mainnav {
	color: #fff;
	background-color: inherit;
	font-size: 12px;
}

#mainnav a {
	text-decoration: none;
}

#mainnav a:hover {
	text-decoration: underline;
}


/* Left Column and Sidebar */

#leftcolumn {
	width: 229px;
	color: #000;
	background-color: inherit;
	float: right;
	text-align: left;
	font-size: 9px;
}

#leftcolumn ul {
	width: 100%;
	overflow: hidden;
}

#leftcolumn li {
	margin-bottom: 1px;
	padding: 3px 10px 5px 35px;
	color: inherit;
	background: #b3b3b3 url('images/bullet.gif') no-repeat 9px 50%;
}

#leftsidebar {
	margin-top: 6px;
	margin-right: 6px;
	width: 223px;
}

#leftsidebar a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

#leftsidebar a:hover {
	text-decoration: underline;
}

#leftsidebar h2 {
	height: 54px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

/* Logo */

#logo {
	margin-top: 10px;
	width: 404px;
	height: 97px;
	color: #fff;
	background: url('images/logo.png') repeat-y 0% 0%;
	font-weight: bold;
}

/* Used Cars */

#usedcars {
	margin-top: 10px;
	color: inherit;
	background-color: #313131;
	border-top: #fff 1px solid;
}

#usedcars h2 {
	background-image: url('images/usedcars.jpg');
  cursor: hand;
}

#usedcars li {
	color: inherit;
	background-color: #b3b3b3;
	background-image: url('images/bullet.gif');
}

/* Guaranteed Finance */

#guaranteedfinance {
	color: inherit;
	background-color: #313131;	
}

#guaranteedfinance h2 {
    height: 35px;
	background-image: url('images/finance.jpg');
}


/* Locate Us */

#locateus {
	color: inherit;
	background-color: #000;
	text-align: left;
}

#locateus h2 {
    height: 30px;
	background-image: url('images/locate.jpg');
}

#locateus li {
	color: inherit;
	background-color: #babdbf;
	background-image: url('images/bullet.gif');
}


