/*CSS RESET*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align: baseline;background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{display:block;}meter,progress,mark, time{display:inline;}ol, ul {list-style: none;}blockquote,q{quotes: none;}html,body{height:100%;}img {border:0;vertical-align:top;text-align:left;}object{vertical-align:top;outline:none;}ul,ol{list-style:none;}table,table td{padding:0;border:none;border-collapse:collapse;}input,select,textarea{font-family:Arial, Helvetica, sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;margin:0;padding:0;}textarea{overflow:auto;}

/*GLOBAL*/
html{min-width:980px;}
body{background:#fff url(../images/body-bg.png);font-family:Arial, Helvetica, sans-serif;font-size:100%;line-height:1em;color:#000;position:relative;}

.subpages .conteiner{
	width:1173px;
	min-height:100%;
	margin:0 auto;
	position:relative;
	z-index:10;
	margin-bottom:-38px;
}

header{
	overflow:hidden;
	position:relative;
	background:#fff;
	z-index:10;
}

.splash .conteiner{
	width:1173px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-586px;
	margin-top:-366px;
	z-index:10;
	background:#fff;
}

body.splash{
	min-width:1173px;
	min-height:732px;
}

.splash-bg{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:-1;
}


/*ELEMENTS*/
a {color:#878787;outline:none;}
a:hover{text-decoration:none;}

p,.blo{
	line-height:18px;
	margin-bottom:18px;
}


/*header>h1*/
h1{
	position:absolute;
	left:77px;
	top:0;
	z-index:10;
	padding:0 54px 0 40px;
	border-right:140px #fff solid;
	background:#fff;
}

h1 a{
	font:bold 90px/107px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline-block;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;	
}

/*header>nav*/
nav{
	position:absolute;
	top:0;
	z-index:10;
	left:524px;
	border-right:38px #fff solid;
	width:536px;
}

nav>ul>li>a{
	font:bold 20px/107px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	/*background:#fff;*/
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 20px;
	position:relative;
	z-index:1;
}
nav>ul>li>a:hover,nav>ul>li.active>a{
	/*background:none;
	color:#fff;*/
}

nav a>.d-bg{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:-1;
	background:#fff;
	cursor:pointer;
}

nav>ul>li{
	float:left;
	position:relative;
	z-index:2000;
}

nav>ul>li .dropDown{
	position:absolute;
	top:107px;
	left:0;
	background:#fff;
	display:block;
	padding:10px;
	filter:progin
}

.dropDown>li{
	z-index:3000;
	position:relative;
}

nav>ul>li .dropDown a{
	font:11px/24px Arial, Helvetica, sans-serif;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 16px 0 15px;
	border-bottom:1px #f6f6f6 solid;
	color:#000;
}
nav>ul>li .dropDown .last a{
	border:none;
}

nav .dropDown .active>a,nav .dropDown ._active>a,nav .dropDown a:hover{
	color:#cacaca;
}

nav .dropDown .dropDown{
	left:100%;
	top:-11px;
}
*+html .dropDown .dropDown{
	top:-14px;
}
/*header>* */
header .models{
	padding-left:40px;
	display:none;
	border-bottom:1px #d6d6d6 solid;
	overflow:hidden;
}
header .models li{
	float:left;
	margin-right:6px;
	color:#676767;
}
header .models a{
	font:10px/50px Arial, Helvetica, sans-serif;
	color:#676767;
	margin-right:6px;
	text-transform:uppercase;
}

header .models a:hover,header .models .active a{
	color:#b7b7b7;
	text-decoration:none;
}
/*#content*/
#content{
	min-height:400px;
	overflow:hidden;
	width:940px;
	padding:26px 40px 30px 40px;
	display:none;
	position:relative;
	background:#fff;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#979797;
}

h2{
	font:14px/43px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	background:#1d1d1d;
	padding-left:14px;
	margin-bottom:2px;
	position:relative;
	display:block;
	overflow:hidden;
}

h2 .controls{
	position:absolute;
	right:7px;
	bottom:7px;
}

h2 .controls a{
	width:29px;
	height:29px;
	float:left;
	margin-left:1px;
	background:url(../images/prev-next-sprite.png) no-repeat;
}

h2 .controls a.next{
	background-position:100% 0;
}

h2 .controls a:hover{
	background-position:0 100%;
}

h2 .controls a.next:hover{
	background-position:100% 100%;
}

.cars li{
	display:inline-block;
	margin-right:50px;
	padding-bottom:30px;
	float:left;
}

.cars li a img{
	margin-bottom:6px;
}

.cars li a{
	color:#979797;
	text-transform:uppercase;
	display:block;
	text-align:center;
	font-weight:bold;
	float:left;
}
.cars li.active a{
	color:#1d1d1d;
}

.forum a{
	color:#000;
}

.forum .col1{
	width:440px;
}

.forum .col2{
	width:45px;
}

.forum .col3{
	width:76px;
}

.forum .col4{
	width:210px;
}

.forum .fst td{
	font:14px/43px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#575757;
	text-transform:uppercase;
	padding:0;
	padding:0 18px;
	border:4px #fff solid;
}

.forum td{
	background:#f6f6f6;
	border:4px #fff solid;
	padding:18px;
	font:12px/18px Arial, Helvetica, sans-serif;
	margin:0;
	width:auto;
}

.forum td{
	float:none;
	display:table-cell;
}

.forum .pt_30{
	padding-top:30px;
}

.soc-ico li{
	float:left;
	margin-right:3px;
}
/*footer*/
.antifooter{
	height:62px;
	overflow:hidden;
}

.splash footer{
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	margin:328px 0 0 -510px;
	width:1020px;
	height:38px;
	background:#fff;
}

footer{
	width:1020px;
	height:38px;
	background:#fff;
	margin:0 auto;
	z-index:20;
	position:relative;
}
/*footer>.privacy*/
footer .privacy{
	margin:0 0 0 40px;
	color:#000;
	font:bold 13px/38px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*forms css*/
#login input{
	width:180px;
	border:1px solid #d7d7d7;
	padding:2px;
}

#login input[type=text]{
	margin-right:86px;
}
#login input[type=password]{
	margin-right:12px;
}

