@charset "utf-8"; 

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('myriadpro-regular.eot');
	src: url('myriadpro-regular.eot?#iefix') format('embedded-opentype'),
			 url('myriadpro-regular.woff') format('woff'),
			 url('myriadpro-regular.ttf') format('truetype'),
			 url('myriadpro-regular.svg#myriadpro-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-SemiboldIt';
	src: url('myriadprosemiboldit.eot');
	src: url('myriadprosemiboldit.eot?#iefix') format('embedded-opentype'),
			 url('myriadprosemiboldit.woff') format('woff'),
			 url('myriadprosemiboldit.ttf') format('truetype'),
			 url('myriadprosemiboldit.svg#MyriadPro-SemiboldIt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri-It';
	src: url('calibrii0.eot');
	src: url('calibrii0.eot?#iefix') format('embedded-opentype'),
			 url('calibrii0.woff') format('woff'),
			 url('calibrii0.ttf') format('truetype'),
			 url('calibrii0.svg#calibrii0') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	border: 0
}

body{
	background: url(../img/bg.jpg) repeat-x #4a4a4a;
	font-size: 14px;
	line-height: 17px;
	color: #5d5c5b;
	font-family: 'MyriadPro-Regular'
}

li{
	list-style: none;
}

a{
	text-decoration: none;
	color: #5d5c5b;
}

h1{
	background: url(../img/h1-bg.gif) repeat-x #253b73;
	padding: 9px 30px 8px;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #ffffff;
	width: 580px;
	font-family: 'MyriadPro-SemiboldIt';
}

h3{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold
}

#container{
	width: 1165px;
	margin:0 auto;
}

header{
	height: 357px;
}

header .photo{
	float: right;
	width: 698px;
	position:relative;
}
header .photo .txt{
	position: absolute;
	right: 100px;
	top: 30px;
	font-size:12px;
	color:#5c5c5c
}
header .photo .txt a{color:#5c5c5c}
header .photo .txt .phone{
	background: url(../img/icon-phone.png) no-repeat;
	padding: 0 0 0 20px;
	margin: 0 30px 0 0;
}
header .photo .txt .email{
	background: url(../img/icon-email.png) no-repeat;
	padding: 0 0 0 20px;
}

header .logo{
	padding: 80px 0 5px 30px 
}
header nav { 
	margin: 3px 0 0 100px;
}
header nav li{
	float: left;
	overflow: hidden;
	height: 32px;
}
header nav li a{
	display: block;
	width: 100%;
	height: 100%;
}
header nav li span{
	padding-left: 100px;
	float: left
}
header nav li.separator{
	background: url(../img/menu.gif) no-repeat -77px 0;
	width: 1px;
}
header nav li.m1{ 
	background: url(../img/menu.gif) no-repeat 0 0;
	width: 77px;
}
header nav li.m2{ 
	background: url(../img/menu.gif) no-repeat  -78px 0;
	width: 64px;
}
header nav li.m3{ 
	background: url(../img/menu.gif) no-repeat -143px 0;
	width: 66px;
}
header nav li.m4{ 
	background: url(../img/menu.gif) no-repeat -210px 0;
	width: 85px;
}

header nav li.m1.hover, header nav li.active.m1 { background-position: 0 -32px }
header nav li.m2.hover, header nav li.active.m2 { background-position: -78px -32px }
header nav li.m3.hover, header nav li.active.m3 { background-position: -143px -32px }
header nav li.m4.hover, header nav li.active.m4 { background-position: -210px -32px }
header nav li.separator.active { background-position: 0 0}
header nav li.separator.hover { background-position: 0 0}

header a{
	color: #e5e5e5;
}

section{
	background: url(../img/content-bg.gif) repeat;
	padding: 100px 100px 180px
}

section .txt{
	background: url(../img/content-mask.png) repeat;
	padding: 25px 30px
}

section.contact .txt{
	padding-bottom: 60px
}

section .txt p{
	margin: 0 0 20px
}

section .right{
	float: right;
}


footer{
	background: #131210;
	padding: 20px 120px 20px 100px;
	font-family: 'Calibri-It';
	color: #818181;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.2px;
	margin: 100px 0 20px;
}

footer .center{
	margin: 0 0 20px 95px
}

footer .left{
	width: 530px;
	float: left;
	margin: 0 0 0 100px
}
footer .left span{
	 font-size: 14px;
}
footer .left .l,
footer .left .r{
	width: 160px;
	float: left;
	padding: 6px 0
}

footer .left .l{
	text-align: right;
	margin: 0 20px 0 0;
	padding-right: 20px;
	border-right: 1px solid #242321
}

footer .right{
	width: 290px;
	float: left;
}

.clr{
	clear: both;
	width: 100%;
	height: 1px;
}

input,
textarea{
	background: #3d3d3c;
	border: 1px solid #080909;
	resize: none;
	padding: 2px 5px;
	font-family: 'Calibri-It';
	font-size: 14px;
	width: 210px;
	margin: 0 0 10px;
	-moz-box-shadow: inset -2px 2px 2px #323232;
	-webkit-box-shadow: inset -2px 2px 2px #323232;
	box-shadow: inset -2px 2px 2px #323232;
	color: #cecece
}
label{
	float: left;
	width: 60px;
	text-align: right;
	margin: 0 5px 0 0;
	font-size: 14px;
}

.submit{
	background: url(../img/btn-submit.gif) no-repeat;
	overflow: hidden;
	width: 87px;
	height: 25px;
	float: right;
	margin: -5px 0 0
}
.submit input{
	background: none;
	border: none;
	cursor: pointer;
	padding-left: 200px;
}

#form-status{
	color: #cecece;
	text-align: right;
	clear: both;
	padding: 10px 0 0;
	height: 10px;
	font-size: 14px;
	line-height: 15px;
}


