/*-- General --*/
body, td{
	margin: 0;	
	padding: 0;
	color: #333333;
	font-size: 0.85em;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
}

td{
	align: top;
	height: 50px;	
}

body{
	background: url('../images/bgimage.png');	
}

a{
	color: #333333;
	text-decoration: none;	
}

a img{
	border: none;
	margin: 0;
	padding: 0;
}

.modalImg, ul, li, dt, dd{
	margin: 0;
	padding: 0;	
}

.modalImg{
	cursor: pointer; 
	cursor: hand;
}

th, .highlightDay{
	background-color: #f1bb5c;	
}

/*-- IDs -- */
#container{
	background-color: #ffffff;
	background: url('../images/bodybg.png') repeat-y;	
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	text-align: center;	
}

html>body #shadowLeft{
	position: absolute;
	background: url('../images/shadowleft.png') repeat-y;	
	width: 20px;
	height: 100%;
	margin-left: 40px;
}

#shadowLeft{
	display: none;	
}

html>body #shadowRight{
	position: absolute;
	background: url('../images/shadowright.png') repeat-y;	
	width: 20px;
	height: 100%;
	margin-left: 840px;
}

#shadowRight{
	display: none;	
}

#header, #content, #footer{
	width: 820px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: left;		
}

#headerPadding{
	width: 820px;
	height: 35px;	
	margin-left: auto;
	margin-right: auto;
	background: url('../images/headerbg2.png') bottom repeat-x;		
}

#footer{
	margin-top: 20px;
	height: 80px;
	background: url('../images/footerbg.png') repeat-x;	
	color: #ffffff;
	text-align: right;
	font-size: 80%;
	padding-bottom: 0;
}

#footer a{
	color: #ffffff;	
}

#footer span{
	margin-right: 20px;	
}

#navigation{
	float: right;
	width: 540px;
	margin-right: 10px;	
}

#subContent{
	width: 240px;
	float: left;
}

#businessInfo dl{
	margin-left: 10px;
	margin-right: 10px;
}	

#businessInfo label{
	margin-left: 5px;
	width: 80px;
	display: inline-block;
}

#subContentMenu, #businessInfo{
	background-color: #f7f7f3;
	border: 1px solid #e6e3e0;
	margin-left: 10px;	
	margin-bottom: 20px;
}

#subContentMenu dt{
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 25px;
}	

#subContentMenu dd ul{
	list-style-type: none;
}

.selected, .selectedMid{
	background: url('../images/bullet-selected.png') top left no-repeat;
	font-weight: bold;	
}

.selectedMid{
	margin-left: 10px;		
}

.unselected, .unselectedMid{
	background: url('../images/bullet-unselected.png') top left no-repeat;
}

.unselectedMid{
	margin-left: 20px;
}

#subContent dd li{
	margin-left: 15px;
	padding: 0 0 10 30;
	height: auto;
	display: block;
}

#mainContent{
	width: 540px;
	margin-right: 10px;
	float: right;
	text-align: justify;
}

#mainContent img{
	display: block;
	padding-bottom: 5px;
}

#lunchTable{
	margin: 15px 0 15px;
	border: solid 1px #e18d3a;	
	width: 100%;
}

#lunchTable th{
	border-bottom: 2px solid #e18d3a;
	font-weight: bold;
	width: 110px;		
}

#lunchTable td{
	padding: 5px 0 5px 5px;
}

#error, #error ul{
	margin-left: 20px;
}	

/*-- Classes --*/
.extender{
	clear: both;
}

.contentImg{
	float: left;
	background: white none repeat scroll 0 0;
	border: 1px solid #dddddd;
	margin: 3px 10px 0 0;
	padding: 5px;		
}

.menuItem{
	background-color: #f7f6f3;
	padding: 0 10px 10px;
	margin: 0 0 10px;	
	border: 1px solid #e6e3e0;
}

.menuItemLeft, .menuItemRight{
	background-color: #f7f6f3;	
	border: 1px solid #e6e3e0;
	padding: 0 10px 10px;
	margin: 0 0 10px;	
	width: 45%;
}

.menuItemLeft{
	float: left;	
	height: 300px;
}

.menuItemRight{
	float: right;
	height: 300px;	
}

.menuItem h3, .menuItemLeft h3, .menuItemRight h3{
	border-bottom: solid 2px #e18d3a;
	font-size: 95%;
}

.menuItem span, .menuItemLeft span, .menuItemRight span{
	float: right;
	font-size: 95%;
}	

.menuItem img, .menuItemLeft img, .menuItemRight img{
	background: white none repeat scroll 0 0;
	border: 1px solid #dddddd;
	margin: 3px 20px 5px 20px;
	padding: 5px;	
}

.menuItem .description{
	float: right;
	width: 200px;
	margin-right: 50px;	
}

.menuItem ul, .menuItemLeft ul, .menuItemRight ul{
	margin-left: 20px;	
}

.menuItem li em{
	font-size: 80%;
}

.highlight{
	background-color: #f1d05c;	
}

.backToTop{
	display: block;
	text-align: right;
	clear: both;
	margin-bottom: 20px;
}

.color{
	color: red;	
}
