@CHARSET "UTF-8";
.header_top {
    /* background: url(../images/hedear-top.png) top 0px left 0px repeat-x; */
    z-index: 99;
}

.left_top_side{
    float: left;
    width: 40%;
}

.center_top_side{
    float: left;
    width: 40%;
}
.rigth_top_side{
    float: right;
    width: 20%;
}

#header_top {
    /*background: #3A7EBC;*/
    /*background: -moz-radial-gradient(center, #3A7EBC 0%, #1C6EA4 90%, #1F5184 100%);*/
    /*background: -webkit-radial-gradient(center, #3A7EBC 0%, #1C6EA4 90%, #1F5184 100%);*/
    /*background: radial-gradient(ellipse at center, #3A7EBC 0%, #1C6EA4 90%, #1F5184 100%);*/
    background: #3A7EBC;
    background: -moz-radial-gradient(center, ellipse cover, #3A7EBC, #b8ad33);
    background: -webkit-linear-gradient(top, #3A7EBC, #b8ad33);
    background: -o-linear-gradient(top, #3A7EBC, #b8ad33);
    background: -ms-linear-gradient(top, #3A7EBC, #b8ad33);
}