html {
	height:100%;
}
body {
	margin:0;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	background:#fff;
	height:100%;
	min-width:1003px;
}
img {
	border:0;
}
a {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration:none;
}
input,
textarea,
select {
	font:bold 14px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	width:100%;
	min-height:100%;
}
* html #wrapper {
	height:100%;
}
.wrapper-holder {
	width:100%;
	padding:0 0 191px;
}
#header {
	background:#ffcc00 url(../images/bg-header.gif) repeat-x;
	height:1%;
	overflow:hidden;
	padding:10px 21px 0 22px;
}
.logo {
	float:left;
	margin:8px 0 0;
}
.logo a {
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
	width: 182px;
	height: 53px;
	font-size:0;
	line-height:0;
}
.phone-block {
	background: url(../images/bg-phone-block.png) no-repeat;
	width: 334px;
	height: 85px;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 28px 0 0;
	display:inline;
}
#header .holder {
	width:100%;
	overflow:hidden;
}
.nav-holder {
	width:100%;
}
.nav-holder:after {
	clear:both;
	display:block;
	content:"";
}
#nav {
	float:right;
	margin:0;
	padding:0 11px;
	list-style:none;
	background: url(../images/bg-nav.gif) repeat-x;
}
#nav li {
	float:left;
	font-size:10px;
	text-transform:uppercase;
	margin:-7px -10px 0;
	position:relative;
	display:inline;
}
#nav li a {
	text-decoration:none;
	float:left;
	padding:0 0 0 10px;
	cursor:pointer;
}
#nav li a:hover {
	text-decoration:underline;
}
#nav li a span {
	float:left;
	padding:0 10px 0 0;
}
#nav li a strong {
	height:28px;
	float:left;
	overflow:hidden;
	padding:22px 9px 0;
}
#nav li.active a {
	background: url(../images/bg-nav-l.gif) no-repeat;
	color:#fff;
	text-decoration:none !important;
}
#nav li.active span {
	background:url(../images/bg-nav-r.gif) no-repeat 100% 0;
}
#nav li.active strong {
	background:#cc0000;
}
#main {
	background: url(../images/bg-main.gif) repeat-x;
	height:1%;
	overflow:hidden;
	padding:73px 21px 0 22px;
	border-top:1px solid #fff;
	position:relative;
}
.main-holder {
	height:1%;
	padding:0 60px 0 0;
	margin:0 0 51px;
}
.main-holder:after {
	clear:both;
	display:block;
	content:"";
}
.m1 {
	float:left;
	width:100%;
}
.main-holder .visual {
	float:left;
	width:396px;
}
.main-holder .content {
	margin:0 0 0 396px;
}
.main-holder .c1 {
	width:100%;
	float:left;
	font-size:14px;
	line-height:24px;
}
#main h2 {
	margin:0 0 18px;
	font-weight:normal;
	color:#cc0000;
	font-size:18px;
	line-height:28px;
	text-transform:uppercase;
}
.main-holder p {
	margin:0 0 24px;
}
.request {
	margin:12px 0 0 -15px;
	position:relative;
	height:1%;
}
.request img {
	display:block;
}
.gallery-holder {
	background:#efeeee;
	width:100%;
	overflow:hidden;
	padding:11px 0 0;
}
.gallery-holder .btn-prev,
.gallery-holder .btn-next {
	background: url(../images/btn-prev-gallery-holder.gif) no-repeat;
	width: 46px;
	height: 33px;
	position:absolute;
	top:51px;
	left:0;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery-holder .btn-next {
	background: url(../images/btn-next-gallery-holder.gif) no-repeat;
	left:auto;
	right:0;
}
.gallery-block {
	height:1%;
	overflow:hidden;
	position:relative;
}
#main .gallery-holder h2 {
	margin:0 0 11px 21px;
	color:#cc0000;
	font:13px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.gallery-block div {
	overflow:hidden;
	position:relative;
	height:189px;
	margin:0 48px;
}
.gallery-holder ul {
	width:99999px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
}
.gallery-holder ul li {
	float:left;
	width: 172px;
}
.gallery-holder ul li a {
	height: 150px;
	width: 172px;
	float:left;
	padding:15px 0 0;
	text-decoration:none;
	color:#333;
	cursor:pointer;
}
.gallery-holder a span {
	background: url(../images/bg-gallery.gif) no-repeat;
	width: 132px;
	height: 98px;
	display:block;
	padding:5px;
	margin:0 auto 7px;
}
.gallery-holder a img {
	display:block;
}
.gallery-holder a strong {
	text-align:center;
	display:block;
	font-weight:normal;
}
.gallery-holder ul li a:hover {
	background: url(../images/bg-gallery-hover.gif) no-repeat;
	color:#fff;
}
.gallery-holder ul li a:hover span {
	background:none;
}
#footer {
	background: url(../images/bg-footer.gif) repeat-x;
	position:relative;
	width:100%;
	margin:-191px 0 0;
	text-align:center;
	color:#fff;
	font-size:11px;
}
.footer-holder {
	height:91px;
	overflow:hidden;
	padding:100px 24px 0 74px;
}
#footer p {
	margin:0;
}
.footer-nav {
	margin:0 0 10px;
}
.footer-nav ul {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	font-size:9px;
	text-transform:uppercase;
}
.footer-nav ul li {
	display:inline;
	padding:0 6px;
}
.footer-nav ul li a {
	text-decoration:none;
}
.footer-nav ul li a:hover {
	text-decoration:underline;
}
.footer-logo {
	position:absolute;
	top:84px;
	left:24px;
}
.footer-logo a {
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	background: url(../images/bg-footer-logo.gif) no-repeat;
	width: 136px;
	height: 39px;
}
#sidebar {
	width:210px;
	float:left;
	padding:37px 0 0 31px;
}
#content {
	margin:0 0 0 248px;
}
#content .c1 {
	float:left;
	width:100%;
}
#sidebar h3 {
	font-size:12px;
	font-weight:bold;
	color:#003366;
	margin:0;
}
.side-nav {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:20px;
}
.side-nav li a {
	color:#003366;
	text-decoration:none;	
}
.side-nav li.active a {
	color:#cc0000;
	font-weight:bold;
	text-decoration:none !important;
}
.side-nav li a:hover {
	text-decoration:underline;
}
#content h2 {
	margin:0 0 14px 24px;
}
.car-list {
	width:100%;
	margin:0 0 26px;
}
.car-list .box {
	background: url(../images/bg-car-list-t.gif) repeat-x;
	width:100%;
	margin:-1px 0 0;
	color:#333;
	font-size:12px;
	line-height:14px;
	position:relative;
}
.car-list .holder {
	background: url(../images/bg-car-list-b.gif) repeat-x 0 100%;
	padding:19px 41px 20px 25px;
	height:1%;
	overflow:hidden;
}
.car-list .visual {
	float:left;
	border:1px solid #000;
	margin:0 18px 0 0;
	display:inline;
}
.car-list .visual img {
	display:block;
}
.car-list h3 {
	margin:0 0 14px;
	font-size:12px;
	color:#cc0000;
	font-weight:normal;
	text-transform:none;
}
.car-list h3 a {
	color:#cc0000;
	text-decoration:none;
}
.car-list h3 a:hover {
	text-decoration:underline;
}
.car-list dl {
	margin:0;
	height:1%;
}
.car-list dt {
	float:left;
	font-weight:bold;
	margin:0 3px 0 0;
}
* html .car-list dt {
	margin:0;
}
*+ html .car-list dt {
	margin:0;
}
.car-list dd {
	margin:0;
}
.car-list .price {
	background:red url(../images/list_price.png) repeat-x 0 100%;
	font-size:24px;
	line-height:normal;
	font-weight:bold;
	padding:7px 20px 7px 12px;
	color:#fff;
	float:right;
	margin:-8px 0 0;
}
.car-list .price span {
	font-size:14px;
	vertical-align:super;
}
.paging {
	width:100%;
	overflow:hidden;
	position:relative;
	font-size:12px;
	line-height:20px;
}
.paging .holder {
	position:relative;
	left:50%;
	float:left;
}
.paging .frame {
	position:relative;
	left:-50%;
	float:left;
}
.paging ul {
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	float:left;
}
.paging ul li {
	float:left;
}
.paging ul li a {
	float:left;
	padding:0 6px 2px;
	text-decoration:none;
}
.paging ul li.active a {
	font-weight:bold;
	text-decoration:none !important;
	background:#ffcc00 url(../images/bg-paging.gif) repeat-x 0 100%;
}
.paging ul li a:hover {
	text-decoration:underline;
}
.paging strong {
	float:left;
	font-weight:normal;
}
.car-view {
	background: url(../images/bg-car-list-t.gif) repeat-x;
	height:1%;
	color:#333;
}
.car-view-b {
	background: url(../images/bg-car-list-b.gif) repeat-x 0 100%;
	padding:19px 19px 40px 25px;
	height:1%;
	overflow:hidden;
}
.car-view .side-block {
	width:400px;
	float:left;
}
.content-block {
	margin:0 0 0 424px
}
.car-view .visual {
	position:relative;
	height:1%;
	margin:0 0 17px;
}
.car-view .visual img {
	display:block;
	border:1px solid #000;
}
.car-view .price {
	background:red url(../images/list_price.png) repeat-x 0 100%;
	font-size:24px;
	line-height:normal;
	font-weight:bold;
	padding:7px 20px 7px 12px;
	color:#fff;
	position:absolute;
	right:0;
	bottom:0;
}
.car-view .price span {
	font-size:14px;
	vertical-align:super;
}
.gallery-container {
	background:#ffcc00;
	width:100%;
	overflow:hidden;
	padding:6px 0;
	margin:0 0 16px;
}
.gallery-container .btn-prev,
.gallery-container .btn-next {
	background: url(../images/btn-prev-gallery-container.gif) no-repeat;
	width: 24px;
	height: 17px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:24px 0 0;
}
.gallery-container .btn-next {
	background: url(../images/btn-next-gallery-container.gif) no-repeat;
	float:right;
}
.gallery-container div {
	width:344px;
	overflow:hidden;
	float:left;
	margin:0 0 0 4px;
	display:inline;
}
.gallery-container ul {
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
	overflow:hidden;
}
.gallery-container ul li {
	width:86px;
	float:left;
}
.gallery-container ul li a {
	height:1%;
	padding:6px 7px;
	display:block;
	cursor:pointer;
}
.gallery-container ul li img {
	display:block;
}
.gallery-container ul li a:hover {
	background:#efeeee;
}
.car-view .additional-info {
	background:#efeeee;
	height:1%;
	padding:8px 10px 27px;
	font-size:11px;
}
.car-view .additional-info h3 {
	margin:0 0 5px;
	font-size:10px;
	color:#cc0000;
	text-transform:none;
}
.car-view .additional-info p {
	margin:0 0 12px;
}
.car-view .content-block h3 {
	font-size:12px;
	color:#cc0000;
	margin:0 0 14px;
	font-weight:normal;
	text-transform:none;
}
.car-info {
	margin:0 0 30px;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:18px;
}
.car-info li {
	width:100%;
	overflow:hidden;
}
.car-info li strong {
	float:left;
}
.car-info li span {
	float:right;
}
.car-view .content-block h4 {
	margin:0 0 3px;
	font-size:10px;
	color:#cc0000;
	text-transform:uppercase;
}
.package {
	font-size:11px;
	line-height:18px;
	margin:0;
	padding:0;
	list-style:none;
}
.package li {
	padding:0 0 0 10px;
	background: url(../images/bullet01.gif) no-repeat 2px 8px;
}
.main-heading {
	height:1%;
	overflow:hidden;
	margin:0 0 10px;
}
.main-heading h2 {
	float:left;
	display:inline;
	margin-bottom:0 !important;
}
.ask-question {
	float:right;
	font-size:12px;
	font-weight:bold;
	background:red url(../images/list_price.png) repeat-x 0 100%;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	padding:8px 9px;
}
.ask-question:hover {
	text-decoration:underline;
}
.questions {
	width:100%;
	margin:0 0 26px;
}
.questions .box {
	background: url(../images/bg-car-list-t.gif) repeat-x;
	width:100%;
	margin:-1px 0 0;
	color:#333;
	font-size:12px;
	line-height:14px;
	position:relative;
}
.questions .holder {
	background: url(../images/bg-car-list-b.gif) repeat-x 0 100%;
	padding:19px 41px 20px 25px;
	height:1%;
	overflow:hidden;
}
.questions .name-date {
	font-size:10px;
	color:#999;
	margin:0 0 5px;
}
.questions .question {
	padding:0 0 12px 22px;
	height:1%;
	color:#cc0000;
}
.questions .answer {
	padding:0 0 0 42px;
	height:1%;
}
.contact-block .text-holder {
	width:240px;
	float:left;
	padding:0 10px 0 0;
}
.contact-block {
	padding-left:294px !important;
}
.contact-block .map {
	margin:0 0 0 250px;
}
.contact-block .map img {
	display:block;
	width:100%;
}
.map-holder {
	width:100%;
	float:left;
	padding:21px 0 0;
}
.contact-block dl {
	margin:0;
	padding:12px 0 0;
	font-size:12px;
	line-height:18px;
}
.contact-block address {
	font-style:normal;
}
.contact-block dt {
	font-weight:bold;
}
.contact-block dd {
	margin:0 0 18px;
}
.fill-out-an-application {
	position:absolute;
	top:85px;
	left:7px;
}
.contact-form {
	width:370px;
	margin:0 auto;
	font-size:14px;
	line-height:24px;
	position:relative;
	z-index:10;
}
.contact-form .form-holder {
	height:1%;
	padding:4px 0 0 15px;
}
.contact-form .text-field {
	border:1px solid #999;
	height:1%;
	overflow:hidden;
	padding:0 17px;
	margin:0 0 6px;
}
.contact-form input {
	border:0;
	margin:0;
	float:left;
	width:150px;
	padding:12px 0;
	outline:none;
}
.contact-form .select {
	margin:0 0 6px;
	display:block;
	width:100%;
}
.contact-form .text-field-green {
	border:1px solid #669933;
}
.contact-form .textarea {
	border:1px solid #999;
	height:1%;
	overflow:hidden;
	padding:7px 17px;
	margin:0 0 6px;
}
.contact-form .textarea textarea {
	width:319px;
	height:133px;
	float:left;
	margin:0;
	border:0;
	overflow:auto;
	outline:none;
	max-width:319px;
}
.contact-form .submit-holder {
	height:1%;
	overflow:hidden;
	padding:14px 0 0;
}
.contact-form .submit {
	background:red url(../images/list_price.png) repeat-x 0 100%;
	font-size:14px;
	font-weight:bold;
	float:right;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:12px 17px;
}
.contact-form .submit:hover {
	text-decoration:underline;
}

