﻿body 
{   
  background-color: #4c89b6;
  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/web/styerpropane2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  width:900px;
  height:141px;   
  margin: 0;
  padding: 0;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #314b82;
}

#logindisplay a:link {
    color: #314b82;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #314b82;
    text-decoration: underline;
}

ul#menu li.active a:hover, ul#menu li.active a, ul#menu li a:active {
    background-color: #cdc45b;
    text-decoration: none;
    color: #fff !important;
}

.wcs_navbar .icon {
    background: #cdc45b !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;
    }
}