html, body, #page{

  height: 100%;

  min-height: 100%;

  width: 100%;

  margin: 0;

  padding: 0;

  }





html>body, html>body #page {

  height: auto;

  }



body {

  font-family: "trebuchet MS", Verdana, Georgia, Arial;

  background-color: #111;

  }



#page {

  position: absolute;

  }



#header {

  width: 100%;

  text-align: left;

  color: #FFDF49;

  }



#header ul {

  list-type: none;

  padding: 0;

  margin: 0;

  }

  

#header li {

  float: left;

  display: block;

  margin: 0;

  padding: 0;

  text-align: left;

  clear: left;

  width: 100%;

  }

  

html>body #header li {

  float: none;

  display: block;

  margin: 0;

  padding: 0;

  text-align: left;

  }



#header h2 { 

  font: small-caps 2em "Trebuchet MS", Verdana, Georgia;

  line-height: 1em;

  padding: 15px 0 0 10px;

  margin: 0;

  }



#header span.contact {

  font: small-caps small "trebuchet MS";

  text-weight: normal;

  padding: 0 0 5px 10px;

  color: #FFDF49;

  }



#header span.contact a {

  text-decoration: underline;

  color: #FFDF49;

  }



#header span.contact a:hover {

  text-decoration: underline;

  color: #fefefe;

  }

  

#shoptopmenu {

  border-top: 2px solid #FFDF49;

  margin: 3px 0 0 0;

  padding: 2px 10px 0 10px;

  text-align: center;

  height: 25px;

  letter-spacing: 1px;

  font: small-caps 13px "trebuchet ms";

  width: auto;

  }



html>body #shoptopmenu {

  height: 25px;

  }



#shoptopmenu a {

  text-decoration: none;

  color: #FFDF49;

  }



#shoptopmenu a:hover {

  color: #EBEBEB;
  text-decoration: underline;

  }

