/*
===================================================
Sole: Restaurant
===================================================
*/


/* BEGIN: Content Left Column */
div.content_left_column
{ width: 100%; }
/* END: Content Left Column */
div#title_restaurant
	{
	width: 352px;
	height: 27px;
	background: url(../images/title_restaurant.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}

div#restaurant_flash
	{
	width: 619px;
	height: 192px;
	background: url(../images/restaurant_flash.jpg) 0 0 no-repeat;
	margin: 30px 0 15px 0;
	}

div#title_restaurant_chef
	{
	width: 193px;
	height: 27px;
	background: url(../images/title_restaurant_chef.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}

div#title_breakfast
	{
	width: 57px;
	height: 9px;
	background: url(../images/title_breakfast.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}

div#title_restaurant_menu
	{
	width: 110px;
	height: 27px;
	background: url(../images/title_restaurant_menu.gif) 0 0 no-repeat;
	margin: 0 0 20px 0;
	text-indent: -999em;
	overflow: hidden;
	}

div#title_dinner
	{
	width: 38px;
	height: 9px;
	background: url(../images/title_dinner.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}

div#title_desserts
	{
	width: 50px;
	height: 9px;
	background: url(../images/title_desserts.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}	

div#title_backyard_snack
	{
	width: 93px;
	height: 9px;
	background: url(../images/title_backyard_snack.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
	
div#title_wine_by_the_glass
	{
	width: 104px;
	height: 9px;
	background:url(../images/title_wine_by_the_glass.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
	
div#title_champagne_by_the_glass
	{
	width: 142px;
	height: 9px;
	background:url(../images/title_champagne_by_the_glass.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}	
	
div#title_lunch
	{
	width: 36px;
	height: 9px;
	background: url(../images/title_lunch.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}	
	
div#title_champagne
	{
	width: 68px;
	height: 9px;
	background: url(../images/title_champagne.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}		

div#title_restaurant_wine
	{
	width: 110px;
	height: 27px;
	background: url(../images/title_restaurant_wine.gif) 0 0 no-repeat;
	margin: 0 0 20px 0;
	text-indent: -999em;
	overflow: hidden;
	}

div#title_half_bottles
	{
	width: 70px;
	height: 8px;
	background: url(../images/title_half_bottles.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}

div#title_whites
	{
	width: 38px;
	height: 8px;
	background: url(../images/title_whites.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}

div#title_reds
	{
	width: 24px;
	height: 8px;
	background: url(../images/title_reds.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}

div#title_backyard_cocktails
	{
	width: 137px;
	height: 9px;
	background: url(../images/title_backyard_cocktails.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}

div.wine_price
	{
	float: right;
	margin: 0 5px 0 0;
	}

ul.menu_list
	{
	margin: 0 0 20px 0;
	padding: 0;
	/* list-style-image: url(../images/dot_bullet.gif); */
	list-style: none;
	}
ul.menu_list li
	{
	padding: 0 0 0 13px;
	background: url(../images/dot_bullet.gif) 5px 8px no-repeat;
	width: 605px;
	}
ul.menu_list li.alt
	{
	background: #f9f7f4 url(../images/dot_bullet.gif) 5px 8px no-repeat;
	}