html, body {
    height: 100%;
}
body {
    background: #1b1b1b;
    font-family: Arial Narrow, Tahoma, sans-serif;
    font-size: 62.5%;
    color: #fff;
}

/* !Global */
/* -----------------------------------------------*/

a {
    color: #530f0f;
    text-decoration: underline;
}
a:hover, a:focus {
    text-decoration: none;
}

p, ul, ol, dl, blockquote, q {
/*    margin: 20px 0 25px; */
 margin: 12px 0 8px;
    line-height: 1.2em;
}
strong, b {
    font-weight: bold;
}
i, em {
    font-style: italic;
}

.hor {
    overflow: hidden;
    zoom: 1;
}
    .hor li {
        float: left;
        list-style-type: none;      
    }


.fleft {
    float: left;
}
.fright {
    float: right;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* !Text */
p {
    line-height: 1.4em;
}
.important {
    font-size: 1.2em;
    color: #ffeec2;
font-weight: bolder;
}
.highlight {
    color: #ffeec2;
}
.dark {
    color: #8c8681;
}
.em {
    font-style: italic;
}

/* !Headings */
h1 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
}
h2.em {
    font-style: italic;
    font-size: 15px;
    font-weight: normal;
}
h3 {
    font-weight: bold;
}

/* !Forms */

/* Lists */
ul li {
    margin: 7px 0 7px 30px;
    list-style-type: square;
}
ul.styled li {
    padding: 0 0 0 12px;
    background:  url(/i/bullet_2.gif) 0 4px no-repeat;
    list-style-type: none;
}

/* !Images */


/* !Layout */
/* -----------------------------------------------*/

#page {
    width: 725px;
    margin: 0 auto;
    font-size: 1.1em;
}
#header {
    height: 88px;
}
#content {
    overflow: hidden;
    zoom: 1;
}
#aside {
    float: left;
    width: 207px;
    height: 621px;
    border-top: 4px solid #283658;
    border-bottom: 4px solid #283658;
}
#main {
    position: relative;
    zoom: 1;
    float: right;
    width: 510px;
    height: 625px;
    border-top: 4px solid #283658;
    background: #544b44;
}
#footer {
    height: 40px;
}

/* !Header */
/* -----------------------------------------------*/

#logo {
    display: inline;
    float: left;
    margin: 26px 0 0 18px;
}
    #logo img {
        display: block;
    }

/* !Content */
/* -----------------------------------------------*/

.text-content {
    padding: 25px 35px;
    font-family: Arial, sans-serif;
}
.additional {
    position: absolute;
    overflow: hidden;
    zoom: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 140px;
    background: url(/i/additional_bg.png);
}
    .additional img {
        display: block;
    }
    .additional .banner {
        float: right;
    }
    .additional .text {
        display: inline;
        float: left;
        width: 195px;
        margin: 0 0 0 35px;
        padding: 32px 0 0 0;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.2em;
        color: #dad3cd;
    }
    .additional h1 {
        margin: 17px 10px 10px 0;
        font-size: 43px;
        text-align: right;
        color: #FFF;
    }
    .additional h3 {
        margin: 0 25px 0 0;
        font-size: 13px;
        text-align: right;
    }
    .additional h2 {
        position: relative;
        zoom: 1;
        font-size: 40px;
        margin: 8px 8px 30px -50px;
        color: #ffd510;
        font-weight: normal;
    }

.downloads {
    padding: 32px 28px 0;
}   
    .downloads ul {
        height: 185px;
        margin: 0;
    }
    .downloads li {
        display: inline;
        margin: 0 4px;
    }
        .downloads li img {
            display: block;
            margin: 0 0 8px;
            border: 1px solid #fff;
        }
        .downloads li a {
            display: block;
            margin: 0 0 0 9px;
            padding: 0 0 0 11px;
            background:  url(/i/bullet.gif) 0 50% no-repeat;
            text-decoration: none;
            line-height: 1.5em;
            color: #e9e8e7;
        }

