@import url("block/b-custom/b-custom.css");
@import url("block/b-order-form/b-order-form.css");

BODY {
	font: 14px "Times New Roman", Times, serif;
    color: #dfdede;
    background: #4d4f4f;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

html {
    height: 100%;
}

A {
    color: #dfdede;
}

textarea{
    background: #4d4f4f;
    border: 1px solid #686969;
    color: #dfdede;
    font: 14px "Times New Roman", Times, serif;
    padding: 3px 5px;
}

.b-finput{
    background: #4d4f4f;
    border: 1px solid #686969;
    color: #dfdede;
    font: 14px "Times New Roman", Times, serif;
    padding: 1px 3px;
}

select{
    background: #4d4f4f;
    border: 1px solid #686969;
    color: #dfdede;
    font: 14px "Times New Roman", Times, serif;
    padding: 1px;
    height: 24px;
}

.l-container{
    min-width: 990px;
    -width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 990)? "990px" : "100%")
}

.b-header{
    background: url("/i/header-bg.png") repeat-x 0 0;
}

.b-header .header__street{
    background: url("/i/header-street.jpg") no-repeat 50% 0;
}

.b-header .header__i{
    background: url("/i/header-people.png") no-repeat 0 0;
    width: 990px;
    height: 322px;
    margin: 0 auto;
    position: relative;
}

*html .b-header .header__i{
    background-image: url("/i/header-people.ie.png");
}

.b-header_people02 .header__i{background-position: 0px -325px;}
.b-header_people03 .header__i{background-position: 0px -650px;}
.b-header_people04 .header__i{background-position: 0px -975px;}
.b-header_people05 .header__i{background-position: 0px -1300px;}
.b-header_people06 .header__i{background-position: 0px -1620px;}

.b-header .header__logo{
    position: absolute;
    top: 30px;
    left: 30px;
}

.b-header .header__logo a{
    display: block;
    background: url("/i/header-logo.png") no-repeat 0 0;
    width: 137px;
    height: 100px;
}

.b-header .header__menu{
    list-style: none;
    position: absolute;
}

.b-header .header__menu li a{
    position: absolute;
    display: block;
}

.b-header .header__menu span{
    display: none;
}

.b-header .header__menu-01 a{
    left: 156px;
    top: 71px;
    width: 235px;
    height: 220px;
}

.b-header .header__menu-01 a:hover{
    background: url("/i/hover-history.png") no-repeat 0 0;
}

.b-header .header__menu-02 a{
    left: 364px;
    top: 34px;
    width: 220px;
    height: 265px;
}

.b-header .header__menu-02 a:hover{
    background: url("/i/hover-designers.png") no-repeat 0 0;
}

.b-header .header__menu-03 a{
    left :549px;
    top: 1px;
    width: 246px;
    height: 300px;
}

.b-header .header__menu-03 a:hover{
    background: url("/i/hover-store.png") no-repeat 0 0;
}

.b-header .header__menu-04 a{
    top: 37px;
    left: 764px;
    width: 207px;
    height: 267px;
}

.b-header .header__menu-04 a:hover{
    background: url("/i/hover-events.png") no-repeat 0 0;
}

.b-header .header__menu-05 a{
    height: 39px;
    left: 74px;
	-left: 75px;
    top: 192px;
    width: 91px;
}

.b-header .header__menu-05 a:hover{
    background: url("/i/hover-contacts.jpg") no-repeat 0 0;
}

*html .b-header  .header__menu-01 a:hover,
*html .b-header  .header__menu-02 a:hover,
*html .b-header  .header__menu-03 a:hover,
*html .b-header  .header__menu-04 a:hover{
    background: none;
}

.b-header .header__cl,
.b-header .header__cr{
    width: 38px;
    height: 38px;
    position: absolute;
}

.b-header .header__cl{
    background: url("/i/corners.png") no-repeat 0 0px;
    left: 5px;
    top: 5px;
}

.b-header .header__cr{
    background: url("/i/corners.png") no-repeat 0 -63px;
    right: 5px;
    top: 5px;
}

.l-layout{
    width: 990px;
    margin: 0 auto;
    padding: 25px 0 170px 0;
    overflow: hidden;
}

.l-layout .layout__tbl{
    width: 100%;
    margin: 0;
}

.l-layout .layout__side{
    width: 160px;
    padding: 15px 20px 0 20px;
}

.l-layout .layout__content{
     padding-right: 50px;
}

.b-designers{
}

.b-designers ul{
    list-style: none;
    margin: 0 0 20px 0;
    text-align: center;
}

.b-designers li{
    display: inline-block;
    //display: inline;
    //zoom: 1;    
    margin: 0px 7px 0px 0;
}

.b-designers li:first-child:before{
    display: none;
}

