/* styleRewrite -----*/

html, body {
	height: 100%;
}

div#container {
	position: relative;
	min-height: 100%;
	padding-bottom: 100px;
	background: url("../images/bg_container.gif") repeat-y;
}

div#main {
	margin-top: 0;
}

ul#global {
	top: 55px;
	left: -20px;
	background-image: none;
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
}


/* layout -----*/

div.rightcolumn {
	float: right;
	width: 500px;
}

div.leftcolumn {
	position: relative;
	float: left;
	width: 420px;
	padding: 255px 30px 0 0;
	background: url("../images/bg_leftcolumn.jpg") no-repeat right top;
}


/* rightcolumn -----*/

div.rightcolumn p.banner {
	margin: 20px;
}

div.rightcolumn ul.news {
	margin: 10px 20px;
	padding: 0;
	list-style-type: none;
}

div.rightcolumn ul.news li {
	margin-bottom: 10px;
}

div.rightcolumn ul.news a {
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	-moz-border-radius: 3px;
	border-radius: 3px;
	zoom: 1;
	overflow: hidden;
}

div.rightcolumn ul.news a:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html div.rightcolumn ul.news a {
	height: 1em;
	overflow: visible;
}
/**/

div.rightcolumn ul.news a:link { background-color: #000000; }
div.rightcolumn ul.news a:visited { background-color: #000000; }
div.rightcolumn ul.news a:hover { background-color: #191919; }
div.rightcolumn ul.news a:active { background-color: #191919; }

div.rightcolumn ul.news a span.text {
	display: block;
	float: right;
	width: 240px;
}

div.rightcolumn ul.news a img {
	display: block;
	float: left;
	width: 200px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* leftcolumn -----*/

div.leftcolumn div.pickup {
	padding-top: 30px;
}

div.leftcolumn div.pickup a {
	font-weight: bold;
	text-decoration: underline;
}

div.leftcolumn div.pickup div.lunch {
	float: left;
	width: 200px;
}

div.leftcolumn div.pickup div.dinner {
	float: right;
	width: 200px;
}

div.leftcolumn div.pickup ul {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
}

div.leftcolumn div.pickup ul li {
	margin-top: 20px;
}

div.leftcolumn div.pickup ul span.menuname {
	display: block;
	margin-top: 5px;
	font-weight: bold;
}

div.leftcolumn div.pickup ul span.menuprice {
	display: block;
	font-weight: bold;
	color: #de4c16;
}

