* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
	font-family: 'Open Sans', sans-serif;
	/*height: 100%;*/
	background:#131313;
	color:#dbdbdb;
	font-size:12px;
    padding: 65px 0 0 0;
}
a img{
	outline:none;
	border:none;
}
.wrapper {
	width: 820px;
	height: 576px;
	position: relative;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 64px;
	width:100%;
    background: #292929 url(../../img/header_new/nav.png) repeat-x scroll left top;
    border-bottom: 1px #120707 solid;
    z-index: 1000;
    position:fixed;
    top:0;
    left:0;
}
.header_mid{
	width: 975px;
	margin: 0 auto;
	height: 100%;
}
.header_mid img{
	margin-right:15px;
    height: 65px;
}

.header_nav{
	display:inline-block;
	float:right;
	list-style:none;
	font-size: 0;
	display: table;
		background: transparent url(../img/2014/nav_header_r.png) no-repeat right;

}
.header_nav > li{
	display: inline-block;
	background: transparent url(../img/2014/nav_header_r.png) no-repeat left;
	padding-left:1px;
}

.header_nav > li > a{
	height: 64px;
	padding: 0 18px;
	line-height: 64px;
	color:#dbdbdb;
	font-size:16px;
	font-weight:300;
	display:block;
	text-decoration:none;
}

.header_nav > li:last-child{
	margin-right: 4px;
}

.header_nav > li > a{
	background: transparent url(../img/2014/header_but.png) 0px 0px;
}

.header_nav > li > a.active,.header_nav > li > a:hover{
	background: transparent url(../img/2014/header_but.png)  0px -70px;
}

/* Middle
-----------------------------------------------------------------------------*/
.content a {
	position: relative;
	display: inline-block;
}

a.proezd.nav_block,  a.testdrive.nav_block,  a.calendar.nav_block,  a.multimedia.nav_block{
	width: 475px;
	height: 204px;
	margin: 0 5px 5px;
	text-decoration:none;
}

a.proezd.nav_block{
	background: url(../img/2014/map_jt.jpg) no-repeat;
}
a.testdrive.nav_block{
	background: url(../img/2014/test_drive.jpg) no-repeat;
}
a.calendar.nav_block{
	background: url(../img/2014/calend_jt_1.jpg) no-repeat;
}
a.multimedia.nav_block{
	background: url(../img/2014/media_4.jpg) no-repeat;
}

a.nav_block:hover{
	-moz-box-shadow: 1px 1px 6px -1px #FFFFFF;
	-webkit-box-shadow: 1px 1px 6px -1px #FFFFFF;
	box-shadow: 1px 1px 6px -1px #FFFFFF;
}

.content{
	position:relative;
}

.title{
	font-size:16px;
}

#date_1 ,#date_2 {
	position:absolute;
	width:230px;
	height:106px;	
}

#date_1 img,#date_2 img{
	border:1px solid #ffffff;
}

#date_1 {
	top: 46px;
	left: 7px;
}

#date_2 {
	top: 46px;
	right: 8px;
}

img.img_b{
	width: 139px;
	height: 98%;
	position:absolute;
	left:0;top:0;
}

img.img_m{
	width: 88px;
	height: 49%;
	position:absolute;
	right:0;
}

#date_1 img.img_m{
	bottom:0;
}

#date_2 img.img_m{
	top:0;
}

#date_1 .date_text,#date_2 .date_text{
	position:absolute;
	width: 88px;
	height: 49%;
	right:0;
	text-align: center;
	line-height: 200%;
	font-weight: 100;
	text-transform: uppercase;
}

#date_1 .date_text{
	top:0;
	color:#a79d7a;
}

#date_2 .date_text{
	bottom:0;
	color:#ffffff;
}

.date_text .day{
	font-size: 26px;
	margin-top: 3px;
}

.date_text .month{
	font-size: 14px;
}

.content{
	padding: 10px 0 0px;
	width: 975px;
	margin: 0 auto;
}

.content_index {
	margin: 10px auto;
	min-height:383px;
	max-height:760px
}

.content_index img{ 
	width:auto;
    max-width:100%;
    height:auto;
}


.tel{
	color:#afafaf;
	font-size:18px;
	text-align: center;
	margin:10px 0;
}
.bottom_nav{
	/* margin-top:15px; */
}
.bottom_nav > ul{
	list-style:none;
	text-align: center;
}
.bottom_nav > ul > li{
	display:inline-block;
	margin: 0 37px;
	vertical-align: middle;
}

/* .but_test_drive{
	display:block;
	width:335px;
	height:47px;
	background:#f1a616;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	font-size:19px;
	line-height:47px;
	color:#292929;
}
 */



