/* Layout */
#DealsMenu{
	float:left;
	width: 400px;
	background: #F7C49C url(../images/dealsBoxTop.png) top no-repeat;
}
#DealsMenu .bottom{
	width: 400px;
	height: 22px;
	background: url(../images/dealsBoxBottom.png) bottom no-repeat;
}
#DealsMenu .item{
	padding: 5px 15px;
}
#DealsMenu .highlight{
	background-color: #FBE3D0;
}
#SizesMenu{
	float:left;
	width:330px;
	margin-left:10px;
	clear:right;
}
#SizesMenu .item{
	margin-bottom: 10px;
}
#SizesMenu .image {
	float:left;
	clear:left;
	width:150px;
	text-align:center;
}
#SizesMenu .text {
	float:left;
	width: 170px;
	padding: 6px 0 0 5px;
}
#SidesMenu {
	float:right;
	width: 225px;
	background: #FEF3EA url(../images/sidesBoxTop.png) top no-repeat;
	padding: 0 0;
}
#SidesMenu .bottom{
	width: 225px;
	height: 10px;
	background: url(../images/sidesBoxBottom.png) bottom no-repeat;
}

#MainMenu {
	width:515px;
	margin: 0 ;
	float: left;

}
#MainMenu .item{
	width: 505px;
	margin: 5px 0;
}
#MainMenu .image {
	float:left;
	clear:left;
	width:140px;
	padding: 10px 5px 0 5px;
}
#MainMenu .text {
 float:left;
 width: 355px;
	padding-top: 6px;
}
#MainMenu .highlight{
	width:505px;
	background: #FFF6F1 url(../images/pizzaHighlightTop.png) top no-repeat;
}
#MainMenu .highlight .text{
	padding-top: 6px;
	padding-right: 5px;
	width: 345px;
}
#MainMenu .highlightBottom{
	width:505px;
	height:10px;
	background: url(../images/pizzaHighlightBottom.png) top no-repeat;
}
#SidesMenu .item{
	padding: 5px 10px;
}
#SidesMenu .highlight{
	background-color: #FFE7D9;
}


/* Typography */
h1{
	text-align:center;
	clear:left;
	padding-top: 0.2em;
	margin-bottom:0 !important;
}
.itemTitle{
	 color: #FF6600;
	 font-weight: bold;
	 font-size: 1.2em;
}
.itemPrice{
	float:right;
	clear:right;
	font-size: 1.3em;
	font-weight: bold;
	text-align:right;
}
.item p{
	font-size: 1.2em;
	font-weight:normal;
	line-height: 1.7em;
	margin-bottom: 0px;
}
#DealsMenu .itemTitle{
	 font-size: 1.6em;
}
#DealsMenu .itemSubtitle{
	 font-size: 1.8em;
	 font-weight:bold;
}
#DealsMenu p{
	color: #111;
}

#DealsMenu .itemPrice{
	font-size: 1.6em;
  color: #FF6600;
}
#SizesMenu .itemTitle {
	text-align:center;
}
#SizesMenu .itemPrice {
	float: none;
	text-align:center;
	font-size: 3em;
}
#SizesMenu .itemBlurb {
 font-size: 1em;
 font-weight: bold;
}

#MainMenu .item p{
		padding-right: 10px;
}


#MainMenu .item p.itemBlurb {
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 0;
}
#MainMenu .item .fatfree {
	margin-right: 1em;
	font-size: 10px;
	font-weight: bold;
}

#SidesMenu .item p{
	margin-bottom: 3px;
}
#SidesMenu .image {
	margin:0;
 float:right;
}