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


/* Styling Classes */
.fLeft{
	float:left;
	padding:0 10px 5px 0;
}
.fRight{
	float:right;
	padding:0 0 5px 5px;
}
.photoCap{
	font-size:0.7em;
	line-height:1.1em;
	color:#999;
}
.block{
	position:relative;
}
.floatClear{
	width:inherit;
	clear:both;
	height:1px;
	overflow:hidden;
}
.legal p, .legal ul, .legal ol{
	font-size:0.8em;
}
.legal ol{
	list-style-type:decimal;
	list-style-position:outside;
}
.legal ol li{
	margin-left:20px;
}
a.button, a:link.button, a:visited.button{
	padding:5px 20px;
	border:1px solid #999;
	background-color:#333;
	text-decoration:none;
	text-transform:uppercase;
	margin:10px 10px 10px 0;
	font-weight:bold;
	display:block;
}
.smaller{
	font-size:smaller;
}
.hidden{
	visibility:hidden;
	display:none;
}

/*LAYOUT*/
#kanjiName{
	width:80px;
	height:159px;
	right:0;
	top:30px;
	background:transparent url(../images/kanjiName.gif) no-repeat scroll center 0;
	display:block;
	position:absolute;
	z-index:2;
	border-bottom:0px solid #000;;
}
.wrapper_outer{
	text-align:center;
	color:#FFF;
	background:transparent none no-repeat scroll center 0;
	width:100%;
	height:1000px;
	margin:0 auto;
	position:relative;
}

.head_outer{
	background:transparent none no-repeat scroll right top;
	position:relative;
	height:0;
	margin:0;
	z-index:2;
}
.pageWidth{
	width:960px;
	margin:0 auto;
	background:transparent none no-repeat scroll right top;
	position:relative;
}
.head_outer .pageWidth{
	height:0;
	padding:0;
}

#homeLink{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	border:none;
}


.wrapper_inner{
	width:960px;
	margin:0 auto;
	position:relative;
	color:#FFF;
	background:transparent none no-repeat scroll right top;
}
#index .wrapper_inner{
	background:transparent url(../images/homeBackground.jpg) no-repeat scroll 220px top;
}

.head_inner{
	width:960px;
	height:0;
	padding:0px;/* total width = 960px */
	position:relative;
	background:transparent none no-repeat scroll right top;
}

.content{
	/*width + border-left + border-right = 960px*/
	background:transparent none no-repeat scroll right top;
	float:left;
	width:740px;
	position:relative;
	/*border-left:300px solid #FF0;change to margin to make transparent */
	margin-left:220px;
	*margin-left:0px;
	*padding-left:220px;
	border-right:0px solid #F0F;/*change to margin to make transparent */
}
.content p, .content ul, .content ol, .content dl, content h1{
	padding:0;
	margin:0.5em 0;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
}
.content h1{
	margin:0 0 0.4em;
}
.content h2, .content h3, .content h4, .content h5, .content h6{
	padding:0;
	margin:0.7em 0 -0.2em;
	clear:both;
}
.content ul{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:15px;
}
.content ul li{
	line-height:1.2em;
}

.menuPage .content h2{
	margin-top:1em;;
}

.sidebar{
	padding:0 0 0px 0px;
	background:transparent url(../images/stripBKGD.jpg) repeat-y scroll left top;
}
.sidebar ul{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	list-style-position:outside;
}
.sidebar li{
	margin:0;
	padding:0;
}


.leftCol{
	float:left;
	width:220px; /* .content border-left MINUS .sidebar padding-right & .sidebar padding-left*/
	margin-left:-220px;/* .content border-left PLUS .center padding-right & center padding-left*/
	position:relative;
	padding:0 0 30px 0;
}




.leftCol div{
	text-align:left;
}
.leftCol a, .leftCol a:link{
	color:;
	font-size:0.9em;
	line-height:0.9em;
	text-decoration:none;
}
.leftCol a:hover{
	text-decoration:underline;
}



