@charset "utf-8";
/* CSS Document */

.category {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	color: #000066;
	font-weight: bolder;

}

.categoryDescription {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}

.item {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
	font-weight: bolder;
}

.itemDesc {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	float: right;
}

.addon {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}
.clear {
	clear: both;
}
#foodslideshow {
	float:right;
	text-align:center;
	margin-top:50px;
	width: 225px;
}
