.header_container {
    position: relative;
    min-width: 992px;
    width: 100%;
    height: 92px;
    background-color: 000 !important;
}

#logo1 {
    position: absolute;
    width: 220px;
    height: 82px;
    top: 19px;
    left: 0;
    z-index: 20;
}

#menu_wrap {
    position: relative;
    margin: 32px 0 0 10px;
    padding: 0;
    font-size: 12px;
    float: left;
    z-index: 200;
    zoom: 1;
}

.header_container {
    position: relative;
    min-width: 992px;
    width: 100%;
    height: 92px;
    background-color: 000 !important;
}

#logo1 {
    position: absolute;
    width: 220px;
    height: 82px;
    top: 19px;
    left: 0;
    z-index: 20;
}

#menu_wrap {
    position: relative;
    margin: 32px 0 0 10px;
    padding: 0;
    font-size: 12px;
    float: left;
    z-index: 200;
    zoom: 1;
}

#header { 
height:56px; 
background: #2a2a2a; 
border:none; 
border-bottom: 1px solid #ccc;
 margin-top:0;
-webkit-box-shadow: 0 1px 1px #ccc;
box-shadow: 0 1px 1px #ccc;
}

#header a#logo {
    display: inline-block;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    padding-top: 14px;
}
#header #btn_nav_back { top: 11px; } 
span.ico_menu_arrow_back { background-position:-64px -116px; opacity: 0.75; }

.red_btn, div#paging_nav a, .btn_lg, .black_btn {
    background-color:#fefefe;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(200,200,200)),
    color-stop(0.50, rgb(220,220,220)),
    color-stop(0.52, rgb(233,233,233)),
    color-stop(1, rgb(250,250,250))
    );
    border:1px solid #b5b5b5;
    color: #333;
    text-shadow: 0 1px 0 #ffffff;
    -webkit-box-shadow: 0 1px 0 #d6d6d6;
   box-shadow: 0 1px 0 #d6d6d6;
}