body{
  margin:0;
  padding:0;
  line-height: 1.5em;
  background: #000 url(images/fab.png) no-repeat top left;
}

p {
 font-family: Brody,"MT Script Bold", Arial;
 font-size: 18px;
 color: #cc9900;

}

h1 {
   font-family: Brody, "MT Script Bold", Arial;
   color: #cc9900;
   text-align: center;
   }
   
h2 {
  font-family: Brody, "MT Script Bold", Arial;
  color: #cc9900;
  text-align: center;
   }

#wineList {
      position: absolute;
      top: 30px;
      z-index: -1;
}
     
#maincontainer{
  position: absolute;
  left: 125px;
  top: 165px;
  height: 100%;
  width: 100%;
  background: #000
}

#contentwrapper {
  float: left;
  width: 100%;
}

.innertube {
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
}

#navmenu {
  position: absolute;
  width: 746px;
  margin:0;
  z-index: 5;
}

#menu {
  position:absolute;
  z-index: 1;
}

#menu ul .item {
  display:none;
}

#menu ul:hover .item {
  display:block;
  background:#000;
  padding:0px;
  margin:0px;
}

#menu ul:hover .item a {
  color:#fff;
  text-decoration:none;
  border: 1px;
  border-color: #cc9900;
}

#menu ul:hover .item a:hover {
  color:#999;
}

#menu ul {
  width:auto;
  float:left;
  margin:0px;
  padding:0px;
  background:#000;
  list-style:none;
}

#menul {
  position: relative;
  z-index: -1;
  top:100px;
  text-align: center;
}

.clear {
  clear:both;
  height:0px;
}

img.centerIMG {
position:relative;
top:200px;  
display: block;
margin-left: auto;
margin-right: auto;"
}

#corner {
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 200px;
	width: 100%;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}

.dropdown {float:left; padding-right:0px}
.dropdown dt {width:171px; border:0px solid #9ac1c9; padding:0px; font-weight:bold; cursor:pointer;}
.dropdown dd {position:absolute; width:171px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:171px; border:0px solid #9ac1c9; list-style:none; border-top:none}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; color:#333; text-decoration:none; background:#eaf0f2; width:171px}
.dropdown ul a:hover {background:#d9e1e4;border:.5px solid #cc9900; color:#000}
