/* ----- ROMIO'S PIZZA----- */
/* SHORTHAND */
.small {	font-size: 85%; }
.i {	font-style: italic; }
.b {	font-weight: bold; }
.norml { font-weight: normal; }
.centerMe {	text-align: center; }
.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.snug { 	margin: 0px; }
.leftfloatIMG {
	float: left;
	margin-right: 20px;
}
.rightfloatIMG {
	float: right;
	margin-left: 20px;
}


/* ORDINARY HTML ELEMENTS */
form {	/* Safari bug fix */
	background-color: inherit;
	border: 0;
}
a {
	color: #0000EE;
}
a:visited {
	color: #0000EE;
}
a:hover {
	text-decoration: underline;
}
a img { border: 0; }
table {
	color: inherit;
	font-size: inherit;
	border: 0;
	border-collapse: collapse;
}
ul, ol, dl {
   position: relative; 
}


/* MAIN DIVs */
body {
	margin: 0;
	font-family: 'Times New Roman',serif;
	background-color: #209840;
	color: black;
	text-align: center;
}
#body_wrapper {
	width: 950px;
	margin: 0 auto 100px;
	padding-top: 12px;
	background: white url(../graphics/flagpoleB.gif) repeat-x 0 0;
	border-left: 40px solid #209840;
	border-right: 100px solid #209840;
	font-size: 14pt;
	text-align: left;
}
#HeaderBox {
	position: relative;
	width: 900px;
	height: 140px;
	background-color: white;
	text-align: left;
	padding: 0 20px 40px 30px;
	border-bottom: 0px solid #ddd;
}
#TrunkBox {
	padding-left: 25px;
	min-height: 500px;
	font-size: 14px;
	color: #555;
}
#Footer {
/*	background: white url(../graphics/ClickEats_saucerlogo.gif) no-repeat 700px 3px;*/
	clear: both;
	margin-left: -20px;
	padding: 10px 6px 0px;
	text-align: center;
	font-family: sans-serif;
	font-size: 9pt;
	color: gray;
	line-height: 40px;
}



/* PAGE CONTENT FEATURES */
#LogoImg { 
	position: absolute;
	top: 0;
	left: 0;
}
h1 {
	font-family: 'Times New Roman',serif;
	font-size: 56px;
	font-weight: bold;
	white-space: nowrap;
	margin: 15px 0 5px 225px;
	position: relative;
	z-index: +2;
}
#HeaderPic {
	position: relative;
	left: 250px;
	bottom: 30px;
}

.LocationBox {
	width: 230px;
	float: left;
	position: relative;
	padding-bottom: 30px;
}
#BottomLocationBox { border: 0; }
h2 { 
	font-size: 20px;
	margin: 20px 0 10px;
	color: black;
}
.superH2 {
	font-size: 14px;
	color: #333;
}
.couponIMG {
	position: absolute;
	top: 20px;
	right: 20px;
}
div.orderAwrapper {
	width: 200px;
	margin: 10px 0 0;
}
.orderAwrapper a {
	display: block;
	background: white url(../graphics/button.png) no-repeat 0 0;
	height: 36px;
	padding-left: 40px;
	line-height: 36px;
	font-size: 14px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.orderAwrapper a:hover {
	background: white url(../graphics/buttonLite.png) no-repeat 0 0;
}
.orderAwrapper p {
	margin: 0;
	text-align: right;
	padding-right: 30px;
	line-height: 12px;
	font-style: italic;
}

.foodimg {
	border: 1px solid #888;
	margin: 1.5em 0 0;
/*	border-top: 2px solid #b80020;
	border-bottom: 2px solid #b80020;
*/}
ul {
	font-size: 12px;
	font-family: sans-serif;
	padding-left: 10px;
}
li {
	margin-bottom: 0.3em;
}
li b {
	color: #222;
}
a#ClickEats {
	background: white url(../graphics/ClickEats_saucerlogo.gif) no-repeat 0 0;
	padding-left: 20px; 
	text-decoration: underline;
	padding-top: 18px;
}

