/*

CSS reset for stupid browsers------------

*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*

-----------------------------------------------------------------------

*/

/*

Layout divs-------------------

*/

body{
	background: #4a4a4a;
	font: 11px Tahoma, Verdana, Arial;
	color: #555555;
	margin: 5px 0px;	
}
html, body{ width: 100%; }

td{
	font: 11px Tahoma, Verdana, Arial;
	color: #555555;
}

#algin{
width:800px;
margin:0px auto;
text-align:center;
}
#bgwrap{
	background: url(/template/shadow_bg.gif) repeat-y center top;
	width:800px;
	
}
#head_bg{
	background: url(/template/header.gif) no-repeat center top;
	height: 20px;
	width: 800px;
}
#foot_bg{
	background: url(/template/footer.gif) no-repeat center top;
	
	height: 20px;
	width: 800px;
}
#wrapper{
	
	height: auto;
	width: 730px;
	margin: 0px auto;
	text-align: left;
	
}
#container{
	
}
#header{
	height: 297px;
	width: auto;
	background: url(/template/px.gif) repeat-x left bottom;
	position: relative;
}
#logo{
	position: absolute;
	height: 98px;
	width: 222px;
	background: url(/template/logo.jpg) no-repeat;
	left: 10px;
	top: 1px;
	z-index: 6000;
	display: block;
}
#nav{
	height: 54px;
	width: auto;
	background: url(/template/nav_bg.gif) repeat-x;
	z-index: 300;
}
#slideshow{height:235px; background-image: url('/template/slideshowbg.gif'); background-repeat: no-repeat; }
#content{
	position:relative;
	padding: 0px;
	background: url(/template/left_bg.gif) repeat-y 0px -1px;
}
#footer{
	background: url(/template/footer_bg.gif) no-repeat left top;
	height: 96px;
	width: 710px;
	padding: 10px;
	z-index:99;
	font-size: 12px;
}
#footer p{
	padding-bottom: 3px;
}
	
#inventory{}

/*

classes----------------------

*/
.left200{
	width: 199px;
	float: left;
}
.right510{
	width: 480px;
	float: right;
	padding-right: 20px;
	line-height: 16px;
}
.full_column{
	width:auto;
}
#content .left200{
	float:left;
	padding-left: 10px;
	padding-bottom:20px;
	z-index:1;
	background: url(/template/vehicle-bg.gif) no-repeat 114px top;
}
#content .right510{
	padding-bottom: 10px;
}
#footer .right510{
	text-align:center;
}
#footer .right510 a{ padding: 0px 16px; 
}
.spacer{ clear: both; }

.left{
float:left;
}
.left img{
margin-right:10px;
}

.catalogue_float{
	float:left;
	padding:5px;
	margin-left:5px;
	height: 220px;
	width: 143px;
	background: #F3F3F1;
	border: 1px solid #5e6368;
	text-align:center;
}

.catalogue_float img{border: 1px solid #5e6368; width:120px; margin:0px auto; }
.catalogue_float a{}
.catalogue_float a img{}
.success{
	font-size: 14px;
	font-weight: normal;
	color: #42A44F;
}
.error{ color: #AF4353; 
font-size: 14px;
	font-weight: normal;
}

#content .vehicle_item img{
	border: 1px solid #bababa;
}
#content .vehicle_item{
float: left; margin-bottom: 10px; margin-right: 10px; border: 1px solid #bababa; width: 230px; font-size: 10px;
	background-image: url('/template/vehicle-bg.gif');
	background-repeat: no-repeat;
	background-position: right top;

}
/*

Text-------------------------

*/

a{
	color: #4E6A87;
	text-decoration: underline;
	font-weight: normal;
}
a:hover{
	color: #374B60;
	text-decoration: underline;
}


p{
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
strong{
	font-weight: bold;
	color: #000000;
}
h1, h2, h3, h4{
	font-family: Tahoma, Verdana, Arial;
	line-height: 27px;
	color: #000000;
}
.left200 h1{
	font: bold small-caps 14px/27px Tahoma, Verdana, Arial;
	background: url(/template/3txt1.gif) no-repeat left bottom;
	
	margin-bottom: 5px;
}
.right510 h1{
	font: bold small-caps 14px/27px Tahoma, Verdana, Arial;
	background: url(/template/4txt3.gif) no-repeat left bottom;
	
	margin-bottom: 5px;
	clear:both;
}
.catalogue_float h3{ line-height: 13px; margin-bottom:5px;	display:block; height:30px;
}
.catalogue_float { padding:3px;	
}
/*

Forms-------------------------

*/

#search_form input,#search_form select, #contactform input{
margin-top:5px;
}
#credit_app tr{
margin-top:3px;
margin-bottom:3px;
}


input, textarea, select{
	font: 11px Tahoma, Verdana, Arial;
	color: #000000;	
}
#content .submit_button{
	font-weight: bold;
}

/* ------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ------------------------------------------------- */

#trailimageid{
	z-index: 5000;
	position: absolute;
}
#trailimageid .photo_enlarge{
	background-color: #ffffff;
	padding: 0px;
	border: 1px solid #bababa;
	color: #333333;
}