@import url("slideshow.css");

/* CSS RESET */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	caption  {
		margin: 0px;
		padding: 0px;
		border: 0;
		outline: 0;
		font-size: 100%;
		background: transparent;
	}

/* END RESET */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(../site_images/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

html
{
height: 100%;
}

body
{
height: 100%;
}

a,a:link,a:visited {
	color:#FF3A1A;
}

a:hover {
	color:#00C7C2;
}


.clear {
	height:1px;
	clear:both;
	overflow:hidden;
}

.site_wrapper {
	width:1035px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
}

/*** HEADER WRAPPER ***/

.header_wrapper {
	width:1035px;
	height:103px;
	margin-right:auto;
	margin-left:auto;
}

.logo {
	display:block;
	float:left;
	width:567px;
	height:103px;
	background-image:url(../site_images/logo.png);
	background-repeat:no-repeat;
}

.logo_link {
	display:block;
	width:567px;
	height:103px;
}

.navigation_controls {
	width:135px;
	height:71px;
	background-image:url(../site_images/navigation_bg.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding:1px 0px 0px 0px;
	margin:5px 0px 0px 60px;
}

.navigation_controls .left {
	width:16px;
	height:18px;
	float:left;
	display:inline;
	margin:27px 0px 0px 4px;

}

.navigation_controls .right {
	width:16px;
	height:18px;
	float:left;
	display:inline;
	margin:27px 0px 0px 93px;
		}

a#left {
	display:block;
	width:16px;
	height:18px;
}

a#left:hover {
	background-image:url(../site_images/left_arrow_on.gif);
	background-repeat:no-repeat;
	background-position:center;
}

a#right {
	display:block;
	width:16px;
	height:18px;
}


a#right:hover {
	background-image:url(../site_images/right_arrow_on.gif);
	background-repeat:no-repeat;
		background-repeat:no-repeat;
	background-position:center;

}

/*** END HEADER WRAPPER ***/

/**** BEGIN BODY ***/

.maincontent {
	width:1035px;
	margin-right:auto;
	margin-left:auto;
}

.maincontent p {
	margin-bottom:8px;
	line-height:15px;
}

.column1 {
	width:370px;
	display:inline;
	float:left;
	padding:45px 0px 107px 0px;
	background-image:url(../site_images/sushiokc.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.column1_content {
	height:395px;
	overflow-y:auto;
	padding:0px 10px 0px 0px;
}

.column1stilt {
	float:right;
	width:1px;
	height:395px;
	display:inline;
}

.title_image {
	height:80px;
}
.column2 {
	width:645px;
	display:inline;
	float:left;
	padding:0px 0px 0px 20px;

}

.menu_title {
	font-size:14px;
	font-weight:bold;
}
/*** END BODY ***/


/*** TABLE MENU ***/
.table_menu {
	width:619px;
	height:628px;
	position:relative;

}

a.table_button0 {
	display:block;
	position:absolute;
	top: 12px;
	left: 217px;
	width:185px;
	height:74px;
}

a.table_button1 {
	display:block;
	position:absolute;
	top: 61px;
	left: 431px;
	width:127px;
	height:134px;
}

a.table_button2 {
	display:block;
	position:absolute;
	top:256px;
	left:555px;
	width:55px;
	height:152px;
}

a.table_button3 {
	display:block;
	position:absolute;
	top: 443px;
	left: 434px;
	width:127px;
	height:134px;
}

a.table_button4 {
	display:block;
	position:absolute;
	left:210px;
	top:576px;
	width:185px;
	height:54px;
}

a.table_button5 {
	display:block;
	position:absolute;
	left:45px;
	top:443px;
	width:127px;
	height:134px;
}

a.table_button6 {
	display:block;
	position:absolute;
	top:256px;
	left:5px;
	width:55px;
	height:152px;
}

a.table_button7 {
	display:block;
	position:absolute;
	top: 61px;
	left: 55px;
	width:127px;
	height:134px;
}

/*** END TABLE ***/


/*** BEGIN FOOTER ***/

.footer ul {
	width:472px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}

.footer ul li {
	display:inline;
	padding:0px 20px 0px 0px;
}

.footer ul a {
	text-decoration:none;
	color:#999999;
}

.footer ul a:hover {
	color:#00C7C2;
}

/*** END FOOTER ***/
