/* containers ---------------------------------------------------------------*/
#container {
	border: 1px solid #A60326;
	background: url(../images/content-bg.gif) bottom right no-repeat #fff;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#container-a {
	background: url(../images/pattern-c.gif) repeat-x scroll center;
}
/* containers ---------------------------------------------------------------*/
#content {
	color: #696969;
	float: right;
	width: 560px;
}
#leftcol {
	float: left;
	width: 240px;
}
#leftcol p {
	padding: 0 0 20px 0;
}
#rightcol {
	font-size: 12px;
	padding: 6px 16px 10px 16px;
}
#rightcol ul {
	font-size: 12px;
	list-style-type: square;
	padding-left: 6px;
}
/* h tags ------------------------------------------------------------------- */
h1#logo span{
	display: none;
}
h1#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 92px;
}
h2 {
	border-bottom: 1px solid #C6C6C6;
	color: #A60326;
	font: 24px normal "Times New Roman", Times, serif;
	margin-bottom: 12px;
	text-align: left;
}
h2.heading {
	border-bottom: 1px solid #C6C6C6;
	color: #A60326;
	font-size: 18px;
	padding-bottom: 12px;
}
h2.heading p {
	color: #696969;
	font-size: 14px;
	font-weight: normal;
}
h2.heading span {
	color: #a60326;
	font-size: 13px;
}
h3 {
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	color: #a60326;
	font: 24px bold "Times New Roman", Times, serif;
	padding: 8px 0;
	text-align: center;
}
h3 a:link, h3 a:visited {
	color: #a60326;
}
h3 a:hover {
	color: #CC9933;
}
h3 p {
	color: #696969;
	font-size: 13px;
}
h3.title {
	font-size: 20px;
	text-align: left;
}
h3.button {
	color: #a60326;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
h4 {
	border-left: 1px solid #B82F4C;
	color: #696969;
	font: 13px normal "Times New Roman", Times, serif;
	line-height: 15pt;
	text-align: left;
	padding-left: 12px;
}
h4 p {
	padding: 0 0 20px 0;
}
h5 {
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	color: #a60326;
	font-weight: bold;
	font-size: 12px;
	padding: 12px 20px;
}
h5 li {
	list-style-type: square;
	padding: 3px 0;
}
h5 a:link, h5 a:visited {
	color: #a60326;
}
h5 a:hover {
	color: #CC9933;
}
h6 {
	color: #a60326;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
}
h6 p {
	color: #696969;
	font-size: 9px;
	font-weight: bold;
}
h6 span {
	color: #a60326;
	float: right;
}
/* h tags ------------------------------------------------------------------- */
.address {
	color: #696969;
	font-size: 12px;
	padding-right: 180px;
}
.address p {
	margin: 0;
}
.address a:link, .address a:visited {
	color: #a60326;
}
.address a:hover {
	color: #CC9933;
}
.bottombg {
	background: url(../images/shadow.gif) no-repeat scroll top;
	text-align: center;
}
/* footer ------------------------------------------------------------------- */
.footer {
	background: url(../images/footer-bg.gif) no-repeat scroll bottom;
	border-top: 5px solid #52010E;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	height: 52px;
	width: 800px;
	text-align: center;
}
.footer p {
	margin: 0;
	padding: 0;
}
.footer a:link, a:visited {
	color: #fff;
}
.footer a:hover {
	color: #fff;
}
/* footer ------------------------------------------------------------------- */
.food {
	color: #696969;
	font-size: 12px;
}
.form {
	color: #a60326;
	font-size: 12px;
	padding-bottom: 30px;
}
.items {
	border-left: 1px solid #a60326;	
	padding: 0 6px;
	width: 440px;
}
.price {
	border-left: 1px solid #a60326;
	color: #a60326;
	float: right;
	font-size: 12px;
	padding: 0 12px;
}
.sandwiches {
	background-color: #A2A2A2;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding: 3px;
}
.spacer {
	text-align: center;
}
.special {
	border-left: 1px solid #a60326;
	color: #a60326;
	float: right;
	font-size: 16px;
	width: 50px;
}
.special p {
	padding: 12px 3px;
}
/* top navigation ------------------------------------------------------------------- */
#topnav	{
	height: 40px;
	list-style-type: none;
}
#topnav li {
	float: left;
}
#topnavcontainer {
	background: url(../images/menu_bg.gif) no-repeat;
	padding-left: 40px;
}