/* Stylesheet for EsanParkAve.com */

body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background: #d6cc8c;
	color: #101010;
	margin: 0;
	padding: 0;
}

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

a:visited {
	color: #090;
}

hr {
	width: 50%;
	margin-top: 20px;
	border: solid #B50025 1px;
}

h2 {
	color: #060;
	margin-top: 30px;
}

h3 {
	color: #800;
}

#wrapper {
	position: relative;
	background: #efe4b2;
	width: 800px;
	padding: 5px;
	margin: 0px auto;
	border-left: solid #c0b773 2px;
	border-right: solid #e6e1bb 2px;

}

#header {
	border-bottom: solid #B50025 6px;
	font-size: 8pt;

}

#contact {
	text-align: center;
}

#hours {

}

#nav {
	text-align: center;
	padding-top: 10px;
}

#content {
	position: relative;
}

#footer {
	text-align: center;
	font-size: 8pt;
	margin-top: 20px;
	color: #060;
}

#footer a.df { color: #f80; }

#mainnav td.menu {
	width: 130px;
}

#mainnav h3 {
	margin: 0;
	padding: 0;
}

#subnav {
	position: absolute;
	right: 5px;
	border: solid #B50025 2px;
	background: #e6e1bb;
	padding: 10px;
	font-size: 8pt;
}

#subnav ul {
	list-style-type: none;
	padding-left: 15px;
	margin: 0;
	margin-bottom: 10px;
}

#subnav p.head {
	text-align: center;
	color: #B50025;
	margin-top: 0;
}

.toplink {
	text-align: right;
}

/* Menu classes */

.sectiontitle {
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}

.sectiontitle h3 {
	margin: 0;
}

.num {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #B50025;
}

.menuitem {
	font-weight: bold;
	color: #060;
}

.menuitemdesc {
	font-weight: normal;
	font-style: italic;
	color: #020;
}

.price {
	vertical-align: top;
	text-align: right;
	color: #060;
}

.price2 {
	vertical-align: top;
	text-align: center;
	font-weight: normal;
	color: #060;
}


.spicy {
	color: red;
	font-weight: normal;
}

.imgborder {
	border: solid 1px #800;
}

