/*
 * * * * * * * * * * * * * * * * * * * * * * * * * 
 *		GLOBAL STYLES
 * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
body {
	font-family: "Lucida Sans Unicode", Arial, sans-serif, Verdana;
	font-size: medium;
	background: black; 
	color: white;
	margin-top: 0;
}

#all_content{
	width: 900px;
	margin: 0 auto;
}

img {
	border: none;
}

h1 {
	background: url(../images/logo.jpg) no-repeat; 
	display: block;
	margin: 0 auto;
	width: 485px;
	height:  86px;
}

h1 span {
	display: none;
}

h2 {
	color: white;
	text-align: center;
}

h3 {
	font-size: 1.5em;
	text-align: center;
	margin: 0;
	color: black;
}

h4 {
	font-size: 12px;
	color: black;
	margin: 0;
	padding-bottom: 5px;
}

h5{
	font-size: 12px;
	color: #eee;
	font-weight: normal;
	margin: 0px;
}

h6 {
	font-size: 10px;
	color: #eee;
	margin: 0px;
	font-weight: normal;
}


#allcontent{
	margin-top: 10px;
	width: 950px;
	height: 650px;
    font-family: "Lucida Sans Unicode", Arial, sans-serif;  
	text-align: left;
	margin: 0 auto;
}

#header {
	margin: 20px 0px 10px 0px;
}

p {
	font-size: 12px;	
}

#address {
	margin: 0 auto;
	width: 900px;
	text-align: center;
	border-bottom: solid gray 1px; 	
	padding-bottom: 30px;
	font-size: 12px;
	letter-spacing: 0.4em;
	word-spacing: 0.6em;
}

#text_content {
	width: 900px;
}

#flags {
	margin: 0;
}

#flags img{
	width: auto;
	padding: 10px 5px;
	border: none;
	float: left;
}


/* 
		MENU
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

#menu_bar {
	margin: 5px 0px 20px 0px;
	padding: 10px 0px;
	width: 900px;
	border-bottom: solid gray 1px; 
}

#footer_bar {
	margin: 10px 0px 20px 0px;
	padding: 10px 0px;
	width: 900px;
	border-top: solid gray 1px; 
}

.menu_item{
	width: auto;
	margin-right: 8px;
	padding-left: 10px;
	float: left;
	font-size: 0.9em;
	text-decoration: none;
	color: gray;
}

.menu_item_footer{
	width: auto;
	margin-right: 8px;
	padding-left: 10px;
	float: left;
	font-size: 0.7em;
	text-decoration: none;
	color: gray;
}

.separator_footer {
	width: auto;
	margin-right: 5px;
	padding-left: 5px;
	float: left;
	font-size: 0.8em;
	text-decoration: none;
	color: #222;	
}

.menu_item .lemon {
	background: url(../images/lemon.png) no-repeat; 
	width: 25px;
	height: 25px;
	float: left;
}

.menu_item_text {
	width: auto;
	padding-left: 5px;
	height: 20px;
	font-size: 1em;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	float: left;
}

.footer_item_text {
	width: auto;
	padding-left: 5px;
	height: 20px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	float: left;
}

.menu_item a:link, .menu_item a:visited, .menu_item_footer a:link, .menu_item_footer a:visited  {
	color: gray;
	text-decoration: none;	
}

.menu_item a:hover, .menu_item_footer a:hover{
	color: yellow;
	text-decoration: none;
}

/*
		rounded corners
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

/*
margin: 0 auto;
border: 0px solid #ffffff;
color: #ffffff;
width: 800px;
height: 550px;
padding: 20px;
text-align: left;
*/
.roundedBox{
    top: 10px;
	margin-bottom: 20px;
	color: white; 
    width: 800px;
	height: auto;
	margin-left: 50px;
	padding: 20px;
	background: url(../images/gradient.jpg);
/*	background: url(../images/menu_background.jpg);*/
 }
 /*
#box1 {
	 height: 450px;
	 margin-left: 100px;
	 float: left;       
 }
*/
/*
 #box2 {
	 text-align: justify;
     height: 120px;
	 margin-left: 75px;
	 float: left;       
 }

 #box3 {
     height: 120px;
	 margin-left: 75px; 
	 float: left;             
 } 
*/
/*
.text_box{
	margin: 10px;
	font-size: 0.8em;
	color: ;	
}
*/
/*
.text_box_bold{
	margin: 10px;
	font-size: 1em;
	line-height: 1.5em;
	color: black;
	font-weight: bold;	
}
*/


