﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d2d2d2;
	font-family: "trebuchet MS", verdana, sans-serif;
	color: #5A5A5A;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #005288;
}
a:visited {
	text-decoration: none;
	color: #666976;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #005288;
}
#text {
	width: 970px;
	position: relative;
	height: auto;
	padding: 15px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005288;
	margin-top: 10px;	
}


/* Navigation Styling */ 

#navigation ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation li {
	display: block;
	line-height: 22px;
	width: 122px;
	margin: 0px;
	padding: 0px;
}
#photo_caption {
	clear: left;
	margin-top: 5px;
	margin-bottom: 3px;
	position: relative;
	width: 200px;
	text-align: left;
	display: block;
}

#navigation {
	height: 22px;
	background-color: #005288;
	display: block;
	color: #FFFFFF;
	clear: both;
	font-size: 12px;
	font-family: "trebuchet MS", verdana, sans-serif;
	z-index: 2;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	position: relative;
	display: block;
	float: left;
	text-align: center;
}
#navigation li ul {
	position: absolute;
	top: 22px;
	left: -999em;
	line-height: 25px;
}

#navigation li:hover ul {
	left: auto; 
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: 0px;
	display:block;
	position: absolute;
	margin: 0px;
}

#navigation ul li ul{
	display: none;
	border: 1px solid #005288;
}

#navigation ul li ul:hover{
	display: block;
	border: 1px solid #005288;
}

#navigation ul li ul li a {
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	background-color: #005288;
	display: block;
	color: #FFFFFF;
}

#navigation ul li ul li a:hover {
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	display: block;
	color: #005288;
	background-image: url(images/css/nav_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/* Sidebar Navigation */

#navcontainer {
	margin-left: 0px;
	float: left;
	clear: left;
	width: 195px;
	font-size: 12px;
}

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "trebuchet MS", verdana, sans-serif; 
}

#navcontainer li { 
	margin: 0 0 1px 0;
}

#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 175px;
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#navcontainer a:hover {
color: #fff;
background-color: #69C;
text-decoration: none;
}

#navcontainer ul ul li {
	margin: 0 0 1px 0; 
}

#navcontainer ul ul a {
	display: block;
	width: 170px;
	color: #fff;
	background-color: #369;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#navcontainer ul ul a:hover {
	color: #fff;
	background-color: #336699;
	text-decoration: none;
	background-image: url(images/css/nav_corner_inverse_over.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/* End of Sidebar Navigation */

/* End of Navigation Styling */ 

#header {
	background-color:#005288;
	color:#FFFFFF;
	text-align: center;
	height: 125px;
	padding-top: 10px;
}
#overall {
	margin: auto;
	background-color: #FFFFFF;
	width: 1000px;
	border-bottom-width: 30px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#header img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	font-size: 11px;
	text-align: right;
	clear: both;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	padding-top: 5px;
	text-transform: uppercase;
	display: block;
	position: relative;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#page_title {
	text-align: right;
	margin-bottom: 25px;
	height: 141px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#page_title img {
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #045584;
	z-index: 0;
}
#content_left {
	float: left;
	width: 350px;
	height: auto;
	margin-left: 13px;
}
#content_right {
	margin-left: 10px;
	float: right;
	width: 635px;
	line-height: 20px;
	padding-right: 15px;
	color: #333333;
	margin-bottom: 25px;
}
body#home a#homenav, body#restaurant a#restaurantnav, body#menu a#menunav, body#bar a#barnav, body#reservations a#reservationsnav, body#about a#aboutnav, body#events a#eventsnav, body#chef a#chefnav {
	color: #005288;
	background-image: url(images/css/nav_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* body#chef a#chefnav {
	color: #005288;
	background-image: url(images/css/nav_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 3px;
	padding-left: 2px;
	font-size: 13px;
}
*/
#welcome {
	display: block;
	clear: both;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#main_content {
	height: 300px;
	position: relative;
}
.emphasis {
	font-size: 28px;
	color: #005288;
	line-height: 50px;
	font-weight: bold;
	margin-top: 10px;
}
#content_left img {
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#special_offer {
	display: block;
	clear: both;
	width: 865px;
	background-color: #bfd3e2;
	background-image: url(images/offers_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	position: relative;
	margin-bottom: 1px;
	height: auto;
}
#special_offer_text {
	width: 600px;
	float: right;
	padding: 5px;
}
#special_offer_text p {
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content_chef {
	float: left;
	width: 267px;
	height: auto;
	margin-left: 15px;
}
#content_text {
	margin-left: 10px;
	float: right;
	width: 665px;
	line-height: 21px;
	padding-right: 15px;
}
#content_cheftext {
	margin-left: auto;
	margin-right: auto;
	width: 865px;
	margin-bottom: 20px;
}
#content_photoframe {
	padding: 10px;
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: 267px;
	min-height: 400px;
}
#content_photoframe p {
	text-align: right;
	margin: 0px;
}
#chef_divider {
	padding-right: 35px;
}
#content_photoframe img {
	border: 1px solid #C8C8C8;
}
.subtitles {
	display: block;
	text-transform: none;
	height: auto;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	font-size: 12px;
}
.subtitleitalics {
	font-style: italic;
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	font-family: "trebuchet MS", verdana, sans-serif; 
	padding-top: 8px;
}
#chef_divider {
	padding-right: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
}
#chef_divider p {
	padding-left: 220px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#events_divider {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 660px;
	height: 270px;
	float: left;
	background-color: #CED8E1;
	margin-top: 15px;
	margin-bottom: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}