.but_test_drive_css{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffd900), color-stop(1, #ff8c00) );
	background:-moz-linear-gradient( center top, #ffd900 5%, #ff8c00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd900', endColorstr='#ff8c00');
	background-color:#ffd900;
	text-indent:0;
	color:#000000 !important;
	font-family:'Open Sans';
	font-size:19px;
	font-weight:normal;
	font-style:normal;
	line-height:47px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #c7c7c7;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	padding: 0 30px;
	height: 47px;
}

.but_test_drive_css:hover {
	-moz-box-shadow:inset 0px 7px 16px -1px #666666;
	-webkit-box-shadow:inset 0px 7px 16px -1px #666666;
	box-shadow:inset 0px 7px 16px -1px #666666;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffd900), color-stop(1, #ff6f00) );
	background:-moz-linear-gradient( center top, #ffd900 5%, #ff6f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd900', endColorstr='#ff6f00');
	background-color:#ffd900;
	line-height:50px; 
}

.but_test_drive {
	background: url(../img/2014/test_drive_but.png) -6px -6px;
	height: 47px;
	width: 335px;
	display:inline-block;
}
.but_test_drive:hover {
	background: url(../img/2014/test_drive_but.png) -6px 53px;
}



.article{
	display:inline-block;
	height:365px;
	width:470px;
	background:red;
	margin:4px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: 0 auto;
	width: 975px;
	height: 152px;
	font-size: 14px;
	color: #7e7e7e;
}
.footer_text{
	border-top: 1px solid #3f3f3f;
	height: 20px;
	padding: 20px 0 10px 0;
}
#footer_left{
	float:left;
}
#footer_right{
	float:right;
}
#footer_right a{
	color:#7e7e7e;
	text-decoration:none;
}

/* jt_map
-----------------------------------------------------------------------------*/

.jtmap_nav{
	list-style: none;
	font-size: 0;
	margin: 17px 0;
}
.address{
	margin:20px 0;
}
.jtmap_nav > li{
	display: inline-block;
	margin-right: 16px;
	text-align: center;
}

.jtmap_nav > li > a{
	height: 38px;
	width: 135px;
	line-height: 36px;
	color: #c0c0c0;
	font-size: 12px;
	font-weight: 300;
	display: block;
	text-decoration: none;
	background: transparent url(../img/2014/jtmap_bt.png) no-repeat left;
}

.jtmap_nav > li:last-child{
margin-right: 4px;

}

.jtmap_nav > li > a.active,.jtmap_nav > li > a:hover{
	background: transparent url(../img/2014/jtmap_bt_act.png) no-repeat left;
}


#map_bg{
	float:left;
	background:url('../img/2014/map_453.jpg') no-repeat transparent;
	position:relative;
	z-index:10;
}

#jt_text{
	width: 945px;
	text-align: justify;
	font-size: 13px;
}
#jt_text p{
	margin:5px 0;
}


#map_bg, #mapSlider, .mapSlide{ width: 562px;height: 453px; }
.txt{padding:5px 0px; width: 100%; clear:both;text-align: justify;}
#map-legend p {float:left;}
#map-legend .road-1 a{ color:red; }
#map-legend .road-2 a{ color:blue; }
#map-legend .road-3 a{ color:green; }
#map-legend .road-4 a{ color:purple; }
#map-legend {
	z-index: 12;
	padding-left: 12px;
	padding-bottom: 30px;
	width: 355px;
	float: right;
	font-size: 12px;
	margin-right: 33px;
}
#mapSlider  {position:absolute;z-index:11;}
#mapSlider img{width: 562px;height: 453px;}

#mapSlider .slidesjs-previous,
#mapSlider .slidesjs-navigation,
#mapSlider .slidesjs-next{ display:none; }
#mapSlider ul.slidesjs-pagination{ display:none; }

#map-legend-m li{margin:0;padding:4px;}

#map-legend-m{	position: absolute;	right:10px;	bottom:10px;z-index:13; list-style: none;}

#map-legend-m li a img{
	width:100px;
}


#map-icon{ 
	position: absolute;
	bottom: 36px;
	left: 48px;
	z-index: 14;
}

.tab_1, .tab_2{display:none}

.link_index{color:#eda81b;float: right;margin: 10px 15px;text-decoration: underline !important;}
.clr {clear:both}

/* test_drive
-----------------------------------------------------------------------------*/


#test_drive_tb{
/*	width: 825px;*/
	width: 98%;
	border: 2px solid #898989;
	color: #cacaca;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 35px;
	border-collapse: collapse;
	margin: 27px auto 0 auto;
}

#test_drive_tb tr{
	height:42px;
}

#test_drive_tb td{
	text-align:center;
	border: 1px solid #3d3d3d;
	cursor:pointer;
}

#test_drive_tb td input[type="radio"]{
	cursor:pointer;
}


#test_drive_tb td label{
	width:100%;
	height:100%;
}
#textarea{
	padding: 0px;
	height:0px;
	height: 445px;
	background: #131313;
	width: 100%;
	display:none;
/* 	
	position: absolute;
	top: 0;
	z-index:2; */
}

#textarea ul{
	list-style:none;
	margin:9px 14px;
}



.td_form{
	/* padding-left:45px; */
}

#link_back{
	display:none;
}
.img_car{
	position: absolute;
	top: 215px;
	left: -60px;
	display:none;
}
#test-drive-disclaymer{
	font-size:12px;
	padding:15px 15px 30px 15px;
}


/* jt_calendar
-----------------------------------------------------------------------------*/

a.dialog_but.testdrive{
    background: url(../img/2014/test_drive_but.png) -6px -6px;
    height: 47px;
    width: 335px;
    position: absolute;
    bottom: 15px;
    right: 35px;
}
a.dialog_but.testdrive:hover{
    background: url(../img/2014/test_drive_but.png) -6px 53px;
}

a.dialog_but.multimedia{
	background: url(../img/2014/dialog_but_foto.png) -6px -6px;
    height: 47px;
    width: 335px;
    position: absolute;
    bottom: 15px;
    right: 35px;
}
a.dialog_but.multimedia:hover{
	background: url(../img/2014/dialog_but_foto.png) -6px 53px;
}


/* jt_calendar end
-----------------------------------------------------------------------------*/