/* === General === */

* {
	margin:0;
	padding:0;
}

body {
	font: 12px/18px Sans-serif;
	text-align: center;
	color: #2b2208;
	background-color: #4e532b;
}

p {
	margin-bottom: 15px;
	padding-left: 1em;
}

p.nop {
	padding-left: 0;
}

td {
	font: 12px/18px Sans-serif;
}

a {
	color: #656a04;
	text-decoration:none;
}
	
a:visited {
	color: #066;
	text-decoration: none;
}

a:hover {
	color: #390;
	text-decoration: none;
}

img {
	border: none;
}

img.tp {
	margin-bottom: 10px;
}

h2 {
	margin: 30px 0 5px 0;
}

h2.top {
	margin: 0 0 5px 0;
}

h3 {
	margin: 20px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

h3.top {
	margin: 0 0 5px 0;
}

ul {
	margin: 0 0 1em 15px;
}

li {
	margin-left: 1em;
}

/* === Page === */

#page {
	width: 800px;
	background-color: #f1f3e4;
	margin: 0 auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* === Header === */

#header {
	width: 800px;
	height: 189px;
	margin: 0 auto;
/*	background: url(/images/k_header.jpg) no-repeat;	*/
}

#nav {
	width: 800px;
	margin: 0 auto;
	height: 41px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img.nav {
	padding-left: 10px;
}

.clearblock {
	clear: both;
}


/* === Footer === */

#footer {
	clear: both;
	width: 800px;
	background-color:#4e532b;
	padding: 15px 0 20px 0;
	font-size: 11px;
	color: #a8b475;
	text-align: center;
}

/* === Main === */

#side {
	width: 227px;
	float: left;
}

#main {
    width: 540px;
	float: left;
	margin-top: 33px;
	text-align: left;
}

table {
	margin-left: 10px;
	border: none;
}

table.space {
	margin-bottom: 20px;
}

th {
	font-size: 11px;
	font-weight: bold;
}

td {
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

td.price {
	text-align: right;
	padding-right: 10px;
}

.menuwrapper {
	width: 270px;
	float: left;
}

.menucenter {
	text-align: center;
}

table.menuleft {
	margin: 0 0 15px 0;
	width: 270px;
}

table.menuright {
	margin: 0 10px 15px 0;
	width: 260px;
}

h3.menu {
	margin: 20px 10px 10px 0;
	font: italic normal bold 14px/20px serif;
	color:#300;
	border-bottom: 1px solid #C9B998;
}

.menucenter h3.menu {
	margin: 20px 10px 10px 10px;
}

#sake {
	margin: 20px 20px 10px 20px;
	padding: 10px 10px 0 10px;
	background-color: #fff;
	text-align: left;
	border: dotted 1px #993;
}

.menudescription {
	font: italic normal 13px/16px serif;
	color: #300;
}

div.disclaimer {
	font-size: 11px;
	text-align: center;
}