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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg-fellinis.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	background-color: #D29B4B;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #441F05;
	margin-top: 0px;
	font-weight: normal;
}
h2 a {
	color: #441F05;
	text-decoration: none;
	margin-bottom: 10px;
}


#wrapper {
	width: 902px;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	margin: 0px;
	padding: 0px;
	z-index: 10;
	position: absolute;
	top: 0px;
	right: 0px;
}


#header a {
	display:block;
	background-image: url(images/fellinis-old-time-italian-cuisine.gif);
	background-repeat: no-repeat;
	height: 113px;
	width: 664px;
	text-indent: -9999px;
}
#menuBox {
	width: 220px;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menuBox #menuTop a {
	display:block;
	background-image: url(images/fellinis-logo.gif);
	background-repeat: no-repeat;
	height: 179px;
}
#menuBox #menuContent {
	background-image: url(images/bg-menu.gif);
	background-repeat: repeat-y;
	padding-bottom: 1px;
}
#menuBox #menuContent ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	font-style: italic;
	color: #000;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
}
#menuBox #menuContent ul li a {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC964;
	color: #000;
	text-decoration: none;
}
#menuBox #menuContent ul li a:hover {
	color: #990100;
	text-decoration: underline;
}
#menuBox #menuBtmm {
	background-image: url(images/bttm-menu.gif);
	background-repeat: no-repeat;
	height: 47px;
	margin-top: -10px;
}
#flashSpecials {
	position: absolute;
	left: 235px;
	top: 122px;
	z-index: 10;
}
#contentWrapper {
	width: 800px;
	position: absolute;
	left: 27px;
	top: 74px;
	z-index: 1;
background-color: #F1EDBA;
}
#content {
	width: 545px;
	margin-left: 223px;
	padding-top: 40px;
	padding-bottom: 20px;	
}
#flashSpecials #slideshow {
	float: left;
	height: 253px;
	width: 380px;
	background-image: url(images/animation.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#flashSpecials #specials {
	background-image: url(images/bg-specials.gif);
	background-repeat: no-repeat;
	height: 253px;
	width: 276px;
	float: right;
}
#specials #specialContent {
	padding: 10px;
	font-size: 13px;
	font-style: italic;
}
#specials #specialContent h2 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
#specials #specialContent p {
	margin-bottom: 10px;
	margin-top: 10px;
}




#bttmMenu {
	position: absolute;
	top: 464px;
	z-index: 10;
	font-style: italic;
	width: 800px;
	left: 25px;
}
#bttmMenu #pizza, #bttmMenu #salad, #bttmMenu #dinner  {
	text-align: center;
	width: 180px;
	float: left;
	margin-right: 43px;
	margin-left: 43px;
}
#bttmMenu #pizza .photo a {
	display: block;
	background-image: url(images/pizza-bttn.gif);
	background-repeat: no-repeat;
	height: 131px;
	width: 180px;
}
#bttmMenu #salad .photo a {
	display: block;
	background-image: url(images/salad-bttn.gif);
	background-repeat: no-repeat;
	height: 131px;
	width: 180px;
}
#bttmMenu #dinner .photo a {
	display: block;
	background-image: url(images/dinner-bttn.gif);
	background-repeat: no-repeat;
	height: 131px;
	width: 180px;
}



#bkgrnd {
	background-image: url(images/bg-fellinis-main.gif);
	background-repeat: no-repeat;
	height: 549px;
	width: 800px;
	position: absolute;
	left: 27px;
	top: 74px;
	z-index: 1;
	margin-bottom: 20px;
}
#footer {
	text-align: center;
	width: 900px;
	margin-top: 30px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;    	
}
#footer.inner {
	position: relative;
	background-color: #D29B4B;
	padding-bottom: 20px;
	padding-top: 20px;
}


.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.alignright {
	float: right;
	margin-left: 10px;
}

