﻿@charset "UTF-8";

        #menu {
             display: none;
         }
         .no-js #menu {
             display: block;
         }

body {
	font: 100%/1.4 Arial, Helvetica, Verdana, sans-serif;
	background: #2f303a;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 10px;
	padding-left: 10px; 
	margin: 1em 0em 0.2em;

}
a img { 
	border: none;
}

a:link {
	color:#156a9b;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #2f303a;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 90%;
	max-width: 1260px;
	min-width: 800px;
	background: #FFF;
	margin: 0 auto; 
}

/* ~~ Header Styles ~~ */

.header {
	background: #b1120e url(../images/header-bg.png) repeat-x left bottom;
	padding: 0px;
	height: 55px;
	color: #FFF;
}

.header .logo {
	float: left;
	width: 12%;
}
.header #greeting {
	float: left;
	width: 58%;
	background: url(../images/header-tracks.png) no-repeat right bottom;
	height: 55px;
	margin: 0px;
	padding-top: 0px;
}
.header #search {
	width: 30%;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: right;
	height: 55px;
}
.header .logo img {
	padding: 10px 15px 10px 10px;
}
.header #search label {
	font-size: 12px;
	font-weight: bold;
}
.header #greeting p {
	padding: 25px 20px 10px;
	margin: 0px;
	font-size: 12px;
	font-style: italic;
}
.header #search #carSearchForm {
	padding: 10px 10px 10px 20px;
}
.header #search #carSearchForm #car {
	padding: 1px;
	margin: 0px;
	width: 40%;
	height: 10px;
}

/* ~~ This is the layout information. ~~ */
.content {
	background: #e2e3e6;
    padding-top: 15px;
}

/*.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}*/

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #000;
	color: #CCC;
}

.footer p {
	font-size: 11px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* Top Nav styles */
.topNav {
	background: #000;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.breadcrumb {
	background: #646675;
	color: #CCC;
	font-size: 12px;
}
.breadcrumb p {
	padding: 5px 10px;
	margin: 0px;
}

/* Misc Content Styles */

h1 {
	font-size: 1.2em;
	margin: 1em 0em 0.2em;
}

h2 {
	font-size: 1.1em;
	margin: 1em 0em 0.2em;
}

p {
	font-size: 0.9em;
}

p.italic {
	font-style: italic;
}

/* Table Styles */

/*table {
	font-size: 0.9em;
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 10px;
}
table td, table th {
	padding: 0;
	margin: 0;
}

.leftHeaderTable {
	padding: 0px;
	border-style: none;
}

.leftHeaderTable th {
	text-align: right;
	padding: 2px 10px 2px 0px;
	font-weight: normal;
}

.leftHeaderTable td {
	text-align: left;
	padding: 2px 5px 2px 0px;
	font-weight: bold;
}*/