html, body{
    /* */
	width:100%;
	height:100%;
	background:#858585;
	position:relative; /* for ie */
}
#main{
	width:100%;
	min-height:100%;
	background:#858585 url(../images/mainBg.png) center 571px repeat;
}
#inMain1{
	width:100%;
	/*background:transparent url(../images/topBg.jpg) center top no-repeat;*/
}
#inMain2{
	width:1200px;
	margin:0 auto;
	background:#ffffff;
	padding-bottom:140px;
}

/*
#header{
	width:1200px;
	height:288px;
	position:relative;
	background:#161616 url(../images/headers/topBg0.jpg) 0 0 no-repeat;
}*/

#header{
	width:1200px;
	height:288px;
	position:relative;
	background:#161616; 
	/*background:#161616 url(../images/headers/topBg0.jpg) 0 0 no-repeat;*/
}

#animateHeader{
	width:1200px;
	height:288px;
	position:absolute;
	overflow:hidden;
	left:0px;
	top:0px;
	z-index:0;
	visibility:hidden;
}

/*
#animateHeader img {
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 115px;
}
*/
#animateHeader img{

opacity: 0.7;

	position:absolute;
	left:0px;
	top:116px;
	width:100%;
}

#logo{
	position:absolute;
	left:46px;
	top:32px;
	z-index:10;
	color: #FFFFFF;
    font-family: Times New Roman;
    font-size: 18px;
}
#logo img{

}
#logo-bmw{
	position:absolute;
	right:47px;
	top:18px;
}

/*
#headerPhones{
	position:absolute;
	left:48px;
	top:60px;
	z-index:10;
}
#headerPhones h2{
	margin:10px 0px 0px 0px;
	font-size:14px;
	font-weight:normal;
	color:#c4c4c4;
	font-family:Arial, sans-serif;
}
#headerPhones .phone{
	margin:4px 0px 0px 0px;
	height:20px;
}
#headerPhones .phone .code{
	font-size:12px;
	line-height:1em;
	font-weight:normal;
	color:#c4c4c4;
	font-family:Arial, sans-serif;
	float:left;
	padding-right:3px;
}
#headerPhones .phone .num{
	font-size:18px;
	line-height:1em;
	font-weight:normal;
	color:#ffffff;
	font-family:Arial, sans-serif;
	float:left;
	position:relative;
	top:-2px;
}
#headerPhones .phone-title {
	font-size:13px;
}
#headerPhones .icq{
	text-align:right;
	color:#ffffff;
}*/



#headerPhones{
	position:absolute;
	left:48px;
	top:60px;
	z-index:10;
}
#headerPhones h2{
	margin:10px 0px 0px 0px;
	font-size:14px;
	font-weight:normal;
	color:#c4c4c4;
	font-family:Arial, sans-serif;
}
#headerPhones .phone{
	margin:4px 0px 0px 0px;
	height:20px;
}
#headerPhones .phone .code{
	font-size:12px;
	line-height:1em;
	font-weight:normal;
	color:#c4c4c4;
	font-family:Arial, sans-serif;
	float:left;
	padding-right:3px;
}
#headerPhones .phone .num{
	font-size:18px;
	line-height:1em;
	font-weight:normal;
	color:#ffffff;
	font-family:Arial, sans-serif;
	float:left;
	position:relative;
	top:-2px;
}
#headerPhones .phone-title {
	font-size:13px;
}
#headerPhones .icq{
	text-align:right;
	color:#ffffff;
}


#headerPhones .icq img{
	vertical-align:middle;
}

/* service menu */
#serviceMenu{
	margin:19px 0px 11px 47px;
	height:27px;
}
#serviceMenu ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0px;
}
#serviceMenu ul li{
	margin:0 12px 0 0;
	padding:0;
	float:left;
	display:inline;
}
#serviceMenu ul li a{
	display:block;
	width:19px;
	height:19px;
	text-decoration:none;
	overflow:hidden;
	text-indent:30px;
	background:#FFF url(../images/smBg.png) 0 0 no-repeat;
}
#serviceMenu ul li#smDoc1 a{
	background-position:0px 0px;
}
#serviceMenu ul li#smDoc1 a:hover{
	background-position:0px -19px;
}
#serviceMenu ul li#smDoc1.active a{
	background-position:0px -19px;
}
#serviceMenu ul li#smDoc35 a{
	background-position:-19px 0px;
}
#serviceMenu ul li#smDoc35 a:hover{
	background-position:-19px -19px;
}
#serviceMenu ul li#smDoc35.active a{
	background-position:-19px -19px;
}
#serviceMenu ul li#smDoc36 a{
	background-position:-38px 0px;
}
#serviceMenu ul li#smDoc36 a:hover{
	background-position:-38px -19px;
}
#serviceMenu ul li#smDoc36.active a{
	background-position:-38px -19px;
}
/* service menu */

