@charset "UTF-8";
/* CSS Document */

body {

	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: url('../images/layout/body-bg.jpg');
}

a:link, a:visited {
	color: #663300;
}

a:hover, a:visited:hover {
	color: #654717;
	text-decoration: none;
}

input {
	border: 1px solid #71522d;
}

textarea {
	border: 1px solid #71522d;
}

#container {
	width: 779px;
	border: 7px solid #71522d;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 779px;
	height: 85px;
	background: url('../images/layout/nathans-header.jpg') no-repeat;
}

#navbar {
	margin: 0px;
	padding: 0px;
	width: 779px;
	height: 41px;
	background: url('../images/layout/navbar-bg.jpg');
}

#navbar img {
	border: 0px;
	margin:0px;
	padding: 0px;
}

#flashbox {
	margin: 0px;
	border-bottom: 7px solid #71522d;
	width: 779px;
	height: 164px;
}

#content {
	background: url('../images/layout/content-bg.jpg');
	margin: 0px;
	border-bottom: 7px solid #71522d;
	clear: both;
}

#content h1 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/layout/footer-bg.gif') no-repeat;
	width: 793px;
	height: 43px;
	font-size: 11px;
	color: #71552d;
	line-height: 14px;
}

#footer p {
	padding: 0px;
	margin: 10px;
}

a.footerlink, a.footerlink:visited {
	line-height: 16px;
	padding: 3px;
	color: #71522d;
	text-decoration: none;
	font-weight: bold;
}

a.footerlink:hover {
	border-bottom: 1px dashed #71522d;
}

#plug {
	width: 779px;
	text-align: right;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

a.plug, a.plug:visited {
	padding: 5px;
	color: #71552d;
	text-decoration: none;
}

a.plug:hover {
	background: #71552d;
	color: #EAC292;
}

.leftcol {
	width: 463px;
	height: 430px;
	float: left;
	background: #6f4422 url('../images/layout/leftcol-bg.gif') no-repeat;
	border-right: 8px solid #71522d;
	margin: 0px;
	padding: 0px;
}

.leftcol p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
	line-height: 16px;
}

.leftcol h1 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.lbotspace {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	height: 1px;
	border-top: 1px dashed #EAC292;
}

.rightcol {
	width: 308px;
	height: 430px;
	float: right;
	margin: 0px;
	padding: 0px;
	background: #c18350 url('../images/layout/rightcol-bg.jpg');
}

.rightcol p {
	font-size: 11px;
	color: #663300;
	line-height: 16px;
	margin: 10px;
}

.rightcol h1 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.botspace {
	width: 779px;
	height: 1px;
	background: #71522d;
	clear: both;
}

.date {
	font-size: 12px;
}

.newstitle {
	font-size: 14px;
	font-weight: 700;
}

.newsborder {
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	border-top: 1px dashed #71522d;
	width: 300px;
}

.big {
	font-size: 16px;
	color: #EAC292;
	font-weight: bold;
}

/* ---- MENU SPECIFIC STYLES ---------------------------------------------- */

.menu {
	margin: 15px;
	color: #663300;
}

.menu h2 {
	font-size: 16px;
	color: #663300;
	border-bottom: 1px solid #663300;
	padding-bottom: 5px;
}

td.item, td.cup, td.bowl, td.pint, td.quart {
	font-size: 11px;
	border-bottom: 1px dotted #71522d;
	padding-top: 5px;
}

td.item {
	font-weight: bold;
	font-size: 12px;
}

.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

/* ---- END MENU STYLES --------------------------------------------------- */

.pagetext {
	margin: 15px;
}

.pagetext p {
	font-size: 11px;
	color: #663300;
	line-height: 14px;
}

.pagetext2 p {
	font-size: 11px;
	color: #663300;
	line-height: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.pagetext A, A:visited {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
}

.pagetext A:hover {
	text-decoration: none;
}

.pagetext h2 {
	font-size: 16px;
	color: #663300;
	border-bottom: 1px solid #663300;
	padding-bottom: 5px;
}

td.form {
	color: #71522d;
	vertical-align: top;
}

.submit {

	background: #EAC292;
	color: #71522d;
	font-weight: bold;
}

.submit:hover {
	background: #71522d;
	color: #EAC292;
	font-weight: bold;
}
