﻿body 
{   
  background-color: #ffffff;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #4c89b6;

  display: block;
  background-image: url('../Content/images/mgc/mgcbkgnd.png');

  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

header
{
  display: block;
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/mgc/mgcheader.png');
  background-repeat: no-repeat;
  background-position: center center;
  width:900px;
  height:204px;   
  margin: 0;
  padding: 0;
}

#main 
{
    /* top right bottom left */
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #000000;
}
ul#menu li.active a:hover, ul#menu li.active a, ul#menu li a:active {
    background-color: #000000;
    text-decoration: none;
    color: #fff !important;
}

.wcs_navbar .icon {
    background: #000000 !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;
    }
}