/*--styles sheets for HMB BREWERY CO. --*/

body{
    text-align: center;
	background: #ffffd7;
    margin: 0px;
	padding: 0px 0px 0px 0px;
}

#base {
	width: 100%;
	background: #ffffd7;
	text-align: center;
}

#wrapper {
	background-image: url(../images/bg_wood.jpg);
	border-top: 1px solid #000;
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	margin: 0px auto 0px auto;
}



/*-- start of navigation --*/
#topnav {
	text-align: center;
	width: 926px;
	margin: 0 auto;
}

.logo{
    margin: 10px 0px 0px 0px;
	}
	
#navigation {      
	width: 926px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
  
#homeflash {
	text-align: center;
	margin: 0 auto;
	width: 940px;
	height: 490px;
	padding: 0px 0px 30px 2px;
}

.noflash {
	width: 625px;
	font-family: Arial, Helvetica, Verdana;
	padding: 50px;
	margin: 0 auto;
	line-height: 15px;
	font-size: 12pt;
	text-align: justify;
	color: #B07D56;
}

.clearer {
	clear: both;
}

#footer{
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/footer_bg.jpg) bottom repeat-x;
	height: 87px;
}

#footer_info{
  margin: 0 auto;
  padding:30px 0px 0px 0px;
  width: 900px;
  height: 52px;
  color: #bebda1;
  font-weight: 500;
  font-family: Arial, Helvetica, Verdana;
  font-size: 90%;
  text-align: center;
  }

#email{
  margin: 0px;
  padding: 0px;
  }
  
#box{
  width: 200px;
  margin: 0px;
  height: 12px;
  font-size: 70%;
  text-align: center;
  }  

#footer-wrapper{
	width: 100%;
	background-image: url(../images/bottom_wood.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #000;
	height: 24px;
}



#open      { margin:0 auto;     width:960px;    height:110px; }
#open ul   { list-style:none; }
#open li   { display:inline;  float:left;   margin:0px 15px; }
#open li a { display:block;   margin:0; }
#open li .youtube   {  width:358px; }
