a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
}
a:link {
	text-decoration:none;
}
.pizzaName {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	display:table-cell;
}
.pizzaPrice {
	font-size: 12px;
	color: #DF1A21;
	text-align: center;
	vertical-align: middle;
	display:table-cell;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #DF1A21;
	text-decoration: underline;
	text-transform: uppercase;
}
.productName {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFF;
	display:inline;
	text-align: left;
}

.pizzaDescription {
	font-size: 10px;
	text-transform: capitalize;
	color: #CCC;
	display:table-cell;
}
#footer {
	background-color: #FFF;
	height: 50px;
}

body {
	background-color: #2C3594;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.productSub {
	font-size: 10px;
	color: #CCC;
	display:inline;
	text-align: left;
}
.mainWidth {
	width: 800px;
}
.menuExtender {
	width: 50%;
}
.productPriceWidth {
	width: 35px;
}
.catagoryTableWidth {
	width: 263px;
}
#offers_r2_c2 {
}

.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btn {
	background-color: #FFF;
	height: 20px;
	width: 100px;
	border: medium solid #FFF;
	text-align: center;
	vertical-align: middle;
	color: #2C3594;
	cursor: hand;
	font-weight: bolder;
}

