@charset "utf-8";
/* CSS Document */


/* sub positioning */

td.whatson {background:url(../images/bg-whatson.jpg);}
td.functions {background:url(../images/bg-functions.jpg);}
td.contact {background:url(../images/bg-contact.jpg);}
td.wine {background:url(../images/bg-wine.jpg);}
td.cocktails {background:url(../images/bg-cocktails.jpg);}
td.cocktailcomp {background:url(../images/bg-cocktailcomp.jpg);}
td.gallery {background:#000000;}

#section {
width:586px;
background-repeat:no-repeat;
background-color:#000000;

}

#sub_content {
	overflow:auto;
	position:absolute;
	left:5px;
	color:#bcbec0;
	scrollbar-width:15px;
	scrollbar-base-color: #1b1b1b;
	scrollbar-track-color: #1b1b1b;
	scrollbar-face-color: #1f1f1f;
	scrollbar-highlight-color: #1f1f1f;
	scrollbar-3dlight-color: #202020;
	scrollbar-darkshadow-color: #1c1c1c;
	scrollbar-shadow-color: #1d1d1d;
	scrollbar-arrow-color: #363636;

}
div.whatson p,
div.cocktails p,
div.functions p,
div.contact p
{
	width:355px;
}

div.whatson  {
	width:375px;
	top:180px;
	height:278px;
}

div.cocktails  {
	width:375px;
	top:188px;
	height:248px;
}

div.wine {
	width:415px;
	top:188px;
	height:248px;
}

div.wine p {
	width:395px;
}

div.functions {
	width:375px;
	top:188px;
	height:266px;
}

div.contact {
	width:375px;
	top:188px;
	height:268px;
}
div.cocktail-comp {
	width:511px;
	top:51px;
	height:500px;
}
table#menu {
background-color:#000000;
}

div#gallery {
position:absolute;
left:-90px;
top:0px;
}

/*popup menus*/

#popup-menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	position:absolute;
	top:121px;
	left:268px;
}
