/* CSS Document */

.menuCards {
	background: url(../img/menu_card_bg.jpg) repeat;
	padding-bottom:10px;
	margin:auto;
	width:600px;
}
.menu_four {
	width:251px;
	float:left;
	margin:0 0 10px 79px;
	background: url(../img/menu_card_bg.jpg) repeat;
	padding-right:10px;
	height: 400px;
	overflow: visible;
}
* html .menu_four {
	width:285px;
	float:left;
	margin:0 0 10px 34px;
	height: 450px;
}
.subCards {
	background-color:#FFFFCC;
	width: 1.75in;
	float: right;
	clear: right;
	border: solid .01in #CC0000;
	padding: .100in;
	margin-bottom: .125in;
	text-align:center;
}
.foodCat {
	font-size: 1.0em;
	color: #8B1025;
	line-height: 1.7em;
	/*text-transform: normal;*/
	border-bottom: solid 1px #770000;

}
.subCards .foodCat {
	font-size: 1.3em;
	line-height:normal;
	text-transform:uppercase;
	border: none;
}
.foodCatDesc {
	font-size: 0.8em;
	color: #990000;
	font-style: italic;
	text-align: center;
	font-family:"Comic Sans MS";
}
.foodName {
	font-size: 0.9em;
	color: #000000;
	line-height: 1.3em;
	display: block;
	font-family:"Comic Sans MS";
	width:80%;
	float:left;
	}
.foodName2 {
	color: #000000;
	padding: .03in;
	font-weight: bold;
}
.foodSize {
	font-size: .6em;
	color: #333333;
	padding-left:5px;
	width:10%;
	float:left;
	display:block;


}
.foodPrice {
	font-size: 0.8em;
	font-weight: bold;
	color: #635230;
}
.foodDesc {
	font-size: .6em;
	color: #F14B43;
	text-indent: .5em;
	display: block;
	width:90%;
	float:left;
}
BODY#mu blockquote {
	margin-top:-2px;
}
BODY#mu h3 {
	text-align:center;
}

