﻿body {
  background-color: #d6d6d6;
  background-image: url('../Content/images/wsg2/wsgpatch.jpg'); 
  background-repeat: repeat;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #e7e5e5;
}

header
{
  display: block;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #999999;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #999999;
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/wsg2/wsg3_banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  width:900px;
  height:114px;   
  margin: 0;
  padding: 0;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #63615e;
}

#logindisplay a:link {
    color: #63615e;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #63615e;
    text-decoration: underline;
}

#main 
{
    /* top right bottom left */
    padding: 10px 30px 10px 30px;
    background-color: #fefefe;
    border: 1px solid #cfd2d8;
    color: #63615e;
}

fieldset {
    border: 1px solid #cfd2d8;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 .5em 0;
}



ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #d6d6d6;
    color: #63615e;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}


footer, 
#footer {
  color: white;
    background-color: #000000;
    color: #999;
    padding: 10px;
    text-align: center;
    line-height: normal;
    margin: 0 0 10px 0;
    font-size: .9em;
}

#footer:after{
content: "Western States Propane   ~   info@wspropane.com   ~   Copyright 2016";
}