@import 'reset.css';
.m20 {
	margin-bottom: 20px;
}
body{
	font-family:sans-serif;
	font-size:11px;
	color:#FFF;
	background:#231B06;
	min-width:760px;
	height:100%;
	margin-bottom:10px;
}
a{color : #FFF;}
a:hover{color : #C49C68;}
.clear{clear:both;}

.body{display:none;}
.loader
{
	width:100%;
	height:100%; 
	background:#231B06;
	position:absolute;
	top:0;
	left:0;
	z-index:900;
}

	.loader-img
	{
		position:absolute;
		width:32px;
		height:32px;
		margin:auto;
		z-index:1000;
		margin-left:-16px;
		margin-top:-16px;
		top:50%;
		left:50%;
	}
.Carsloader
{
	width:650px;
	height:360px;
	background:#231B06;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	display:none;
}

	.Carsloader-img
	{
		position:absolute;
		width:32px;
		height:32px;
		margin:auto;
		z-index:1000;
		margin-left:-16px;
		margin-top:-16px;
		top:50%;
		left:50%;
		display:none;
	}	
	
	
	
#content{
	width:760px;
	border:2px solid #6C4E1F;
	margin:0 auto;
	position:relative;
}
#header{
	height:194px;
	background:url(../images/header-bg.jpg) no-repeat;
}

.lineButton{
	background:url(../images/line-divider.gif) repeat-x;
	width:760px;
	height:7px;
}

.menu{
	height:25px;
	padding:5px 20px 0 20px;
	
}
	.menu a{	
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#FFF;
		margin-right:20px;
		margin-top:0px;
		font-weight:bold;
		text-transform:capitalize;
		text-align:left;
	}
	.menu a:hover{
		color:#B78C57;
	}
	.menu span{
	position:absolute;
	right:20px;
	}
	.menu img{
		cursor:pointer;
	}


.footer
{
	height:25px;
	padding:15px 20px 0 20px;
	text-align:center;
	position:relative;
	background:url(../images/line-divider.gif) repeat-x;
}

.footer span{
	position:absolute;
	right:20px;
}

.footer em{
	float:left;
	margin-top:1px;
}


/* Scroller Box */
#scroll_container {
 position: relative;
 width: 579px;
 margin:auto;
 
}
.scont{
	background:transparent url(../images/bg-slider.gif) no-repeat scroll 0 0;
	height:160px;
	margin:0px auto 10px auto;
	padding:9px 0;
	position:relative;
	width:600px;
}

.photo{
	background:url(../images/bg-photo.jpg) no-repeat;
	height:121px;
	width:171px;
	padding:9px 11px;
	float:left;
}

.detail{
	margin:10px 20px;
	position:relative;
}
.detail .title h1{
	font-size:12px;
	font-weight:bold;
	color:#C49C68;
	text-align:center;
}

 .Hometitle h1{
	font-size:30px;
	color:#C49C68;
	text-align:left;
	margin-left:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.detail .car_descr{
	 font-family:sans-serif;
	 text-align:justify;
	 margin:10px auto;
	 width:600px;
	 font-size : 12px;
	 display : none;
}

.detail .descr{
	 font-family:sans-serif;
	 text-align:justify;
	 margin:10px auto;
	 width:600px;
	 font-size : 12px;
}

.detail .car_pager {
	text-align:right;
}

.detail .car_pager a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color : #C49C68 ; 
	font-size: 12px;
	text-decoration: none;
}

.detail .car_pager a:hover {
	color : #FFF; 
}

.detail .shortdescr{
	 font-family:sans-serif;
	 text-align:justify;
	 margin:10px auto;
	 width:600px;
	 font-size : 12px;
	 height: 50px;
}

.see-more-link{
	margin:10px auto;
	width:600px;
	padding : 5px 0;
	text-align: right;
}
.hide-more-link{
	margin:10px auto;
	width:600px;
	padding : 5px 0;
	text-align: right;
	display: none;
}


.detail .descr p, .detail .shortdescr p{
	 margin : 10px 0;
}
.detail .descr li{
	 margin : 10px 0;
}

.detail .pic{	
	font-size:12px;
	font-weight:bold;
	color:#C49C68;
	width:600px;
	margin:5px auto 0px auto;
}

.detail .ListTitle{	
	font-size:12px;
	font-weight:bold;
	color:#C49C68;
	margin:5px 0 0 30px;
}

#contact{
	width:600px;
	margin:10px auto;
}
.field{
	margin:0 0 10px 0;
	height:25px;
}
.fieldArea
{
	margin:0 0 10px 0;
	height:100px;
}
.input{
	width:250px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#231B06;
	height:20px;
	padding:5px 10px 0 10px;
	border:0;
	background:#EEE5C8;
	font-style:italic;
	font-size:11px;
	float:left;
}

.textarea
{
	width:250px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#231B06;
	height:100px;
	padding:5px 10px 0 10px;
	border:0;
	background:#EEE5C8;
	font-style:italic;
	font-size:11px;
	float:left;
}
label
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C49C68;
	padding-right:10px;
	padding-top:5px;
	float:left;
	width:55px;
}
.error {
	font-size:10px;
	padding:5px 5px 0 0;
	color:#F90;
	width:250px;
	height:20px;
	float:right;
}
#ContactInfo{
	background:#FBF7C8;
	width:600px;
	margin:10px auto;
	color:#000;
	padding:5px 10px;
}

#ContactSuccess
{
	width:600px;
	color:#393;
	background:#DDF9E6;
	padding:5px 10px;
	text-align:center;
	margin:10px auto;
}

.pager{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:650px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
.pager a{ 
	color:#C49C68;
	text-decoration:none;
}
.pager a:hover{ 
	color:#FFF;
}
.pager span{
	font-size:14px;	
	font-weight:bold;
}

.homeCars{
	position:relative;
	width:650px;
	margin:10px auto;
	height:390px;
}

.CarBox{
	background:url(../images/cars-border.png) no-repeat;
	width:193px;
	height:305px;
	position:relative;
	float:left;
	padding:8px;
}

.CarBoxdescr{
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-style:italic;
	 font-size:11px;
}
.CarBoxdescr{
	 padding:10px;	
	 _padding:0px 10px;
}

.CarBox a{
	font-family:sans-serif;
	color:#C49C68;
	text-decoration:none;
	float:right;
}

.CarBox a:hover{
	color:#FFF;
}

.CarBox .CarTitle h1
{
	font-size:12px;
	font-weight:bold;
	color:#C49C68;
	text-align:center;
}

.events li{
	margin-left:120px;	
}

.submit{
	color: #C49C68;
	border: 1px solid #C49C68;
	background : #231B06;
	cursor : pointer;
 }
 
 .gallery-images img{
 	margin : 9px;
 }

.detail .descr.aboutus ul {
	margin : 0px 0px 0px 20px;
	padding : 0px;
}
.detail .descr.aboutus ul li{
	margin : 0px;
	padding : 0px;
	list-style: none;
}
.detail .descr.aboutus 
{
	margin : 10px 0 10px 30px;
	_margin : 10px 0 10px 15px;
	width : 500px;
	float : left;
}
.detail .aboutus-pictures {
	float:right;
	margin:23px 0;
	width:170px;
}
.detail .aboutus-pictures img {
	float : left;
	margin : 0 0 10px 0;
}

























