@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header  {
	width: 955px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header002.jpg);
}
.header-logo {
	font-size: 36px;
	width: 500px;
	padding-top: 20px;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
}
#sushiaction {
	width: 690px;
	height: 80px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/menu_bar2.jpg);
	height: 62px;
	font-size: 16px;
	color: #405A1D;
	padding-top: 18px;
	padding-left: 15px;
	background-repeat: no-repeat;
}
.googlead1 {
	background-image: url(images/google-ad1.jpg);
	height: 170px;
	width: 240px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu-nav1 {
	width: 940px;
	height: 24px;
	margin-bottom: 6px;
}
#menu-nav2 {
	height: 24px;
	width: 940px;
}



#content {
	width: 955px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.content-blockbig {
	float: left;
	width: 690px;
	margin-right: 20px;
	margin-left: 5px;
}
.content-blockbigfill {
	float: left;
	width: 340px;
	margin-left: 5px;
	height: 150px;
}

.content-blocksmall {
	float: left;
	width: 240px;
}
.content-blocksmallfill {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.content-restaurantimage {
	float: left;
	width: 150px;
	margin-left: 25px;
}
.content-restauranttext {
	float: left;
	width: 460px;
	margin-left: 25px;
}
.content-restauranttabs {
	margin-top: 20px;
}
#bottom {
	width: 955px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #999;
	margin-top: 15px;
}
.content-googlemiddle {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
}
.content-youtube-box {
	text-align: center;
	height: 400px;
	width: 680px;
	margin-top: 20px;
}
.content-text-box {
	height: 400px;
	width: 680px;
	margin-top: 20px;
}

a:link {
	color: #7DCE03;
	text-decoration: none;
}

a:visited {
	color: #7DCE03;
	text-decoration: none;
}
a:hover {
	color: #A34924;
	text-decoration: underline;
}

a:active {
	color: #7DCE03;
	text-decoration: none;
}
a.link-top:link {
	color: #006200;
	text-decoration: none;
}
a.link-top:visited {
	color: #006200;
	text-decoration: none;
}
a.link-top:hover {
	color: #006200;
	text-decoration: underline;
}
a.link-top:active {
	color: #006200;
	text-decoration: none;
}
a.nav2:link {
	color: #999;
	text-decoration: none;
}
a.nav2:visited {
	color: #999;
	text-decoration: none;
}

a.nav2:hover {
	color: #999;
	text-decoration: underline;
}
a.nav2:active {
	color: #999;
	text-decoration: none;
}

#navlist li
{
	display: inline;
	font-size: 16px;
	padding-right: 10px;
}
#navlist {
	display: inline;
}
#menulist-g li
{
	margin: 0px;
	padding: 0px;
}
#menulist-g {
	list-style-image: url(images/smx/dot.gif);
	margin: 0px;
	padding: 0px;
}
#menulist-b li
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#menulist-b {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(images/dot.gif);
}
.h1-resbarname {
	display: inline;
	color: #336600;
}
.h2-resbar {
	display: inline;
	color: #336600;
}
.h3-resbar {
	display: inline;
	color: #336600;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