.sidebar .mainNav{
	list-style-type:none;
	width:220px;
	text-align:center;
	padding:0;
	padding:82px 0 0 0;
}
.mainNav li{
	text-align:center;
	margin:0px;
	display:inline;
}
.mainNav li a, .mainNav li a:link, .mainNav li a:visited{
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.95em;
	text-decoration:none;
	height:34px;
	width:220px;
	display:block;
	background:#000 none no-repeat scroll 0 3px;
	border-bottom:none;
}
.mainNav li a:hover{
	color:#FFF;
	border-right:5px solid #bf2e1a;
	width:215px;
}
.mainNav li a span{
	display:none;
	visibility:hidden;
}
.mainNav #doc2{
	background-image:url(../images/ourMenu.gif);
}
.mainNav #doc3{
	background-image:url(../images/sake.gif);
}
.mainNav #doc4{
	background-image:url(../images/privateDining.gif);
}
.mainNav #doc5{
	background-image:url(../images/ourLocation.gif);
}
.mainNav #doc6{
	background-image:url(../images/giftCards.gif);
}
.mainNav #doc7{
	background-image:url(../images/connect.gif);
}
.mainNav #doc8{
	background-image:url(../images/obiAfterDark.gif);
}
.mainNav #doc9{
	background-image:url(../images/contactUs.gif);
}

.sidebar .navContainer .mainNav .active ul{
	list-style-type:none;
	padding:0px 15px 5px 0;
}
.sidebar .navContainer .mainNav .active ul li{
	text-align:right;
	display:block;
	margin-bottom:5px;
}
.sidebar .navContainer .mainNav .active ul li a, .sidebar .navContainer .mainNav .active ul li a:link, .sidebar .navContainer .mainNav .active ul li a:visited{
	color:#bf2e1a;
	border-bottom:1px dotted #FFF;
	display:inline;
}
.sidebar .navContainer .mainNav .active ul li a:hover{
	color:#FFF;
	border-bottom:1px solid #FFF;
	border-right:none;
}
.sidebar .navContainer .mainNav .active ul li a:active{
	color:#FFF;
	border-bottom:1px solid #bf2e1a;
	background-color:#bf2e1a;
}
.sidebar .navContainer .mainNav .active ul li a span.linktext{
	display:inline;
	visibility:visible;
}


.rightCol{
	float:right;
	width:0px; /* .content border-right width MINUS .sidebar padding-right & .sidebar padding-left */
	margin-right:-0px;
	position:relative;
}


.center{
	float:left;
	width:740px; /* .content width MINUS .center padding-right & .center padding-left */
	margin: 0px -740px 0px 0;
	padding:0;
	background:transparent url() no-repeat scroll right top;
}
#index .center{
	background:transparent url() no-repeat scroll right top;
}
.center .middle{
	background:transparent none no-repeat scroll right top;
	padding:30px 70px 30px 30px;
	margin:0;
	overflow:auto;
	width:640px;
	z-index:3;
}
#index .center .middle{
	padding:30px 0 30px 30px;
	padding-bottom:0px;
	width:710px;
}
#index .center .middle p{
	line-height:1.8em;
}
#index .center .middle .sandbag{
	float:left;
	padding:0;
	height:20px;
	width:0;
	margin:0;
	clear:left;
}
#index .center .middle .right{
	float:right;
	clear:right;
}
#index .center .middle #bag1{
	width:195px;
}
#index .center .middle #bag1r{
	width:100px;
}
#index .center .middle #bag2{
	width:200px;
}
#index .center .middle #bag2r{
	width:90px;
}
#index .center .middle #bag3{
	width:180px;
}
#index .center .middle #bag3r{
	width:80px;
}
#index .center .middle #bag4{
	height:60px;
	width:160px;
}
#index .center .middle #bag4r{
	height:60px;
	width:60px;
}
#index .center .middle #bag5{
	width:240px;
}
#index .center .middle #bag5r{
	width:80px;
}
#index .center .middle #bag6{
	width:280px;
}
#index .center .middle #bag6r{
	width:140px;
}
#index .center .middle #bag7{
	height:40px;
	width:300px;
}
#index .center .middle #bag7r{
	height:40px;
	width:160px;
}
#index .center .middle #bag8{
	width:440px;
}
#index .center .middle #bag8r{
	width:60px;
}
#index .center .middle #bag9{
	height:40px;
	width:460px;
}
#index .center .middle #bag9r{
	height:40px;
	width:60px;
}
#index .center .middle #bag10{
	height:40px;
	width:470px;
}
#index .center .middle #bag10r{
	height:40px;
	width:70px;
}
#index .center .middle #bag11{
	width:460px;
}
#index .center .middle #bag11r{
	width:60px;
}
#index .center .middle #bag12{
	width:445px;
}
#index .center .middle #bag12r{
	width:90px;
}
#index .center .middle #bag13{
	width:430px;
}
#index .center .middle #bag13r{
	width:90px;
}
#index .center .middle #bag14{
	width:380px;
}
#index .center .middle #bag14r{
	width:120px;
}
#index .center .middle #bag15{
	width:400px;
}
#index .center .middle #bag15r{
	width:20px;
}
#index .center .middle #bag16{
	width:400px;
}
#index .center .middle #bag16r{
	width:40px;
}
#index .center .middle #bag17{
	width:410px;
}
#index .center .middle #bag17r{
	width:50px;
}
#index .center .middle #bag18{
	width:400px;
}
#index .center .middle #bag18r{
	width:70px;
}
#index .center .middle #bag19{
	width:380px;
}
#index .center .middle #bag19r{
	width:80px;
}
#index .center .middle #bag20{
	height:100px;
	width:360px;
}
#index .center .middle #bag20r{
	height:100px;
	width:130px;
}