/* main menu */
#mainMenu{
	width:330px;
	padding-right:670px;
	margin-right:-670px;
	margin-left:-50px;
	background:#404040 url(../images/menuBg.jpg) 0 0 no-repeat;
	position:relative;
}
#mainMenu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#mainMenu ul li{
	margin:0;
	padding:11px 50px 12px 50px;
	background:transparent url(../images/menuItemBg.png) 0 bottom no-repeat;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:16px;
	width:230px;
	position:relative;
}
#mainMenu ul li div.activator{
	/*border:1px solid lime;*/
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	padding:11px 0 0 50px;
	background:#8f8f8f;
	/*background-image:url(../images/menuBg.jpg);*/
	background-repeat:no-repeat;
}
#mainMenu ul li div.activator a{

}
#mainMenu ul li a{
	position:relative;
}
#mainMenu ul li.active{
	font-weight:bold;
}
#mainMenu ul li.active a{
	cursor:default;
}
#mainMenu ul li.active a:hover{
	text-decoration:none;
}
#mainMenu ul li.last{
	background:none;
}
#mainMenu ul li a{
	color:#ffffff;
	text-decoration:none;
}
#mainMenu ul li a:visited{
	color:#ffffff;
	text-decoration:none;
}
#mainMenu ul li a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/* main menu */

.columnsWrapper{
	margin:0 0 30px 0;
}
.columnsWrapper .leftColumn{
	float:left;
	display:inline;
	width:280px;
	margin-left:50px;
	position:relative;
}
.columnsWrapper .rightColumn{
	float:right;
	display:inline;
	width:800px;
	margin-right:20px;
	background:#ffffff;
	position:relative;
	margin-top: 30px;
}

.servicesList{
	margin:15px 0px 0px 0px;
	padding:0;
}
.servicesList ul{
	list-style:none;
	margin:0;
	padding:0;
}
.servicesList ul li{
	margin:0 0 0 0;
	padding:2px 0 2px 24px;
	display:inline-block;
	display:-moz-inline-stack;
	width:260px;
	background:transparent url(../images/bullet1.png) 0 6px no-repeat;
}
.servicesList ul li.active{
	font-weight:bold;
}
.servicesList ul li.active a{
	text-decoration:none;
	cursor:default;
}
.servicesList ul li a{
	color:#6c6c6c;
}
.servicesList ul li a:visited{
	color:#6c6c6c;
}
.servicesList ul li a:hover{
	color:#999999;
}

.actionBlock{

}
.actionBlock .action{
	margin:20px 0px 0px 0px;
}
.actionBlock .action a{
	display:block;
	width:280px;
	height:89px;
	position:relative;
	overflow:hidden;
}
.actionBlock .action .gray{
	position:absolute;
	left:0px;
	top:0px;
	display: none;
}
.actionBlock .action .color{
	display:block;
	width:280px;
	height:89px;
	position:absolute;
	left:0px;
	top:89px;
	opacity: 1 !important;
}

/* content */
#content{
	padding:1px 0px 1px 0px;
}
/* content */


#footer{
	position:relative;
	width:1200px;
	margin:-109px auto 0px auto;
	padding:0px 0px 0px 0px;
	height:109px;
	background:transparent url(../images/footerBg.png) 0 0 no-repeat;
}
#footer a{
	color:#4c84d9;
}
#footerCopyright{
	position:absolute;
	left:50px;
	top:47px;
	font-size:12px;
}
#ingateLogo{
	width:150px;
	position:absolute;
	left:660px;
	top:20px;
	text-align:center;
	font-size:12px;
	line-height:1.1em;
}
#ingateLogo img{
	margin-bottom:9px;
}
#irepLogo{
	width:120px;
	position:absolute;
	left:826px;
	top:16px;
	text-align:center;
	font-size:12px;
	line-height:1.1em;
}
#irepLogo img{
	margin-bottom:9px;
}
#paymentsBlock{
	margin:20px 0px 0px 0px;
}
#paymentsBlock img{
	margin-top:4px;
}

