﻿ 

 div.header
{
   margin: 0px;
   position: relative;
   width:100%;
   margin-bottom: 0;
   margin-top:10px;
   background-repeat: no-repeat;
background-image: url(images/logo.png); 
height: 275px; 
}

 .footer-body {
    width: 100%;
    bottom: 0;
    position: fixed;
}


 ul.vmenu a:hover, ul.vmenu a.active:hover {
color: #e5322d;
}
 

.footer-body:before {
    background-color: rgba(0, 0, 0, 0.80);
    background-image:none;
}

.vmenublock {
margin:0;
margin-top: 25px;
}
ul.vmenu > li > a {
    color:whitesmoke; 

}


ul.vmenu a {
font-size:17px;font-family:tahoma}


.nav {
    top: 65px;
}
.header:after {
    background-image: none;
}


ul.vmenu > li > a:before, ul.vmenu > li > a:after {
    background-image:none;
    background-color:rgba(0, 0, 0, 0.75)
    }