#section1, #locationInfo{
	float:left;
	width:410px; 
	margin:0 30px 0 0;
}
#section2, #locationPic{
	float:left;
	width:200px;
	padding:0;
}
#section2 #menuSelection, #section2 #downloadLinks{
	margin:0 0 30px 0;
	text-transform:capitalize;
}


#ourLocation #section1{
	width:360px;
}
#ourLocation #section2{
	width:250px;
}

#section2 .navList, #section2 #menuSelection ul, #section2 #downloadLinks ul{
	list-style-type:none;
}
#section2 .navList li, #section2 #menuSelection ul li, #section2 #downloadLinks ul li{
	margin:0 20px 10px 0;
	text-align:center;
}
#section2 .navList li a,
#section2 .navlist li a:link,
#section2 .navlist li a:visited,
#section2 #menuSelection ul li a,
#section2 #menuSelection ul li a:link,
#section2 #menuSelection ul li a:visited,
#section2 #downloadLinks ul li a,
#section2 #downloadLinks ul li a:link,
#section2 #downloadLinks ul li a:visited {
	padding:5px 10px;
	border-bottom:1px solid #4C89AB;
	color:#BF2E1A;
	text-align:center;
	display:block;
}
#section2 .navList li a:hover, #section2 #menuSelection ul li a:hover, #section2 #downloadLinks ul li a:hover{
	background-color:#BF2E1A;
	border-bottom:1px solid #BF2E1A !important;
	color:#FFF;
}
#section2 .navList li a:active, #section2 #menuSelection ul li a:active, #section2 #downloadLinks ul li a:active{
	background-color:#4C89AB;
	color:#000;
}


#map_canvas{
	height:500px;
	border:1px solid #54301A;
	margin-top:20px;
	
}

#ourMenu #section1 ul{
	list-style-type:none;
	margin:20px 0 30px 0;
	padding:0;
}
#ourMenu #section1 ul li{
	margin:0 0 5px 0;
	padding:0 0 10px 0;
	border-bottom:5px solid #111;
}
#ourMenu #section1 strong{
	margin:0 15px 0 0;
}

#sake dl{
}
#sake dl dt{
	color:#BF2E1A;
	margin:10px 0 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
#sake dl dd{
}

#catering .cateringPackage{
	overflow:hidden;
	margin:20px 0 50px;
}
#catering .cateringPackage .photo{
	float:right;
}
#catering .cateringPackage .info{
	float:left;
	margin:0 20px 0 0;
}
#catering .cateringPackage .info h3{
	margin-top:-5px;
}
#catering .cateringPackage .info h5{
	color:#BF2E1A;
}

table .day{
	font-weight:bold;
	padding-right:20px;
}
table .event{
	padding-bottom: 5px;
}


fieldset{
	border:1px solid #4c89ab;
	padding:20px;
	text-align:left;
	margin:15px 0;
}
legend{
	color:#4c89ab;
	font-size:1.1em;
	font-weight:bold;
}

#contactUs .middle, #eClub .middle{
	overflow:hidden;
}
#contactUs .middle #contactForm, #eClub .middle #contactForm{
	float:left;
	width:540px;
}
#contactUs .middle #contactForm fieldset, #eClub .middle #contactForm fieldset{
	text-align:right;
}
#contactUs .middle #contactForm legend, #eClub .middle #contactForm legend{
	font-weight:bold;