.header-contacts {
	margin: 10px 0px 5px 0px;
}
.header-contacts a {
	color: #c6c6c6 !important;
}

.header-contacts a:hover {
	color: #999999 !important;
}

#footerBig{
	position:relative;
	width:1200px;
	margin:-270px auto 0;
	padding:0;
	height:270px;
	background:transparent url(../images/footerBg.png) 0 0 no-repeat;
}
#footerBig a{
	color:#4c84d9;
}

.footer-slider-block-title {
	font-size:18px;
	font-weight:bold;
	padding:0 0 0 50px;
	margin:15px 0 0;
}
.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    max-width:1000px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 97%;
    margin:0 auto;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    padding:0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    background:none;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin:0 auto;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width:33px;
    height:57px;
    text-decoration: none;
}

.jcarousel-control-prev {
    left:-20px;
    background:url('../images/arr_left.png') left top no-repeat;
}

.jcarousel-control-next {
    right:-20px;
    background:url('../images/arr_right.png') right top no-repeat;
}

.jcarousel .review_info {
    height:205px;
    border-bottom:1px solid #ffadad;
}
.jcarousel .review_text {
    border-top:4px solid #ff3333;
    color:#999999;
    font-family:verdana, sans-serif;
    font-size:12px;
    font-style:italic;
    text-align:left;
    line-height:150%;
    padding:16px 2px 0;
}
.jcarousel .review_more {
    color: #100f9a;
    font-family:verdana, sans-serif;
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    text-align:right;
    padding:10px 2px 0;
}
.jcarousel .review_more span {
    cursor:pointer;
}
.jcarousel .review_image img {
    margin:0 auto;
    box-shadow: 1px 1px 3px #aeaeae;
    -webkit-box-shadow: 1px 1px 3px #aeaeae;
    -moz-box-shadow: 1px 1px 3px #aeaeae;
}
.jcarousel .review_name {
    color:#333333;
    font-family:verdana, sans-serif;
    font-size:14px;
    text-align:center;
    line-height:120%;
    padding:5px 0 0;
    margin:0;
}
.jcarousel .review_city {
    color:#999999;
    font-family:verdana, sans-serif;
    font-size:14px;
    text-align:center;
    padding:0;
    margin:-2px 0 0;
}

table#catalog-tab td {
	text-align:center;
	padding:5px;
}


.footerTopBlock {
	height:50px;
	position:relative;
	padding:0;
	margin:0;
}
#toTopBlock {
	position:absolute;
	top:20px;
	left:150px;
}
#cardBlock {
	position:absolute;
	top:10px;
	right:10px;
}

.footerBottomBlock {
	text-align:center;
	position:relative;
	margin:25px 0 0;
}
#footerCopy {
	position:absolute;
	top:0;
	left:50px;
}


.still_questions {
    background-color: #a12a22;
    padding: 20px;
}

.still_questions .caption{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #C3C3C3;
}

.still_questions .column{
display: inline-block;
font-size: 12px;
line-height: 14px;
vertical-align: top;
width: 30%;
}
.still_questions .column:nth-child(2), .still_questions .column:nth-child(3){
margin-right: 30px;
}

.still_questions .column img{
display: inline-block;
margin-top: 10px;
vertical-align: middle;
}

.still_questions .column .fleft{
display: inline-block;
vertical-align: top;
}

.still_questions .column .dinline{
display: inline-block;
vertical-align: middle;
margin-top: 10px;
margin-left: 10px;
}

.still_questions .column .dinline a{
color: black;
display: inline-block;
background: linear-gradient(to bottom, #fff, #CFD2D9);
border-radius: 3px;
padding: 3px;
text-decoration: none;
}

    #formajax label {
        display: block;
        color: #888888;
    }
    #formajax label span { color: red; }
    #formajax input, #formajax  textarea {
        width: 407px;
        border: 1px solid #DDDDDD;
        height: 37px;
        border-radius: 4px;
        margin: 5px 0;
    }
    #formajax  textarea {
        height: 132px;
    }
    #formajax  .submit {
        height: 32px;
        width: 94px;
        border: 1px solid #DFDFDF;
        background:  #E9E9E9;
        
    }
.email { color: #fff; }