#header {
    background: url(../img/squared_metal.png);
}

#header a {
    display: inline-block;
    padding-left: 20px;
    color: #0f0f0f;
    font-size: 12px;
}

#header a:hover {
    text-decoration: none;
}

#header #top-menu {
    padding: 10px 0;
}

#header #top-menu a {
    position: relative;
    text-decoration: underline;
}

#header #contacts-btn {
    margin: 0 0 0 20px;
    padding-left: 25px;
}

#header #telephones {
    float: right;
}

#home:before,
#telephones:before,
#contacts-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 14px;
    background-image: url(../img/sprite-1.png);
    content: '';
}

#telephones:before {
    width: 12px;
    background-position: 34px 0;
}

#contacts-btn:before {
    width: 18px;
    background-position: 20px 0;
}

#site-title {
    margin-bottom: 15px;
    height: 300px;
    /*background: url(../img/site_title_bg.jpg) no-repeat center;*/
    background: url(../img/header_1.png) no-repeat left center;
}

#header #site-title .logo {
    float: left;
    margin-top: 20px;
    margin-left: 60px;
    padding: 0;
    width: 175px;
    height: 300px;
    background-image: url(../img/gerb.png);
}

#site-title h2 {
    float: left;
    display: inline-block;
    margin: 200px 0 0 340px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    font: 32px 'Arial';
}