.visual .vspan {
    background:none repeat scroll 0 0 red;
    display:block;
    font-size:10px;
    font-weight:bold;
    left:1px;
    line-height:16px;
    position:absolute;
    text-align:center;
    text-transform:uppercase;
    top:1px;
    width:59px;
    color:white;
}
.visual .vspan2 {
    background:none repeat scroll 0 0 red;
    display:block;
    font-size:10px;
    font-weight:bold;
    left:25px;
    line-height:16px;
    position:absolute;
    text-align:center;
    text-transform:uppercase;
    top:19px;
    width:59px;
    color:white;
}




/*edit 03.09*/

/*08.09.2010*/
#fast_search {
	width:100%;
	height:60px;
	/*background:#efefef url('/img/fast_search_bg.gif') left top repeat-x; */
	}
#f_s_cont {
	width:96%;
	height:60px;
	margin:0px auto;
	position:relative;
	}
.fast_search_h {
	width:24%;
	height:50px;
	padding-top:10px;
	font-size:13px;
	line-height:36px;
	font-style:italic;
	color:#fff;
	text-align:center;
	position:absolute;
	left:0px;
	top:0px;
	}
.fast_search_h div {
	margin-right:16%;
	height:36px;
	background:url('/img/fast_search_h_l.gif') left top repeat-x;
	}
