body { background:#fff; color: #0F0F0F; }


#header { 
    height: 46px !important; 
    background-color: #090909; 
    background-image: linear-gradient(to bottom, #090909 0%,#000 100%); border:none; 
    border-bottom: none;
     margin-top:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    .red_btn {
        background-color: transparent;
        background-image: none;
        border: none;
        color: #fff;
        -webkit-box-shadow: none;
        margin-top: 9px !important;
    }

    #header a#logo img {
        max-width: 120px;
        max-height: 44px;
    }

    
#header a#logo, #header .img-wrap {
        display: block !important;
        height: 46px !important;
text-align: center !important;   
padding-top: 10px !important;


}

#header a#logo img {
	padding-top:0px !important;
}