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

/* layout */
html,body {
	margin:0;
	padding:0;
	height:100%;
}
#f {
	/*position: relative;
	float: left;
	height: 50%;
	margin-bottom:-375px;
	width:1px;*/
}
#c {
	/*position:relative;*/
	/*clear:left;*/
	/*height:750px;*/
	/*width:80%;
	width:990px;*/
	/*min-width:400px;*/
	margin:0 auto;
}
#c-inner {}
#banner {
	height:125px;
}
#imgbar {
	display:none;
}
#content {}
#nav {
	display:none;}
#nav-container {}
#tools {
	display:none;
}
#main {}
#main-container {
	padding:0 5em;
}

.full {
	width:100%;
}
.col2 {
	float:left;
	width: 48%;
}
.col2.gutter {
	margin-left: 3%;
}
.col3 {
	float:left;
	width: 31%;
}
.col3.gutter {
	margin-left: 3%;
}



.clr {
	clear:both;
	line-height:normal;
}
.clr_sml {
	clear:both;
	font-size:1px;
	line-height:1px;
}



/* style */
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9pt;
	background-color:#fff;
	color:#280f0a;
}
#c {}
#c-inner {}
#banner {}
#banner h1.b_mjr {
	display:none;
}
#banner h1.b_mjr span {
	display:none;
}
#banner img.p_mjr {
	padding:0 5em;
	width:390px;
	height:102px;
}


.imgbar_contact {
	background: #2a110c url(images/imgbar_contact.jpg) left top no-repeat;
}
.imgbar_gallery {
	background: #2a110c url(images/imgbar_gallery.jpg) left top no-repeat;
}
.imgbar_wine {
	background: #2a110c url(images/imgbar_wine.jpg) left top no-repeat;
}
.imgbar_playlunch {
	background: #2a110c url(images/imgbar_playlunch.jpg) left top no-repeat;
}
.imgbar_lunch {
	background: #2a110c url(images/imgbar_lunch.jpg) left top no-repeat;
}
.imgbar_dining {
	background: #2a110c url(images/imgbar_dining.jpg) left top no-repeat;
}
.imgbar_takeaway {
	background: #2a110c url(images/imgbar_takeaway.jpg) left top no-repeat;
}
.imgbar_banquets {
	background: #2a110c url(images/imgbar_banquets.jpg) left top no-repeat;
}
.imgbar_dinner {
	background: #2a110c url(images/imgbar_dinner.jpg) left top no-repeat;
}

#content {}

#tools {}
#tools li {}
#nav {}
ul.nav li {}
ul.nav li li {}
#nav a {}
#nav a:hover {}
#nav a.on {}
#nav a.on_marker {}
/*
#menus, #dining, #mahjong {
	color:#189b6f;
	font-weight:bold;
}*/
/*
#gallery, #contact, #lunch, #dinner, #banquets, #wine, #taway, #dinning, #rooms, #happiness, #double, #classes, #gallery, #contact {
	color:#189b6f;
	background:url(images/bg_nav_marker.png) 175px no-repeat;
}*/



#main {
	color:#280f0a;
	font-size:9pt;
	line-height:1.4em;
}
#main h1 {
	font-size:11pt;
	padding-bottom:1em;
}
#main h2 {
	font-size:10pt;
	padding-bottom:0.5em;
}
#main h2.green {
	padding-bottom:0.5em;
	text-transform:uppercase;
	color:#280f0a;
}
#main p {
	font-size:9pt;
	padding-bottom:0.5em;
}
#main p.sml {
	font-size:8pt;
	line-height:normal;
}
#main a {
	color:#280f0a;
}


/* menu table */
td {
	vertical-align:top;
	font-size:9pt;
}
td.hdr {
	padding-top:0.5em;
	font-weight:bold;
}
td.td-pad {
	padding-right:0.5em;
}
.lunch_tbl td {
	padding-bottom:0.5em;
}


/* contact */
input, textarea {
	border:none;
	border-bottom:1px dotted #be7c8c;
	width:100%;
	padding:3px 0;
	margin:1px 0;
}
select {
	margin:1px 0;
	width:96%;
}
input.norm {
	width:auto;
	border:none;
}
.contact {
	width:100%;
}
.contact td {
	padding-right:1em;
	padding-bottom:1em;
}

#group {display:none;}
#playlunch {display:none;}



/* footer */
#foot_address_links {
	font-size:9pt;
	color:#280f0a;
	padding:0 5.0em;
}
.foot_address {
	font-size:9pt;
}
.foot_address p {
	margin-bottom:7px;
}

.foot_links {
	display:none;}
.foot_links a {}
.foot_links li {}





/* gallery */
.gallery_img {
	padding-top:10px;
	width:140px;
	height:140px;
	float:left;
	
	text-align:center;
}
.gallery_title {
	/*padding-right:15px;*/
	padding-top:10px;
	width:140px;
	height:50px;
	float:left;
	
	text-align:center;
}



/* modal */
#modal {
	display: none;
	float: left;
	
	position: fixed;
	top: 50%;
	left: 50%;
	
	z-index: 99999;
	
	background-color:#280f0a;
	color:#fff;
	font-size:12px;
	line-height:1.4em;
	
	padding:20px;
	margin:20px;
	
	width:565px;
}
#modal-container {
}
#modal h2 {
	padding-bottom:0.5em;
	text-transform:uppercase;
	color:#589c70;
}
img.close {
	float:right;
	margin: -34px -34px 0 0;
}
#modal table {
	width:100%;
}
#modal td {
	padding:3px 0;
}
#modal td.error {
	color:#BE7C8C;
}
#modal td.small {
	color:#BE7C8C;
	font-size:10px;
}

#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}


/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}


#basic-modal-content {
	display:none;
}




/*
#main {
	float:left;
	/*width:520px;/
	width:610px;
}
#main-container {
	margin-left:20px;
	margin-top:10px;
	padding-bottom:1em;
}
#main h2.green {
	padding-bottom:0.5em;
	text-transform:uppercase;
	color:#589c70;
}

*/


/* splash page */
#splash #imgbar {display:none;}

#splash #c {
	background:#2a110c url(images/bg_light.jpg) no-repeat left top;
	color:#fff;
	height: 750px;
}
#splash #banner {
	background-color:transparent;
	border: 1px solid #f00;
}
#splash #banner h1 {display:none;}

#splash #nav {
	border:1px solid #0f0;
	width:768px;
	height: 125px;
	
	position:absolute;
	bottom:0;
	}
#splash #nav-container {
	margin-left:0;
	margin-top:0;
	text-align: right;
}
#splash #nav ul, #splash #nav li, #splash #nav a {
	display:inline;
}

#nav {
	float:left;
	width:290px;
}
#nav-container {
}



/* home */
#home #c {
	background: url(images/bg_home.jpg) left top;
	background-color:transparent;
}
#home #c-inner {
	background: url(images/bg_nav-home.png) left top no-repeat;
	color:#fff;
	/*border:1px solid #233928;*/
}

#home #banner {
	background-color:transparent;
}
#home #banner h1.b_mjr {
	display:none;
}
#home #imgbar {
	background: none;
}

#home .full {
	background: transparent url(images/bg_home-full.png);
	color:#fff;
	font-size:13px;
	line-height:1.3em;
	
	/*float:right;*/
	padding:20px 20px 50px 20px;
	margin-top:110px;
	margin-left: 60px;
	width: 450px;
	
	position:relative;
}


#home .full p {
	margin-bottom:0.5em;
}
