@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}
:focus {
    outline: 0;
}
html {
	min-width: 940px;
	width: expression(document.body.clientWidth < 940? "940px" : "auto");
}
body {
	background-color: #531d00;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#contentContainer {
	height: 570px;
	background-color: #EC8E1D;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contentContainerBottom {
	background-image: url(../images/bottom_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 30px;
	width: 940px;
}

/* LEFT COLUMN */

#leftColumn {
	background-color: #FFFFFF;
	float: left;
	height: 570px;
	width: 240px;
}

/* LOGO */

#leftColumn #logo {
	background-image: url(../images/amazing_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftColumn #logo a {
	display: block;
	height: 200px;
	width: 240px;
	text-indent: -9999px;
}

/* NAVIGATION */

#leftColumn ul {
	width: 180px;
	padding-left: 30px;
	list-style-type: none;
}
#leftColumn ul a {
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
}
#leftColumn ul a:hover {
	background-position: -180px 0px;
}
#leftColumn ul a.menu1, a.menu1active {
	background-image: url(../images/nav_1_dinner.gif);
}
#leftColumn ul a.menu1active {
	background-position: -180px 0px;
}
#leftColumn ul a.menu2, a.menu2active {
	background-image: url(../images/nav_2_lunch.gif);
}
#leftColumn ul a.menu2active {
	background-position: -180px 0px;
}
#leftColumn ul a.menu3, a.menu3active {
	background-image: url(../images/nav_3_sunset.gif);
}
#leftColumn ul a.menu3active {
	background-position: -180px 0px;
}
#leftColumn ul a.menu4, a.menu4active {
	background-image: url(../images/nav_4_special_rolls.gif);
}
#leftColumn ul a.menu4active {
	background-position: -180px 0px;
}
#leftColumn ul a.menu5, a.menu5active {
	background-image: url(../images/nav_5_locations.gif);
}
#leftColumn ul a.menu5active {
	background-position: -180px 0px;
}
#leftColumn ul a.menu6, a.menu6active {
	background-image: url(../images/nav_6_employment.gif);
}
#leftColumn ul a.menu6active {
	background-position: -180px 0px;
}
#leftColumn ul a.menu7, a.menu7active {
	background-image: url(../images/nav_7_comments.gif);
}
#leftColumn ul a.menu7active {
	background-position: -180px 0px;
}
#leftColumn ul a.menu8, a.menu8active {
	background-image: url(../images/nav_8_specials.gif);
}
#leftColumn ul a.menu8active {
	background-position: -180px 0px;
}
#leftColumn a img.promotion {
	border: none;
}

/* RIGHT COLUMN */

#rightColumn {
	float: right;
	height: 570px;
	width: 700px;
}

/* MENU FORMATTING */

#rightColumn #scroll {
	height: 570px;
	width: 700px;
	OVERFLOW-Y:AUTO; BREAK
}
#rightColumn #scroll #textColumn {
	float: left;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C2B04;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#rightColumn #scroll #textColumn h1 {
	color: #c1161f;
	font-size: 16px;
	margin-top: 15px;
}

/* MENU SECTIONS */

#rightColumn #scroll #textColumn .divider {
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C37616;
}
#rightColumn #scroll #textColumn .divider .header {
	margin-top: 6px;
	height: 17px;
}
#rightColumn #scroll #textColumn .divider .header h2 {
	font-size: 12px;
	float: left;
}
#rightColumn #scroll #textColumn .divider .header h2.sub {
	color:#fdd599;
}
#rightColumn #scroll #textColumn .divider .header strong {
	float: right;
}
#rightColumn #scroll #textColumn .divider p {
	line-height: 12px;
}
#rightColumn #scroll #textColumn .divider p strong {
	display: block;
	padding-top: 4px;
}

/* MENU PHOTOS */

#rightColumn #scroll #photoColumn {
	width: 220px;
	float: right;
}

/* LOCATION */

#rightColumn #locationMap {
	background-image: url(../images/location_map.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 375px;
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
}
#rightColumn #locationMap a {
	display: block;
	width: 300px;
	height: 375px;
	float: left;
	margin-left: 10px;
	text-indent: -9999px;
}
#rightColumn #address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #5C2B04;
	padding-top: 20px;
	padding-left: 60px;
	height: 140px;
	line-height: 1.5em;
}
#rightColumn #address .column {
	float: left;
	margin-right: 100px;
}
#rightColumn #address .column h1 {
	color: #c1161f;
	font-size: 2em;
	margin-bottom: 10px;
}

/* FORMS */

#rightColumn form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #5C2B04;
	padding-top: 20px;
	padding-left: 30px;
	font-weight: bold;
	padding-right: 20px;
}
#rightColumn form h1 {
	color: #c1161f;
	font-size: 2em;
	margin-bottom: 15px;
}
#rightColumn form h1 span {
	font-size: .5em;
}
#rightColumn form fieldset {
	clear: both;
	margin-bottom: 15px;
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #AE7C35;
	padding-bottom: 10px;
}
#rightColumn form fieldset h2 {
	font-size: 1em;
	display: inline;
}
#rightColumn form fieldset.radioTitle {
	text-align: right;
	margin-bottom: 5px;
	width: 475px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
}
#rightColumn form fieldset.radioTitle h3 {
	display: inline;
	padding-right: 15px;
	font-size: 10px;
	color: #FFFFFF;
}
#rightColumn form fieldset .row {
	margin-bottom: 10px;
	clear: both;
	display: block;
	height: 15px;
}
#rightColumn form fieldset .row h2 {
	float: left;
}
#rightColumn form fieldset .inputGroup {
	float: right;
	width: 400px;
}
#rightColumn form fieldset label {
	width: 70px;
	display: inline-block;
}
#rightColumn form fieldset label.small {
	width: 35px;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
}
#rightColumn form input {
	background-color: #fad39b;
	border: 1px solid #916B32;
	margin-right: 10px;
}
#rightColumn form input.size1 {
	height: 15px;
	width: 508px;
}
#rightColumn form input.size2 {
	width: 225px;
	height: 15px;
}
#rightColumn form input.size3 {
	width: 125px;
	height: 15px;
}
#rightColumn form input.size4 {
	width: 30px;
	height: 15px;
}
#rightColumn form input.size5 {
	width: 83px;
	height: 15px;
}
#rightColumn form input.size6 {
	width: 200px;
	height: 15px;
}
#rightColumn form input.size7 {
	width: 475px;
	height: 15px;
}
#rightColumn form input.size8 {
	width: 178px;
	height: 15px;
}
#rightColumn form input.radio {
	height: 15px;
	margin-left: 25px;
	margin-right: 5px;
	width: 15px;
	background:none;
	border: none;
}
#rightColumn form input.checkbox {
	background:none;
	border: none;
	margin-right: 0px;
}
#rightColumn form input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C92C1F;
	border: none;
	padding: 5px;
	width: 75px;
	float: right;
}
#rightColumn form input.submit:hover {
	background-color: #DD2F20;
	cursor: pointer;
}
#rightColumn form textarea {
	width: 610px;
	height: 80px;
	background-color: #fad39b;
	border: 1px solid #916B32;
}
