

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, pre, form, body, html, p, blockquote, fieldset, input {
	font-family: Tahoma, "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	color: fff;
} 

html, body {
	height: 100%;                                   /* Make sure the document takes up the whole window. */
	margin: 0;                                      /* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
	padding: 0;                                     /* Get rid of any default padding, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
	text-align:center;								/* IE horizontal centering */
	background: /*#E0E0D7;/*#E8E8DD;/*#BFBFBF;/*#efefef; */url(images/bg.png) repeat;
}

/*--Vertical Alignment--*/
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;                                     /* Bump div#blueBox down half the height of the screen. */
	margin-top: -250px;                              /* Half the height of div#blueBox. */
	float: left;
}

#container {
	background: transparent;
	width: 890px;
	height: 500px;
	clear: both;
	margin:0px auto 0px auto;						/* Horizontal Centering */
	text-align: left;								
}

/*-- Content --*/
/*
#leftbox {
	width: 680px;
	height: 480px;
	margin: 0;
	position: absolute;
	background: url(images/home.jpg);
	border: 10px solid #fff;
	color: #5F5F5F;
}
*/
#home {
	width: 680px;
	height: 480px;
	margin: 0;
	position: absolute;
	background: url(images/home2.jpg) no-repeat;
	border: 10px solid #fff;
	color: #5F5F5F;
}
#leftbox-news {
	position: absolute;
	width: 235px;
	/*height: 235px;*/							/* bugs if this line is set */
	margin: 245px 0px 0px 445px;
	padding-top: 80px;
	background: none;
}
#leftbox-news h2 {
	margin:0px;
	text-align: center;
	
}
#leftbox-news h2 a {
	color: #FF994F;
	text-decoration: none;
}
#leftbox-news h2 a:hover {
	color: #fff;
}

#leftbox-press {
	position: absolute;
	width: 345px;
	/*height: 110px;*/
	margin: 318px 350px 100px 90px;
	padding-top: 30px;
	background: none;
	
}
#leftbox-press h2 {
	margin:0px;
	padding-right: 20px;
	text-align: right;
}

#leftbox-press h2 a {
	color: #FF994F;/*#CCCC99;*/
	text-decoration: none;
}
#leftbox-press h2 a:hover {
	color: #fff;
}
#leftbox-press h4 {
	margin:0px;
	padding-right: 29px;
	text-align: right;
	color: #FF994F;
}

/*-- navigation --*/
#rightbox {
	width: 180px;
	height: 480px;
	margin-left: 690px;
	position: absolute;
	background: /*#5F4029;*/ url(images/nav_bg.gif) no-repeat 0px 0px;
	border: 10px solid #fff;
	z-index:33;
}

ul { 
	list-style:none;
	padding:0; 
	margin: 240px 0px 0px 25px; 
	width: 47px;
}

ul li {
	font: bold 14px/16px Tahoma, "Lucida Grande", Verdana, sans-serif;
	display:block;
	height:100%;
	width:100%;
	position: relative;
	float:left;
	padding: 2px 3px;
}
	
ul li a { 
	display:block; 
	text-decoration: none;
	color:#FF994F;/*#CCCC99;/*#CC9966;*/
}

ul li a:hover {
	color:#fff;
	background:#7F5F47;
}

ul li.current {
	color: #fff;
	padding: 2px 3px;
	font-weight: bold;
}

/* sub navigation */
ul li ul{
	position: absolute;
	left: 56px;
 	top: -20px;
	margin: 0;
	padding-left: 9px;
	border-left: 1px solid #D3D2B6;
	width: 68px;
}

ul li ul li {
	/*background:#ffcf8b;*/
}

ul li ul li a { 
	text-indent: 0;
	overflow: visible;
	height:auto;
	width: auto;
	color:#FF994F;
	/*line-height: 18px;
	text-decoration:none;
	background: yellow;
	margin-top: -9px;*/
}

ul li ul li a:hover {
	color:#fff;
	background:#7F5F47;
}

ul li ul li.current {
	color: #fff;
	font-weight: bold;
}

/*-- menu --*/
#menu {
	width: 680px;
	height: 480px;
	margin: 0;
	position: absolute;
	background: url(images/dinner_menu_bg.jpg) no-repeat;
	border: 10px solid #fff;
	color: #5F5F5F;
}
#menu-heading {
	margin:20px 0 0 20px;
	position:absolute; 
	width: 200px;
	line-height:18px;
	z-index:11;
}

