﻿
body {
  background-color: #ffffff;
  background: url("../Content/images/red/red-hot-propane-bg-white.png") repeat;
  background-size: 100% 100%;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  padding: 0;
  margin: 0;
  color: white;
}


  html, body {
    margin: 0;
    height: 100%;
}

header
{
  display: block;  
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/red/redhotlogo2.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 900px;
  height: 207px;   
  margin: 0;
  padding: 0 0 30px 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 #e94f3d;
}

#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 7px;
  color: #e94f3d;
}

  #logindisplay a:link {
    color: #e94f3d;
    text-decoration: underline;
  }

  #logindisplay a:visited {
    color: #e94f3d;
    text-decoration: underline;
  }

#logindisplay a:hover {
  color: white;
  text-decoration: none;
}

ul#menu li a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #e94f3d;
  color: white;
  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: white;
    color: #e94f3d;
  }