@charset "ISO-8859-1";

body {
  margin: 0px;
  padding: 0px;
  background: url("http://www.miltonbrewery.co.uk/graphics/text1.png");
  background-color: #0080f0;
  color: white;
}

.pegasus-results {
  padding: 10px;
  margin: 10px;
  background-color: #0080f0;
  border: black;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  text-align: center;
}

.pegasus-results caption {
  font-size: 18px;
  font-weight: 900;
}

h1 {
  font-size: 18px;
  font-weight: 900;
}

.bordered td {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  text-align: center;
}

a:link {
  font-weight: bold;
  color: #f0f0c0;
  text-decoration: none;
}

a:visited {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  color: red;
  text-decoration: none;
}

address {
  font-family: monospace;
  font-style: normal;
}  

/* Images that are hyperlinks should not have borders */
a img {
  border: none;
}

.floatleft {
  float: left;
  padding: 10px;
}

.floatright {
  float: right;
  padding: 10px;
}

#Content {
  margin: 0px 0px 0px 210px;
  padding: 10px;
}

#Banner {
  margin: 0px 0px 0px 210px;
  padding: 10px 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: yellow;
}

#Banner A {
  color: yellow;
}

#Header {
  margin: 10px 0px 10px 0px;
  padding: 10px 20px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

#Footer {
  font-size: 10px;
  text-align: center;
  clear: both;
}

ul.awardlist {
  list-style: none;
  list-style-position: outside;
  clear: left;
}

ul.beerlist {
  list-style: none;
  display: block;
  clear: left;
}

ul.beerlist li {
  float: left;
  display: block;
  margin: 5px;
}

#Menu {
  position: absolute;
  top: 180px;
  left: 20px;
  width: 160px;
  padding: 10px;
  background: url("http://www.miltonbrewery.co.uk/graphics/text2.png");
  background-color: white;
  line-height:20px;
}

#Menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 160px;
}

#Menu ul li {
  position: relative;
}

#Menu ul li ul {
  position: absolute;
  left: 159px;
  top: 0;
  display: none;
  width: 230px;
  padding-left: 5px;
  background: url("http://www.miltonbrewery.co.uk/graphics/text2.png");
  background-color: white;
  line-height: 20px;
}

#Menu ul li:hover ul { display: block; }

#mainindex {
  list-style: none;
  display: block;
  clear: left;
}

#mainindex li {
  display: block;
  text-align: center;
}

#mainindex #history { float: left; }
#mainindex #brewery { float: right; }
#mainindex #cup { float: left; }
#mainindex #contact { float: right; }

@media print {
  #Menu { display: none; }
  #Content {
    margin: 0px;
    padding: 10px;
  }
}