footer h2{
	color: #cecece;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 10px;
	text-align: right
}

.f16{
	font-size: 16px;
	line-height: 22px;
}

section h2{
	color: #324986;
	font-size: 16px;
	line-height: 22px !important;
	font-weight: normal;
	font-family: 'MyriadPro-SemiboldIt';
	margin: 0 0 10px;
}

section a:hover{
	color: #324986;
}

section .b1{
	float: left;
	width: 330px;
	margin-right: 10px;
}
section .b1 p{
	margin-left: 70px
}
section .b2{
	float: left;
	width: 265px;
	line-height: 28px;
	margin: 20px 10px 0 0
}
section .b3{
	float: left;
	width: 215px;
	margin: 20px 0 0
}

section .txt .b3 p {
	margin: 0 0 10px
}
section .separator{
	width: 100%;
	height: 1px;
	border-top: 1px solid #dcdcdc;
	margin: 0 0 5px
}

section .img2{
	margin: -10px 0 -15px -20px;
}

#map{
	border: 7px solid #4c4c4c;
	width: 702px;
	height: 402px;
	-moz-box-shadow: -4px 4px 10px rgba(8,9,9,0.62);
	-webkit-box-shadow: -4px 4px 10px rgba(8,9,9,0.62);
	box-shadow: -4px 4px 10px rgba(8,9,9,0.62);
}
#map .in{
	width: 700px;
	height: 400px;
	border: 1px solid #fff;
}
#map-canvas{
	width: 100%;
	height: 100%
}

section .b4{
	margin: -60px 0 0 100px
}
section .b4 h2{
	background: url("../img/h1-bg.gif") repeat-x scroll 0 0 #253B73;
    color: #FFFFFF;
    font-family: 'MyriadPro-SemiboldIt';
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
	width: 160px;
	padding: 9px 10px 8px;
	margin: 0;
}

#bottom-navi{
	background: url(../img/bottom-navi-bg.gif) repeat-x bottom left;
	margin: -130px 0;
	padding: 0 0 170px 115px
}
#bottom-navi .b{
	float: left;
	width: 293px;
}
#bottom-navi .b.v2{
	width: 373px;
}

#bottom-navi .center{
	text-align: center
}

