
* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #F6F6F6 url(../images/img01.jpg) repeat-x;*/
	background: #ffffff url(../images/bg_green1.gif);
	font-family:'Trebuchet MS',trebuchet,verdana,sans-serif;
	font-size: 16px;
	color: #111111;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

#spacer {
    height: 3.5em;
}

h1, h2, h3, h4 {
	margin: 0;
}

h1, h2, h3, h4 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 0px solid #F2F2F2;
	letter-spacing: 0;
	font-weight: normal;
	color: #566f00;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.0em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 2em;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #0a519f;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 10px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 10px;
}

/* Header */

#header {
	width: 860px;
	height: 150px;
	margin: 0 auto;
	background: #ffffff url(../images/header.jpg) no-repeat;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	/*background: url(../images/img02.jpg) repeat-y;*/
}

/* Logo */

/*
#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 90px 0 0 78px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
*/

/* Menu */
#menu-frame {
	float: left;
	width: 600px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: 25px;
	padding:0;
	background: #d9dfec;
}
#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 12px 30px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 25px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #c8de93;
}

#menu a:hover, #menu .active a, #menu #smaller .active a{
	text-decoration: underline;
	color: #BB0000;
}

/* Page */

#page {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 186px;
	padding: 67px 76px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 20px 0 20px;
	background: #d9dfec;
}

#widebar #colA {
	float: left;
	width: 180px;
	background: #d9dfec;
}

#widebar #colB {
	float: left;
	width: 430px;
	margin-left: 10px;
	background: #d9dfec;
}

#widebar #colBC {
	float: left;
	width: 550px;
	padding-left: 45px;
	background: #d9dfec;
}

#widebar #colC {
	float: right;
	width: 200px;
}

#map {
	padding: 0 0 0 30px;
	border: 2px solid #707c52;
}

.review_title {
	padding: 0 0 5px 25px;
	font-size: 16px;
}

/* Footer */
#footer {
	width:860px;
	height: 80px;
	margin: 0 auto;
	background: #d9dfec;
}

#footer p {
	width:800px;
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #4a6922;
}

#footer a {
	color: #666666;
}

/* for menu page */
dl{width: 100%;overflow: auto;margin: 0 0 0.5em; background: url(../images/dot.gif) repeat-x 0 1.2em}
dt,dd.lunch_price,dd.dinner_price{font-size: 110%;font-weight:bold}
dt{float: left;padding-right: 3px;color: #b10000;}
dd{margin:0}
dd.lunch_price,dd.dinner_price{float: right; margin: 0px 0 0 0; padding-left: 3px;color: #444444}
dd.description{float: left;width: 90%;margin-left: 10px; padding: 2px 0; font: italic 100% Georgia,Times,sans-serif;color: #555;}


