html{
    position: relative;
    min-height: 100%;
}

body{
    background-color: #660000 !important;
    background-image: url("/images/template/bg.png");
    margin-bottom: 150px !important;
}

header{
    background-image: url("/images/template/gridup.png");
    background-repeat: repeat-x;
}

.header-block{
    height: 342px;
}

.logo{
    margin-left: -15px;
}

.address-block > p{
    font-size: 16px;
    color: #FFF5CE;
}

.phone-block{
    background-image: url("/images/template/phone.png");
    background-repeat: no-repeat;
    height: 50px;
    margin-top: 10px;
}

.phone-block > p{
    font-size: 18px;
    color: #FFF5CE;
    margin-left: 60px;
    padding-top: 10px;
}

.image-block{
    position: relative;
    margin-top: 16px;
}

.header-image{
    margin-left: 16px;
    width: 710px;
    height: 358px;
    padding: 5px;
    background-color: #894f2d;
    box-shadow: 0 8px 4px -2px rgba(50, 50, 50, 0.75);
}
.header-image > img{
    box-shadow: 0 0 10px rgba(253, 234, 104, 0.75);
}

.header-list{
    position: absolute;
    top: -32px;
    right: -80px;
    background-image: url("/images/template/list.png");
    background-repeat: no-repeat;
    width: 227px;
    height: 330px;
}

.shadow-up{
    height: 40px;
    background-image: url("/images/template/shadow_up.png");
    background-repeat: repeat-x;
    margin-left: -15px;
    margin-right: -15px;
}


/*--- Menu --*/

.menu-head{
    background-image: url("/images/template/menu-bg.png");
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Параметры тени */
}

.menu{

}

.menu ul.nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #940000;
    height: 38px;
}

.menu ul.nav > li:hover > a {
    background-image: url("/images/template/menu_fon.png");
    background-repeat: repeat-x;
    color: #e8c699;
    height: 38px;

}

.menu-link{
    margin-left: 20px;
}

/*--- Menu END --*/


/* Content */

.divider{
    background-image: url("/images/template/divider.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    margin-bottom: 15px;

}

.content{
    background-color: #FFF5CE;
}

.shadow-down{
    height: 40px;
    background-image: url("/images/template/shadow_down.png");
    background-repeat: repeat-x;
    margin-left: -15px;
    margin-right: -15px;
}

/* Footer */

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 150px;
}

.footer-content{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #330000;
    min-height: 120px;
    background-repeat: repeat-x;
    box-shadow: 0 8px 4px -3px rgba(50, 50, 50, 0.75);
}

.gold-line{
    background-image: url("/images/template/gold-line.png");
    background-repeat: repeat-x;
    height: 7px;
    margin-top: 5px;
    margin-bottom: 10px;

}

.footer-content >div > p{
    color: #FFF5CE;
}

.footer-content > div > p > a{
    color: #FFF5CE;
    text-decoration: none;
}

.footer-divider{
    position: relative;
    background-image: url("/images/template/derrevo.jpg");
    background-repeat: repeat-x;
    height: 10px;
}

.tree{
    position: absolute;
    right: 200px;
    top: -140px;
    background-image: url("/images/template/tree.png");
    background-repeat: no-repeat;
    width: 91px;
    height: 150px;
}

/* END Footer */

/* ImageGallery */

.galleryImage{
    float: left;
    width: 250px;
    margin: 6px;
    box-shadow: 0 8px 4px -3px rgba(50, 50, 50, 0.75);

}

.galleryImage > a{
    text-decoration: none;
}

/* END ImageGallery */
