@charset "utf-8";
/* CSS Document */


nav {
    width: 200px;
    height: 550px;
    
    
    margin: 20px 0 20px 20px;
    
    padding: 60px 0 0 60px;
    text-align: right;
    
    font-size: 9px;
    color: white;
    
    background-image: url(../IMG/nav/left_nav.png);
    background-repeat: no-repeat;
}



nav li {
    width: 105px;
    height: 40px;
    
    margin-top: 20px;
    
    padding: 8px 0 0 0;
    
    background-repeat: no-repeat;
}



nav .menu {
    background-image: url(../IMG/nav/nav_menu_img.png);
}

nav .price {
    background-image: url(../IMG/nav/nav_price_img.png);
}

nav .flow {
    background-image: url(../IMG/nav/nav_flow_img.png);
}

nav .company {
    background-image: url(../IMG/nav/nav_company_img.png);
}

nav .contact {
    background-image: url(../IMG/nav/nav_contact_img.png);
}

.estimate_link {
    margin-left: 20px;
    width: 190px;
}