@charset "utf-8";
/* CSS Document */

/*BANNER ADS START */

#white2 {
	position: absolute;
	top: 11em;
	width: 900px;
	height: 10px;
	background-color: #FFFFFF;
	z-index: -1;
	clear: both;
}

#banner {
	padding-top: .3em;
	padding-bottom: .3em;
	text-align: center;
	background-color: #FFFFFF;
	height: 300px;
	width: 900px;
}

p.ad1 {
	left: 1em;
	top: 7.1em; /*banner was moved down to .5em*/
	margin: 0;
	position: absolute;
	padding-bottom: .1em;
}

p.ad2 {
	position: absolute;
	top: 7.1em; /*banner was moved down to .5em*/
	margin: 0;
	padding-bottom: .1em;
	right: 1em;
}

p.ad1 a:link {
	text-decoration: none;
}

p.ad1 a:visited {
	text-decoration: none;
}

p.ad1 a:active {
	text-decoration: none;
}

p.ad2 a:link {
	border: none;
}

/*BANNER ADS END */


/*PHP CODING FOR SPECIALS*/

#specials_box {
	position: absolute;
	top: 25.5%;
	left: 2%;
	background-color: #FFFFFF;
	height: 180px;
	width: 480px;
}

#specials_php {
	color: #000000
	font-family: "Arial";
	font-size: .9em;
	padding-left: .3em;
}

th.item, th.price {
	padding-bottom: .3em;
}

th.item {
	text-align: left;
}


th.price {
	text-align: right;
	color: #de0707;
	font-size: .9em;
}

/*SPECIALS*/
#specialsBox {
	margin: 0;
}

th.specials_item, th.specials_price {
	padding: .2em;
}

th.specials_item {
	font-size: 1em;
	text-align: left;
}

th.specials_price {
	font-size: 1em;
	text-align: right;
	color: #990000;
}
/*SPECIALS END*/