#offer-list {
	background: #fff;
	padding: 0 0 150px;
	overflow: hidden;
	margin: -50px 0 0
}
#offer-list  #products{
	width: 700px;
	margin: 0 auto;
}
#offer-list #products > div{
	display: none;
}
#offer-list #products > div.active{
	display: block;
}
#offer-list #products .b{
	border-bottom: 1px solid #d0d1d6;
	padding: 0 0 20px;
	margin: 20px 0 0
}

#offer-list #products .b .img{
	float: left;
	width: 130px;
	background: url(../img/products-img-bg.gif) no-repeat 0 0;
	height: 142px;
	padding: 0 4px;
	margin: 0 17px 0 0 
}
#offer-list #products .b .img .location{
	text-align: center
}
#offer-list #products .b .t{
	float: left;
	width: 545px;
}
#offer-list #products .b h3{
	color: #2f56a1;
	margin: 0 0 10px
}

#offer-list #products .b .t .strite{
	background: url(../img/products-bg.gif) repeat-x 0 0;
	height: 17px;
	overflow: hidden;
	width: 545px;
	padding: 2px 0;
	color: #7f8384;
	font-size: 13px;
}
#offer-list #products .b .t .strite .year{
	float: left;
	width: 114px;
	margin: 0 0 0 10px
}
#offer-list #products .b .t .strite .mileage{
	float: right;
	width: 125px;
}
#offer-list #products .b .t .strite strong{
	color: #393d40;
	font-weight: normal;
	font-size: 14px;
}
#offer-list #products .b .t .desc{
	margin: 10px 0 0;
	color: #7f8384;
	width: 440px;
	line-height: 25px;
}
#offer-list #products .b .t .more{
	float: right;
	margin-top: -10px
}

#offer-list #products .price{
	text-align: center;
	color: #c31513;
	font-size: 22px;
	line-height: 16px;
	margin: 5px 0 0
}
#offer-list #products .price span{
	font-size: 18px;
}

#offer-list #products .b .t .desc span{
	color: #393d40
}

#offer-list .pagination{
	width: 700px;
	margin: 0 auto;
	border-bottom: 1px solid #d0d1d6;
	padding: 0 0 20px;
	text-align: center
}
#offer-list .pagination.v2{
	margin-top:20px
}
#offer-list .pagination a{
	margin: 0 5px;
	text-decoration: underline
}
#offer-list .pagination a.next,
#offer-list .pagination a.prev{
	text-decoration: none
}
#offer-list .pagination a:hover{
	color: #324986;
	text-decoration: none
}
#offer-list .pagination a.active{
	color: #324986;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#product {
	width: 900px;
	margin:0 auto
}

#product .gallery{
	background: #3d455a;
	padding: 6px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 400px;
	float: left;
	margin: 15px 0 60px
}

#product .t{
	width: 470px;
	float: left;
	margin: 15px 0 60px 15px
}

#product .t .details{
	margin: 35px 0 0
}

#product .t .details li {
	padding: 8px 10px;
	border-bottom: 1px solid #d6d9e0;
	font-size: 
}
#product .t .details li.v2 {
	background: #f2f3f5;
}
#product .t .details li:after{
	content: ".";
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden
}

#product .t .details li span{
	float: left;
	color: #9891a1;
	width: 160px;
	margin-right: 10px
}
#product .t .details li em{
	float: left;
	color: #3f3f3f;
	width: 280px;
	font-style: normal;
}
#product .desc{
	clear: both;
}
#product .h{
	clear: both;
	padding: 5px 10px;
	background: url("../img/h1-bg.gif") repeat-x scroll 0 0 #253B73;
    color: #FFFFFF;
    font-family: 'MyriadPro-SemiboldIt';
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
	margin: 0 0 15px;
	width: 630px;
}
#product .desc p{
	margin: 0 10px 15px;
	width: 630px;
}

#offer-list .back{
	width: 900px;
	margin:0 auto
}
#offer-list .back.v2{
	margin: 20px 0 0 650px
}

#product .price strong{
	color: #c31513;
	font-size: 28px;
	line-height: 34px;
}