﻿body 
{   
  background-color: #ffffff;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #000000;
  background: #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}

header
{
  display: block;
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/esp/espheader2.png');
  background-repeat: no-repeat;
  background-position: center center;
  width:900px;
  height:244px;   
  margin: 0;
  padding: 0;
  box-shadow: 0 0 15px #333;
  moz-box-shadow: 0 0 15px #333;
}

#main 
{
    /* top right bottom left */
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #000000;
}

#logindisplay a:link {
    color: #000000;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #000000;
    text-decoration: underline;
}


ul#menu li.active a:hover, ul#menu li.active a, ul#menu li a:active {
    background-color: #5785bf;
    text-decoration: none;
    color: #fff !important;
}

.wcs_navbar .icon {
    background: #5785bf !important;
}

.wcs_gas_order label.gasmessage {
    color: #000;
}


@media screen and (max-width: 767px) {
    .wcs_header .wcs_headerimg {
        min-height: 130px!important;
        max-height: 280px;
        height: 100% !important;
    }
}