/* 
    Document   : fatboys
    Created on : Feb 16, 2008, 2:39:15 PM
    Author     : nleach
    Description:
        Purpose of the stylesheet follows.
*/

/* 
  Purple - 7cfc00 
  Green  - 7cfc00
  Black  - 000000
*/
body {
  background-color: black;
  color: #7cfc00;
  font-family: Courier;
  font-weight: bold;
}

body a {
  color: purple;
  background-color: #7cfc00;
}

body a:hover {
  color: #7cfc00;
  background-color: purple;
}

#banner {
  text-align: center;
}

#page_title {
  text-align: center;
  font-family: stencil;
  font-size: 52pt;
}

#page_title img {
  border: none;
}

#left_upper_image{
  float: left;
}

#right_upper_image{
  float: right;
}

.message {
  border: 2px solid red;
  background-color: white;
  color: red;
  font-weight: bold;
  width: 50%;
  margin-left: 25%;
}

.menu {
  text-align: center;
  font-size: 14pt;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 5%;
  width: 90%;
  float: none;
}

.menu a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  color: #7cfc00;
  text-align: justify;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
  background-color: purple;
  font-size: large;
  font-family: Courier;
  font-weight: bold;
}

.menu a:hover {
  color: purple;
  background-color: #7cfc00;
  border-top: 2px solid purple;
  border-left: 2px solid purple;  
}

#main {
  padding-top: 1em;
  text-align: center;
  background-color: white;
  color: black;
  font-weight: bold;
}

#main table {
  color: black;
  background-color: white;
  font-weight: bold;
}

#main td {
  padding-top: 1em;
}

#inventory {
  color: black;
  background-color: white;
  font-weight: bold;
}

#inventory a {
  line-height: 2em;
  padding: 5px;
  text-decoration: none;
  color: #7cfc00;
  text-align: justify;
  border-top: 2px solid black;
  border-left: 2px solid gray;
  background-color: purple;
  font-size: large;
  font-family: Courier;
  font-weight: bold;
}

#inventory a:hover {
  color: purple;
  background-color: #7cfc00;
  border-top: 2px solid gray;
  border-left: 2px solid black;  
}

p {
  font-size: large;
}

hr {
  color: #7cfc00;
}

#special {
  border: 2px solid #7cfc00;
}

.text_col {
  padding-right: 5px;
  padding-left: 5px;
  float: none;
  text-align: left;
  color: black;
  font-weight: bold;
}
  
.footer {
  text-align: center;
  font-size: 14pt;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 10%;
  width: 80%;
  float: none;
}

.footer a {
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
  color: #7cfc00;
  text-align: justify;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  background-color: purple;
  font-size: large;
  font-family: Courier;
  font-weight: bold;
}

.footer a:hover {
  color: purple;
  background-color: #7cfc00;
  border-bottom: 2px solid purple;
  border-left: 2px solid purple;  
}
