*
{
	margin: 0;
	padding: 0;
}

html
{
	color: #000;
	background: #fdbb40 url(/includes/css/img/pagebgx.jpg) repeat-x left top;
	height: 100%;
}

body
{
	height: 100%;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana;
}

#container
{
	position: relative;
	width: 897px;
	height: 100%;
	margin: 0 auto;
}

#menu-a, #menu-b
{
	position: absolute;
	top: 27px;
	width: 321px;
}

#menu-a { left: 0; }
#menu-b { right: 0; }

#main
{
	position: absolute;
	top: 0;
	left: 321px;
	width: 255px;
	height: 100%;
	color: #fff;
	background: transparent url(/includes/css/img/pagebgy.gif) repeat-y 31px 0;
}

#main a
{
	color: #fff;
	background-color: transparent;
}

#main a:hover
{
	background-color: #a2101a;
	text-decoration: none;
}

#info
{
	position: absolute;
	top: 175px;
	left: 0;
	width: 255px;
	height: 593px;
	color: inherit;
	background: transparent url(/includes/css/img/fdlogo-main.jpg) no-repeat left top;
	text-align: center;
}

#info address
{
	font-style: normal;
	margin-top: 295px;
}

#info h1
{
	text-indent: -9999em;
	height: 0;
}

#deliver
{
	text-indent: -9999em;
	height: 0;
}

#info dl { margin: 80px 0 20px; }
#phone { font-size: 14px; }

#credit { margin: 20px 0; }
#credit img { margin: 0 auto; }

#soupoftheday
{
	position: absolute;
	top: 0;
	left: 0;
	width: 255px;
	height: 175px;
	color: #fff;
	background: transparent url(/includes/css/img/soupoftheday.jpg) no-repeat left top;
}

#soupoftheday h2 a {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999em;
	display: block;
	width: 255px;
	height: 175px;
	overflow: hidden;
	}
	
#soupoftheday h2 a:hover { background: none; }
	
#twitter_update_list { display: block; }

/* #Menus
--------------------------------------------------------------------------------------*/

.menu h2
{
	text-indent: -9999em;
	color: #fff;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	width: 321px;
	height: 36px;
}

h2#cat-desserts { background-image: url(/includes/css/img/cat-desserts.jpg); }
h2#cat-salads { background-image: url(/includes/css/img/cat-salads.jpg); }
h2#cat-sandwiches { background-image: url(/includes/css/img/cat-sandwiches.jpg); }
h2#cat-beverages { background-image: url(/includes/css/img/cat-beverages.jpg); }

.menu dt, .menu dd
{
	color: #000;
	background-color: transparent;
}

.menu dl { margin: 0 0 6px; }

.menu dt
{
	margin-top: 6px;
	padding: 7px 10px 3px;
	background-image: url(/includes/css/img/menuitembg-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	width: auto;
	font-size: 14px;
}

.menu dt  strong
{
	display: inline;
	float: left;
	width: auto;
}

.menu dt span
{
	display: inline;
	float: right;
	width: auto;
	text-align: right;
	font-weight: bold;
}

.menu dd
{
	padding: 3px 10px 10px;
	background-image: url(/includes/css/img/menuitembg-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

