@import "reset.css";
#header {
    background-image: url("images/back_up.jpg");
    height: 300px;
    top: 0px;
    position: relative;
    z-index: 4;


}
#logo_top{
    background-image: url("images/top_logo.png");
    width:186px;
    height: 78px;
    margin: 40px 70% 0 20%;
    position: absolute;
}
div.slogan{
    background-image: url("images/slogan.png");
    width: 378px;
    height: 20px;
    position: absolute;
    z-index: 6;
    margin: 240px 0 0 200px;
}
div.path {
    margin-bottom: 10px;
    font-size: 14px;
}

#menu {
    position: relative;
    z-index: 6;
}
#menu ul {
    height: 30px;
    width: 1250px;
    margin: 0 auto;
    margin-top: -40px;
}
#menu ul li{
    height: 30px;
    float: left;
    margin-left:1px;
}



#menu ul li div:hover{
    border: 1px solid #055E92;
    background-color: #1496E2;
    color: white;
}



div.grad:focus{background-color: #1496E2;}
#gallery_latest_images a img:first-of-type{
    width: 179px;
    height: 134px;
    margin-left: 10px;
    margin-top: 14px;
}

#gallery_latest_images a img:last-of-type{
width: 177px;
height: 131px;
margin-left: 12px;
margin-top: 14px;
}
#menu ul li div div.grad{
    padding: 0px 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    background-image: linear-gradient(bottom, rgba(255,255,255,0.01) 10%, rgba(255,255,255,0.5) 80%);
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,0.01) 10%, rgba(255,255,255,0.5) 80%);
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.01) 10%, rgba(255,255,255,0.5) 80%);
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.01) 10%, rgba(255,255,255,0.5) 80%);
    background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0.01) 10%, rgba(255,255,255,0.5) 80%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.70,rgba(255,255,255,0.01)),
        color-stop(1,rgba(255,255,255,0.5))
    );
    border: 0px;
}

#menu ul li div {

    padding: 0px 2px;
    padding-top: 2px;
    border: 1px solid #C2A977;
    background-color: #EDD197;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#menu a {
    color: #2182BB;
    text-decoration: none;
}

#menu_bar{
    background-image: url("images/top_bar.png");
    height: 10px;
    position: relative;
    z-index: 6;
}


#content {
    background-image: url("images/f9db92.jpg");
    background-position: left bottom;
    background-color: #f9db92;
    position: absolute;
    background-repeat: no-repeat;
    margin:  0 auto;
    min-height: 864px;
    top: 300px;
    left: 0px;
    right: 0px;
    padding-bottom: 30px;

}
.gal_href{
    position: relative;
    z-index: 6;
}
.gal_href a {
    text-decoration: none;
}

.content_box_gal{
    margin: 0 auto;
    margin-top: 5px;
    background-color:rgba(255,255,255,0.8);
    width: 832px;
    min-height: 450px;
    border: 2px solid #2782b6;
    border-radius: 12px;
    position: relative;
    z-index: 10;
    clear: left;
    float: left;
    padding: 10px;
    margin-bottom: 150px;
     box-shadow:0 0 7px rgba(0,0,0,0.7);
}
#box, #box_gal{
    width: 950px;
    margin: 0 auto;
}

.loza{
    background-image: url("images/loza.png");
    width: 600px;
    height: 485px;
    right: 0px;
    position: absolute;
    z-index: 2;
}
.barrel{
    background-image: url("images/barrel.png");
    width: 316px;
    height: 350px;
    position: fixed;
    float: left;
    bottom: 0px;
    left: 0px;
    z-index: 3;

}
#gallery_latest_images a{
    position: relative;
    z-index: 6;
}


.content_box{
    margin-top: 5px;
    background-color:rgba(255,255,255,0.8);
    
    width: 700px;
    min-height: 450px;
    border: 2px solid #2782b6;
    border-radius: 12px;
    position: relative;
    z-index: 10;
    clear: left;
    float: left;
    box-shadow:0 0 7px rgba(0,0,0,0.7);
    margin-bottom: 150px;

}


div.left{

    float: left;
    margin-right: 15px;
}



#photo_gallery{
    width: 200px;
    float: right;
    margin-top: 100px;
}
#photo_gallery div:last-of-type{
    margin-top: 20px;
}

.galerry_rand_1{
    background-image: url("images/photo_ramka_1.png");
    width: 200px;
    height: 161px;

}
.galerry_rand_2{
    background-image: url("images/photo_ramka_2.png");
    width: 200px;
    height: 159px;

}

#footer_logo {
    background-image: url("images/bottom_logo.png");
    width: 300px;
    height: 186px;
    float: right;
    margin-right: 150px;
    position: relative;
    top: 600px;
}

ul.products li {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
}