.fast_search_h div a {
	display:block;
	height:36px;
	color:#fff;
	background:url('/img/fast_search_h_r.gif') right top no-repeat;
	}
/* Форма поиска */
#f_s_cont form {
	margin-left:24%;
	height:51px;
	padding-top:9px;
	line-height:13px;
	}
#f_s_cont form .f_s_el {
	height:30px;
	float:left;
	margin-right:3%;
	}
#f_s_cont form .f_s_el td {
	padding-bottom:2px;
	vertical-align:middle;
	}
#f_s_cont form .f_s_el label {
	padding:0px 4px 0px 3px;
	}
#f_s_cont form select {
	width:100%;
	height:20px;
	line-height:80px;
	color:#990000;
	font-size:11px;
	vertical-align:middle;
	}
#f_s_cont form .f_s_button {
	width:81px;
	height:36px;
	float:left;
	position:relative;
	top:2px;
	background:#9f0000 url('/img/search_button_r.gif') right bottom no-repeat;
	}
#f_s_cont form .f_s_button div {
	height:28px;
	padding-top:8px;
	text-align:center;
	background:url('/img/search_button_l.gif') left bottom no-repeat;
	}
#f_s_cont form .f_s_button div input {
	width:80%;
	height:20px;
	border:0px;
	background:none;
	font-size:13px;
	color:#fff;
	font-style:italic;
	vertical-align:top;
	font-family:'tahoma', arial, helvetica, sans-serif;
	cursor:pointer;
	}
