/*Copyright © 2007 Ten Japanese Cuisine. All rights reserved.*/

/*content*/

body { 
	margin: 0;
	background-color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 15px;
	}

a {
	color: #FFFACD;
	text-decoration: underline;
	}

a:hover { 
	color: #FFFACD;
	text-decoration: none;
	}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	}
	
h5 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFACD;
	}

.menu_item {
	font-size: 11px;
	line-height: normal;
	color: #888;
	}

p.right {
	text-align: right;
	}
	
#signature_text {
	text-align: right;
	clear: both;
	}



/*images*/

#header_image {
	width: 880px; height: 80px;
	float: left;
	display: inline; /*internet explorer fix*/
	border: 0;
	}

.title {
	margin-bottom: 20px;
	width: 460px; height: 20px;
	float: left;
	display: inline; /*internet explorer fix*/
	}

#navigation_home,
#navigation_menu,
#navigation_catering,
#navigation_reviews,
#navigation_location {
	height: 25px;
	float: left;
	display: inline; /*internet explorer fix*/
	border: 0;
	}
	
#navigation_home {
	width: 80px;
	}

#navigation_menu {
	width: 80px;
	}
	
#navigation_catering {
	width: 105px;
	}
	
#navigation_reviews {
	width: 105px;
	}
	
#navigation_location {
	width: 180px;
	}

.menu_navigation_image_left,
.menu_navigation_image_right {
	width: 110px; height: 83px;
	float: left;
	padding-bottom: 10px;
	display: inline; /*internet explorer fix*/
	border: 0;
	}

.menu_navigation_image_center {
	width: 110px; height: 83px;
	padding: 0 10px 10px 10px;
	float: left;
	display: inline; /*internet explorer fix*/
	border: 0;
	}

#signature {
	width: 150px; height: 50px;
	float: right;
	display: inline; /*internet explorer fix*/
	border: 0;
	}



/*layout*/

#wrapper_introduction {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%; height: 1px;
	text-align: center;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#container_introduction {
	position: absolute;
	margin-left: -275px;
	top: -200px;
	left: 50%;
	width: 550px; height: 400px;
	visibility: visible;
	}

#wrapper_header,
#wrapper_menu,
#wrapper_body,
#wrapper_footer {
	min-width: 880px;
	text-align: center; /*internet explorer fix*/
	}

#wrapper_header,
#wrapper_body,
#wrapper_footer {
	background-color: #000;
	}

#wrapper_menu,
#wrapper_body {
	margin: 0;
	}

#wrapper_header {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #900;
	}

#wrapper_menu {
	border-bottom: 1px solid #900;
	background-color: #600;
	background-image: url("http://www.tensushisf.com/images/bg_navigation.gif");
	background-repeat: repeat-x;
	}
	
#wrapper_footer {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #000; /*internet explorer fix*/
	}

#container_header,
#container_menu,
#container_body,
#container_footer {
	margin: 0 auto;
	width: 880px;
	text-align: left; /*counteract internet explorer fix*/
	/*border-left: 1px solid #FFF;
	border-right: 1px solid #FFF; for testing purposes only*/
	}
	
#container_header,
#container_body,
#container_footer {
	background-color: #000;
	}

/*#container_menu {
	background-color: #600; for testing purposes only
	}*/
	
#container_body {
	min-height: 630px;
	background-image: url("http://www.tensushisf.com/images/bg_main.gif");
	background-repeat: no-repeat;
	}

#container_footer {
	border-top: 1px solid #333;
	}

#header,
#menu,
#footer {
	width: 880px;
	float: left;
	display: inline; /*internet explorer fix*/
	}
	
#header,
#footer {
	background-color: #000;
	}

#menu {
	height: 25px;
	/*background-color: #600; for testing purposes only*/
	}

#body_left,
#body_right {
	margin: 0;
	float: left;
	display: inline; /*internet explorer fix*/
	}
	
#body_left {
	margin: 20px 10px 10px 10px;
	width: 480px;
	/*background-color: #222; for testing purposes only*/
	}

#body_right {
	margin: 20px 10px 10px 0;
	width: 370px;
	/*background-color: #600; for testing purposes only*/
	}

#footer_left,
#footer_right {
	margin: 5px 0;
	width: 440px;
	float: left;
	display: inline; /*internet explorer fix*/
	background-color: #000;
	font-size: 11px;
	}

#footer_right {
	text-align: right;
	}
	
#body_left_inner {
	margin: 10px;
	width: 460px;
	/*background-color: #CCC; for testing purposes only*/
	}

#body_right_inner {
	margin: 10px;
	width: 350px;
	/*background-color: #900; for testing purposes only*/
	}
	
#flash {
	margin: 0 auto;
	text-align: center; /*internet explorer fix*/
	}

.clear {
	clear: both;
	}



/*menu*/

table.menu {
	width: 460px;
	border-spacing: 0 10px;
	}

td.cell_left,
td.cell_right {
	vertical-align: top;
	}

td.cell_left {
	width: 360px;
	}

td.cell_right {
	width: 100px;
	text-align: right;
	}



/*menu navigation*/

.menu_navigation {
	width: 350px;
	}