/* CSS Document */

html {
   height: 100%;
}

body {
   font-size: 0.7em;
   font-family: verdana, sans-serif;
   margin-left:5px;
   margin-top:5px;
   background:#999;
}

a{
	color:#c00;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a img {
  border: 0;
}
br.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.center{
	text-align:center;
}

p.bold, span.bold {
  font-weight: bold;
}
.clearBoth{
	clear:both;
	font-size:1px;
}
.borderless{
	border: 0;
}
#main{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	border:1px solid #000;
	background:#fff;
}
#top{
	width:760px;
	height:140px;
	border-bottom:solid 1px #000;
	
	
	background:url(/images/topbanner.gif) no-repeat;
}
#menu{
	float:left;
	width:150px;
	clear:left;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;

	
}

#menu ul li{
	display:block;
	margin:0px 0;
	padding:1px 0;
	background:url(/images/reddot.gif) bottom repeat-x;
	font-weight:bold;
	
}
html>body #menu ul{
	margin-left:0;
	padding-left:0;
}
html>body #menu ul li{
	/*margin-left:-15px;*/
}

#menu ul li a, #menu ul li a:link{
	display:block;
	color:#c00;
	text-decoration:none;
	padding:2px 0 2px 4px;
	border-left:solid 5px #fff;
}
/*#menu ul li a:active{
	color:#000;
	border-left:solid 5px #000;
}
*/
#menu ul li a:hover{
	border-left:solid 5px #000;
	background:#eee;
	/*color:#000;*/
}

#content{
	margin:0 8px;
	float:left;
	width:424px;
	line-height:1.5em;
	text-align:justify;
	

}
#contentfull{
	margin-left:8px;
	float:left;
	width:602px;
	line-height:1.5em;
	text-align:justify;
}
h1{
	font-size:1.1em;
	border-bottom:1px solid #000;
	color:#c00;
	margin-bottom:4px;
}
#rightside{
	float:left;
	width:170px;
	margin-top:18px;
}

#rightside img{
	padding:2px;
	border:1px solid #c00;
}

#footer{
	clear:both;
	width:760px;
	margin-top:10px;
	border-top:solid 1px #000;
	padding:0px 0;
	text-align:center;
	background:#ddd;
	height:50px;
}
#footer #footdetails{
	width:590px;
	float:left;
	margin-top:3px;
}
#footer #leftfoot{
	background:url(/images/footleft.gif) no-repeat left bottom;
	height:50px;
	width:85px;
	float:left;
}
#footer #rightfoot{
	background:url(/images/footright.gif) no-repeat right bottom;
	height:50px;
	width:85px;
	float:left;
}

/*--------------------------------------------------------------------------------------------------
						General
-----------------------------------------------------------------------------------------------------*/
.headline{
	font-weight:bold;
	color:#c00;
}

/*--------------------------------------------------------------------------------------------------
						END OF General
-----------------------------------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------------------------------
						Sales
-----------------------------------------------------------------------------------------------------*/

#pagecount{
	margin:0px 0px 8px 0px;
}
#currentpage{
	float:left;
}
#pages{
	float:right;
}
#carimages{
	/*border:solid 1px #000000;*/
	float:right;
	width:220px;
	text-align:left;
	/*margin-right:10px;*/
}
#carsection{
	margin:0;
	padding:0;
	width:370px;
}

.devitem{
	clear:both;
	border-top:1px solid #000;

}
.devimage{
	width:100px;
	float:left;
}
.devimage img{
	margin-top:5px;
	padding:1px;
	border:1px solid #000;
}

.devdetails{
	margin-left:110px;
}
.devtitle{
	background-color:#c00;
	color:#fff;
	text-indent:4px;
}
.devtitle a{
	color:#fff;
}

.devleft{
	float:left;
	width:220px;
}
.devright{
	float:left;
	width:255px;
}

.devclear {
  clear: both;
  /*padding-bottom:5px;
  margin-bottom:5px;*/
}
.devdetleft{
	float:left;
	width:150px;
}
.devdetright{
	float:left;
	width:200px;
}
.devhead{color:#c00; font-weight:bold; border-bottom:solid 1px #000; margin-top:10px; float:left; width:100%}

/*--------------------------------------------------------------------------------------------------
						END OF Sales
-----------------------------------------------------------------------------------------------------*/
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	padding:0;
	margin:0;
}

.hoverbox img
{
	background: #fff;
	/*border-color: #aaa #ccc #ddd #bbb;*/
	border-color:#c00;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;

	border-style: solid;
	border-width: 1px;
	color: inherit;
	/*display: inline;*/
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -40px;
	left: -50px;
	z-index: 1;
}

.hoverbox .preview
{
	border-color: #000;

}

/*--------------------------------------------------------------------------------------------------
						lightbox
-----------------------------------------------------------------------------------------------------*/


#lightbox{
	background-color:#eee;
	padding: 20px;
	border:solid 3px #c00;

	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 

#overlay{

	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/*--------------------------------------------------------------------------------------------------
						END OF lightbox
-----------------------------------------------------------------------------------------------------*/
/*CONTACT US*/
#contact{
	float:left;
	width:250px;
}
#contactus{
	float:left;
	width:330px;
	padding-left:10px;
}
#contactus fieldset {
	
	/*display:block; 
	border:1px solid #00f; 
	padding:5px;
	font-family:verdana, sans-serif; 
	margin-bottom:0.5em; 
	line-height:1.5em;*/
}
#contactus legend {font-family:Verdana, Arial, Helvetica, sans-serif, sans-serif; color:#c00;/* font-size:1.1em;*/ font-weight:bold; /*border:1px solid #00f;*/ margin-bottom:5px; padding:0px 5px 2px 0px; /*width:100px;*/ /*background:#ddd;*/}
#contactus label {clear:left; display:block; float:left; width:100px; text-align:right; padding-right:10px; color:#000; margin-bottom:0.5em;}
#contactus input{border:1px solid #c00; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;}
#contactus textarea {border:1px solid #c00; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;/**/}
#contactus select {border:1px solid #c00;  margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;}
/*#contactus select {margin-left:0.5em;}*/
#contactus #button { /*margin-left:110px;*/}
#contactus #button1 {color:#c00; background-color:#fff; padding-right:0.5em; cursor:pointer; width:50px; border:solid 1px #c00;}
/*#contactus #button1:hover {background-position:center left; color:#000;}*/
.errmessage{color:#f00;}
/*END CONTACT US*/
.border{
	border:solid 1px #c00;
}

