@charset "UTF-8";



div.menu { padding-left:120px; padding-right:120px;}
div.menu h2 {margin-top:30px;}
h2#starters {
	margin-top:0;
	height:26px;
	text-indent:-9999px;
	background:url(../images/menu/heading_starters.png) no-repeat;
}
h2#entrees {
	height:26px;
	text-indent:-9999px;
	background:url(../images/menu/heading_entrees.png) no-repeat;
}
h2#sides {
	height:26px;
	text-indent:-9999px;
	background:url(../images/menu/heading_sides.png) no-repeat;
}
h2#desserts {
	height:26px;
	text-indent:-9999px;
	background:url(../images/heading_desserts.png) no-repeat;
}



#globalnav li#gn_menu a { width:80px; margin-left:124px; background-position: -166px -105px; }
#globalnav li#gn_menu a:hover { width:80px; margin-left:124px; background-position: -166px -105px; }


.grid2col p, .grid2col h2 {
	margin-left:20px;
	margin-right:20px;
}


.menuitem  {
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: left;
	/*border-bottom:1px solid #CCC;*/
}
.menuitem:after;  {

	/*border-bottom:1px solid #CCC;*/
}
.menuitem.first {
	/*border-top:1px solid #ccc;
	padding-top:10px;*/
}
.menuitem .price {
	float: right;
	font-weight:bold;
	padding-left:30px;
	font-size:14px;
}
.menuitem .description {
	font-size: 12px;
	text-transform:lowercase;
	margin-bottom:18px;
}
.menuitem .producer { font-size:12px; margin-left:4px; font-style:italic; display:inline;}
.menuitem .producer:before { content: ' by '; font-size:12px; font-style:italic; }
.menuitem .producer { font-size:12px; font-style:italic; display:inline;}
.menuitem .vintage:before { content: ', '; font-size:12px; font-style:italic;}


.menuitem .description {display:block;}
#sides .menuitem .description {display:inline;}
.menuitem .name {
	font-weight: bold;
	font-size:14px;
	margin-bottom:0;
	padding-bottom:0;
}