#form1 input,#form1 textarea{
	width:314px;
	border:1px #dedede solid;
	background:#f4f4f4;
	font:14px Arial, Helvetica, sans-serif;
	color:#979797;
	padding:8px 12px;
	float:left;
	margin-bottom:8px;
}
#form1 textarea{
	width:474px;
	height:244px;
}

#form1 .btns{
	float:left;
}

#form1 .btns a{
	margin-right:18px;
	float:left;
}
/*js css*/
.header-slider{
	position:static;
	overflow:hidden;
	width:1173px;	
}

.header-slider ul{
	position:relative;
}

.spinner{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff url(../images/ajax-loader.gif) 50% 50% no-repeat;
	z-index:1000;
}

.header-slider li{
	position:absolute;
	display:none;
}


.header-slider-paginator{
	position:absolute;
	z-index:1000;
	right:40px;
	bottom:10px;
}

.header-slider-paginator li{
	float:left;
	margin-right:1px;
}

.header-slider-paginator li a{
	width:16px;
	height:16px;
	background:url(../images/pags.png) 100% 0 no-repeat;
	display:block;
}

.header-slider-paginator li.active a,.header-slider-paginator li a:hover{
	background-position:0 0;
}

.vSlider1{
	margin-top:-2px;
}

.vSlider1 li{
	float:left;
	margin-top:2px;
}

.vSlider1 li a{
	float:left;
}

.vSlider1 li a.fst{
	margin-right:2px;
}

.vSlider2{
	margin-top:22px;
	margin-left:15px;
}

.vSlider2 li{
	margin-bottom:22px;
}

