* {
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {
	clear: both;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
iframe {
	background-color: transparent;
}
table {
	background-color: #57110f;
}
.printOnly {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}
.top {
	background-image: url(../images/topBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 146px;
	position: relative;
	width: 960px;
}
.top h1 {
	float: left;
	height: 125px;
	width: 450px;
}
.top h1 a {
	text-indent: -10000px;
	height: 100px;
	width: 450px;
	display: block;
}
.top .address   {
	margin: 5px 10px 0 0;
	padding: 0;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
.bottom {
	width: 960px;
}

.bottomNavigation {
	background-image: url(../images/bottomNavTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #A0211B;
	padding: 10px 0;
}
.bottomNavigation ul {
	float: left;
	list-style: none;
	margin: 0 13px;
	font-size: 60%;
}
.bottomNavigation li {
	margin: 7px 0;
	color: #ebaaa8;
}
.bottomNavigation li a {
	color: #ebaaa8;
	padding: 2px 5px;
	text-decoration: none;
}
.bottomNavigation li a:hover {
	background-color: #894542;
}
.bottomBorder {
	font-size: 60%;
	text-align: center;
	color: #EBAAA8;
}
.bottomBorder p {
	background-image: url(../images/bottomNavBottom.jpg);
	height: 24px;
}
.bottomBorder p a {
	color: #ebaaa8;
	padding: 2px 5px;
	text-decoration: none;
}
.bottomBorder p a:hover {
	background-color: #894542;
}
.main {
	width: 960px;
}

.content {
	height: 100%;
	width: 960px;
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.content div.top,
.content div.main,
.content div.bottom, {
	width: 960px;
}
.leftBG {
	background-image: url(../images/leftSubBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	height: 100%;
}
.leftBG div {
	background-image: url(../images/leftBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
}
.rightBG  {
	background-image: url(../images/rightSubBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	height: 100%;
}
.rightBG div {
	background-image: url(../images/rightBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
}

.top .address p {
	padding: 0;
	text-align: right;
}
.content .main p,
.content .main h2,
.content .main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.large {
	font-size: 130%;
	font-weight: bold;
}
.textLeft {
}
.textLeft .left {
	padding-top: 15px;
	width: 460px;
}
.textLeft .left p {
	margin: 0 0 10px 20px;
	font-size: 95%;
}
.textLeft .left h2 {
	margin: 0 0 6px 20px;
	font-weight: normal;
	font-size: 150%;
}
.textLeft .left h3 {
	margin: 0 0 0 20px;
	font-weight: normal;
	font-size: 105%;
	color: #CC3300;
}
.textLeft .right {
	width: 500px;

}
.reviews p {
	margin: 0 0 10px 20px;
	font-size: 95%;
}
.reviews h2 {
	margin: 0 0 6px 20px;
	font-weight: normal;
	font-size: 150%;
}
.reviews h3 {
	margin: 0 0 0 20px;
	font-weight: normal;
	font-size: 105%;
	color: #440E0E;
}
.menu {
	padding: 15px 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menu h2 {
	text-align: center;
	margin-bottom: 1em;
	font-size: 150%;

}
.menu h3 {
	text-align: center;
	margin-top: 0.5em;
	font-size: 125%;
	margin-bottom: 25px;
}

.menu ul {
	list-style: none;

}
.menu .menuSectionDesc {
	text-align: center;
	font-size: 85%;
	font-style: italic;
	padding: 0 100px 25px 100px;
}
.menu div.menuDishes {
	background-position: top left;
	background-repeat: no-repeat;
}
.menu li.menuDish  {
	padding-right: 60px;
}
.menu li.menuDish p.dishPrice {
	float: right;
	margin-right: -60px;
	width: 60px;
	text-align: right;
}
.menu li.menuDish p.dishName {
	float: left;
	font-size: 80%;
	width: 100%;
	background-image: url(../images/menuDots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
	font-style: oblique;
}
.menu .menuNav {
	font-size: 75%;
	text-align: center;
}
.menu .menuNav a {
	color: #660000;
	text-decoration: none;
}
.menu .menuNav a:hover {
	color: #FF6666;
	text-decoration: underline;
}
.menu li.menuDish p.dishName em {
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 100%;
	padding-right: 20px;
}
.menu div.menuDishesPhoto {
	min-height: 250px;
}
.backToTop {
	font-size: 75%;
	text-align: right;
	background-image: url(../images/upArrow.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 0;
	padding-right: 12px;
	clear: both;
}
.mapPopup {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	border: #000000 2px solid;
	background: #660000;
	display: none;
	padding: 6px;
	width: 451px;
	z-index: 2000;
}
.mapPopup p {
	text-align: right;
	margin-bottom: 6px;
}
.mapPopup a {
	color: #FFFFFF;
	cursor: pointer;
}
.mapPopup img {
	background-color: #FFFFFF;
}
.menuPage {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 15px;
	list-style:none;
}
.menuPage li {
	margin: 10px 0 3px 0;
	clear: both;
}
.menuPage a {
	color: #660000;
	text-decoration: none;
}
.menuPage li a {
	color: #330000;
	text-decoration: none;
}
.menuPage a:hover {
	color: #FF6666;
	text-decoration: underline;
}
.menuPage ul {
	font-size: 80%;
	margin-left: 15px;
	list-style:none;
}
.menuPage ul li {
	clear: none;
	width: 49%;
	float: left;
	margin: 2px 0 2px 0;
}
.tag {
	font-weight: bold;
	color: #CC3300;
}
.textLeft p img.right {
	width: auto;
	margin: 0 15px 15px 15px;

}
.reviews {
	padding-top: 15px;
	padding-right: 15px;
}
.indentProminentList {
	list-style-position: outside;
	list-style-type: square;
	padding: 10px;
	color: #5F1411;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.indentProminentList li {
	margin: 10px;
	font-weight: bold;
}