#events_divider p {
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.menu_subtitles {
	display: block;
	text-transform: none;
	height: auto;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	font-size: 12px;
}
#menus {
	clear: right;
	float: right;
	width: 665px;
	margin-bottom: 11px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #045584;
	display: block;
	padding-right: 8px;
	padding-bottom: 8px;
}
#menu_divider {
	clear: both;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #E9E9E9;
}
#menu_divider p {
	line-height: 21px;
	margin-bottom: 8px;
	margin-top: 3px;
}
#menus p {
	line-height: 21px;
	margin-bottom: 8px;
	margin-top: 3px;
	height: 16px;
}
#content_menutext {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(images/css/bon_apetit.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 865px;
}
.blue_text {
	font-weight: bold;
	text-align: left;
}
#menu_photoframe {
	margin-bottom: 10px;
	min-width: 200px;
	float: left;
	display: block;
	position: relative;
}
#special_menu_photoframe {
	margin-bottom: 10px;
	min-width: 200px;
	float: left;
	display: block;
	position: relative;
}

#chef_divider hr {
	color: #000000;
	display: block;
	width: 645px;
	float: right;
	clear: right;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 1px solid #035584;
	background-color: #035584;
	height: 1px;
}
#menu_photoframe img {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #045584;
	border-bottom-color: #045584;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 5px;
}
#special_menu_photoframe img {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #045584;
	border-bottom-color: #045584;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 5px;
}

#round_header {
	background-image: url(images/css/rounded_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 32px;
	background-color: #045684;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	line-height: 35px;
	padding-left: 10px;
	font-size: 16px;
	width: 200px;
}
#special_offer_outer {
	display: block;
	clear: both;
	width: 865px;
	background-color: #FDFDFD;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#special_offer_box {
	width: 852px;
	background-color: #BFD3E2;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #074274;
	background-image: url(images/alsace_specials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#special_offer_box p {
	margin: 0px;
	line-height: 17px;
	font-size: 12px;
	padding-left: 220px;
	padding-top: 5px;
}
#content_restauranttext {
	margin-left: 13px;
	margin-right: 14px;
	clear: both;
	background-image: url(images/css/silhoutte_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu_tile {
	width: 615px;
	display: block;
	background-image: url(images/css/menu_tile2.jpg);
	padding-left: 20px;
	background-repeat: repeat-y;
	padding-right: 20px;
	background-position: center;
	padding-top: 5px;
}
.menu_tile_center {
	text-align: center;
}
.menu_tile_bold {
	font-size: 13px;
	font-weight: bold;
}
.menu_tile_bold_underline {
	font-weight: bold;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #909090;
	height: 25px;
	line-height: 25px;
	display: block;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
}

.first_row {
	font-size: 18px;
	color: #000000;
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 400;
}
#chef_divider ol {
	width: 700px;
	float: right;
}
#chef_divider ul {
	width: 700px;
	float: right;
}
.gray_text {
	text-transform: none;
	font-weight: bold;
}
#content_eventsBg {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 865px;
	height: 320px;
}
#overall_events {
	margin: auto;
	background-color: #FFFFFF;
	width: 1000px;
	background-image: url(images/css/lily_event.jpg);
	background-repeat: no-repeat;
	background-position: 740px bottom;
}
#content_cheftext p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#menu_tile p {
	text-align: center;
}
#menu_title {
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 1px;
	width: 655px;
}
.italics {
	font-style: italic;
	font-size: 12px;
	text-align: center;
}
#back_top {
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 65px;
	line-height: 16px;
	margin-bottom: 10px;
	height: 12px;
	position: relative;
	border: 1px solid #BCBCBC;
}
#current {
	background-color: #164576;
	background-image: url(images/css/nav_corner_inverse.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#current:hover {
	background-color: #336699;
	background-image: url(images/css/nav_corner_inverse_over.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#chef_divider a {
	color: #333333;
	text-decoration: underline;
}
#specials_caption_photo {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 865px;
	position: relative;
}
#specials_photolabel {
	float: left;
	width: 200px;
}
#specials_title {
	clear: both;
	height: 23px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/specials.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#specials_terrine {
	clear: both;
	height: 23px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/french_terrines.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu_scroll {
	height: 450px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 655px;
	float: right;
	display: table-cell;
}
#home_footer {
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #72747A;
	font-size: 11px;
}
#special_offer_bar {
	width: 852px;
	background-color: #BFD3E2;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #074274;
	background-image: url(images/alsace_s_0.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#special_offer_bar p {
	margin: 0px;
	line-height: 17px;
	font-size: 12px;
	padding-left: 220px;
	padding-top: 5px;
}

