﻿body {
  background: url('../Content/images/wgc/tail-top.gif') 0 0 repeat-x #fff;
/*  background-size: cover;
  background-repeat: no-repeat;*/
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
}

html, body {
    margin: 0;
    height: 100%;
}

header
{
  display: block;  
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/wgc/wilhoitlogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 900px;
  height: 200px;   
  margin: 0;
  padding: 0;
}

#main 
{
    /* top right bottom left */
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border: 2px solid #314b82;
}

ul#menu li.active a:hover, ul#menu li.active a, ul#menu li a:active {
    background-color: #090abc;
    text-decoration: none;
    color: #fff !important;
}

.wcs_navbar .icon {
    background: #090abc !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;
    }
}*/
