@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background: url(images/back_tile.gif);
}

a:focus {outline-style: none;}
a img {border: none;}

a:link {
	color: #7b0100;
	text-decoration: underline;
}

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

a:visited{
	color: #7b0100;
	text-decoration: underline;
}

#clearfix {clear: both;}

/******************* STRUCTURE *******************/

#container {
	width: 1000px;
	margin: 0 auto;
	background: url(images/content_tile.png) right repeat-y;
	_background: url(images/content_tile.jpg) right repeat-y;
}

#header {
	height: 268px;
	background: url(images/header.jpg) top center no-repeat;
}

#leftcol {
	width: 200px;
	float: left;
	margin-left: 15px;
	_margin-left: 7px;
	text-align: center;
}	

#navbar {
	width: 200px;
	float: left;
	margin-bottom: 20px;
	background: url(images/nav_tile.gif) left repeat-y;
}

#navbar a {
	display: block;
	width: 170px;
	height: 27px;
	float: left;
	margin-left: 15px;
	_margin-left: 7px;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	border-bottom: 1px dotted #fff;
}

#navbar a:hover, #navbar .selected {
	background: url(images/nav_over.gif) top repeat-x;
	color: #7b0100;
}

#navbar #last-nav {
	border-bottom: none;
}

#commercial {
	float: left;
	margin: 15px 0 5px 0;
}

.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: none;
	line-height: 18px;
	z-index: 1000;
	width: 200px;
	font-size: .9em;
	background: url(images/nav_tile.gif) left repeat-y;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#nav-bottom {
	float: left;
}

.phone {
	font-size: 1.6em;
	font-weight: bold;
	color: #7b0100;
}

.hours {
	font-size: .9em;
	line-height: 1.3em;
}

.op-hours {
	font-size: 1.3em;
}

.saturday {
	font-size: .9em;
}

#maincontent {
	width: 710px;
	float: right;
	margin-right: 35px;
	_margin-right: 17px;
	margin-top: 15px;
	font-size: .9em;
}

#home-image {
	float: right;
	margin: 0 0 15px 15px;
}

h1 {
	margin-top: 0;
	color: #7b0100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.1em;
	border-bottom: 2px solid #e2decc;
}

#specials {
	width: 325px;
	margin: 15px auto 0 auto;
	background: url(images/special_tile.gif) top repeat-y;
	color: #666666;
}

.save {
	font-size: 2em;
	font-weight: bold;
}

.special-text {
	font-size: 1.2em;
	font-weight: bold;
}

#footer {
	margin-top: 30px;
	border-top: 2px solid #e2decc;
	text-align: center;
	font-size: .9em;
}

.bottom-nav {
	font-size: 1.2em;
	font-weight: bold;
}
.bottom-nav a {
	font-size: 1.2em;
	font-weight: bold;
	color: #7b0100;
	text-decoration: underline;
}