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

body{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #434343;
	text-align: center;
	margin-top: 25px;
}
a img {border:none; text-decoration:none;}


input{
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

select{
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

option{
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

#container{
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


#header{
	background-color: #000000;
}

#headertext{
	letter-spacing: 0.1em;
}

.headerbullet{
	color: #015991;
}

#menu{
	width: 1000px;
	height: 30px;
	background-color: #11477F;
	margin: auto;
}



/* ********* HOME PAGE ********** */
/* ********* HOME PAGE ********** */
/* ********* HOME PAGE ********** */

#flashmovie{
	
	background-color: #FFFFFF;
}

#homesearchcontainer{
	width: 322px;
	height: 204px;
	/*border: 2px solid #a9a9a9; */
	text-align: center;
}

.searchhead{
	color: #015991;
	font-weight: bold;
	font-size: 120%;
}

.inventorytable {
	border: 1px solid #434343;
	border-collapse: collapse;
	background-color: #FFF;
}

.inventorytable a {text-decoration:none; color:#000; font-size:1.25em;}

/* ********* INVENTORY SEARCH FORM ********** */
/* ********* INVENTORY SEARCH FORM ********** */
/* ********* INVENTORY SEARCH FORM ********** */

.inventorysearchfield{
	font-size: 16px;
	width: 258px;	
}

#searchformtable{
	padding: 10px 0;
}

#searchformtable, #searchformtable td{
	text-align: center;
}

#yearloader {
	display: inline;
	width: 20px;
	height: 20px;	
}

#makeloader {
	display: inline;
	width: 20px;
	height: 20px;
}

#modelloader {
	display: inline;
	width: 20px;
	height: 20px;
}

#specialsrow{
	background-color: #000000;
	padding: 20px 0;
}

table#specialstable td {
	text-align: center;
}



/* ********* FOOTER ********** */
/* ********* FOOTER ********** */
/* ********* FOOTER ********** */

#footer{
	width: 1000px;
	text-align: center;
	padding: 20px 0;
	background-color: #000000;
}

#footertable{
	width: 900px;
	text-align: center;
}

#footer td{
	color: #FFFFFF;
	font-size: 10px;
}

td.footerlabel{
	width: 100px;
	text-align: left;
}

#footer a, #footer a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover, #footer a:active{
	color:#FFFFFF;
	text-decoration: underline;
}



/* ********* INVENTORY PAGE ********** */
/* ********* INVENTORY PAGE ********** */
/* ********* INVENTORY PAGE ********** */

#outercontainer{
	border-bottom: 1px solid #000000;
	padding: 2px;
}

#inventorysearchcontainer{
	border: 2px solid #a9a9a9;
	padding: 2px;
}

#inventorycell{
	border-left: 1px solid #000000;
	border-collapse: collapse;
	background-color: #11477f;
}

.cartitle{
	font-weight: bold;
}

.cartitle a:link, .cartitle a:visited{
	color: #FFF;
	text-decoration: none;
}

.cartitle a:hover, .cartitle a:active{
	color: #FFF;
	text-decoration: underline;
}

#searchreturned {
	padding: 5px 5px 5px 19px;
	font-weight: bold;
}

.carsummarylabel{
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
}
.carsummarydata{
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
}
.nottop{
	padding-top: 3px;
}

.pricelabel{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000000;
	font-weight: normal;
}

#creditappform{
	border: 2px solid #11477f;
	background-color: #FFF;
}

#creditappform td{
	color: #000;
	font-size: 12px;
}

#creditappform input{
	font-size: 12px;	
}

#creditappform .altrow{
	background-color: #DDD;
}

#creditappform .TCAgreement{
	color: #666;
	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	width: 400px;
}

.small{
	font-size: 9px;
}

#content{
	padding: 20px;
	color: #000;
}


#newcarspecial{
	padding: 20px;
	font-size: 28px;
	color: #FFFFFF;
	background-color: #000;
}

.mainphotoouter{
	border: 2px solid #817f7a;
}

.mainphotoinner{
	border: 5px solid #11477f;
}

.thumbnailcontainer{
	margin: 0 4px 4px 0;
	float: left;
	display: inline;
}

.thumbnailouter {
	border: 1px solid #817f7a;
}

.thumbnailinner {
	border: 2px solid #11477f;
}

/* ********* DEBUGGING ********** */
/* ********* DEBUGGING ********** */
/* ********* DEBUGGING ********** */

.pre{
	/*white-space: pre-wrap;        css-3 
	white-space: -moz-pre-wrap;   Mozilla, since 1999 
	white-space: -pre-wrap;       Opera 4-6 
	white-space: -o-pre-wrap;     Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	color: white;
	background-color: black;
	width: 1000px;
	margin: 10px auto;
	text-align: left;
}
