@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/vector_background.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center top;
}
#header {
	float: left;
	overflow: hidden;
	background-color: #FFF;
	border-left: 1px solid #cc7a00;
	border-right: 1px solid #cc7a00;
	width: 780px;
}
#header #topLeft{
	float: left;
	padding: 0px;
	text-align: left;
	margin: 10px 10px 5px 5px;
}
#header #topLeft  img{
	border: none;
}
#header #topRight {
	float: right;
	color: #206bb7;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 20px 40px 0 0;
}
#header #topRight  a{
	text-decoration: none;
	color: #cc7a00;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
#header #topRight a:hover {
	text-decoration: underline;
}

#contentArea {
	border: 1px solid #cc7a00;
	border-top:none;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #cc7a00;
	width: 780px;
	background-color: #FFF;
}

#contentArea #navigation{
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	border-top: 3px solid #cc7a00;
	border-bottom: 3px solid #206ab6;
	/*background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;*/
	padding: 0 5px;
	width: 770px;
}
#contentArea #navigation ul{
	margin: 0;
	padding-left: 70px;
}
#contentArea #navigation ul li{
	display: inline;
}
#contentArea #navigation a{
	text-decoration: none;
	color: #206ab6;
	float: left;
	padding: 4px 30px;
}
#contentArea #navigation a:hover {
	background-color: #206ab6;
	color: #FFF;
}
#contentArea .section {
	margin-bottom: 20px;
	overflow: hidden;
}
#contentArea .section .floatRight {
	float: right;
	margin: 30px 20px 10px 20px;
	padding: 10px;
	border: 1px solid #206BB7;
}

#contentArea .section h1{
	font-size: 18px;
	color: #206BB7;
	margin: 0 0 5px 5px;
}
#contentArea .section h2 {
	font-size: 16px;
	margin: 10px 0 5px 10px;
	padding: 0;
	color: #206BB7;
}
#contentArea h3 {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin: 0;
	color: #206BB7;
}
#contentArea .section ul {
	margin: 0;
}
#contentArea .section p{
	margin: 0 0 10px 10px;
	font-size: 14px;
	padding: 0;
}
#contentArea a {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #CC7A00;
	font-size: 14px;
}
#contentArea a:hover {
	text-decoration: underline;
}
#contentArea .addys{
	margin: 0;
	padding: 10px 20px;
	border-top: 3px solid #206ab6;
	font-size: 14px;
	color: #206ab6;
	overflow: hidden;
}
#contentArea .addys .left {
	float: left;

}
#contentArea .addys .middle {
	float: left;
	margin: 10px 20px;
	text-align: center;
	width: 450px;
}
#contentArea .addys .middle h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
#contentArea .addys .right {
	float: right;
	text-align: right;

}
#contentArea .itemBox {
	float: left;
	width: 244px;
	margin-left: 5px;
	margin-top: 6px;
}
#contentArea .itemBox h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 5px;
	margin: 0px;
	color: #206ab6;
	font-weight: bold;
}
#previewMask {
	height: 4px;
	margin-top: 25px;
}


#previewImg {
	width: 200px;
	height: 150px;
	position: absolute;
	left: -500px;
	padding: 5px;
	border: 1px solid #000;
	background-color: #FFF;
	top: 10px;
}


#footMask {
	overflow: hidden;
	margin-bottom: 10px;
}
#footMask #footer{
	font-size: 14px;
	float: left;
}
#footMask #footer ul{
	padding: 0px;
	margin: 0px;
}
#footMask #footer ul li{
	list-style-type: none;
	padding: 0px;
	float: left;
	margin: 5px;
}
#footMask #footer ul li a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#footMask #footer ul li a:hover {
	text-decoration: underline;
}

#footMask #footer2{
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	float: right;
	color: #FFF;
}
#carsTables {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
#carsTables a {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #c77a00;
}
#carsTables a:hover {
	text-decoration: underline;
}
#carsTables .headers {
	font-size: 14px;
}
#carsTables .headers th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#carsTables tr td {
	padding: 4px 2px;
	text-align: center;
	border-right: 1px dotted #BBB;
}
#carsTables #headerTable .item{
	background-color: #E9E9E9;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #206ab6;
	font-weight: bold;
}
#carsTables .item {


}
#carsTables .item #stockNumber {
	text-transform: uppercase;
}
#carsTables .item #price {
	text-align: right;
}

p {
	padding: 5px;
	margin: 0px;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #066CAA;
}
.ContactForm {
	margin: 0px;
	padding: 5px;
	height: 215px;
	width: 375px;
	float: left;
	font-size: 14px;
}
#note {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
}
