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

/* BEGIN GENERAL */

	body  {
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		background-image: url(../images/bg.jpg);
		background-repeat: repeat-x;
		background-position: center top;
		background-color: #675747;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
	
	p {

	
	
	}
	h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #463525;
	}
	h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-bottom: 0px;
	margin-bottom: 1em;
	padding-top: 0px;
	margin-top: 1em;
	}
	h3 {
	}
	
	a:link {
		color: #197783;
		text-decoration: underline;
		}
	a:visited {
		color: #197783;
		}
	a:hover {
		color: #087A85;
		text-decoration: underline;
		font-weight: bold;
		}
	a:active {
		color: #197783;
		}

/* END GENERAL */

/* BEGIN SPECIAL ADJUSTMENTS */

	/* Places <h> elements -9000px off page for accessibility purposes */

	.offleft {
		position: absolute;
		left: -9000px;
	}
	
	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
	
	.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
	
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	} 

.top {font-size: .5ems;}

/* END SPECIAL ADUSTMENTS */

.twoColFixRtHdr #container {
	width: 794px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-y;
	background-image: url(../images/ref_13.jpg);
} 

/* BEGIN TOP CONTACT INFO */

.menu_contact_info {
	height: 22px;
	width: 620px;
	background-color: #4D341E;
	text-align: center;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 87px;
	padding-bottom: 0px;
	padding-left: 87px;
}

.menu_contact_info ol {
	margin: 0px;
	padding: 0px;

}

.menu_contact_info li {
	color: #DDD3BF;
	text-decoration: none;
	float; left;
	list-style-type: none;
	display: inline;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	float: left;
	}

	#menu_phone_info
	{
	display: block;
	width: 144px;
	height: 22px;
	background-image: url(../images/Contact_Info/phone_9282892888.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	
	}
	
	#menu_phone_info:hover
	{
	background-position: 0 -22px;
	}
	
	#menu_phone_info span
	{
	  display: none;
	}

#menu_fax_info
{
display: block;
width: 129px;
height: 22px;
background-image: url(../images/Contact_Info/fax_9282891288.jpg);
background-repeat: no-repeat;
background-position: 0 0px;

}

#menu_fax_info:hover
{
background-position: 0 -22px;
}

#menu_fax_info span
{
  display: none;
}

	#menu_email_info
	{
	display: block;
	width: 214px;
	height: 22px;
	background-image: url(../images/Contact_Info/email.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	
	}
	
	#menu_email_info:hover
	{
	background-position: 0 -22px;
	}
	
	#menu_email_info span
	{
	  display: none;
	}
	
#menu_map_info
{
display: block;
width: 133px;
height: 22px;
background-image: url(../images/Contact_Info/location_view_map.jpg);
background-repeat: no-repeat;
background-position: 0 0px;

}

#menu_map_info:hover
{
background-position: 0 -22px;
}

#menu_map_info span
{
  display: none;
}


/* END TOP CONTACT INFO */

/* BEGIN HEADER ELEMENTS */

.twoColFixRtHdr #header {
	width: 794px;
	height: 398px;

}

.turquoise_banner {
	height: 177px;
	width: 794px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.hours {
	height: 60px;
	width: 794px;
	margin: 0px;
	padding: 0px;
}

.header_image_banner {
	margin: 0px;
	padding: 0px;
	height: 139px;
	width: 794px;
	background-image: url(../images/flash_banner_bg.jpg);
	background-repeat: no-repeat;
}

/* END HEADER ELEMENTS */


.twoColFixRtHdr #maincontent {
	float: right; /* since this element is floated, a width must be given */
	width: 470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443224;
	padding-right: 85px;
	padding-left: 0px;
	line-height: 20px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: justify;
	min-height: 500px;
}

.section_title {
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 616px;
	float: right;
}

/* BEGIN MAIN NAVIGATION */

.twoColFixRtHdr #leftnav {
	width: 178px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/main_menu/menu_nav_bg.jpg);
	height: 367px;
} 

.main_menu {
	width: 178;
	padding: 0;
	margin: 0;
	margin-top: 0px;
}

.main_menu ol {
	margin: 0px;
	padding: 0px;
	margin-top: 25px;

}