.b-designers li:before{
    content: " ";
    display: inline-block;
    background: url("/i/ico-flower.png") no-repeat 0 0;
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.b-designers li{
    zoom: expression(
        runtimeStyle.zoom = 0,
        previousSibling &&
        insertBefore(
            createElement("m"), firstChild)
    );
}

.b-designers m{
    display: inline;
    zoom: 1;
    background: url("/i/ico-flower.png") no-repeat 0 0;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.b-designers a{
    color: #dfdede;
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
}

.b-designers a:hover{
    color: #727171;
}

.b-footer{
    color: #959595;
    font-size: 13px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px 0 20px 0px;
    border-top: 1px solid #686969;
    
}

.b-footer a{
    color: #959595;
}

.b-footer .footer__i{
    background: url("/i/div-b.png") no-repeat 50% top;
    margin-left: 200px;
    padding-top: 20px;
    margin-top: -3px;
}

.b-footer .footer__phones{
    margin: 0 10px;
}

.b-footer .footer__cl,
.b-footer .footer__cr{
    width: 50px;
    height: 38px;
    position: absolute;
}

.b-footer .footer__cl{
    background: url("/i/corners.png") no-repeat -23px -122px;
    left: 0px;
    bottom: 125px;
}

.b-footer .footer__cr{
    background: url("/i/corners.png") no-repeat -19px -183px;
    right: 0px;
    bottom: 125px;
}

.footer__menu ul{
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: inline-block;
    //display: inline;
    //zoom: 1;
    
    background: url("/i/div-b.png") no-repeat 50% bottom;
    text-align: center;
}

.footer__menu li{
    font-size: 17px;
    display: inline;
    margin: 0 10px;
}

.footer__menu a{
    color: #959595;
    text-decoration: none;
}

.footer__menu .active a,
.footer__menu a:hover{
    color: #fff;
}

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

.b-designers-menu li{
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 13px;
}

.b-designers-menu a{
    color: #dfdede;
    text-decoration: none;
}

.b-designers-menu a:hover,
.b-designers-menu .active a{
    color: #848282;
}

.b-page-title{
    color: #dfdede;
    font-size: 29px;
    text-align: center;
    text-transform: uppercase;
    background: url("/i/div-b.png") no-repeat 50% bottom;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.b-page-title_short{
    background: url("/i/div-s.png") no-repeat 50% bottom;
}

.b-page-subtitle{
    color: #dfdede;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
     background: url("/i/div-s.png") no-repeat 50% bottom;
    padding-bottom: 25px;
    margin-bottom: 20px;
}



.b-profile{
}

.b-profile .profile__tbl{
    width: 100%;
    margin-bottom: 20px;
}

.b-profile .profile__tbl td{
    width: 50%;
}

.b-profile .profile__img{
    text-align: center;   
}

.b-profile .profile__img img{

}

.b-profile .profile__text{
    
}

.b-profile .profile__gallery{
    background: url("/i/div-b.png") no-repeat 50% top;
    padding: 25px 0 15px 0;
}

.b-profile .profile__gallery ul{
    list-style: none;
    margin: 0 -10px 0 0;
}

.b-profile .profile__gallery li{
    display: inline-block;
    //display: inline;
    //zoom: 1;
    
    margin: 0 11px 10px 0;
    //margin: 0 15px 15px 0;
}
/*
.b-profile .profile__gallery ul div,
.b-profile .profile__gallery ul a{
    display: block;
    width: 110px;
    height: 90px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
*/

.b-profile .profile__url{
    color: #959595;
    background: url("/i/div-s.png") no-repeat 50% 0;
    padding-top: 15px;
    text-align: center;
}

.b-profile .profile__url a{
    color: #959595;
    text-decoration: none;
}

.b-contacts{
}

.b-contacts .contacts__i{
    text-align: center;
    background: url("/i/div-b.png") no-repeat 50% bottom;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.b-contacts .contacts__map{
    text-align: center;
}
    
    
.b-div-text{
    text-align: center;
    1background: url("/i/div-b.png") no-repeat 50% bottom;
    padding-bottom: 25px;
    margin-bottom: 20px;    
}    

.b-events{
    
}

.b-events .b-page-title{
    background: url("/i/div-s.png") no-repeat 50% bottom;
    margin-bottom: 5px;
}

.b-events .events__legend{
    text-align: center;
    margin-bottom: 30px;
}

.b-events .events__legend span{
    color: #7b7a7a;
}

.b-events .b-event-list {
    margin-right: -15px;
    overflow: hidden;

    *zoom: 1;
}

.b-events .b-event-list:after {
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: " ";
}

.b-event-list_underline{
    background: url("/i/div-b.png") no-repeat 50% bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.b-event-list .event-list__item {
    float: left;
    width: 235px;
    margin-right: 15px;
}

.b-event-list .event-list__item a:hover{
    color: #727171;
}

.b-event-list .event-list__img {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FFF;
    width: 235px;
    height: 170px;
    margin: 0 auto 20px auto;
}

.b-event-list .event-list__title {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;rt
}

.b-event-list .event-list__title  a{
    text-decoration: none;
}

.b-event-list .event-list__date {
    font-size: 15px;
    text-align: center;
    background: url("/i/div-s.png") no-repeat 50% bottom;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.b-event-list .event-list__i {
    font-size: 13px;
}


.b-event-list .event-list__item_new .event-list__i {
    color: #7b7a7a;
}

.b-history{}

.b-history .history__i{
    background: url("/i/div-b.png") no-repeat 50% bottom;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.b-history .history__url{
    color: #959595;
    font-size: 13px;
    text-align: center;
    margin-top: 50px;
}

.b-history .history__url a{
    color: #959595;
    text-decoration: none;
}

.b-shop-list{
    margin-right: -15px;
}

.b-shop-list .shop-list__item {
    float: left;
    width: 235px;
    margin-right: 15px;
}

.b-shop-list .shop-list__img {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FFF;
    width: 235px;
    height: 170px;
    margin: 0 auto 20px auto;
}

.b-shop-list .shop-list__title {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    background: url("/i/div-s.png") no-repeat 50% bottom;
    padding-bottom: 15px;
    margin-bottom: 10px;    
}

.b-shop-list .shop-list__title a{
    color: #fff;
    text-decoration: none;
}

.b-shop-list .shop-list__descr {
    color: #959595;
    text-align: center;
}

.b-side-menu{
    list-style: none;
    background: url("/i/div-s.png") no-repeat 50% bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;        
}

.b-side-menu_noline{
    background: none;
    padding-bottom: 0;
}

.b-side-menu li{
    color: #dfdede;
    text-align: center;
    font-size: 13px;
    margin: 0 0 8px 0;
}

.b-side-menu_uppercase li{
    text-transform: uppercase;
}

.b-side-menu a{
    color: #dfdede;
    text-decoration: none;
}

.b-side-menu a:hover,
.b-side-menu .active a,
.b-side-menu a.active{
    color: #777;
}

.b-event-show{
}

.event-show__tbl{
    width: 100%;
    margin-bottom: 30px;
}

.b-event-show .event-show__title{
    font-size: 17px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.b-event-show .event-show__text{
    color: #959595;
    padding-right: 30px;
    text-align: justify;
}

.b-event-show .event-show__img{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FFF;
    width: 235px;
    height: 170px;
    margin: 0 auto 20px auto;    
}

.b-event-show .event-show__gallery-title{
    font-size: 17px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    background: url("/i/div-s.png") no-repeat 50% 0;
    padding-top: 20px;    
}

.b-event-show .event-show__gallery{
}

.b-event-show .event-show__gallery ul{
    list-style: none;
    margin: 0 -10px 0 0;
}

.b-event-show .event-show__gallery li{
    display: inline-block;
    //display: inline;
    //zoom: 1;
    
    margin: 0 11px 10px 0;
    //margin: 0 15px 15px 0;
}
/*
.b-event-show .event-show__gallery ul div,
.b-event-show .event-show__gallery ul a{
    display: block;
    width: 110px;
    height: 110px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
*/

.b-catalog{
    list-style: none;
    margin: 0 -25px 0 0;
}

.b-catalog .catalog__li{
    float: left;
	
    margin: 0 25px 25px 0;
}

.b-catalog .catalog__li div a img{
    height:200px;
}


.b-catalog .catalog__item{
    1background: url("/i/item-bg.png") no-repeat 0 0;
    1width: 227px;
    1height: 195px;
    1padding-top: 25px;
    background: #3F3F3F;
	text-align:center;
	_width:200px;
	
}

.b-catalog .catalog__img{
    display: block;
    
    height: 130px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto 10px auto;
    
}

.catalog__b{
    text-align: center;
    padding: 20px 10px;
}

.b-catalog .catalog__title{
    text-align: center;
    font-size: 14px;
    height: 18px;
    overflow: hidden;
    text-transform: uppercase;
}

.b-catalog .catalog__title a{
    text-decoration: none;
    color: #fff;
}

.b-catalog .catalog__price{
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.b-pages{
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 13px;
    background: url("/i/div-s.png") no-repeat 50% 0;
    padding-top: 20px;
}

.b-pages ul{
    margin: 0 0 0 10px;
    list-style: none;
    display: inline;
}

.b-pages li{
    display: inline;
    margin: 0 2px 0 0;
}

.b-pages a{
    text-decoration: none;
}

.b-pages .active a{
    color: #787878;
}


.b-catalog-item{}

.b-catalog-item .catalog-item__tbl{
    width: 100%;
    margin-bottom: 5px;
}

.b-catalog-item .catalog-item__img{
    width: 1px;
    padding: 0 40px 0 0;
    1background: url("/i/item-bg_big.png") no-repeat 0 0;
}

.b-catalog-item .catalog-item__img div,
.b-catalog-item .catalog-item__img a{
    display: block;
    width: 310px;
    height: 260px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto 10px auto;    
}

.b-catalog-item .catalog-item__title{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.b-catalog-item .catalog-item__price{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.b-catalog-item .catalog-item__descr{
    color: #959595;
    font-size: 13px;
    margin-bottom: 20px;
}

.b-catalog-item .catalog-item__parms{
    list-style: none;
    margin-bottom: 50px;
}

.b-catalog-item .catalog-item__parms li{
    margin: 0 0 10px 0;
}

.b-catalog-item .catalog-item__parms span{
    color: #939393;
    margin-right: 10px;
}

.b-catalog-item .catalog-item__parms input,
.b-catalog-item .catalog-item__parms select{
    color: #fff;
    background: #737474;
}

.b-catalog-item .catalog-item__gallery{
    1background: url("/i/div-b.png") no-repeat 50% top;
    padding: 0 0 15px 0;
    
}

.b-catalog-item .catalog-item__gallery ul{
    list-style: none;
    margin: 0 -10px 0 0;
}

.b-catalog-item .catalog-item__gallery li{
    display: inline-block;
    //display: inline;
    //zoom: 1;
    
    margin: 0 2px 10px 0;
    //margin: 0 5px 15px 0;
}


.b-btn{
    display: -moz-inline-stack;
    display: inline-block;
    //zoom: 1;
    //display: inline;
    
    color: #939393;  
    height: 42px;
    line-height: 35px;
    padding-right: 25px;
    font-size: 15px;
    font-weight: bold;
    background:url("/i/btn-bg.png") no-repeat 100% 0;  
    text-decoration: none;
    position: relative;
    margin-left: 15px;
}


.b-btn:before{
    content: " ";
    display: -moz-inline-stack;
    display: inline-block;
    
    height: 42px;
    width: 25px;
    background: url("/i/btn-bg.png") no-repeat 0 0;  
    vertical-align: top;
    position: absolute;
    left: -25px;
}

.b-btn:hover{
	background:url("/i/btn-bg-h.png") no-repeat 100% 0;  
}


.b-btn:hover:before{
	background:url("/i/btn-bg-h.png") no-repeat 0 0;  
}


.b-btn{
    zoom: expression(
            runtimeStyle.zoom = 1,
            insertBefore(
            createElement("m"), firstChild)
        );
}

.b-btn m{
    zoom: 1;
    display: inline;
    height: 42px;
    width: 25px;
    background: url("/i/btn-bg.png") no-repeat 0 0;  
    position: absolute;
    left: -25px;
    top: 0;
}

.b-btn:hover m{
	 background: url("/i/btn-bg-h.png") no-repeat 0 0;  
}

.b-custom .custom__sum{
    color: #fff;
    font-size: 18px;
    background: url("/i/div-s.png") no-repeat 50% bottom;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.b-custom  .custom__sum a{
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.custom__order{
    text-align: center;
	padding: 0 0 25px 15px;
	margin-bottom: 25px;
	background:url("/i/div-b.png") no-repeat scroll 50% bottom transparent;
}

.b-custom .custom__count{
	padding-top: 9px;
	//padding-top: 5px;
}


.b-order-form .ordfrm__btn{
    background: url("/i/div-s.png") no-repeat 50% top;
    padding-top: 20px;
    margin-top: 20px;
}

/* ----------------- */

.index-imgs  tr td{
	width: 250px;
}

.index-imgs  img{
	height: 140px;
	border-width: 5px;
	border-color: white;
	border-style: solid;
}

.index-imgs   .title{
	margin-top: 15px;
	text-transform: uppercase;
	text-align: center;
}

.index-imgs   .title a{
	text-decoration: none;
}

.index-imgs  .image{	
	margin: 5px;
	height: 150px;
	text-align: center;
}

.index-imgs  .spliter{
	height: 10px;
	background: url("/i/div-s.png") no-repeat scroll 50% bottom transparent;
}

.index-imgs  .description {
	margin-top: 10px;
	text-align: center;
}

.index-imgs  .description a:hover {
	text-decoration: underline;
	color: #727171;
}

.index-imgs  .description a{
	text-decoration: none;
	color: #959595;
}

.index-head-spliter {
	height: 10px;
	background: url("/i/div-b.png") no-repeat scroll 50% bottom transparent;
	margin-bottom: 20px;
}

.index-head {
	margin-bottom: 5px;
}

.index-head tr td {
	width: 250px;	
	text-align: center;
	border-left: 1px solid #959595;
}

.index-head  .last-cell {
	border-right: 1px solid #959595;
}