* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #4c3e2d;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin-left: 32px;
}
h1 a {
	display: block;
	height: 36px;
	width: 380px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	overflow: hidden;
	position: relative;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 46px;
}
#header {
	height: 66px;
	width: 1000px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 34px;
}
#header ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 24px;
	width: 506px;
	margin-top: 6px;
	position: relative;
	float: right;
}
#header ul li {
	float: left;
}
#header ul li a {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold; 
	display: block;
	width: 98px;
	height: 19px;
	text-align: center;
	margin-right: 4px;
	padding-top: 5px;
}
#header ul li a:hover {
	color: #ead479;
}
#header ul li .last {
	margin-right: 0px;
}
#content {
	background-image: url(../images/content.png);
	width: 940px;
	clear: both;
	overflow: hidden;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#content.fix {
	padding-right: 150px;
	padding-left: 130px;
	width: 720px;
}
#content .gallery {
	list-style-type: none;
	display: block;
	width: 735px;
	overflow: auto;
	padding-bottom: 23px;
	
}
#content .gallery li {
	overflow: hidden;
	float: left;
}
#content .gallery img {
	border: 4px solid #2b1d11;
	vertical-align: top;
	margin-right: 4px;
	margin-bottom: 4px;
	
}


#content .back {
	
	display: block;
	width: 206px;
	height: 28px;

	
}

.banner {
	
	margin-bottom: 20px;
	margin-top: 5px;		
}


#content .text {
	font-size: 11px;
	margin-top: 11px;
	color: #f2edde;
	
}

#content .text1 {
	font-size: 11px;
	margin-top: 0px;
	color: #f2edde;
	
}
#content .car_title {
	display: block;
	height: 20px;
	width: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/cars_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 11px;
	padding-top: 6px;
	margin-top: 30px;
}



#content .page_title {
	display: block;
	height: 20px;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d0c186;
	background-image: url(../images/cars_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	padding-top: 6px;
	margin-top: 30px;
}





#content .car_title span {
	font-size: 14px;
	margin-left: 15px;
}
#content .car_title strong {
	color: #d0c186;
}
#left {
	float: left;
	width: 150px;
	padding-right: 50px;
	margin-top: 0px;
	padding-top: 0px;
}
#left h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d0c186;
}
#left p {
	font-size: 11px;
	color: #f2edde;
	margin-top: 11px;
}
#right {
	width: 740px;
	float: right;
	margin-top: 30px;
}
#right .pagination {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	margin-top: 26px;
}
#right .pagination a {
	color: #d3c47f;
	text-decoration: none;
}
#right .pagination a:hover {
	text-decoration: underline;
}
#right .cars {
	display: block;
	list-style-type: none;
	overflow: auto;
	padding-bottom: 2px;
}
#right .cars li {
	float: left;
	display: block;
	height: 230px;
	width: 235px;
	margin-right: 30px;
	margin-top: 30px;
}
#right .cars .last {
	width: 206px;
	margin-right: 0px;
}
#right .cars li div {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #968B77;
	width: 206px;
	padding-right: 29px;
}
#right .cars .last div {
	border-right-style: none;
	padding-right: 0px;
}
#right .cars li h4 {
	display: block;
	height: 20px;
	width: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/cars_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 11px;
	padding-top: 6px;
}
#right .cars li h4 span {
	font-size: 12px;
	margin-left: 13px;
}
#right .cars li strong {
	color: #d0c186;
	font-size: 10px;
	font-weight:bold
}
#right .cars li img {
	border: 3px solid #2b1d11;
}
#right .cars li .links a {
	float: left;
}
#right .cars li .zoom {
	background-image: url(../images/zoom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 23px;
	width: 25px;
	overflow: hidden;
}
#right .cars li .more {
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 23px;
	width: 34px;
	overflow: hidden;
	margin-left: 3px;
}


#right .cars li .big {
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 23px;
	width: 34px;
	overflow: hidden;
	margin-left: 3px;
}


#footer {
	background-color: #100404;
	height: 27px;
	text-align: center;
	margin-bottom: 30px;
	clear: both;
	color: #8A7E6A;
	font-style: normal;
	font-size: 10px;
	padding-top: 13px;
}
.ntm {
	margin-top: 0 !important;
}
.clear {
	clear: both;
}

.white {
	color: #FFFFFF !important;
}

/* IE 6 Hacks */
* html h1 a {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/logo.png',sizingMethod='crop');
	background: none !important;	
}
* html #header {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/header.png',sizingMethod='scale');
	background: none !important;	
}
* html #content {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/content.png',sizingMethod='scale');
	background: none !important;	
}


/* POP UP IBOX */
#ibox_wrapper {
    padding: 10px 10px 35px 10px;
    line-height: 18px;
    border-color:#6d604d;
	
}
#ibox_wrapper, #ibox_footer_wrapper a { 
	background-color: #100404; 
}
#ibox_content { 
	background-color: #6d604d; 
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border: 0;
	font-size: 10px; 
}
#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 5px;
    top: auto;
}
#ibox_footer_wrapper a {
    text-indent: -10000px;
    background: url(../images/closelabel.gif);
    width: 66px;
    height: 22px;
}
#ibox_progress {
    background: #fff url(../images/loading.gif) center center no-repeat;
}















.sample {
	border-width: 1px 1px 1px 1px;
	font-size: 10px;
	color: #ffffff;
	border-spacing: 3px;
	border-style: dotted dotted dotted dotted;
	border-color: #ffffff ;
	border-collapse: collapse;
	background-color: ;
	margin-bottom: 15px;
	margin-top: 15px;
	clear: both;
}

.sample table {
clear: both;
}

table {
clear: both;
display: table; }

.sample table {
clear: both;
}

.sample table {
clear: both;
}


.sample th {
	border-width: 1px 1px 1px 1px;
	font-size: 10px;
	color: #ffffff;
	padding: 3px 1px 0px 1px;
	border-style: inset inset inset inset;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #ffffff ;
	background-color:none ;
	-moz-border-radius: 3px 3px 3px 3px;
	clear: both;
}
.sample td {
	border-width: 1px 1px 1px 1px;
	font-size: 10px;
	color: #ffffff;
	padding: 2px 1px 2px 2px;
	border-style: inset inset inset inset;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #ffffff ;
	background-color:none  ;
	-moz-border-radius: 3px 3px 3px 3px;
	clear: both;
