html
{
    background-color: #000;
}
body
{
    background-color: #000;
    font-family: helvetica;
    color: white;
    text-align: center;
}
#mainBody
{
    text-align: left;
    width: 980px;
    height: 645px;
    margin: 20px auto 0 auto;
    position: relative;
}
#bodyWrapper 
{
    width: 980px;
    height: 625px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}
#slideshow
{
    width: 980px;
    height: 465px;
    position: absolute;
    top: 110px;
    left: 0;
}
#slideshow img
{
    width: 980px;
    height: 465px;
}
#header
{
    width: 980px;
    height: 110px;
    background-color: #000;
    margin: 0px 0 0 0;
}
#navbar
{
    width: 980px;
    height: 22px;
    background: transparent;
    /*background: #00aeef;
    opacity: 0.6;
    filter: alpha(opacity=60);*/
    position: absolute;
    left: 0;
    top: 110px; 
    z-index: -1;
}
#navWrapper
{
    width: 953px;
    height: 22px;
    padding: 0px 0px 0px 0;
}
#navmenu
{
    list-style-type: none;
    float: right;
}
#navmenu li
{
    float: left;
	vertical-align: middle;
    margin: 0 0 0 32px;
}
#navmenu a
{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
#navmenu a:hover
{
    color: #0dbe24;
	text-decoration: underline ;
}
#contentWrap
{
    width: 403px;
    height: 425px;
}
#content
{
    width: 403px;
    height: 410px;
    position: absolute;
    right: 21px;
    top: 132px;
    font-size: 11px;
}
#content a
{
    font-size: 11px;
    color: #00fff6;
    text-decoration: none;
}
#content a:hover
{
    text-decoration: underline;
}
#content h1
{
    margin: 0 0 15px 0;
}
#content h1 span, .green
{
    background-color: #0dbe24;
    padding: 5px;
    font-size: 12px;
}
.green
{
    margin: 0 10px 0 0;
}
#contentTrans
{
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96%;
}
#about, #specials, #giftcards, #locations, #terms, #privacy, #employment, #contact, #gallery
{
    position: absolute;
    bottom: 50px;
    left: 20px;
    width: 363px;
    z-index: 9999;
    display: none;
    overflow: auto;
}
#menu
{
    position: absolute;
    top: 20px;
    left: 60px;
    z-index: 9999;
    display: none;
}
#menuSubnav
{
    margin: 0 0 30px 0;
}
#menuSubnav a
{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    /* font-weight: bold; */
}
.line
{
    margin: 0 10px;
}
.downloadMenu
{
    color: #00fff6!important;
}
.menuThirdCol
{
    width: 266px;
    float: left;
}
.menuThirdCol h2
{
    font-size: 12px;
    font-weight: bold;
}
.menuThirdCol p
{
    font-size: 10px;
    margin: 0 0 10px 0;
}
#maki, #sushi, #traditional, #hibachi, #desserts, #drinks
{
    display: none;
}
#footer
{
    width: 980px;
    height: 40px;
    margin: 0 0 30px 0;
    background-color: #000;
}
#footer p
{
    float: left;
    font-size: 12px;
    margin: 15px  15px 0 0px;
}
#footerText
{
    float: right;
    width: 330px;
    height: 30px;
    margin: 5px 0 0 0;
    text-align: right;
}
#footerText p
{
    font-size: 9px;
    line-height: 12px;
    padding: 0;
    margin: 0;
    text-align: right;
    float: none;
}
#footerText a
{
    font-size: 9px;
    color: #00fff6;
    text-decoration: none;
}
#footerText a:hover
{
    text-decoration: underline;
}
.menuSubSelected
{
    color: #0dbe24!important;
}
#thumbs 
{ 
    float: left; 
}
#thumbs li 
{ 
    width: 30px; 
    float: left; 
    margin: 8px; 
    list-style: none 
}
#thumbs a 
{ 
    width: 30px; 
    display: block; 
    border: 0px solid #ccc; 
}
#thumbs a:hover 
{  
    border: 1px solid #ccc; 
}
#thumbs a.activeSlide 
{ 
    border: 1px solid #00aeef 
}
#thumbs a:focus 
{ 
    outline: none; 
}
#thumbs img 
{ 
    border: none; 
    display: block 
}