/* 262626-page background
101010-slideshow background
header 900x370*/

/* layout */

html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #262626 url('images/background.jpg') repeat-x;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background: #101010;
}

div#header {
	width: 900px;
	height: 370px;
	margin: 0;
	padding: 0;
	background-color: #101010;
	background-image: url('images/car_logo2.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px; 
}

div#content {
	clear: both;
	padding-bottom: 50px;
   	text-align: center;
}

div#content h2 {
	margin: 30px 0 20px 0;
}

div#content h3 {
	margin: 30px 0 20px 0;
}

div#content p {
	margin: 1em 150px;
	text-align: left;
}

div#content ul {
	margin: 1em 150px;
	text-align: left;
	list-style-type: circle;
}

div#nav {
	width: 898px;
	margin: 0 auto;
   	text-align: center;
	border: 1px solid #777;
}

div#nav ul {
	margin: 0 auto;
	padding: 0;
   	text-align: center;
}

div#nav li {
	display: inline;
	margin: 0 2px;
	padding: 4px 10px;
	background-color: #262626;
	border: 1px solid #fff;
	list-style-type: none;
}

div#flashcontent {
	margin: 20px auto 0 auto;
	padding: 20px;
	width: 640px;
	border: #ccc solid 2px;
	 -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; 
}

div#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.border {
	border: 2px solid #777;
}

/* typography */

body, div, p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #ccc;
}

a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .15s ease-out;
}

a:hover {
	color: #0091f7;
}

/* style exceptions */

div#header h1, div#header h2 {
	margin: 0;
	padding: 0;
}

div#nav ul li {
	color: #0091f7;
	/* font-size: 1.2em; */
}
