/* shabu toki css styles */

body {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000000;
}

a:link {
	color: #cccccc;
}

a:visited {
	color: #a1a1a1;
}

a:hover {
	color: #727272;
}

.titleheader {
  font: 24px arial;
  text-align: center;
  text-decoration: none;
  font-weight: none;
}

.titleheaderred {
  color: #ff0000;
  font: 24px arial;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.title a:link, a:visited {
	color: #ffffff;

}

.title a:hover {
	color: #727272;
}


table#inside {
  background: #3d3b3c;
  border: 0px solid #938E8E;
}

.style6 {
	font-size: 16px;
	  font-weight: bold;
}


img
{  border-style: none;
}

/*** button stuff here */

#dd {
  margin: 0;
  padding: 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 12px arial;
}

#dd li a.menu {
  display: block;
  background: #BCB8D4;
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #7C72B5;
  color: #fff;
}

.submenu {
  background: #000000;
  
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 15px arial;
  text-align: left;
  text-decoration: none;
  padding: 8px;
  color: #ffffff;
}

.submenu a:hover {
  background: #FF0000;
  color: #FFF;
}

/****** sections ********/

#maintop {
  border-top: 0px; solid #938E8E;
  background: #000;
  width:1000px;
}

#header {
  border-bottom: 0px solid #938E8E;
}

#leftnav {
  background: #000; 
}

#footer {
  background: #000;
  
  height: 50px;
  font-weight: bold;
  
}
#hours {
  width: 195px;
  padding: 0 5px;
}

.introtextheader {
  font: 18px arial;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.introtext {
  font: 13px arial;
  text-align: left;
  text-decoration: none;
  width: 770px;
}
.gentextheader {
  font: 18px arial;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.gentextheaderline {
  font: 18px arial;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #da272a;
}
.gentext {
  font: 13px arial;
  text-align: left;
  text-decoration: none;
  width: 770px;
  padding: 5px;
}
.gentextbasic {
  font: 13px arial;
  text-align: left;
  text-decoration: none;
}
.gentextcenter {
  font: 13px arial;
  text-align: center;
  text-decoration: none;
  width: 570px;
  padding: 5px;
}
.menutext {
  font: 15px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
}

.special {
	border: 1px solid #da272a;
	background: #666;
	padding: 5px;
}
.style30 {font-size: 12px}