/* General */
* {
	padding: 0;
	margin: 0;
}

body {	
	background-color: black;
	color: white;
	font: 0.76em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.6em;
	line-height: 2em;
}

h3 {
	font-size: 1em;
	line-height: 1.6em;

}

img {
	border: 0;
}

em {
	line-height: 2em;
	font-weight: bold;
}

span {
	text-align: right;
}
.center {
	text-align: center;
}

.active {
	background-color: red;	
}
.active span{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; 
}
.inactive span{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; 
}
/* basics */

#navigation {
	width: 750px;
	margin: 10px auto;
}

#navigation li {
	margin-right: 10px;
	display: inline;
}

#navigation li a:link, #navigation li a:visited {
	padding: 0px 10px;
	color: white;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: red;
}

.section {
	width: 710px;
	float: left;
	margin: 20px;
	display: inline; /* ie bug hack */
}

#scroller {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid red;
}

#content {
	width: 2250px;
}

/* sushi panel */

.gallery {
	width: 500px;
	margin: 0 auto;
}

.gallery ul {
	list-style: none;
}

#sushirolls .gallery ul li a {
	color: white;
	text-decoration: none;
}

.gallery li {
	margin: 12px 7px;
	float: left;
}

.gallery img {
	display: block;
	margin-bottom: 3px;
	border: 1px solid red;
}

/* sushi pack panel */
#pack_content {
	/*width: 8330px;*/
	width:8500px;
}

#pack_scroller {
	border: 5px solid red;
	width: 500px;
	overflow: hidden;
}

ul.pack_list {
	width: 197px;
	float: left;
	padding-right: 0;
	margin-right: -3px;
	list-style: none;
	display: inline; /* IE bug hack */
}

#sushipacks ul.pack_list li a {
	text-decoration: none;
	color: white;
	display: block;
	padding-left: 5px;
}

#sushipacks ul.pack_list li a:hover {
	color: white;
	background-color: red;
}

#content h2 {
	margin-bottom: 20px;
}

.pack_description {
	width: 450px;
	float:left;
	display: inline; /* IE bug hack */
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}	

.pack_description img {
	margin-bottom: 10px;
	border: 1px solid #fff;
}

.pack_description p {
	font-size: 1.2em;
	line-height: 1.2em;
}


/* Platter panel */
ul.platter li a {
	color: white;
	text-decoration: none;
}

#platter_content {
	width: 20000px; 
}

#platter_scroller {
	padding: 0px;
	border: 5px solid red;
	width: 490px;
	overflow: hidden;
}

#platter_list {
	width: 197px;
	margin-right: -3px;
	float: left;
}

#platter_list ul {
	list-style: none;
}

#platter_list li a {
	text-decoration: none;
	color: white;
	display: block;
	padding-left: 5px;
}

.platter_description {
	
	width: 450px;
	float:left;
	margin: 16px;
	display: inline; /*IE hack */

}
.platter_description h2 span{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; display:inline
}
	
.platter_description h2{
	margin:0px; line-height:1.2; padding:0px; font-size:14px;  
}
.platter_description span
{
	display:block; text-align:left; padding-bottom:10px;  
}

.platter_description img {
	margin-bottom: 20px; display:block
}

.platter_description ol {
	margin-left: 20px;
}


#platter_list li a:hover {
	color: white;
	background-color: red;
}

#platter_customer_notice {
	margin-top: 20px;
}

.platter_table {
	width:300px;
	display:block;
	margin:0px; padding:0px;
	
}

#shop_name {
	margin-left: 630px;
}


#flinders_bm_content {
	width: 4500px;
}
#flinders_donburi_content {
	width: 10500px; /* very wide contains all the content */
}

#b45_donburi_content {
	width: 13500px;
}

#queen_pack_content {
	width: 7000px;
}

/* try to fix the menu bar issue */

table {
	margin: 0 auto;
}
.platter_description #zy{
	position:relative; height:1px;  top:0px; left:-1500px; width:1px; z-index:120; color:#000;
}
.platter_description #zy .zuo{
	position:absolute; color:#fff; top:10px; left:-25px; display:block; width:230px;
}
.platter_description #zy .zuo a{
	display:block ; width:230px; height:520px;  
}
.platter_description #zy .zuo a:hover{
    background:url(../images/zuo.jpg) left center no-repeat; display:block ; width:230px; height:520px; display:block;
}
#k{
	padding-top:180px;
}
