@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: display;
}

html, body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/bg-tiles.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman";
	overflow: display;
}

#site_container {
	height: 100%;
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	overflow: display;
}

.shadow_left {
	height: 100%;
	width: 29px;
	background-repeat: repeat-y;
	float: left;
}

.shadow_right {
	height: 100%;
	width: 29px;
	background-repeat: repeat-y;
	float: right;
}

.shadow_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow-left.png');
}

.shadow_left[class] {
	background-image: url(images/shadow-left.png);
}

.shadow_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow-right.png');
}

.shadow_right[class] {
	background-image: url(images/shadow-right.png);
}

.content {
	width: 700px;
	color: #000000;
	background-color: #FFFFFF;
}

.content #header {
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content #header .logo {
	width: 147px;
	height: 115px;
	background-image: url(images/srg_logo.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.content #header .headline {
	height: 100px;
}

.content #header .headline .vcenter {
	width: auto;
	height: auto;
}

.content #header .vline {
	width: auto;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
}

#midsection {
	width: 670px;
	height: 296px;
	margin-left: 15px;
	margin-right: 15px;
}

#navigation {
	width: 147px;
	height: 295px;
	float: left;
}

#navigation .menu {
	width: 147px;
	height: 73px;
	background-color: #39456d;
	margin-bottom: 1px;
	border: 0px;
}

#navigation .menu a {
	border: 0px;
	width: 147px;
	height: 73px;
}

#flash {
	width: 513px;
	height: 295px;
	float: right;
	position: relative;
	overflow: hidden;
}

#flash .submenu {
	width: 147px;
	height: 295px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}

.submenu {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/Blue50_bg.png');
}

.submenu[class] {
	background-image: url(images/Blue50_bg.png);
}

#flash ul {
	list-style: none;
}

#flash ul li {
	height: 23px;
}

#flash ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
}

#flash ul li a:hover {
	color: #A53027;
}

#flash #img {
	position: absolute;
	left: 0px;
	top 0px;
}

#flash #list-spacer {
	height: 10px;
}

#main_content {
	background-color: #e2eaac;
	width: 670px;
	min-height: 200px;
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 9px;
	margin-bottom: 9px;
}

#main_content .location {
	width: 670px;
	height: 350px;
	background-image: url(images/map.gif);
	background-repeat: no-repeat;
	position: relative;
}

#main_content .location .address {
	font-size: 14px;
	line-height: 150%;
	width: 200px;
	height: 90px;
	text-align: right;
	position: absolute;
	left: 435px;
	top: 90px;
}

#main_content .about, #main_content .reviews {
	width: 460px;
	height: 250px;
	overflow: auto;
	padding-left: 160px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#main_content .about p {
	font-size: 12px;
	line-height: 200%;
	margin-bottom: 15px;
}

#main_content h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#main_content .reviews a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	height: auto;
}

#main_content .reviews .name {
	font-weight: bold;
	font-size: 12px;
	height: auto;
}

#main_content .reviews .review-content {
	font-size: 12px;
	line-height: 200%;
	margin-bottom: 20px;
	height: auto;
}

#main_content p.intro {
	width: 560px;
	height: 250px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 250%;
	font-size: 14px;
}

#main_content #menu_container {
	width: 670px;
	height: 350px;
	font-size: 14px;
	font-weight: normal;
	overflow: auto;
}

#main_content #menu_container .menu {
	width: 560px;
	height: auto;
	font-size: 12px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#main_content #menu_container .menu TD {
	height: auto;
}

#main_content .menu .list {
	width: 20px;
	padding-top: 8px;
}

#main_content .menu .item {
	width: 220px;
	padding-top: 8px;
	font-size: 11px;
	font-weight: bold;
}

#main_content .menu .item2 {
	width: 120px;
	padding-top: 8px;
	font-size: 11px;
	font-weight: bold;
}

#main_content .menu .item3 {
	width: 270px;
	padding-top: 8px;
	font-size: 11px;
	font-weight: bold;
}

#main_content .menu .item4 {
	width: 270px;
	padding-top: 8px;
	font-size: 11px;
	font-weight: bold;
}

#main_content .menu .description {
	width: 380px;
	padding-top: 8px;
}

#main_content .menu .price {
	width: 75px;
	padding-top: 8px;
	text-align: right;

}

#main_content .menu .price2 {
	width: 60px;
	padding-top: 8px;
	text-align: right;

}

#main_content .menu .spacer {
	width: 65px;

}

#main_content .menu .title {
	font-size: 16px;
	font-weight: bold;
}

#main_content ol {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#main_content .menu ol li {
	margin: 0px;
	padding: 0px;
}

#main_content .sun {
	width: 51px;
	height: 51px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 10px;
}

#toast, #waffles, #pancakes, #eggs, #crepes, #salads, #food, #sandwiches, #kids, #omelettes, #beverages {
	display: none;
}