/***********  MAIN FRAMEWORK *************/

body {
	margin: 0px;
	background-color: #2a1f54;
	font-family: Verdana;
	font-size: 12px;
	color: #6b3903;
}

.floater {
	margin-left:auto;
	margin-right:auto;
	width: 840px;
	margin-top: 20px;
}

.content {
	background-color: #ffebdc;
	width:840px;
	text-align: left;
	
}

.contentPad {
	margin-left: 44px;
	width: 760px;
	border: 0px solid red;
}

p {
	font-size: 12px;
}

.bottom {
	width: 840px;
	height: 33px;
	background-image: url('images/bottom_bk.jpg');
	background-repeat: repeat;
	font-size: 10px;
}
.bottomContent {
	margin-left: 10px;
	text-align: left;
	float:left;
	border: 0px solid red;
}
.siteCredits {
	margin-right: 10px;
	float:right;
}

a.txtLink {
	color:#ff0000;
	text-decoration: none;
}

.pageHead {
	margin-top: 0px;
}

.spacer {
	margin: 0px;
}

.spaceroo{
	clear:  left;
	line-height: 0;
	font-size:  0;
	height:  0px;
	background-color:none;
	border:0px solid black;
}



/***********  HOME *************/

.home {
	background-color: #ffebdc; 
	height: 400px;
}

.homeLeft {
	width: 370px;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	border: 0px solid red;
}

.redHeader {
	font-size: 16px;
	color: #9e0d0d;
}

.homeRight {
	float: left;
	margin-left: 0px;
	margin-top: 12px;
}

/***********  LOCATIONS *************/


.locations {
	background-color: #ffebdc; 
	
}


.locationBlock {
	margin-left: 40px;
	border: 0px solid red;
	margin-top: 50px;
}

.locationImage {
	float: left;
	margin-right: 25px;
	}
	
.address {
	margin-top: 20px;
	}




/***********  MENU *************/

.menuBlock {
	margin-bottom:20px;
}

.menuSubnav {
	width: 100px;
	float: left;
	
}

.menuContent {
	margin-left: 150px;
	margin-top: 8px;
}

.subNav {
	margin-top: 20px;
}

.mealBlock {
	margin-top: 30px;
	display:none;
	width: 500px;
}


.menuSection {
	width: 500px;
	height: 30px;
	margin-bottom: 10px;
	border: 1px solid #6b3903;
}
.menuSectionType {
	font-size: 18px;
	margin-top:2px;
	margin-left:15px;
}

.sectionNotes {
	margin-bottom:10px;
}

.menuItem {
	width:500px;
	border-bottom: 1px solid #f0d9c6;
	margin-bottom: 5px;
}
.menuItemNumber {
	float:left;
	width: 50px;
}
.menuItemDesc {
	width: 380px;
	float: left;
	
}
.menuItemPrice {
	margin-left: 20px;
	font-weight: bold;
}



.menuColumn {
	width: 220px;
	float:left;
	border: 0px solid red;
	margin-right: 0px;
}

.menuColumnItem {	
	border-bottom: 1px solid #f0d9c6;
}

.menuColumnDesc {
	margin-left: 0px;
	width: 150px;
	float:left;
}
.menuColumnPrice {
	float:left;
	font-weight: bold;
}

.drinkRow {
	margin-bottom: 0px;
}
.drinkName {
	width:140px;
	float:left;
}
.drinkNameWide {
	width:220px;
	float:left;
}
.drinkPrice {
	width:120px;
	float:left;
}











