.description {
     position: absolute;
     left: -10000px;
     width: 500px;
}
/* ---------------------------------- */
/* ---------- Global Items ---------- */
/* ---------------------------------- */
body 
{
 margin: 0;
 background-color: #ffffff;
 color: #424242;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

h1 
{
 font-weight: normal;
 font-size: 20px;
 color: #727c13;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 15px;
 margin-left: 0;
 padding: 0;
}

h2 
{
 font-weight: bold;
 font-size: 16px;
 color: #727c13;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 5px;
 margin-left: 0;
 padding: 0;
}

h3 
{
 font-weight: bold;
 font-size: 14px;
 color: #666666;
}

form 
{
 margin: 0;
 padding: 0;
}

.text_field 
{
 background-image: url(/assets/images/text_field_back.gif);
 background-repeat: repeat-x;
 background-position: top;
 background-color: #ffffff;
 border-color: #96a21b;
 border-width: 1px;
 border-style: solid;
 padding: 2px;
 color: #424242;
 font-size: 12px;
 font-weight: normal;
 width: 400px;
}

.button 
{
 background-image: url(/assets/images/button_back.gif);
 background-repeat: repeat-x;
 background-position: bottom;
 background-color: #bd7048;
 border-color: #602506;
 border-width: 1px;
 border-style: solid;
 padding-top: 3px;
 padding-right: 6px;
 padding-bottom: 3px;
 padding-left: 6px;
 color: #ffffff;
 font-size: 12px;
 font-weight: normal;
}

.button:hover 
{
 background-image: url(/assets/images/button_hover_back.gif);
 background-position: top;
}

a:link, a:active, a:visited 
{
 color: #581e00;
 text-decoration: underline;
 font-weight: bold;
}

a:hover 
{
 color: #581e00;
 text-decoration: underline;
 font-weight: bold;
}

.clear_it 
{
 clear: both;
 height: 0px;
 font-size: 0px;
 padding: 0px;
 margin: 0px;
}

.left_column 
{
 float: left;
 width: 47%;
}

.right_column 
{
 float: right;
 width: 47%;
}

.chef_de_cuisine 
{
 background-color: #eaedc3;
 padding: 10px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
}

.callout 
{
 float: right;
 padding: 10px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 10px;
 width: 320px;
 font-size: 14px;
 border-color: #581e00;
 border-width: 1px;
 border-style: solid;
 color: #666666;
}

.para_with_line 
{
 border-top-color: #cccccc;
 border-top-width: 1px;
 border-top-style: solid;
 padding-top: 20px;
 margin-top: 20px;
}

.bold 
{
 color: #581e00;
 text-decoration: none;
 font-weight: bold;
}

.topic 
{
 background-image: url(/assets/images/topic.jpg);
 background-repeat: no-repeat;
 background-position: left;
 background-color: #ffffff;
 padding: 2px;
 color: #424242;
 font-size: 12px;
 font-weight: bold;
 width: 400px;
}

.menu_item 
{
	position: relative; width: 200px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 1px;
	line-height: 14px;
}

.menu_item_left 
{
	position: relative; 
	float: left; 
	width: 50%; 
	text-align: left;
}

.menu_item_right 
{
	position: relative; 
	float: left; 
	width: 50%; 
	text-align: right;
}

/* MESSAGE DECLARATIONS */
.errorHolder 
{
	width: 100%;
	color: #cc0000;
	font-weight: bold;
	background-color: #ffcccc;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.successHolder 
{
 width: 100%;
 color: #0000cc;
 font-weight: bold;
 background-color: #ccccff;
 padding: 5px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
}

/* /end MESSAGE DECLARATIONS */
/* ----------------------------- */
/* ---------- Top Bar ---------- */
/* ----------------------------- */
#top_bar_outer_wrapper 
{
 background-image: url(/assets/images/top_back.gif);
 background-repeat: repeat-x;
 background-position: top;
}

#top_bar_inner_wrapper 
{
 background-image: url(/assets/images/top_back_big.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 max-width: 1109px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

#top_bar 
{
 width: 955px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

/* ------------------------------------ */
/* ---------- Navigation Bar ---------- */
/* ------------------------------------ */
#nav_bar_outer_wrapper 
{
 height: 41px;
 background-image: url(/assets/images/nav_outer_back.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 max-width: 1109px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

#nav_bar 
{
 width: 955px;
 height: 41px;
 background-image: url(/assets/images/nav_inner_back.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

#nav_bar_list 
{
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 list-style-type: none;
 padding: 0;
 font-size: 14px;
 color: #e1e6ab;
}

#nav_bar_list .nav_item 
{
 float: right;
 margin: 0;
 padding-top: 12px;
 padding-right: 12px;
 padding-bottom: 0;
 padding-left: 10px;
 height: 29px;
}

#nav_bar_list .nav_item a:link, #nav_bar_list .nav_item a:active, #nav_bar_list .nav_item a:visited
{
 color: #e1e6ab;
 text-decoration: none;
 font-weight: normal;
}

#nav_bar_list .nav_item a:hover 
{
 color: #e1e6ab;
 text-decoration: underline;
 font-weight: normal;
}
#section_home #nav_home a, #section_about #nav_about a, #section_menu #nav_menu a, #section_sushi #nav_sushi a, #section_drinks #nav_drinks a 
{
 color: #ffffff ! important;
 font-weight: bold ! important;
}

#section_reservations #nav_reservations a, #section_events #nav_events a, #section_groups #nav_groups a, #section_locations #nav_locations a 
{
 color: #ffffff ! important;
 font-weight: bold ! important;
}
/* ---------------------------------- */
/* ---------- Main Content ---------- */
/* ---------------------------------- */
#content_outer_wrapper 
{
 background-image: url(/assets/images/main_content_outer_back.gif);
 background-repeat: repeat-y;
 background-position: top center;
 max-width: 1109px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

#content_inner_wrapper 
{
 background-image: url(/assets/images/main_content_inner_back.gif);
 background-repeat: no-repeat;
 background-position: top center;
 max-width: 1109px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

#slideshow_wrapper 
{
 width: 955px;
 height: 403px;
 position: relative;
 z-index: 1;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

#flash_video_homepage 
{
 width: 640px;
 height: 360px;
 position: absolute;
 z-index: 1;
 left: 157px;
 top: 12px;
 border-color: #333333;
 border-width: 1px;
 border-style: solid;
}

#flash_video_continue 
{
 width: 100px;
 height: 30px;
 position: absolute;
 z-index: 2;
 left: 697px;
 top: 382px;
 text-align: right;
}

#main_image1 
{
 width: 955px;
 height: 403px;
 position: absolute;
 z-index: 3;
 left: 0;
 top: 0;
}

#main_image2 
{
 width: 955px;
 height: 403px;
 position: absolute;
 z-index: 2;
 left: 0;
 top: 0;
}

#main_image3 
{
 width: 955px;
 height: 403px;
 position: absolute;
 z-index: 1;
 left: 0;
 top: 0;
}

#subpage_main_wrapper 
{
 width: 955px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 padding-bottom: 10px;
}

#subpage_content 
{
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom: 0;
 margin-left: 10px;
}

#section_home .text_field, #section_intro .text_field 
{
 width: 250px;
}

#section_intro #slideshow_wrapper #corner_nib
{
	position:absolute;
	background-image: url(/assets/images/homepage_intro_middle_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 99;
}

/* --------------------------------- */
/* ---------- Sub Content ---------- */
/* --------------------------------- */
#sub_content_outer_wrapper 
{
 background-image: url(/assets/images/main_content_outer_back.gif);
 background-repeat: repeat-y;
 background-position: top center;
 max-width: 1109px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

#sub_content_inner_wrapper 
{
 width: 955px;
 height: 134px;
 background-image: url(/assets/images/sub_content_back.gif);
 background-repeat: repeat-x;
 background-position: bottom center;
 background-color: #ffffff;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}


#sub_content_left, #sub_content_middle, #sub_content_right 
{
 float: left;
 width: 298px;
 height: 114px;
 padding-top: 0;
 padding-right: 10px;
 padding-bottom: 0;
 padding-left: 10px;
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
}

#sub_content_middle 
{
 width: 297px;
 border-left-color: #e1e6ab;
 border-left-width: 1px;
 border-left-style: solid;
 border-right-color: #e1e6ab;
 border-right-width: 1px;
 border-right-style: solid;
}

#sub_content_outer_wrapper #email_address 
{
 width: 250px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 5px;
 margin-left: 0;
}

/* ---------------------------- */
/* ---------- Footer ---------- */
/* ---------------------------- */
#footer_bar_outer_wrapper 
{
 max-width: 963px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 height: 46px;
 background-image: url(/assets/images/footer_outer_back.gif);
 background-repeat: no-repeat;
 background-position: top center;
}

#footer_bar_inner_wrapper 
{
 width: 955px;
 height: 43px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 height: 43px;
 background-image: url(/assets/images/footer_inner_back.gif);
 background-repeat: repeat-x;
 background-position: top;
 color: #727c13;
 font-size: 11px;
}

#footer_bar_inner_wrapper a:link, #footer_bar_inner_wrapper a:active, #footer_bar_inner_wrapper a:visited 
{
 color: #727c13;
 text-decoration: none;
 font-weight: normal;
}

#footer_bar_inner_wrapper a:hover 
{
 color: #727c13;
 text-decoration: underline;
 font-weight: normal;
}

#footer_bar_inner_wrapper #footer_left 
{
 float: left;
 padding-top: 17px;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 11px;
}

#footer_bar_inner_wrapper #footer_right 
{
 float: right;
 padding-top: 17px;
 padding-right: 11px;
 padding-bottom: 0;
 padding-left: 0;
}
#footer_bar_inner_wrapper #footer_right_icon
{
 float: right;
 padding-top: 0px;
 padding-right: 3px;
 padding-bottom: 0;
 padding-left: 0;
}