.main_menu li {
	text-decoration: none;




	float; left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;

}

	#menu_history
	{
	display: block;
	width: 178px;
	height: 28px;
	background-image: url(../images/main_menu/menu_history.jpg);
	background-repeat: no-repeat;
	background-position: 0 -28px;
	margin-top: 0px;
	padding-top: 0px;
	
	}
	
	#menu_history:hover
	{ 
	  background-position: 0 0px;
	}
	
	#menu_history span
	{
	  display: none;
	}
	
#menu_menus
{
display: block;
width: 178px;
height: 27px;
background-image: url(../images/main_menu/menu_menus.jpg);
background-repeat: no-repeat;
  background-position: 0 -27px;

}

#menu_menus:hover
{ 
background-position: 0 0;
}

#menu_menus span
{
  display: none;
}

	#menu_bio
	{
	display: block;
	width: 178px;
	height: 27px;
	background-image: url(../images/main_menu/menu_chef_biography.jpg);
	background-repeat: no-repeat;
	  background-position: 0 -27px;
	
	}
	
	#menu_bio:hover
	{ 
	  background-position: 0 0;
	}
	
	#menu_bio span
	{
	  display: none;
	}
	
#menu_items
{
display: block;
width: 178px;
height: 27px;
background-image: url(../images/main_menu/menu_items_for_sale.jpg);
background-repeat: no-repeat;
  background-position: 0 -27px;

}

#menu_items:hover
{ 
  background-position: 0 0px;
}

#menu_items span
{
  display: none;
}

	#menu_photo
	{
	display: block;
	width: 178px;
	height: 27px;
	background-image: url(../images/main_menu/menu_photo_gallery.jpg);
	background-repeat: no-repeat;
	  background-position: 0 -27px;
	
	}
	
	#menu_photo:hover
	{ 
	  background-position: 0 0;
	}
	
	#menu_photo span
	{
	  display: none;
	}
	
#menu_press
{
display: block;
width: 178px;
height: 26px;
background-image: url(../images/main_menu/menu_press_coverage.jpg);
background-repeat: no-repeat;
  background-position: 0 -26px;

}

#menu_press:hover
{ 
  background-position: 0 0;
}

#menu_press span
{
  display: none;
}

	#menu_catering
	{
	display: block;
	width: 178px;
	height: 26px;
	background-image: url(../images/main_menu/menu_catering.jpg);
	background-repeat: no-repeat;
	  background-position: 0 -26px;
	
	}
	
	#menu_catering:hover
	{ 
	  background-position: 0 0;
	}
	
	#menu_catering span
	{
	  display: none;
	}
	
#menu_newsletter
{
display: block;
width: 178px;
height: 26px;
background-image: url(../images/main_menu/menu_newsletter.jpg);
background-repeat: no-repeat;
background-position: 0 -26px;

}

#menu_newsletter:hover
{ 
background-position: 0 0;
}

#menu_newsletter span
{
display: none;
}

	#menu_employment
	{
	display: block;
	width: 178px;
	height: 28px;
	background-image: url(../images/main_menu/menu_employment.jpg);
	background-repeat: no-repeat;
	  background-position: 0 -28px;
	
	}
	
	#menu_employment:hover
	{ 
	  background-position: 0 0;
	}
	
	#menu_employment span
	{
	  display: none;
	}
	
#menu_links
{
display: block;
width: 178px;
height: 25px;
background-image: url(../images/main_menu/menu_links.jpg);
background-repeat: no-repeat;
background-position: 0 -25px;

}

#menu_links:hover
{ 
background-position: 0 0;
}

#menu_links span
{
display: none;
}

	#menu_reservations
	{
	display: block;
	width: 178px;
	height: 25px;
	background-image: url(../images/main_menu/menu_reservations.jpg);
	background-repeat: no-repeat;
	 background-position: 0 -25px;
	
	}
	
	#menu_reservations:hover
	{ 
	  background-position: 0 0;
	}
	
	#menu_reservations span
	{
	  display: none;
	}
	

/* END MAIN NAVIGATION */

/* Begin why_what_when_how Nav */

.why_what_when_how {
	text-decoration: none;

}

.why_what_when_how ol {
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: none;


}
#menu_cookbook_links {
	font-size: 1em;
	font-weight: bold;
}


.why_what_when_how li {
	text-decoration: none;





	float; left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: compact;

}