.contacts {
    padding: 27px 34px;
    min-height: 137px;
}
    .contacts .headline {
        float: left;
    }
    .contacts dl {
        float: right;
        width: 267px;
        margin: 5px 0;
        overflow: hidden;
        zoom: 1;
        font-size: 1.1em;
    }
        .contacts dl dt {
            float: left;
            width: 65px;
            text-align: right;
            margin: 0 5px 0 0;
            padding: 0 32px 0 0;
            background:  url(/i/line.gif) 100% 50% no-repeat;
            color: #ffeec2;
        }
        .contacts dl dd {
            overflow: hidden;
            zoom: 1;
            margin: 0 0 12px 0;
        }
        .contacts a {
            text-decoration: none;
            color: #FFF;
        }

.bonuscard {
    font-style: italic;
}
.bonuscard img.fleft {
    margin: 0px 20px 0 0;
}
.bonuscard .percent {
    font-size: 1.5em;
}
.bonuscard ul li {
    margin-left: 15px;
}

.gallery .years {
    padding: 30px 20px;
    font-size: 14px;
}
    .gallery .years ul {
        margin: 0;
    }
        .gallery .years li {
            padding: 2px 0 5px 0;
            margin: 0 8px;
        }
            .gallery .years li a {
                color: #FFF;
                text-decoration: none;
            }
            .gallery .years li.active a {
                font-size: 1.9em;
                color: #ffeec2;
            }
    .gallery .carousel {
        margin: 130px 0 0 0;
    }
        .gallery .carousel li {
            width: 250px;
            margin: 0 6px 0 0;
        }


.shops .carousel {
    margin: 30px -35px 0;
}
    .shops .carousel ul {
        height: 500px;
    }
        .shops .carousel li {
            list-style-type: none;
            margin: 0;
        }
            .shops .carousel li a {
                display: block;
                zoom: 1;
                padding: 9px 38px;
                font-size: 14px;
                color: #b8b1ac;
                text-decoration: none;
            }
            .shops .carousel li:hover {
                background-color: #5e554e;
            }
                .shops .carousel li .desc {
                    display: none;
                    padding: 8px 0 20px 70px;
                    background:  url(/i/line_2.gif) 0 0 no-repeat;
                    line-height: 1.5em;
                }
                    .shops .carousel li .desc h3 {
                        color: #d6bb87;
                    }

.catalog .headline {
    position: absolute;
    zoom: 1;
    z-index: 999;
    left: 5px;
    top: 5px;
    font-size: 14px;
    font-weight: normal;
}
.catalog .preview {
    position: relative;
    float: left;
    width: 191px;
    height: 483px;
    overflow: hidden;
    border-right: 1px solid #b2a9ac;
}
    .catalog .preview #lens {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100px;
        margin: -15px 0 0 -10px;
        background: url(/i/zoom.png) 0 0 no-repeat;
    }
/*
.catalog .preview .text-photo { position: absolute; width: 100%; color: #fff; text-align: center; position: absolute; left: 0; bottom: 40px;}
*/
.catalog .preview .text-photo { position: absolute; width: 100%; left: 0; bottom: 40px;}

    .catalog .preview .desc {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #000;
        text-align: center;
        z-index: 999;
        color: #FFF;
        padding: 10px 0;
        font-size: 1.1em;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .catalog .preview .tip {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -18px  0 0 -48px;
        padding: 7px 10px;
        background: #000;
        opacity: 0.6;
        filter: alpha(opacity=60)
        font-size: 1.1em;
        color: #FFF;
        z-index: 999;
        white-space: nowrap;
    }

.catalog .fullsize {
    position: relative;
    float: right;
    width: 318px;
    height: 483px;
    overflow: hidden
}
    .catalog .fullsize #DataCopy {
        position: absolute; 
        top: -50%; 
        left: -50%
    }
.catalog {
    height: 625px;
}
.catalog .carousel {
    position: absolute;
    z-index: 999;
    zoom: 1;
    bottom: 0;
    left: 0;
    padding-top: 7px;
    background: #a77e6c;
    border-top: 1px solid #b2a9ac;
}
#catalog-carousel {
    border-top: 1px solid #b2a9ac;
}
    #catalog-carousel li {
        width: 89px;
        margin: 0;
        border-right: 1px solid #1b1b1b;
    }

