@charset "utf-8";
/* CSS Document */

td {
	border: 1px solid black;
	}

img {
	border: 0px;
	}
	
li {
	line-height: 10px;
	height: auto;
	}


.container {
	height: auto;
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}
	
body {
	background-color:#999999;
	color: black;
	font-family: Microsoft Sans Serif, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/backgrounds/brushedaluminum.jpg);
	background-repeat: repeat-y;
	}
	
.header {
	height: 100px;
	width: 95%;
	min-width: 1000px;
	background-color: #111111;
	margin: 15px;
	/*text-align: center;*/
	background-image:url(../images/banner/header.jpg);
	background-repeat:repeat-x;
	}
	
.content {
	min-height: 300px;
	height: auto;
	min-width: 430px;
	max-width: 430px;
	width: auto;
	float: left;
	margin: 15px;
	padding: 0px;
	}
	
.content .table {
	margin: auto;
	padding: 0px;
	/*background-color:#000000;*/
	width: auto;
	min-width: 400px;
	height: auto;
	min-height: 110px;
	}
	
h1 {
	color: #990000;
	border-bottom: 1px solid black;
	width: 75%;
	font-size: 18px;
	margin: 0px;
	margin-top: 7px;
	}
	
h3 {
font-size: 14px;
	}
	
.photo {
	min-height: 300px;
	height: auto;
	width: 500px;
	max-width: 500px;
	background-color: #111111;
	margin: 15px;
	float: left;
	}
	
.phototable {
	margin-left: 30px;
	padding-left: 10px;
	/*background-color:#000000;*/
	width: auto;
	height: auto;
	min-height: 110px;
	}
	
.photos {
	border: 4px solid #111111;
	background-color:#000000;
	float: left;
	height: 80px;
	width: 120px;
	margin: 5px;
	}
	
.wheeltable {
	margin: auto;
	padding: 12px;
	/*background-color:#000000;*/
	width: auto;
	height: auto;
	min-height: 110px;
	}
	
.wheel {
	border: 4px solid #000000;
	background-color:#000000;
	float: left;
	height: 65px;
	width: 65px;
	margin: 3px;
	}
	
.lip {
	border: 7px solid #000000;
	background-color:#000000;
	float: left;
	height: 100px;
	width: 100px;
	}
	
.wheel img {
	height: 65px;
	width: 65px;
	}
	
.caption {
	height: 25px;
	width: 100%;
	background-color: #111111;
	color: white;
	padding-top: 5px;
	text-align: center;
	
	}
	
.extra {
	height: 25px;
	width: 480px;
	margin-left: 15px;
	float: left;
	/*background-color: #111111;*/
	color: white;
	padding-top: 5px;
	padding-left: 10px;
	}
	
.menu {
	height: 40px;
	width: 95%;
	min-width: 1000px;
	background-color: #111111;
	background-image:url(../images/backgrounds/menublack.jpg);
	background-repeat:repeat-x;
	background-position:center;
	margin: 15px;
	margin-bottom: 0px;
	}
	
.menu a {
	color: white;
	}
	
.menu a:hover {
	color: white;
	}
	
.nav {
	width: auto;
	height: 32px;
	max-width: 120px;
	padding-left: 26px;
	padding-right: 26px;
	color: white;
	font-size:18px;
	padding-top: 8px;
	float: left;
	}
	
.nav:hover {
	width: auto;
	height: 32px;
	padding-left: 26px;
	padding-right: 26px;
	color: white;
	font-size:18px;
	padding-top: 8px;
	background-color: #510000;
	}
	
.footer {
	height: 28px;
	width: 100%;
	min-width: 1000px;
	/*background-color: #111111;*/

	margin-top: 0px;
	text-align: center;
	padding-top: 12px;
	float: left;
	font-size: 9px;
	/*color: white;*/
	color: #333333;
	}
	
a {
	color: #0066CC;
	text-decoration: none;
	}
	
a:hover {
	color: #0099CC;
	}
	
/*Customer Cars Section */

.maketable {
	margin: auto;
	/*background-color:#000000;*/
	width: auto;
	height: auto;
	min-height: 110px;
	}
	
.make {
	height: 15px;
	width: 100px;
	padding-bottom: 4px;
	background-color:#111111;
	margin: 2px;
	float: left;
	text-align: center;
	}
	
.make:hover {
	background-color:#000000;
	color: #999999;
	}
	
.make a {
	color: #999999;
	}	
	
.make a:hover {
	color: #FFFFFF;
	}
	
.experience {
	font-size: 9px;
	color: #666666;
	text-align: center;
	width: 100%;
	float: left;
	}