BODY{
	background: #FFF;
	font: 11px/1.4 Arial;
	color: #231f20;
}

.b-container{
    width: 973px;
    height: 666px; 
    margin: 0 auto;
    position: relative;
}

.b-logo{
    background: url(../i/logo.png) no-repeat;
    width: 126px;
    height: 39px;
    display: block;
    position: absolute;
    top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.b-title-block{
    position: absolute;
    height: 50px;
    width:572px;
    overflow: hidden;
    top:102px;
}

.b-content-block{
    position: absolute;
    top: 100px;
    width: 549px;
    height: 409px;
    overflow: hidden;
    padding: 14px 11px;
}

.m-grid-04 .b-content-block{
    width: 370px;
    
}

.m-grid-02 .b-content-block{
    width: 370px;
    padding-top: 0;
}

.m-grid-03  .b-content-block{
    width: 420px;
    padding-top: 0;
}

.m-grid-05  .b-content-block{
    top: 170px;
    height: 339px;
}


.b-images-block{
    position: absolute;
    top: 100px;
    width: 140px;
    height: 415px;
    overflow: hidden;
    padding: 10px;
}

.b-sidemenu-block{
    position: absolute;
    top: 105px;
    width: 129px;
    height: 265px;
    overflow: hidden;
    padding: 5px 6px 10px 6px;
}

.b-adress-block{
    position: absolute;
    top: 400px;
    width: 125px;
    height: 115px;
    overflow: hidden;  
    padding: 10px; 
    
}

.b-footer-block{
    position: absolute;
    bottom: 88px;
}

.b-footer-lang-block{
    position: absolute;
    bottom: 88px;
}

.m-he .b-container{
    text-align: right;
    direction: rtl;
}

.m-he .b-feedback{
    background: url("../i/form-bg.png") no-repeat 0 0;
}

.m-he .m-grid-01{
    background: url("../i/bg-01_1.png") no-repeat 0 0;
}

.m-he .m-grid-02{
    background: url("../i/bg-02.png") no-repeat 0 0;
}

.m-he .m-grid-03{
    background: url("../i/bg-03.png") no-repeat 0 0;
}

.m-he .m-grid-04{
    background: url("../i/bg-04.png") no-repeat 0 0;
}


.m-he .m-grid-05{
    background: url("../i/bg-01_2.png") no-repeat 0 0;
}


.m-he .b-logo{
    right: 50px;
}

.m-he .b-title-block{
    right:219px;
}

.m-he .b-content-block{
    right: 220px;
}

.m-he .b-images-block{
    left: 178px;  
}

.m-he .b-sidemenu-block{
    right: 60px;
}

.m-he .b-adress-block{
    right: 60px;
}

.m-he .b-footer-block{
    right: 70px;
}

.m-he .b-footer-lang-block{
    left: 235px;
}

.m-en .b-feedback{
    background: url("../i/form-bg.en.png") no-repeat 0 0;
}

.m-en .m-grid-01{
    background: url("../i/bg-01_1.en.png") no-repeat 0 0;
}

.m-en .m-grid-02{
    background: url("../i/bg-02.en.png") no-repeat 0 0;
}

.m-en .m-grid-03{
    background: url("../i/bg-03.en.png") no-repeat 0 0;
}

.m-en .m-grid-04{
    background: url("../i/bg-04.en.png") no-repeat 0 0;
}

.m-en .m-grid-05{
    background: url("../i/bg-01_2.en.png") no-repeat 0 0;
}

.m-en .b-logo{
    left: 50px;
}

.m-en .b-title-block{
    left: 219px;
}

.m-en .b-content-block{
    left: 220px;
}

.m-en .b-images-block{
    right: 178px;  
}

.m-en .b-sidemenu-block{
    left: 60px;
}

.m-en .b-adress-block{
    left: 60px;
}

.m-en .b-footer-block{
    left: 70px;
}

.m-en .b-footer-lang-block{
    right: 235px;
}



.b-menu-sidebar{
    padding-bottom: 5px;
}

.b-menu-sidebar UL{
    margin: 0 0 5px 0;
    list-style: none;
}

.b-menu-sidebar LI{
    margin: 0;
}

.b-menu-sidebar A,
.b-menu-sidebar SPAN{
    padding: 4px 5px;
    border-bottom: 1px solid #d5d5d6;
    color: #828283;
    text-decoration: none;
    display: block;
    zoom: 1;
    font-size: 11px;
}

.b-menu-sidebar SPAN{
    color: #231f20;
    font-weight: bold;
}

.b-menu-sidebar A:hover {
   /*  background: #231f20; */
    color: black;/* !important;*/
    
    border-bottom: 1px solid #231f20;
} 
.b-menu-sidebar .active A{
     background: #231f20; 
    color: #FFF !important;
    border-bottom: 1px solid #231f20;
} 
.b-menu-footer{
}

.b-menu-footer UL{
    margin: 0;
    list-style: none;
}

.b-menu-footer LI{
    margin: 0;
    display: inline;
    width: 90px;
    font-size: 11px;
    border-right: 1px solid #5a5758;
}

.m-en .b-menu-footer LI{
    margin: 0;
    display: inline;
    width: 90px;
    font-size: 11px;
    border-left: 1px solid #5a5758;
    border-right: none;
}

.b-menu-footer LI:first-child{
    border: none !important;
}

.b-menu-footer A{
    padding: 2px 5px;
    margin: 0 5px 0 3px;
    color: #5a5758;
    text-decoration: none;
}

.b-menu-footer A:hover,
.b-menu-footer .active A{
    background: #231f20;
    color: #FFF !important;
    border-bottom: 1px solid #231f20;
} 

.b-image-list{
}

.b-image-list UL{
    margin: 0;
    list-style: none;
}

.b-image-list LI{
    display: inline;
    margin: 0 0 0 1px;
}

.b-image-list IMG{
    margin: 0 0 1px 0;
    border: 1px solid transparent;
    padding: 1px;
}

.b-image-list .active IMG{
    border: 1px solid #828283;
} 

.b-block-border{
    border-bottom: 1px solid #d5d5d6;
    margin-bottom: 6px;    
    padding-bottom: 4px;
}

H1{
    background: #231f20;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
    padding: 25px 10px 10px 10px;
    margin-bottom: 20px;
    zoom: 1;
}


.b-store-locator{
    border-bottom: 1px solid #d5d5d6;
    padding-bottom: 12px;
    margin-bottom: 76px;
}

.b-store-locator table{
    margin: 0;
}

.b-store-locator td div{
    width: 182px;
    height: 33px;
    background: url("../i/phones-bg.png") no-repeat 0 0;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 25px 10px 10px 10px;
    line-height: 150%;
}


.b-store-locator td div span{
    display: block;
}

.b-store-locator .first div{
    margin-left: 15px;
}

.m-en .b-store-locator .first div{
    margin-right: 15px;
    margin-left: 0;
}

.button{
    background: #231f20;
    color: #FFF;
    border: none;
    padding: 5px 5px;
    margin-right: 5px;
}

.input,
TEXTAREA{
    border: 1px solid #FFF;
    background: #FFF;
    font: 11px/1.4 Tahoma, Arial, Helvetica, sans-serif;
    color: #333;
}


.b-feedback{
    width: 543px;
    height: 158px;
    margin-top: 80px;
    position: relative;
    margin-bottom: 30px;
}

.b-feedback div{
    position: absolute;
    padding: 5px 10px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
}

.b-feedback div .input{
    width: 490px;
}


.b-feedback div label{
    margin-left: 10px;
}

.m-en .b-feedback div label{
    margin-right: 10px;
    margin-left: 0;
}

.b-feedback .feed__01{
    top: 0;
    width: 270px;
}

.b-feedback .feed__02{
    top: 0;
    width: 213px;
}

.b-feedback .feed__03{
    top: 42px;
    width: 226px;
}

.b-feedback .feed__04{
    top: 42px;
    width: 112px;
}

.b-feedback .feed__05{
    top: 42px;
    width: 116px;
}

.b-feedback .feed__06{
    top: 84px;
    width: 240px;
}

.b-feedback .feed__07{
    top: 84px;
    width: 245px;
}


.b-feedback .feed__08{
    top: 126px;
    width: 520px;
}


.m-he .b-feedback .feed__01{
    right: 0;
}

.m-he .b-feedback .feed__02{
    right: 308px;
}

.m-he .b-feedback .feed__03{
    right: 0px;
}

.m-he .b-feedback .feed__04{
    right: 258px;
}

.m-he .b-feedback .feed__05{
    right: 404px;
}

.m-he .b-feedback .feed__06{
    right: 0px;
}

.m-he .b-feedback .feed__07{
    right: 275px;
}

.m-he .b-feedback .feed__08{
    right: 0px;
}


.m-en .b-feedback .feed__01{
    left: 0;
}

.m-en .b-feedback .feed__02{
    left: 308px;
}

.m-en .b-feedback .feed__03{
    left: 0px;
}

.m-en .b-feedback .feed__04{
    left: 258px;
}

.m-en .b-feedback .feed__05{
    left: 404px;
}

.m-en .b-feedback .feed__06{
    left: 0px;
}

.m-en .b-feedback .feed__07{
    left: 275px;
}

.m-en .b-feedback .feed__08{
    left: 0px;
}

.error {
	position: absolute;
	font: 11px/1.4 Arial;
	color: red;
}