/* Start of CMSMS style sheet 'Catalfinos - menu' */
@charset "utf-8";
/* CSS Document */


.mainMenuTbl {
	background-color:#FFFFFF;
}

.mainMenuTbl td {
	width: 50%;
	vertical-align: top;
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.callOutTop {
	border: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #006600;
	border-left-color: #006600;
	border-right-color: #006600;
}

.callOutBtmLeft {
	border: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-color: #006600;
}

.callOutBtmRight {
	border: 1px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #006600;
}

.callOutBtm {
	border: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	border-right-color: #006600;
	border-left-color: #006600;
}

.subMenuTbl td {
	width: 50%;
	vertical-align:top;
	font-size: 10px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.pizzaTbl td {
	width: auto;
	vertical-align: middle;
	font-size: 10px;
	text-align: center;
}

.appTbl td {
	width: auto;
	vertical-align: top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#sauces {
	border: 1px;
	border-color:#006600;
	border-style: solid;
}

#pizzaCat {
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.subMenuFourTbl td {
	width: 25%;
	vertical-align:top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.priceList td {
	width:auto;
	vertical-align:top;
	font-size: 10px;
	text-align: left;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}

.priceListHeading {
	color: #006600;
	font-weight: bold;
	font-size: 11px;
}

.mainMenuCategoryHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	text-align: center;
}

.mainMenuSubCat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color:#99171B;
}

.mainMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.mainMenuPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.sauceList {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
	line-height: 17px;
}

.subMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
}

.subMenuPrice {
	font-weight: bold;
	color: #000000;
}

.midline {
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
/* End of 'Catalfinos - menu' */

