@charset "utf-8";

.div_body {
	width: 700px;
	height: 400px;
	scrollbar-3dlight-color:#ffd700;
	scrollbar-arrow-color:#ff0;
	scrollbar-base-color:#ff6347;
	scrollbar-darkshadow-color:#ffa500;
	scrollbar-face-color:#008080;
	scrollbar-highlight-color:#ff69b4;




scrollbar-shadow-color:#f0f
scrollbar-track-color:#800080;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #1d0e01;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	top: 110px;
	position: relative;
	z-index: 0;
}

.nav_bar_tablecell {
	background-image: url(images/bg_wood-panel.gif);
	background-repeat: repeat-x;
	position: static;
}

.table_buttons {
	position: absolute;
	top: 86px;
	left: 19px;

}

.nav_bar_tablecell > .table_buttons {
	margin: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}

.bg_page {
	background-image: url(images/bg-page.jpg);
	background-repeat: repeat;
	display: block;
	background-color: #62320E;
	z-index: -2;
}

a.button-home {
	display: block;
	width: 50px;
	height: 49px;
	text-decoration: none;
	background-image: url(images/button_home.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	left: 0px;
	top: 0px;
}

a.button-menu {
	display: block;
	width: 50px;
	height: 49px;
	text-decoration: none;
	background-image: url(images/button_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

a.button-drinks {
	display: block;
	width: 50px;
	height: 49px;
	text-decoration: none;
	background-image: url(images/button_drinks.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

a.button-winemenu {
	display: block;
	width: 50px;
	height: 49px;
	text-decoration: none;
	background-image: url(images/button_winemenu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.button-dailyspecials {
	display: block;
	width: 50px;
	height: 49px;
	text-decoration: none;
	background-image: url(images/button_dailyspecials.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.button-privateparties {
	display: block;
	width: 50px;
	height: 49px;
	text-decoration: none;
	background-image: url(images/button_privateparties.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.button-aboutus {
	display: block;
	width: 50px;
	height: 49px;
	text-decoration: none;
	background-image: url(images/button_aboutus.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a:hover.button-home,
a:hover.button-menu,
a:hover.button-drinks,
a:hover.button-winemenu,
a:hover.button-dailyspecials,
a:hover.button-privateparties,
a:hover.button-aboutus {
	background-position: -50px 0;
}

#main_body {
	width: 700px;
	height: 530px;
	background-color: #1d0e01;
	position: relative;
	z-index: 1;
	margin-top: 130px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#navigation {
	width: 350px;
	height: 49px;
	position: absolute;
	top: 16px;
	right: 16px;
}

#woodpanel {
	width: 700px;
	height: 41px;
	background-image: url(images/bg_wood-panel-2.gif);
	background-repeat: repeat-x;
	position: relative;
}

#MikieSquaredLogo {
	position: relative;
	top: -10px;
	z-index: 10;

}

#chandelier {
	position: absolute;
	bottom: -31px;
	background-image: url(images/graphic_chandelier.gif);
	height: 62px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	z-index: 3;

}

.text_AllRightsReserved {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	left: 5px;
	bottom: 32px;
	z-index: 3;
}

.text_designedbyJason {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	right: 5px;
	bottom: 32px;
	z-index: 3;
}
a img.watermark {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #612f0e;
	border-bottom-color: #612f0e;
	position:absolute;
	bottom:-25px;
	right:0px;
	z-index:99;
}
a:hover img.watermark {
	border-top-color: #1d0e01;
	border-bottom-color: #1d0e01;
}