
/* === General === */

* {
	margin:0;
	padding:0;
}

body {
	font: 12px/18px Sans-serif;
	text-align: center;
	color: #fbf1d0;
	background-color: #000;
}

p {
	margin-bottom: 15px;
	padding-left: 1em;
}

p.nop {
	padding-left: 0;
}

td {
	font: 12px/18px Sans-serif;
}

a {
	color: #c7db57;
	text-decoration:none;
}
	
a:visited {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fffa73;
	text-decoration: none;
}

img {
	border: none;
}

img.tp {
	margin-bottom: 10px;
}

h2 {
	margin: 30px 0 5px 0;
	font: italic normal bold 20px/24px serif;
	font-weight: bold;
}

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: 867px;
	background-color: #28211a;
	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: 867px;
	/*height: 189px;*/
	height: 240px;
	
	margin: 0 auto;
/*	background: url(/images/k_header.jpg) no-repeat;	*/
}

#nav {
	width: 867px;
	margin: 0 auto;
	height: 41px;
	border-bottom: 1px solid #C9B998;
}


#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img.nav {
	padding-left: 10px;
}

.clearblock {
	clear: both;
	height: 20px;
}


/* === Footer === */

#footer {
	clear: both;
	width: 867px;
	background-color:#000;
	padding: 15px 0 20px 0;
	font-size: 11px;
	color: #9b8268;
	text-align: center;
}

/* === Main === */

#side {
	width: 227px;
	float: left;
}

#main {
    width: 540px;
	float: left;
	margin-top: 33px;
	text-align: left;
}

#contact {
	width: 300px;
	float: left;
}

#signup {
	width: 200px;
	margin-left: 10px;
	float: 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;
	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;
}