@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/sitebg.jpg); background-repeat:repeat-x;
}
.container {
	background-image: url(../images/tablebg_top.png);
	background-repeat:repeat-y;
	margin-top:-8px;
	width:961px;
	overflow:hidden;
}
.topline {
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentheader {
	font-size: 14px;
	font-weight: bold;
	color: #007DC3;
}
.footertext {
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#nav{
	background-image:url(../images/nav.png);
	height:38px;
}
#nav .item{
	width:100px;
	height:24px;
	color:#007dc3;
	text-decoration:none;
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:center;
	border-right:#c1bdb3 medium solid;
	float:left;
	font-weight:normal;
	font-size:10px;
	padding-top:14px;
}
#nav .item:hover{
	background-image:url(../images/nav_over.png);
	color:#FFF;
}
.item2{
	color:#FFF;
	text-decoration:none;
}
.item2:hover{
	color:#FFF;
	text-decoration:underline;
}
.vehicle{
	padding:10px;
	border-bottom:#333 thin solid;
	overflow:hidden;
}
.photo{
	background-color:#CCC;
	padding:5px;
	border:#333 thin solid;
	margin:0px 10px 0px 0px;
	float:left;
}
.vehicle-details{
	float:left;
	width:300px;
}
.vehicle-details h2{
	display:inline;
}
.mainlink{
	color:#007dc3;
	text-decoration:none;
	font-size:16px;
}
.mainlink:hover{
	text-decoration:underline;
}
.price{
	color:#000;
	font-weight:bold;
	font-size:14px;
	float:right;
	text-align:right;
}
.yellow{
	color:#007DC3;
}
.at{
	color:#000;
}


.control2 {
  display:block;
  width:30px;
  height:29px;
  position:absolute;
  cursor: pointer;
}
#leftControl2 {
  position:absolute;
  bottom:150px;
  left:-30px;
  background:transparent url(../images/btn_left.png) no-repeat 0 0;
  z-index:100;
}
#rightControl2 {
  position:absolute;
  bottom:150px;
  right:-30px;
  background:transparent url(../images/btn_right.png) no-repeat 0 0;
  z-index:20;
}

#slideshow2 {
	width:400px;
	height:300px;
	float:left;
	position:relative;
}
#slidesContainer2 {
  height:300px;
  overflow:auto;
  position:relative;
}
#slidesContainer2 .slide2{
	height:300px;
	position:relative;
}
#slidesContainer2 .item{
	margin-left:1px;
	margin-right:1px;
	border:#FFF thin solid;
	position:relative;
	text-decoration:none;
}
#slidesContainer2 .on{
	border:#000 thin solid;
}
