@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 135%;
	color: #333;
	background-color: #d9d9d9;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 120%;
	background-color: #FFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div:empty {height: 20px;}
#header {
	height: 100px;
}
#content {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/*table*/
table img {
	margin-top: -2px;
}
h1.lunchTbl {
	font-size: 2em;
	text-align: center;
	background: #ed1c24;
	padding: 8px 12px;
	border-radius: 15px;
	font-weight: 900;
	color: white;
	width: 80px;
	margin: 0 0 0 15px;
}
.lunchTbl {
	width: 620px;
	margin: 5px 0 20px;
} 

.lunchTbl td {
	padding: 5px;
	vertical-align: top;
}
.lunchTbl td:first-child, .lunchTbl td:nth-of-type(3) {
	width: 40px;
	text-align: right;
}
.lunchTbl td:nth-of-type(2) {
	width: 220px;
}
.lunchTbl img {
	width: 19px;
	height: auto;
}

.partyTbl {
	width: 610px;
}
.partyTbl td {
	vertical-align: top;
	padding: 0 10px 20px;
	font-size: 1.2em;
}
.partyTbl td:first-child {
	width: 120px;
}

.partyTbl td:last-child {
	width: 150px;
}

.partyTbl h1 {
	font-size: 2em;
	font-weight: 700;
	color: white;
	background: red;
	padding: 20px 10px 0;
	display: block;
	width: 110px;
	height: 40px;
	text-align: center;
	margin-top: 0;
	border-radius: 40px;
}
.partyTbl h2 {
	font-size: 1.4em;
	margin: 5px 0 -10px;
}


#footer {
	background-image: url(../_images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	padding-top: 90px;
	font-size: 1.2em;
	color: #333;
	text-align: center;
	line-height: 110%;
	padding-bottom: 20px;
	clear: both;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}
.floatRight {
	float: right;
}
.normalType {
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
}
.marginBottom {
	margin-bottom: 10px;
}
.marginRight {
	margin-right: 15px;
}
.redType {
	color: #F00;
}
#pageWrapper ul {
	list-style-type: square;
	margin: 0px;
	padding-left: 30px;
}
.marginTop {
	margin-top: 3px;
}
.dropDown {
	width: 225px;
	position: relative;
}
.redType {
	color: #F00;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.centered {
	text-align: center;
	font-size: 1.4em;
	line-height: 140%;
}
.centered a {
	font-size: 2em;
}
.blockcenter {
	display: block;
	margin: 0 auto;
}
hr {
	width: 580px;
	color: #900;
	background-color: #900;
	height: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.redtype {
	color: #f00;
}
.lunch_price {
	font-size: 2em;
	text-align: center;
	background: #ed1c24;
	padding: 2px 8px;
	border-radius: 15px;
	font-weight: 900;
	margin: 5px auto;
	color: white;
	width: 150px;
}

#back_to_top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 35px;
	z-index:100;
	background: white;
	padding: 3px 5px;
	border: solid 1px #999;
	border-radius: 5px;
}
#back_to_top a {
	font-family:1.1em;
	text-align: center;
	color: #666;
	text-decoration: none;
}