#splash {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 210px;
    margin: -170px 0 0 -105px;
    font-size: 11px;
    line-height: 1.3em;
    color: #8a8a83;
    font-family: Arial, sans-serif;
}
    #splash a {
        color: #8a8a83;
        text-decoration: none;
    }
    #splash .langs {
        overflow: hidden;
        zoom: 1;
        padding: 15px;
        border: 1px solid #393939;
    }
    #splash .langs #rus {
        float: left;
        width: 40%;
        text-align: right;
    }
    #splash .langs #eng {
        float: right;
        width: 40%;
    }
    #splash #need_player {
        padding: 15px;
        text-align: center;
    }
    #splash .logo {
        padding: 0 0 50px;
        text-align: center;
    }
    #splash .copyright {
        padding: 70px 0 0;
        text-align: center;
    }
        #splash .copyright img {
            vertical-align: middle;
        }

/* !Left sidebar */
/* -----------------------------------------------*/

#nav {
    font-size: 1.1em;
}

/*    #nav ul.top {
        height: 415px;
    }
*/
    #nav ul.top {
        height: 294px;
    }

.move-text { height: 101px; padding: 10px;}
#gall { height: 101px; width: 187px;}

    /* 1 level */
    #nav ul {
        margin: 0;
        overflow: hidden;
        zoom: 1;
    }
        #nav ul li {
            overflow: hidden;
            zoom: 1;
            margin: -1px 0 0 0;
            border-top: 1px solid #363636;
            line-height: 35px;
            list-style-type: none;
        }
            #nav ul li a {
                display: block;
                zoom: 1;
                padding: 0 0 0 70px;
                background: url(/i/nav_bullet_1.gif) 35px 16px no-repeat;
                background-color: #1b1b1b;
                text-decoration: none;
                color: #e2e2e2;
            }
            #nav ul li.active a, #nav ul li a.expanded {
                background-color: #3b3b3b;
            }
            #nav ul li.active ul {
                display: block;
            }
            #nav ul li.active ul ul {
                display: none;
            }
            #nav ul li.active li a {
                background-color: #1b1b1b;
            }
            #nav ul li.active li.active a {
                background-color: #3b3b3b;
            }
            #nav ul li.active li.active ul {
                display: block;
            }
            #nav ul li.active li.active ul ul {
                display: none;
            }
            #nav ul li.active li.active li a {
                background-color: #1b1b1b;
            }
            #nav ul li.active li.active li.active a {
                background-color: #3b3b3b;
            }
            /* 2 level */
            #nav ul li ul {
                display: none;
                margin-bottom: 15px;
                border-top: 1px solid #363636;
            }
                #nav ul li ul li {
                    border: none;
                }
                    #nav ul li ul li a {
                        background-image: url(/i/nav_bullet_2.gif);
                        background-position: 45px 16px;
                    }
                    /* 3 level */
                    #nav ul li ul li ul {
                        padding-bottom: 1px;
                        margin-left: 64px;
                        margin-bottom: 0;
                        border: none;
                    }
                        #nav ul li ul li ul li {
                            display: inline-block;
                            overflow: visible;
                            white-space: nowrap;
                            margin-left: -1px;
                            padding: 0 7px;
                            background:  url(/i/nav_splitter.gif) 0 55% no-repeat;
                        }
                            #nav ul li ul li ul li a {
                                padding: 0;
                                background: none;
                            }
                            #nav ul li ul li ul li a:hover {
                                text-decoration: underline;
                            }


/* !Footer */
/* -----------------------------------------------*/

#footer .madein {
    display: inline;
    float: right;
    margin: 13px 0 0 0;
}
    #footer .madein div {
        display: inline;
        margin: 0 0 0 15px;
    }
    #footer .madein a {
        color: #FFF;
    }
    #footer .madein img {
        vertical-align: middle;
        margin-bottom: -5px;
    }