@charset "utf-8";
/* CSS Document */

body {
background-color: #000000;
}

.flair {
	width:800px; 
	margin:25px auto 0 auto;
	/*background-color:#999;*/
}

.imagebg {
	background-color:#999;
	/*background-image:url(../images/strip.jpg);
	background-position:1px 30px;
	background-repeat:no-repeat;*/
	
}

.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-bottom: none; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
	margin: 0px;
	padding: 0;
	padding-left: 80%; /*offset of tabs relative to browser left edge*/
	font: bold 12px Verdana;
	list-style-type: none;
}

.mattblacktabs li{
	display: inline;
	margin: 5px;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 2px;
	padding: 1px 8px; /*padding inside each tab*/
	/*border-right: 1px solid #999;*/
	color: white;
	background: #0066CC; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background:#004D71; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	/*border-right: 1px solid #999;*/
}



table {
font:normal 11px Verdana, Geneva, sans-serif;
}

h1 {
	margin: 0px 0px 4px 0px;
	font:bold 1.5em  "Arial Black",Gadget,sans-serif;
	color: #000;
}

p {
font:normal 11px Verdana,Geneva,sans-serif;
margin:5px 8px;
}

.enlarge {
font-size: 0.9em;
color: #ffffff;
}

.features {
	padding:5px 0;
	float: left;
	width: 100%;
	margin: 5px 0;
	border-top:1px solid #ccc;
	text-align:left;
}

.features ul {
margin:0px 5px;
padding:0px 7px;
}

.features ul li {
	padding:4px 2px;
	margin:0;
	font-size: 10px;
	font-weight: bold;
	display:inline;
	color:#fff;
}

.floatme {
	float:left;
}

.padimg {
	margin-right:10px;
}

td img {
/*float: left;*/
border:2px solid #fff;
margin: 3px;
}

td.left img{
float: left;
border:2px solid #fff;
margin: 3px;
}

.imgnofluff {
	border-top:1px solid #7C7C7C;
	border-bottom:1px solid #7C7C7C;
	border-left:none;
	border-right:none;
}


.sublogo img{
  text-align:center;
  float:left;
  /*border:1px solid #fff;*/	
}
	

.carname {
	font:bold 1.3em "Arial Black",Gadget,sans-serif;
	color: #000000;
	padding:5px 0;
}

.outline {
	border:3px solid #333;
	background-color:#7C7C7C;
	float: left;
	width:380px;
	margin-left:5px;
}