/*
 * * * * * * * * * * * * * * * * * * * * * * * * * 
 *		MENU PAGE
 * * * * * * * * * * * * * * * * * * * * * * * * * 
 */
/*
#col_1, #col_2 {
	width: 300px;
	display: block;
	float: left;
}
*/

#menu_list {
	width: 760px;
	font-size: 0.7em;
	color: black;
}


ul {
	list-style: disc outside;
}

li {
	padding: 4px 0px;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	font-size: 1.3em;
	text-align: left;
}

#column_1{
	width: 370px;
	float: left;
}

#column_2{
	width: 370px;
	float: right;
}




/*
 * * * * * * * * * * * * * * * * * * * * * * * * * 
 *		SUSHI TABLE
 * * * * * * * * * * * * * * * * * * * * * * * * * 
 */


#sushi_prices{
	width: 500px;
	margin: 0 auto;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
}

#sushi_prices .label, #sushi_prices .price{
	width: 150px;
	padding-bottom: 2px;
	float: left;
	text-align: left;
	font-weight: bold;
}

.quantity {
	width: 150px;
	padding-bottom: 2px;
	float: left;
	text-align: left;
}

.header {
	width: 100%;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 1.2em;
}

td {
	text-align: left;
	font-size: 1.2em;
}



/*
 * * * * * * * * * * * * * * * * * * * * * * * * * 
 *		BOOKING FORM
 * * * * * * * * * * * * * * * * * * * * * * * * * 
 */

#booking_form{
	width: 700px;
	margin: 0 auto;
	color: #555;
}

.form_header_text {
	
}

.form_field {
	height: 35px;
	clear: both;
}

.form_field_text_area {
	height: 120px;
	clear: both;
}

.label {
	width: 150px;
	font-size: 0.9em;
	text-align: right;
	padding-right: 20px;
	float: left;
}

.field {
	color: white;
	text-align: left;
	width: 280px;
	float: left;
}

.hint {
	color: green;
	width: 100px;
	float: left;
	font-weight: normal;
	font-size: 0.9em;
}

.button{
	width: 140px;
	float: left;	
}

.button input{
	width: 80px;	
}

.field input {
	width: 280px;
	text-align: left;
}

.hint {
	margin-top: -15px;
	padding-left: 10px; 
	width: 280px;
	float: left;
	color: gray; 
	font-weight: normal; 
	font-size: 0.6em;	
}
/*
*	 FOOTER
*/
/*
#footer {
	background-color: #333;
	height: 20px; 
	color: white;
	font-size: 0.7em;
	font-weight: normal;
}

#footer .footer_link{
	display: inline;
	color: white;
	margin: 0px 0px 0px 20px;
	padding: 4px 0px 2px 0px;
}

.footer_link a {
	color: white;
	text-decoration: underline;	
}
*/

/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* PHOTO GALLERY
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
*/

#all_photos {
	width: 900px;
	height: 1000px;
	min-height: 1000px;
}


.large_photo {
	width: 400px;
	height: 400px;
	margin: 0px 20px 0px 0px;
	position: relative; 
	float: right;
}

.large_photo img{
	display: block;
	margin: 0 auto;
}

#thumbs {
	width: 450px;
	padding: 0px 5px 0px 10px; 
	float: left; 
}

.thumb_placeholder {
	padding: 8px;
	width: 80px;
	height: 80px;
	float: left;
	margin: 0px 0px 10px 10px;
	border: 1px #333 solid;	
}

#thumbs a img {
	display: block;
	margin: 0 auto;
}


.label, .label a {
	font-size: 0.8em; 
	color: white;
}
/*
.gallery_photo {
	width:130px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}

.gallery_photo img{
	padding: 15px;
}
*/

/*
*	 NEWS
*/


#news_text {
	width: 530px;
	float: left;
	font-size: 0.8em;
	padding-right: 20px;
	text-align: justify;	
}

#news_photo {
	width: 350px;
	float: right;
}


/*
*	 FLIER
*/

#flier img {
	display: block;
	margin-left: auto;
	margin-right: auto
}


