
body{
		background-color: #3C2415;
	}

/*--- The css file controlling the english page, index.html -------------------------*/
/*-----------------------------------------------------------------------------------*/
/*---Id's----------------------------------------------------------------------------*/

#wrapper{
			
			
			background-color: #3C2415;
			background-image: url(IMG/shadowexp.png); /** Link to the image you created **/
			background-repeat: repeat-y; /** Repeats the image vertically **/
			background-position: center; /** Centers the Background image **/
			
		
		}
		


#shadow1{
			
			width: 33px;	
			background-image: url('IMG/shadow1.png');
			background-repeat: repeat-y;
			position: relative;
			
		}		
		
		
#shadow2{
			
			width: 33px;
			background-image: url('IMG/shadow2.png');
			background-repeat: repeat-y;
			float: left;
			position: relative;
		}		
		
		
#container{
			width: 800px;
			background-color: #FFDEAD;
			position:relative;
			margin-left: auto;
			margin-right: auto;
			
			
		
			
		  }
		
		
#header{
		width: 523px;
		height: 176px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFDEAD;
	   }
		
		
#main{
		width: 800px;
		height: 300px;
		background-color: black;
		z-index: 0;
	 }
	 
#flag{
		position: relative;
		top: -280px;
		left: 10px;
		z-index: 40;
		font-size: 8pt;
		color: grey;
	
		
	 }

#nav{
			width: 800px;
			height: 42px;
			background-color: orange;
        }


#menubar{
			width: 800px;
			height: 23px;
			background-color: purple;
			position: relative;
			top: 0px;
        }		
		
#secondBar{
			width: 800px;
			height: 23px;
			background-color: #3C2415;
			position: relative;
			top: 10px; 
			margin-bottom: 20px;
		   }

#menuHolder{
			width: 800px;
			
			position: relative;
			top: 40px; 
		   }

#expand{
			position: relative;
			
			
			
		}

#order{
		text-align: center;
		padding-bottom: 20px;
		padding-top: 20px;
		}

#lunchDiv{
			text-align: center;
			}
			

#sushiDiv{
			text-align: center;
			}

#boxes{
			
		}

#box1{
		position: relative;
		top: -196px;
		left: 16px;
		float: left;
		}
		
#box2{
		position: relative;
		float: left;
		top: -196px;
		left: 30px;
		}
		
#box3{
		position: relative;
		top: -196px;
		left: 44px;
		}
			

#shabu_j{
			position: relative;
			text-align: center;
			left: -50px;
			
		}
		
#shabu_hand{

		position: relative;
		left: 100px;

		}


#info{
		text-align: center;
		background-color: #FFDEAD;
		position: relative;
		padding-bottom: 0px;
		padding-top: 180px;
		margin: 0px;
		
		}
/*---Classes-------------------------------------------------------------------------*/		

/*---Border Color for gallery images-------------------------------------------------*/
/*
.wb{
		border-style: solid;
		border-color: white;
	}

*/

.bar1{
		padding: 0px;
		border: 0px;
	
	}

.vis{
		display: none;
	}

button{
			margin: 0px;
			padding: 0px;
			border-width: 0px;
			text-align: center;
		}

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}		
/*---Links---------------------------------------------------------------------------*/
		
a:link {
		color:#FF0000
	   }      /* unvisited link */

	   
a:visited {
			color:#00FF00
		  }  /* visited link */

		  
a:hover {
		color:#FF00FF
		}  /* mouse over link */

		
a:active {
			color:#0000FF
		 }  /* selected link */
		 


#container {padding-bottom: 40px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;
	background-color: #3C2415;
	text-align: center;
	color: grey;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;	
.clearfix:after {container: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
		 



			 
		 
		 
		
	
		H1 { margin-top: 0in; margin-bottom: 0in; text-align: center; text-decoration: underline }
		H1.western { font-family: "Lucida Handwriting", cursive; font-size: 18pt; text-align: center;}
		H1.cjk { font-family: "DFPOP1?W5", "MS Gothic"; font-size: 18pt }
		H1.ctl { font-family: "Tahoma"; font-size: 12pt; font-weight: normal }
		H2 { margin-top: 0in; margin-bottom: 0in; text-align: center }
		H2.western { font-family: "Tempus Sans ITC", fantasy; font-size: 14pt }
		H2.cjk { font-family: "DFPOP1?W5", "MS Gothic"; font-size: 14pt }
		H2.ctl { font-family: "Tahoma"; font-size: 12pt; font-weight: normal }
		