.vSlider2 .img-box dd{
	width:150px;
}

.vSlider3{
	margin-top:3px;
}

.vSlider3 li{
	margin-bottom:3px;
}

.vSlider3 a,.vSlider3 li{
	float:left;
}

.vSlider3 a.fst{
	margin-right:3px;
}

.vSlider4 li{
	margin-bottom:14px;
	padding-bottom:14px;
	border-bottom:1px #dbdbdb solid;
}

.vSlider4 .img-box dd{
	padding-right:40px;
}

.news-pages li{
	float:left;
	margin-right:6px;
}

.news-pages li.current a,.news-pages a:hover{
	font-weight:bold;
	color:#000;
	position:relative;
	top:-2px;
}

.news-pages a{
	color:#979797;
	text-decoration:none;
	display:block;
}

.tabs .pag li{
	float:left;
}

.tabs .pag{
	overflow:hidden;
	background:#575757;
	display:block;
}

.tabs .pag a{
	font:14px/39px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:#575757 url(../images/separator1.png) left repeat-y;
	display:block;
	text-align:center;
	padding:0 18px;
}

#page2 .tabs .pag a{
	padding:0 16px;
}

.tabs .pag>li.active a,.tabs .pag a:hover{
	color:#1d1d1d;
	background:#f6f6f6;
}

.tabs .items{
	display:block;
	overflow:hidden;
	background:#f6f6f6;
}

.tabs .items .inner{
	padding:0 15px 8px 15px;
}

#page2 .tabs .inner{
	padding:18px 30px 0 30px;
}

#page2 .tabs .inner.extra-wrap{
	padding:0 30px 0 30px;
}

#page2 .tabs .border-bottom{
	padding-bottom:18px;
	margin-bottom:18px;
}

#page2 .border-bottom{
	padding-bottom:18px;
}

/*additional classes*/

.mb_30{
	margin-bottom:30px;
}

.mb_50{
	margin-bottom:50px;
}

.rm{
	font-style:italic;
}

.border-bottom{
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px #d4d4d4 solid;
}

.black{color:#1d1d1d;}
.bold{font-weight:bold;}

.fleft,.fl{float:left;}
.fright,.fr{float:right;}
.fnone,.fn{float:none;}
.col-1,.col-2,.col-3{float:left;}
.alignright,.alr{text-align:right;}
.aligncenter,.alc{text-align:center;}
.wrapper{width:100%;overflow:hidden;}
a.und,.und a{text-decoration:none;}
a.und:hover,.und a:hover{text-decoration:underline;}
.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.extra-wrap{overflow:hidden;}
.nopad{padding:0;}
.nomar{margin:0;}
.clear{clear:both;line-height:0;}


/*custom boxes*/

.palette dt{
	float:left;
	width:130px;
}

.palette dd{
	overflow:hidden;
}

.palette dd li{
	display:inline-block;
}

.list1 a{
	font:12px/24px Arial, Helvetica, sans-serif;
	color:#717171;
	display:block;
	border-bottom:1px #dedede solid;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/marker1.png) left center no-repeat;
	padding-left:12px;
}

.list1 a:hover, .list1 .active a{
	font-weight:bold;
	color:#1d1d1d;
}

.list2 a{
	font:12px/30px Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../images/marker2.png) no-repeat left center;
	padding-left:20px;
}

.list2 a:hover{
	color:#1d1d1d;
}

.list3 a{
	font:12px/18px Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../images/marker3.png) left 4px no-repeat;
	padding-left:22px;
}

.list3 a:hover{
	text-decoration:underline;
}

dl.address dd{text-align:right;clear:both;}
dl.address dd span{float:left;}

dl.img-box,.img-box-set dl,dl.img-box dd,.img-box-set dl dd{overflow:hidden;}
dl.img-box dt,.img-box-set dl dt{float:left;}

.img-box-set{
	padding:30px 0;
}

.img-box-set dt,.img-box dt{
	margin-right:16px;
}

