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

body	{
	background-color:#6A0000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size:12px;
	text-align:center;
}

img {border:0px;}

#container	{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	border: 2px solid #fff;
	margin-top:20px;
	min-height:600px;
	
}

table.menu	{
			margin-top:2px;
}

td.content	{
			text-align:left;
			vertical-align:top;
			width:484px;
}

td.banquets	{
	width:324px;
	background-color:#FFF4F4;
	padding:6px;
	vertical-align:top;
	text-align:left;
	border:1px solid #CCC;
}


td.menuCellLeft	{
	width:360px;
	background-color:#FFF4F4;
	padding-left:4px;
	vertical-align:top;
}

td.menuCellRight	{
			width:100px;
			text-align:right;
	background-color:#FFF4F4;
	padding-right:4px;
	color:#900;
}

td.specials	{
			text-align:left;
			vertical-align:top;
			width:984px;
}
td.specCell	{
	border-bottom: 1px dashed #999;
	padding:8px;
	background: #FFF2F2;
	color:#333;
	width:984px;
}

h1	{
	font-size:14px;
	color:#000;
}

h2	{
	font-size:11px;
	color:#333;
}

h3	{
	font-size:20px;
	color:#333;
}

h4		{
		color: #993;
		text-align:left;
		padding-left:12px;
		font-size:16px;
		margin-bottom:0px;
		margin-top:0px;
}

li	{
	text-align:left;
}


#desc	{
		font-size:10px;
		font-style:italic;
}

img.specImage	{
	 padding:4px;
	 margin-right:12px;
	 border: 1px solid #333;
	 background-color: #CCC;
}

/* MENU ITEMS */

td.homeB	{
			width:140px;
			height:36px;
			background:url(../images/home_off.jpg) no-repeat center;
			text-align:center;
			border-right:2px solid #FFF;
}

td.homeB:hover	{
			background:url(../images/home_on.jpg) no-repeat center;
}

td.specialB	{
			width:140px;
			height:36px;
			background:url(../images/specials_off.jpg) no-repeat center;
			text-align:center;
			border-right:2px solid #FFF;
}

td.specialB:hover	{
			background:url(../images/specials_on.jpg) no-repeat center;
}

td.gfB	{
			width:140px;
			height:36px;
			background:url(../images/gf_off.jpg) no-repeat center;
			text-align:center;
			border-right:2px solid #FFF;
}

td.gfB:hover	{
			background:url(../images/gf_on.jpg) no-repeat center;
}


td.tawayB	{
			width:140px;
			height:36px;
			background:url(../images/taway_off.jpg) no-repeat center;
			text-align:center;
			border-right:2px solid #FFF;
}

td.tawayB:hover	{
			background:url(../images/taway_on.jpg) no-repeat center;
}	

td.dinnerB	{
			width:140px;
			height:36px;
			background:url(../images/dinner_off.jpg) no-repeat center;
			text-align:center;
			border-right:2px solid #FFF;
}

td.dinnerB:hover	{
			background:url(../images/dinner_on.jpg) no-repeat center;
}

td.lunchB	{
			width:140px;
			height:36px;
			background:url(../images/lunch_off.jpg) no-repeat center;
			text-align:center;
			border-right:2px solid #FFF;			
}

td.lunchB:hover	{
			background:url(../images/lunch_on.jpg) no-repeat center;
}	

td.wineB	{
			width:140px;
			height:36px;
			background:url(../images/wine_off.jpg) no-repeat center;
			text-align:center;
}

td.wineB:hover	{
			background:url(../images/wine_on.jpg) no-repeat center;
}	