﻿body 
{   
  background-color: #ffffff;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #4c89b6;


    background-image: url('../Content/images/rom/rom_bkgrd.png');
    background-repeat: repeat-x;
    background-color: #fff;
    /*width: 1100px;*/
    max-width:1100px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

}

header
{
  display: block;
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/rom/rom_header2.png');
  background-repeat: no-repeat;
  background-position: center center;
  width:900px;
  height:160px;   
  margin: 0;
  padding: 0;
}

.pleasenote {
    border: 1px solid #ddd;
    padding: 1em;
    margin-top: 10px;
    margin-right: 100px;
    width: 400px;
    float: right;
}

.warningLabel
{
    float: left;
    width: 380px;
    color: #00F;
    padding: .1em;
}
#logindisplay {
    margin-bottom:30px;
}
ul#menu li.active a:hover, ul#menu li.active a, ul#menu li a:active {
    background-color: #020101;
    text-decoration: none;
    color: #fff !important;
}

.wcs_navbar .icon {
    background: #020101 !important;
}

.wcs_gas_order label.gasmessage {
    color: #000;
}
@media screen and (max-width: 992px) {
    body {
        position:relative;
    }
        body::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 90px;
            background: #fff;
            top: 50px;
        }
}
@media screen and (max-width: 767px) {
    .wcs_header .wcs_headerimg {
        min-height: 130px !important;
        max-height: 280px;
        height: 100% !important;
    }
    #logindisplay {
        margin-top:45px;
    }
}