* html*.g-png {
    zoom: expression(
        runtimeStyle.zoom = 1,
        runtimeStyle.filter += 
            "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + getElementsByTagName("img")[0].src + ")"
    );
}

* html*.g-png img {
    visibility: expression(
        runtimeStyle.visibility="hidden",

        parentNode.insertBefore(createElement("png"), this)
    );
}

* html*.g-png png{
    font-size: 0;

    position: absolute;

    width: expression(runtimeStyle.width = parentNode.offsetWidth + "px");
    height: expression(runtimeStyle.height = parentNode.offsetHeight + "px");
}

* html a.g-png, * html a .g-png, * html .g-png a{
    cursor: hand;
}
    
    
BODY {
	font: 12px Arial, Tahoma, Helvetica, sans-serif;
    color: #000;
    background: url("../../images/body-bg.png");
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100% ;
}

html
{
	height:100%;
}
A {
    color: #ea4581;
}

.b-field-textarea,
textarea{
    border: 1px solid #9172b5;
    color: #000;
    font: 12px Arial, Tahoma, Helvetica, sans-serif;t
    padding: 2px;
    overflow: auto;
}

.b-field-text,
input[type="text"],
input[type="password"]{
    border: 1px solid #9172b5;
    color: #000;
    font: 12px Arial, Tahoma, Helvetica, sans-serif;
    padding: 2px;
}

.b-field-select,
select{
    border: 1px solid #9172b5;
    color: #000;
    font: 12px Arial, Tahoma, Helvetica, sans-serif;
    padding: 2px;
}


.l-container{
    background: url("../../images/body-gradient.png") repeat-x 0 0;
    min-width: 960px;
    -width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 960)? "960px" : "100%");
}

.l-container .l-container__l{
    background: url("../../images/body-pic-l.jpg") no-repeat 0 0;
}

.l-container .l-container__r{
    background: url("../../images/body-pic-r.jpg") no-repeat right 0;
}

.b-header {
    height: 270px;
}

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

.b-header .header__phones {
    position: absolute;
    top: 30px;
    right: 19%;
    
    background: url("../../images/header-phones.png") no-repeat 0 0;
    color: #fb3076;
    font-size: 11px;
    text-align: right;
    padding-top: 60px;
    width: 190px;
}

.b-header .header__phones sup{
    position: relative;
    top: -2px;
    font-size: 8px;
}

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

.b-header .haader__slogan {
    position: absolute;
    top: 140px;
    right: 23%;    
    
    background: url("../../images/header-slogan.png") no-repeat 0 0;
    width: 276px;
    height: 102px;
}

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

.b-header .header__pic {
    position: absolute;
    top: 65px;
    left: 5%;
}

.l-layout{
	overflow: hidden;
	padding-bottom: 160px;
}

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

.l-layout .l-layout__side{
    width: 180px;
    padding: 0 30px 40px 15px ;
    
}

.l-layout .l-layout__content{
	vertical-align:top;
    padding-right: 130px;
    padding-bottom: 20px;
	line-height:16px;
    
}

.b-breadcrump{
    margin-bottom: 15px;
    list-style: none;
}

.b-breadcrump li{
    display: inline;
    margin: 0;
    padding: 0;
    
    color: #663d8a;
    font-style: italic;
}

.b-breadcrump a{
    color: #663d8a;;
}

.b-breadcrump li:first-child:before{
    content: "";
}

.b-breadcrump li:before{
    content: " / ";
}

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

.b-breadcrump m{
    zoom: expression(
        runtimeStyle.zoom = 0,
        innerText = " / "
    );
}

div.b-content{
    text-align: justify;
	line-height:18px !important;
}

.b-gallery{
    list-style: none;
    margin: 20px 0;
}

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


.b-gallery li div,
.b-img,
.b-img-l,
.b-img-r{
    padding: 8px;
    background: #8f70b4 url("../../images/pic-bg.png") repeat-x 0 0;
    
    display: inline-block;
	//display: inline;
    //zoom: 1; 
}

.b-img-l{
    float: left;
    margin: 0 15px 10px 0;
}

.b-img-r{
    float: right;
    margin: 0 0 10px 15px;
}

.b-footer{
    background: #8e6fb4;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.b-footer .footer__i{
    background: url("../../images/footer-bg.png") no-repeat 50% 1px;
    padding: 60px 20px 50px 20px;
}

.b-footer .footer__design{
    float: left;
	font-size:10pt;
}

.b-footer .footer__design a{
    color: #eff4de;
    text-decoration: none;
}

.b-footer .footer__copy{
    color: #472470;
    text-align: center;
    padding: 0 300px;
	font-size:10pt;
}

.b-footer .footer__counters{
    float: right;
    margin-top: -20px;
    
}

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

.b-sidemenu li{
    margin: 0 0 3px 0;
}

.b-sidemenu a{
    color: #663d8a;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    
    width: 170px;
    height: 16px;
    padding-left: 15px;
    
    display: inline-block;
    //display: inline;
    // zoom: 1;
}

.b-sidemenu a:hover{
    color: #fff;
    background: url("../../images/sidemenu-bg.png") no-repeat 0 0;
}

.b-block{
    margin-bottom: 10px ;
}

.b-block .block__title{
    background: url("../../images/block-titles.png") no-repeat 0 0;
    height: 40px;
    margin-bottom: 10px;
}

.b-block_catalog .block__title{
    margin-left: 25px;
}

.b-block_info .block__title{
    background-position: 0 -50px;
    height: 60px;
    margin-bottom: -10px;
}

.b-block_articles .block__title{
    background-position: 0 -120px;
    height: 40px;
    margin-left: 20px;
    margin-bottom: 0;
}

.b-block .block__title span{
    display: none;
}

.b-block .block__i{
}