/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-size:13px;
	font-family:"Trebuchet MS";
	background-color:#01267E;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1{color:#FFFFFF; font-size:24px;}
p{margin:5px 0 10px 0;}
a{color:#FD9F01;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
#banner_container{height:158px;  background-image:url(images/bg_banner.png); background-repeat:repeat-x;}
#banner_content {width:990px; background-image:url(images/bg_banner.jpg); background-repeat:no-repeat; height:158px;}
#banner {text-align:left;}
#banner #logo{margin:14px 0 0 25px;}
#banner .address{color:#FFFFFF; margin:20px 25px 0 0;}
#banner .email{color:#FFFFFF; margin:10px 25px 0 0; font-size:18px; line-height:25px;}
#banner .email a{color:#FFFFFF;}
#banner #menu{text-align:center; padding-top:15px;}
#banner #menu a{color:#000000; font-size:18px; text-decoration:none; margin:0 20px;}
#banner #menu a:hover{color:#FFFFFF;} 
#body_container{background-color:#333333; border-bottom:1px solid #FFFFFF;}
#body_content_home {width:990px; background-image:url(images/bg_body_home.jpg); background-repeat:no-repeat; height:373px;}
#body_content {width:990px; background-image:url(images/bg_body.jpg); background-repeat:no-repeat; background-color:#333333;}
#main_body{text-align:left; padding:10px 20px 20px 20px; vertical-align:top; color:#FFFFFF;}
.heading{font-size:18px; color:#000000; font-variant:small-caps; font-weight:bold;}
.contact_form{margin-top:20px;}
.contact_form td{color:#FFFFFF;	vertical-align:top; text-align:left; padding-bottom:10px;}
.contact_input {width:300px;}
.contact_textarea {width:300px;	height:100px;}
#featured_container{height:220px; background-image:url(images/bg_featured.png); background-repeat:repeat-x; border-bottom:1px solid #FFFFFF;}
#featured_content {width:990px;}
#featured {text-align:left; padding:20px;}
#footer_container{height:130px; background-image:url(images/bg_footer.png); background-repeat:repeat-x;}
#footer_content {width:990px;}
#footer {text-align:left; color:#FFFFFF; padding-top:20px;}
#footer p{color:#FFFFFF; margin:5px; font-weight:bold; padding:0; margin:0;}
#footer a{color:#FFFFFF; margin:5px; font-weight:bold;}
#footer #site_links{color:#FFFFFF; text-align:right; margin-right:25px;}

.message_container{border:1px solid #FFFFFF; margin-bottom:20px; padding:10px;}

.featured{width:225px; text-align:center;}
.featured img {border:1px solid #333333; padding:1px; width:175px;}
.featured a {color:#333333;}

.thumbnail{border:1px solid #FFFFFF; padding:1px;}
.stock_listing{width:300px;}
.stock_listing h1{font-size:30px;}
.stock_listing .sold{font-size:24px;}
.stock_listing .stock_attribute{font-size:16px;}
.stock_listing ul{list-style-type:disc; margin-left:20px;}
.stock_photos{width:550px;}
.stock_photos ul { list-style-type: none; margin: 0; padding: 0; }
.stock_photos li { margin: 3px 3px 3px 3px; padding:0; float: left; text-align: center;}
.stock_photos li img{border:1px solid #CC9900;}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
.parts-table {}
.parts-table th{border:1px solid #FFF; font-weight:bold; padding:10px;}
.parts-table th.make, th.model, th.year, th.price {width:200px;}
.parts-table td {border:1px solid #FFF; padding:5px 5px 5px 10px;}
