/* CSS Document */

/*------------------ POSITIONING / LAYOUT -----------------------*/


body {
background-color: #ffffff;
text-align : center; /*For IE */
font-family: Verdana, Arial, Helvetica, sans-serif;
}


#container { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: left;
}

#masthead {
margin: 0 auto;
width: 100%;
height: 154px;
background-image: url(image/masthead.jpg);
background-repeat: repeat-x;
background-color: #e6e0cf;
}

#logo {
position: relative;
margin: 0 auto;
width: 800px;
height: 154px;
background-image: url(image/B&B_logo.gif);
background-position: top right;
background-repeat: no-repeat;
z-index: 500;
}


#detail {
position: relative;
margin: 0 auto;
width: 800px;
height: 470px;
background-color: #FFFFFF;
}

	#menu {
	position: absolute;
	top: 0;
	left: 0px;
	width: 800px;
	height: 30px;
	z-index: 500;
	background-image: url(image/logo_text.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}

	
	div.scrollholder {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 220px;
	height: 420px;
	background-color: #FFFFFF;
	overflow: auto;
	}

	div.scroll {
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	}	
	
	#imagearea {
	position: absolute;
	top: 30px;
	left: 230px;
	width: 340px;
	height: 420px;
	background-color: #ffffff;
	overflow: hidden;
	}
	
	#featurearea {
	position: absolute;
	top: 30px;
	left: 590px;
	padding: 10px;
	width: 190px;
	height: 400px;
	background-color: #ad9961;
	}

/* for backend template */
#textarea {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 560px;
	height: 420px;
	background-color: #FFFFFF;
	overflow: auto;
}

#footer {
position: relative;
margin: 0 auto;
width: 100%;
height: 100%;
background-color: #e6e0cf;

}


#openingimage {
position: relative;
margin: 0 auto;
top: 100px;
}

/*------------------ NAVIGATION / MENU-----------------------*/


#menu ul {
margin: 0;
padding: 0;

}

#menu li {
font-family: "Garamond", "Times New Roman", Times, serif;
float: left;
list-style-type: none;
margin: 0;
padding-right: 18px;
padding-top: 5px;
font-size: 8pt;
text-transform: uppercase;
font-weight: bold;
}

#menu li a {
text-decoration: none;
color: #333333;
}


#menu li a:hover {
color: #ad9961;
}

#home #nav-home a, 
#foodmenu #nav-foodmenu a,
#beermenu #nav-beermenu a, 
#beernotes #nav-beernotes a, 
#shop #nav-shop a, 
#contact #nav-contact a,
#friends #nav-friends a {
color: #ad9961;
}

/*------------------ TYPOGRAPHY -----------------------*/

a:link {text-decoration: none; color: #666666;}
a:visited {text-decoration: none; color: #666666;}
a:active {text-decoration: none; color: #666666;}
a:hover {text-decoration: none; color: #bd1222;}


p, td, th, select, input, submit {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
text-align: left;
margin-top: 0;
margin-bottom: 7px;
vertical-align: top;
}


li {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
text-align: left;
margin-top: 0;
margin-bottom: 7px;
}


#scroll ul {
	list-style-image: url(image/bullet.gif);
	margin-left: 9px;
	padding-left: 7px;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
font-weight: bold;
margin-top: 7px;
margin-bottom: 7px;

}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #ad9961;
font-weight: normal;
margin-top: 7px;
margin-bottom: 4px;
text-transform: uppercase;
}


#featurearea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 4px;
	text-align: center;
	line-height: 14pt;
	font-weight: bold;
}


#featurearea h2 {
font-family: "Garamond", "Times New Roman", Times, serif;
font-size: 17pt;
color: #FFFFFF;
font-weight: bold;
margin-top: 6px;
margin-bottom: 6px;
text-align: center;
text-transform: uppercase;
}


#featurearea h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;

}


#openingimage p {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
text-align: center;
margin-top: 0;
margin-bottom: 7px;
}


#imagearea img {
padding-bottom: 4px;
}

#imagearea p {
	text-align: right;
}

#footer p {
font-size: 7pt;
color: #FFFFFF;
margin-top: 5px;

}


/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; 
	height: 100%;
    font-size: 0;
    z-index: 3;
    background: #666666;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #CCCCCC;
}  