#menu-heading h2 {
	margin:0;
	padding-top: 20px;
	background: #7F5F47;/*#CCCB00;*/
	font-weight: bold;
	color:#efefef;
}
/*--breakfast menu--*/
#breakfast {
	width: 680px;
	height: 480px;
	margin: 0;
	position: absolute;
	/*background: url(images/dinner_menu_bg.jpg) no-repeat 0px 0px;*/
	background:#efefef;
	border: 10px solid #fff;
	color: #5F5F5F;
}
/*--lunch menu--*/
#lunch {
	width: 680px;
	height: 480px;
	margin: 0;
	position: absolute;
	/*background: url(images/dinner_menu_bg.jpg) no-repeat 0px 0px;*/
	background:#efefef;
	border: 10px solid #fff;
	color: #5F5F5F;
}
/*--wine menu--*/
#wine {
	width: 680px;
	height: 480px;
	margin: 0;
	position: absolute;
	/*background: url(images/dinner_menu_bg.jpg) no-repeat 0px 0px;*/
	background:#efefef;
	border: 10px solid #fff;
	color: #5F5F5F;
}
/*--bar menu--*/
#bar {
	width: 680px;
	height: 480px;
	margin: 0;
	position: absolute;
	/*background: url(images/dinner_menu_bg.jpg) no-repeat 0px 0px;*/
	background:#efefef;
	border: 10px solid #fff;
	color: #5F5F5F;
}
/*--new years eve menu--*/
#nye {
	width: 680px;
	height: 480px;
	margin: 0;
	position: absolute;
	/*background: url(images/dinner_menu_bg.jpg) no-repeat 0px 0px;*/
	background:#efefef;
	border: 10px solid #fff;
	color: #5F5F5F;
}

/*--valentine menu--*/
#valentine {
	width: 680px;
	height: 480px;
	margin: 0;
	position: absolute;
	/*background: url(images/dinner_menu_bg.jpg) no-repeat 0px 0px;*/
	background:#efefef;
	border: 10px solid #fff;
	color: #5F5F5F;
}

/*--scroll content--*/
#scrollcontainer {
	margin:0px 20px 20px 245px; 
	position:absolute; 
	width:680px; 
	height:480px; 
	z-index:20;
}

#scrollcontent {
	margin:0;
	padding: 37px 20px 0 0;
	position:absolute;
	width: 415px;
	height: 443px;
	overflow:auto; 
	background: none;
}

#scrollcontent h3 {
	margin:0;
	font-weight: bold;
}

#scrollcontent h4 {
	margin:0;
}
	
#scrollcontent p {
	margin:0;
	font-size: 12px;
	text-align:left;
}
#scrollcontent p.space {
	padding: 5px 0 5px 40px;
}

/*-- photo --*/
#photo {
	width: 680px;
	height: 478px;
	overflow:hidden;
	margin: 0;
	position: absolute;
	background: #fff;
	border: 10px solid #fff;
	padding: 2px 0 0 3px;
}

#photo a {
	
}

#photo a img {
	border: 2px solid #ffffff;
}

#photo a img.hovered , #photo a img:hover {
	border: 2px solid #FF994F;

}

/*--info--*/
#location{
	width: 660px;
	height: 460px;
	margin: 0;
	padding: 20px 0px 0px 20px;
	position: absolute;
	border: 10px solid #fff;
	background:#efefef;
	z-index:10;
	}

#location h4 {
	margin:0;
	padding-bottom:10px;
}

#location p {
	margin:0;
	font-size: 12px;
	color: #5F5F5F;
}

#location p.bold {
	font-weight: bold;
}

#location a {
	text-decoration: none;
	color:#FF994F;
}
#location a:hover{
	background:#7F5F47;
	color:#fff;
}
/*** google map ***/
#map {
	position:absolute;
	margin: 0;
	width: 300px;
	height: 260px;
	border:5px solid #fff;
	background: none;
	z-index: 15;
}

#info {
	width: 320px;
	height: 440px;
	margin: 30px 0px 0px 360px;
	position: absolute;
	background:none;
	z-index:20;
	}

#heading {
	width: 200px;
	line-height:18px;
}

#heading h2 {
	margin:0;
	padding-top: 20px;
	background: #7F5F47;
	font-weight: bold;
	color: #efefef;
}

#info h4 {
	margin:0;
	/*padding: 20px 0 0 0;*/
	color:#3F3F3F;
}
#info p {
	margin:0;
	color: #5F5F5F;
	font-size: 12px;
	padding-bottom:5px;
}
#info p.bold {
	font-weight:bold;
	padding-bottom:5px;
}

#info a {
	color:#FF994F;
	text-decoration: none;
}
#info a:hover{
	background:#7F5F47;
	color:#fff;
}

