/*CSS FOR DIFFERENT COMPONENTS*/

/*MENU CLASS*/

.menu h1 {
}

.menu h2 {
}

.menu h3 {
}

.menu p{
margin:3px 10px 3px 20px; 
}

/*MENU DISPLAY CLASSES FOR FOOD, DRINK AND OTHER MENUS*/
.foodWrapper{
margin:10px 40px 5px 30px;
}
.nameAndPriceBox{
width:100%;
float:left;
clear: left;
}
.nameAndPriceBox p{
margin:0px;
padding: 0px;
text-align:right;}

.name{
float: left;
clear: none;
width:80%;
}
.menuDescription{
float:left;
clear:left;
}

.name h3 {
}

.price{
width:20%;
float:right;
clear:none;
}

.price p {
}


.menu_description{
}

.menu_description p {
}

.region {
}

.region p {
}

.size {
}

.size p {
}

.bio {
}

.bio p {
}

.position {
}

.position p {
}

.package {
}

.package p {
}

/*THIS IS THE CATERING PRICING STRUCTURE*/

.priceAndSizeBox{
width: 150px;
}
.priceBox{
width:50%;
float:right;
clear:none;
margin:0px;
padding:0px;}

.SizeBox{
width:50%;
clear:none;
}

