#firstheader {
max-height: 100px;
overflow: visible;
padding: 10px 20px;
background: #000e8f;
background: -moz-linear-gradient(top,  #000e8f 0%, #0010a7 20%, #000538 80%, #000848 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000e8f), color-stop(20%,#0010a7), color-stop(80%,#000538), color-stop(100%,#000848));
background: -webkit-linear-gradient(top,  #000e8f 0%,#0010a7 20%,#000538 80%,#000848 100%);
background: -o-linear-gradient(top,  #000e8f 0%,#0010a7 20%,#000538 80%,#000848 100%);
background: -ms-linear-gradient(top,  #000e8f 0%,#0010a7 20%,#000538 80%,#000848 100%);
background: linear-gradient(to bottom,  #000e8f 0%,#0010a7 20%,#000538 80%,#000848 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e8f', endColorstr='#000848',GradientType=0 );
}
#header .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}