/* End why_what_when_how Nav */

/* BEGIN IMAGE PLACEMENTS */

	.picture_right {
		float: right;
		margin-left: 22px;
		border: 1px solid #21446C;
		margin-bottom: 15px;
	}
	.picture_left {
		float: left;
		margin-left: 0px;
		border: 1px solid #21446C;
		margin-bottom: 15px;
		margin-right: 22px;
		margin-top: 15px;
	}
	.picture_left_no_top_border {
		float: left;
		margin-left: 0px;
		border: 1px solid #21446C;
		margin-bottom: 0px;
		margin-right: 22px;
		margin-top: 0px;
	}
	.image_right {
		padding: 5px;
		float: right;
		margin-left: 25px;
		margin-bottom: 10px;
		border: 1px solid #D0C9BB;
		margin-top: 10px;
	}
	.image_left {
		background-color: #DFDAC8;
		padding: 5px;
		float: left;
		margin-bottom: 10px;
		border: 1px solid #D0C9BB;
		margin-top: 10px;
		margin-right: 25px;
	}
	.image_center {
		background-color: #DFDAC8;
		padding: 5px;
		border: 1px solid #D0C9BB;
		text-align: center;
	}
		.image_center_white_border {
		border: 1px solid #D0C9BB;
		padding: 5px;
		border: 1px solid #D0C9BB;
		text-align: center;
	}
	.image_right_view_cart {
	padding: 5px;
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
		.image_right_width {
	padding: 15px;
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	border: 1px solid #D0C9BB;
	margin-top: 10px;
	width: 175px;
	background-color: #E9FCFE;
	font-size: 11px;
	}
	.image_right_width p {
	margin-bottom: 5px;
	margin-top: 5px;
	}
		.image_right_width ul {
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	padding-right: 10px;
	}

	.images_right_border {
		padding: 5px;
		border: 1px solid #D0C9BB;
	}
	.image_right_noborder {
		padding: 5px;
		float: right;
		margin-left: 25px;
		margin-bottom: 10px;
		border: 0;
	}

/* END IMAGE PLACEMENTS */

/* Home Right Promos */

	.image_right_container {
		padding: 5px;
		float: right;
		margin-left: 25px;
		margin-bottom: 10px;
		border: 0px solid #D0C9BB;
		margin-top: 10px;
	}

/* End Home Right Promos */

/* Other Items */

.fontaine {
	width: 145px;
	margin-top: 15px;
	float: left;
	margin-right: 10px;
	text-align: left;
}

.fontaine-wrapper {
clear: both;
}

/* End Other Items */

/* BEGIN FOOTER */

.twoColFixRtHdr #footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 76px;
	width: 794px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #675747;
} 

#erickson_design
{
	display: block;
	width: 153px;
	height: 76px;
	background: url("../images/erickson_design.gif") no-repeat 0 0;
	float: right;
	margin-right: 35px;

}

#erickson_design:hover
{ 
  background-position: 0 -76px;
}

#erickson_design span
{
  display: none;
}

.footer_copyright {
	margin: 0px;
	padding: 0px;
	height: 76px;
	width: 794px;
	background-image: url(../images/turq_copyright.jpg);
	background-repeat: no-repeat;
	clear: both;
}
.footer_menu {
	background-color: #675747;
	font-size: .7em;
}

.footer_menu ol {
	margin: 0px;
	padding: 0px;

}

.footer_menu li {
	color: #DDD3BF;
	text-decoration: none;


	float; left;
	list-style-type: none;
	padding-left: 10px;
	display: inline;
	line-height: 1.5em;

}

.footer_menu a {
	color: #DDD3BF;
	text-decoration: none;

}

.footer_menu a:hover {
	color: #DDD3BF;
	text-decoration: underline;
	font-weight: normal;

}

/* END FOOTER */

/* MENUS PAGE */

