@charset "UTF-8";
/* CSS Document */
/**** Main Styles - applied to tags ****/
html, body, div {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #3e704f;
	color: #21230e;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-weight: bold;
	color: #21230e;
	text-decoration: none;
	padding: 3px;
}
h1 {
	font-size: 2.4em;
	line-height: normal;
	text-align: center;
}
div.picture {
	margin: 0px;
	padding: 0px;
	margin-bottom: -7em;
}
div.picture h1 {
	position: relative;
	top: -2.4em;
	left: 245px;
	font-size: 3.5em;
	line-height: normal;
	text-align: left;
	margin-bottom: 0px;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
strong {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
em {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

a {
	text-decoration: underline;
}
a:link {
	color: #353525;
}
a:visited {
	color: #656547;
}
a:hover {
	color: #3e704f;
	text-decoration: none;
}


/*no border for images that are links*/
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}

/**** Div Styles, to DIVs and children ****/
div#header {
	width: 800px;
	height: 239px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background: url(../images/top.gif) no-repeat center center;
}
div#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg.gif) center top repeat-y;
}
div#links {
	position: relative;
	width: 788px;
	height: 115px;
	padding: 0px;
	border: 0px;
	margin-right: 7px;
	margin-left: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px #3d3c1f solid;
}
div#links a {
	padding: 0px;
	margin: 0px;
}
/***************************
*****Positioning for Menu***
***************************/
div#home-link {
	position: absolute;
	top: 0px;
	left: 8px;
}
div#special-link {
	position: absolute;
	top: 0px;
	left: 119px;
}
div#american-link {
	position: absolute;
	top: 0px;
	left: 230px;
}
div#israeli-link {
	position: absolute;
	top: 0px;
	left: 341px;
}
div#szechuan-link {
	position: absolute;
	top: 0px;
	left: 452px;
}
div#seafood-link {
	position: absolute;
	top: 0px;
	left: 563px;
}
div#directions-link {
	position: absolute;
	top: 0px;
	left: 674px;
}
/***************************
*******End Positioning******
***************************/
div#maincontent {
	line-height: 1.6em;
	text-align: left;
	padding: 20px;
}
div#bottominfo {
	text-align: center;
	clear: both;
}
div#footer {
	width: 800px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	background: url(../images/bottom.gif) center center no-repeat;
}
div#credit {
	clear: both;
	color: #f7e195;
	font-size: .9em;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
}
div#credit p {
	margin: 15px;
}
div#credit a:link, div#credit a:visited {
	text-decoration: underline;
	color: #f7e195;
}
div#credit a:hover {
	text-decoration: none;
}

div#hours {
	text-align: center;
}
div.menublock {
	width: 45%;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
div.menublock h4 {
	text-align: center;
	margin: 8px;
}
div#bottom-menu {
	padding-top: 10px;
	width: 45%;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
div#bottom-menu h4 {
	text-align: center;
	margin: 8px;
}
	

/*misc styles*/
table.menu {
	width: 100%;
	margin: 0px;
	margin-left: 0px;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: 2px solid #e0cc86;
}
tr.even {
	background-color: #f7e195;
}
tr.odd {
	background-color: #e0cc86;
}
.spicy {
	background-image: url(../images/spicyeven.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 11px;	
}
tr.odd span.spicy {
	background-image: url(../images/spicyodd.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 11px;
}
tr.even span.spicy {
	background-image: url(../images/spicyeven.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 11px;
}
td.name, th.name {
	width: 75%;
	text-align: left;
	padding: 1px 6px;
}
td.name3col, th.name3col {
	width: 55%;
	text-align: left;
	padding: 1px 6px;
}
td.odd {
	background-color: #e0cc86;
	width: 45%;
	text-align: left;
	padding: 1px 6px;
}
td.even {
	background-color: #f7e195;
	width: 45%;
	text-align: left;
	padding: 1px 6px;
}
td.price, th.price {
	width: 20%;
	text-align: right;
	padding: 1px 6px;
}
.description {
	text-align: center;
	font-style: italic;
	font-size: 11px;
	padding: 1px 20px 4px 20px;
	line-height: normal;
}
.floatleft {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 2px solid #21230e;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: left;
}
ul.nobullet {
	list-style-type: none;
	list-style-position: inside;
	margin-right: auto;
	margin-left: auto;
}

	