/*  ====  MUNCHEEZ PIZZERIA CSS ===== */

* {margin:0px; padding:0px;}

body { padding:0px; margin:0px; text-align:center; background:url(images/bodyBg.jpg) repeat-x #f2f1f6; }
a img{ border:0px; }
a { color:#d40f0f; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
a:hover { text-decoration:underline; }

#main { margin:0px auto; padding:0px; width:820px; height:auto; }
#header {	background:url(images/header.jpg); width:820; height:108; }
#checkout { margin:0px; width:820px; height:45px; background:url(images/checkoutBg.jpg); }
#worcester { margin:0px; padding:0px; width:232px; height:95px; background:url(images/pics/locWorcester.jpg) no-repeat; display:block; }

#leftHS { margin:0 0 20px 0; width:232px; height:auto; float:left; }
#location { margin:0px; width:232px; height:95px; }
#address { margin:0px; width:232px; height:62px; background:url(images/addressBg.jpg); }
#address td { text-align:center; font-size:12px; line-height:14px; font-family:Verdana, Arial, Helvetica, sans-serif; }
#mnuList { background:url(images/mnu-bg.gif) repeat-y; margin:0px; width:232px; height:auto; }
#upsell { width:232px; height:auto; }

/*  Cart  */
#cart { width:232px; background:url(images/cartbg.gif) repeat-y; margin:0px; }
#cart td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-variant:normal;	font-style:normal; text-align:center; }
#cart a { text-decoration:none; color:#d40f0f; font-weight:bold; }
#cart a:hover { text-decoration:underline; }
#cart td b font { color:#d40f0f;}
#cart td font { color:#000000; }
#cart td i font{ color:#333333;}/*  Min Delivery Order: $10.00 Delivery Charge: $1.00*/
#cart td font b {color:#d40f0f;}/*Your cart is empty*/

#rightHS { margin:0 0 20px 0; width:588px; height:auto; background:url(images/contentBg.gif) repeat-y; float:left; }
#nav { margin:0px; width:588px; height:33px; background:url(images/navBg.gif); }
#content { margin:0px; width:588px; height:auto !important; height:509px; min-height:509px; background:url(images/rightBg.jpg) no-repeat; }
#footer{ margin:0px; width:588px; height:35px; background:url(images/footer.gif); }
#copyrights { margin:0px; width:588px; height:14px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background-color:#f2f1f6; padding-left:7px; }

/*  MENUS  */			
#menus{ width:550; padding-left:20px; }
#menus form{	margin-bottom:0px; margin-top:0px; padding:0px; width:100%; }							
#menus td{ font-family:Arial, Helvetica; font-size:12px; font-variant:normal; font-style:normal; color:#000000; width:100%; }
#menus td font { color:#000000; } /* Menu "section" color */
#menus td.fnsz14	{ font-size:16px;	font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-variant:normal;	font-style:normal; }
#menus td a { text-decoration:none; color:#d40f0f; font-size:14px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; } /* item title */
#menus td a:hover { text-decoration:underline; }

/* MENUSC */
#menusc{ width:550; padding-left:20px; margin-top:35px; }
#menusc form{ margin-bottom:0px; margin-top:0px;	padding:0px;	width:100%; }					
#menusc td	{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-variant:normal;	font-style:normal; }
#menusc td font{ color:#000000; }															
#menusc td.fnsz14	font{ font-size:16px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-variant:normal; font-style:normal;									color:#d81919; }/*colour for menu items name*/
#menusc td i font {color:#000000;}/* instruction, this is for ...*/
#menusc td i b font{ color:#000000;}/*for size price  choice of salad ...*/	
#menusc td font i b { color:#D81919; }
#menusc td a font { text-decoration:underline; color:#d81919; }			
#menusc td a { color:#D81919; }				

#pages { margin-top:28px; font-family:Verdana; font-size:12px; width:550px; }
#addContact { float:left; margin-top:15px; width:225px; }
#addContact td {font-family:Verdana; font-size:12px; float:left; }

#mnuList a.pizzalinks {
	width: 206px;
	color: #ce0900;
	font-weight: bold;
	display: block;
	text-align: center;
	margin:0 auto;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom:5px;
	font-size: 12px;
	height:15px;
	text-decoration:none;
	border-bottom:1px solid #000;
	font-family:Arial, Helvetica;
	background-color:#FFFFFF;
}

#mnuList a.pizzalinks:hover {
	text-decoration: none;
	background-color: #cccccc;
	height:15px;
	margin-top: 0;
	color: #000;

}

