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

body {
	background-image:url(images/maingbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
	}
.printBod {
	background:url(images/couponbg.gif);
	width:350px;
	height:140px;
	padding:10px;
	}
#main {
	width:940px;
	_width:970px;
	height:708px;
	margin:10px auto;
	padding:20px 15px 20px 15px;
	overflow:hidden;
	background-image:url(images/box.gif);
	background-repeat:no-repeat;
	}
	
/* Left col: Logo, contact info */

#Lcol {
	width:220px;
	float:left;
	margin-right:10px;
	height:664px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	}
#Lcol h1 {
	color:#b20000;
	text-transform:uppercase;
	font-size:28px;
	}
#Lcol h2 {
	color:#b20000;
	text-transform:uppercase;
	font-size:20px;
	}
.credit {
	font-size:12px;
	}
	
/* End Left col */

/* Right col: Coupons, menu */

#Rcol {
	width:710px;
	height:664px;
	float:left;
	position:relative;
	}
#Rcol h2 {
	color:#b20000;
	font-size:20px;
	display:block;
	height:20px;
	text-align:left;
	margin:5px 10px;
	padding:0px;
	}
#coupon1, #coupon2 {
	width:350px;
	height:140px;
	overflow:hidden;
	background-image:url(images/couponbg.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
.coupon {
	width:350px;
	height:140px;
	overflow:hidden;
	font-size:12px;
	background-image:url(images/couponbg.gif);
	padding:10px;
	}
.coupon p {
	margin:0px;
	padding:0px;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.offer1 {
	float:left;
	}
.offer2 {
	float:right;
	}
#menu {
	width:700px;
	_width:710px;
	height:501px;
	padding:15px 5px;
	overflow:hidden;
	background-image:url(images/menubox.gif);
	background-repeat:no-repeat;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#menu h2 {
	text-transform:lowercase;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#000000;
	margin:0px 0px 30px 0px;	
	}
#menu strong {
	color:#990000;
	font-size:14px;
	}
.menuList {
	list-style:none;
	margin:0px;
	padding:0px;
	width:160px;
	float:left;
	}
.menuList li {
	margin:0px;
	padding:0px;
	}
.menuList li a {
	display:block;
	width:150px;
	_width:160px;
	height:20px;
	padding-left:10px;
	text-decoration:none;
	}
.menuList li a:hover {
	color:#660000;
	background:#999999;
	}
.menuList li a:active {
	color:#AA0000;
	}

#menuArea {
	width:520px;
	height:468px;
	overflow-y:scroll;
	padding-left:10px;
	background:#ffffff;
	float:left;
	position:relative;
	}
#appetizers, #soups, #salads, #noodles, #friedRice, #curryDishes, #entrees, #sushiSashimi, #sushiPlatters, #makiRolls, #desserts, #drinks, #sides {
	position:absolute;
	margin:10px;
	top:0px;
	left:0px;
	display:none;
	}

.current {
	background-color:#ffffff;
	font-size:16px;
	}
.current a {
	color:#990000;
	}
.notcurrent {
	background-color:#ededed;
	font-size:16px;
	}
.notcurrent a {
	color:#000000;
	}

.footnotes {
	font-size:11px;
	float:left;
	clear:both;
	width:130px;
	position:absolute;
	top:550px;
	left:15px;
	}

/* End Right col */