/*	font-family:Cambria, "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	margin:0 20px 10px 0;
}
#contactUs .middle #contactForm label ,#eClub .middle #contactForm label{
	vertical-align:top;
	margin:0 5px 0 0;
}
#contactUs .middle #contactForm input, #eClub .middle #contactForm input{
	margin:0 0 20px 0;
	width:260px;
}
#contactUs .middle #contactForm select, #eClub .middle #contactForm select{
	margin:0 60px 20px 0;
	width:204px;
}
#contactUs .middle #contactForm input.button, #eClub .middle #contactForm input.button{
	width:100px;
}
#contactUs .middle #contactForm input.radio, #eClub .middle #contactForm input.radio{
	width:20px;
}
#contactUs .middle #contactForm textarea, #eClub .middle #contactForm textarea{
	margin:0 0 20px 0;
	width:264px;
}
#eClub .middle #contactForm .captchaImg{
	margin-right:210px;
}
#contactUs #LastName{
	visibility:hidden;
	display:none;
}



.menuSection{
	margin:0 0 1.2em 0;
	padding:0.2em 0 1.0em 0;
	border-bottom:5px solid #111;
	border-top:1px dotted #BF2E1A;
}
.menuSection h3{
	margin:0;
	font-size:1.15em;
	text-transform:uppercase;
}
.menuSection h4{
	margin:0;
	font-size:0.95em;
	font-weight:normal;
}


.foot_inner{
	width:960px;
	padding:0 0 20px;/* total width = 960px */
	position:relative;
	margin:0;
	clear:both;
	text-align:left;
	background:transparent url(../images/blackBorder.gif) repeat-x scroll right top;
}
.foot_inner .socialIcons{
	overflow:hidden;
	background:#000;
	height:36px;
	text-align:right;
	width:220px;
	padding:0;
}
.foot_inner .socialIcons li{
	display:inline;
}
.foot_inner .socialIcons li a{
	border-bottom:none;
}
.foot_inner .socialIcons li a img{
}

.foot_outer{
	background:transparent none no-repeat scroll right top;
	position:relative;
	padding:0 0 30px 0;
	overflow:hidden;
}
.foot_outer .pageWidth{
	position:relative;
}
.foot_outer .middle{
	background:#000 none no-repeat scroll right top;
	position:relative;
	overflow:hidden;
	width:960px;
	padding:10px 0;
}
.foot_outer h5{
	font-size:1.1em;
	margin:0 0 5px;
	padding:0 0 2px;
}
.foot_outer .ownerInfo{
	float:left;
	width:220px;
	padding:0 0 90px;
	background:transparent url(../images/kanjiHome.gif) no-repeat right bottom;
}
.foot_outer .ownerInfo p{
	text-align:right;
}
.foot_outer .siteMap{
	width:440px;
	padding:0 300px 0 0;
	float:left;
	background:transparent url(../images/notJustSushi.gif) no-repeat 460px top;
}
.foot_outer .siteMap ul{
	padding:0;
	text-align:right;
}
.foot_outer .siteMap li{
	text-align:right;
	font-size:0.8em;
}
.foot_outer .siteMap li a, .foot_outer .siteMap li a:link{
	font-size:1em;
	line-height:0.9em;
	text-decoration:none;
	color:#FFF;
}
.foot_outer .siteMap .column{
	width:130px;
	float:left;
}
.foot_outer .siteMap .column ul{
	padding:0 20px 0 0;
}

#boxen_overlay {
	background-color: #000;
	position: absolute;
}

#boxen_container {
	padding: 4px;
	margin: 0;
	position: absolute;
	background-color: #ccc;
	overflow: visible;
	-moz-border-radius: 3px 3px;
}

#boxen_close_button {
	background: transparent url(../images/close_btn.png) no-repeat scroll 0 0;
	border: none;
	height: 19px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 19px;
	outline: none;
}

#boxen_close_button:hover {
	background-position: 0 -19px;
}

#boxen_close_button span {
	
}

#boxen_content {
	background-color: #fff;
	overflow: visible;
	width: 100%;
	height: 100%;
}

#boxen_titlebar {
	background-color: #ccc;
	font-weight: bold;
	padding: 0 0 6px 2px;
	position: relative;
	min-height: 16px;
}

#boxen_title {
	
}