﻿body 
{   
  background-color: #9cb8c7;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #4c89b6;
}

header
{
  display: block;
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/mod/modtannersville.png');
  background-repeat: no-repeat;
  background-position: center center;
  width:900px;
  height:280px;    
  margin: 0;
  padding: 0 0 0 0;
  
}

ul#menu li.active a:hover, ul#menu li.active a, ul#menu li a:active {
    background-color: #de1818;
    text-decoration: none;
    color: #fff !important;
}

.wcs_navbar .icon {
    background: #de1818 !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;
    }
}