.menus_right {
	float: right;
	width: 150px;
	padding-right: 27px;
	padding-left: 33px;
	padding-bottom: 25px;
	background-image: url(../images/menus_bg.jpg);
	background-repeat: no-repeat;
}

	#menus_breakfast
	{
	display: block;
	width: 157px;
	height: 66px;
	background-image: url(../images/menus/breakfast-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-bottom: 10px;
	
	}
	
	#menus_breakfast:hover
	{
	background-position: 0 -66px;
	}
	
	#menus_breakfast span
	{
	  display: none;
	}
	
#menus_lunch
{
	display: block;
	width: 157px;
	height: 66px;
	background-image: url(../images/menus/lunch-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-bottom: 10px;
}

#menus_lunch:hover
{
background-position: 0 -66px;
}

#menus_lunch span
{
display: none;
}

#menus_afternoon_lunch
{
	display: block;
	width: 157px;
	height: 66px;
	background-image: url(../images/menus/afternoon-lunch-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-bottom: 10px;
}

#menus_afternoon_lunch:hover
{
background-position: 0 -66px;
}

#menus_afternoon_lunch span
{
display: none;
}


	#menus_dinner
	{
	display: block;
	width: 157px;
	height: 66px;
	background-image: url(../images/menus/dinner-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-bottom: 10px;
	}
	
	#menus_dinner:hover
	{
	background-position: 0 -66px;
	}
	
	#menus_dinner span
	{
	  display: none;
	}
	
#menus_dessert
{
	display: block;
	width: 157px;
	height: 66px;
	background-image: url(../images/menus/desserts-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-bottom: 10px;
}

#menus_dessert:hover
{
background-position: 0 -66px;
}

#menus_dessert span
{
display: none;
}

	#menus_wine_list
	{
	display: block;
	width: 157px;
	height: 66px;
	background-image: url(../images/menus/wine-list-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-bottom: 10px;
	}
	
	#menus_wine_list:hover
	{
	background-position: 0 -66px;
	}
	
	#menus_wine_list span
	{
	  display: none;
	}
	
#menus_special_wine_list
{
	display: block;
	width: 157px;
	height: 66px;
	background-image: url(../images/menus/special-wine-list-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-bottom: 10px;
}

#menus_special_wine_list:hover
{
background-position: 0 -66px;
}

#menus_special_wine_list span
{
display: none;
}

/* END MENUS PAGE */

/* Begin Special Links */

.special_links {
	width: 160px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 18px;
}
#special_links_cookbook
{
	display: block;
	width: 142px;
	height: 61px;
	background-image: url(../images/cookbook_link.jpg);
	background-repeat: no-repeat;
	background-position: 18 0px;
}

#special_links_cookbook:hover
{
	background-position: 0 -61px;
}

#special_links_cookbook span
{
	display: none;

}

	#special_links_placemat
	{
	display: block;
	width: 142px;
	height: 61px;
	background-image: url(../images/placemats_left_feature.jpg);
	background-repeat: no-repeat;
	background-position: 18 0px;
	margin-top: 10px;
	}
	
	#special_links_placemat:hover
	{
		background-position: 0 -61px;
	}
	
	#special_links_placematk span
	{
		display: none;
	
	}

#special_links_review
{
	display: block;
	width: 142px;
	height: 61px;
	background-image: url(../images/review_left_feature.jpg);
	background-repeat: no-repeat;
	background-position: 18 0px;
	margin-top: 10px;
}

#special_links_review:hover
{
	background-position: 0 -61px;
}

#special_links_review span
{
	display: none;

}

/* End Special Links */



.quotable {
	clear: left;
font-size:.8ems; 														text-align: right;
	color: #008290;
	margin-top: -15px;
	font-style: italic;
	margin-bottom: -5px;
}


/* BEGIN Review Form */
.cookbook-review {
	float:right;
	width: 250px;
	padding-left: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1;
}

.cookbook-review form input, textarea {
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #E3F7FE;
font-family: Arial, Helvetica, sans-serif;
font-size: 1ems;
};

.cookbook-review .buttonarea {
	text-align: right;
}
.cookbook-review .buttonarea input {
	background-color: #E3F7FE;
	border: 2px solid #008CB0;
	color: #008CB0;
	font-weight: bold;
	padding: 3px;
}

.cookbook-review .fieldarea {
	margin-left: 0px;
		font-family: Arial, Helvetica, sans-serif;

}
.cookbook-review .fieldarea input{
	background-color: #F2FBFF;
	border: 2px solid #008CB0;
	color: #2A9CC1;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.cookbook-review .fieldarea li a:hover, a:focus {


}
.jobs li   {
	color: #007179;
}

/* End Review Form */
