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

html {
	overflow: hidden;
}

body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color:#000;
	background-position:left top;
	background-image:url(images/slideshow/boat.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0;
	padding: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:75%;
    color:#b6b6b6;
	letter-spacing: 0.1em;

}

#tab {
	margin-left:100px;
}

#toppanel {
   background-image:url(images/crosspanel.png);
   position: fixed;
   top: 200px;
   margin: 0;
   width: 1024px;
   height: 110px;
}

#tagline {Background:url(images/tagline.png) no-repeat;
	position:fixed;
   	left:420px;
   	top:210px;
	width:600px;
	height:100px;
}

/* [ CONTENT    ] --------------------------------------------------------------------*/

#content {
   background-color:#000;
   position: absolute;
   top: 0px;
   left: 424px;
   right: 20px;
   bottom: 110px;
   width: 500px;
   overflow: auto;
}

h1 {
    position:relative;
	margin:20px 50px 0 50px;
    list-style: none;
	line-height:2.2em;
    padding: 0 0 5px 0;
    font-weight: normal;
	letter-spacing: 0.15em;
	}
	
h2 {
	position:relative;
	margin:25px 0 0 50px;
	font-size:12px;
	line-height:0.5;
	margin-bottom:0.2em;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: 0.15em;
	color:#ee3424;
}

hr {

	border:none;
	border-bottom:1px solid #222;
	margin:0 0 20px 0;
	height: 0;

}

	
p {
	position:relative;
	margin:0 50px 0 50px;
}

.facebook {
	float:right;
	margin-right:75px;
	margin-top:50px;
	text-align:center;
}

.thanks {
	line-height:1.5;
	width:400px;
}

.location {
	margin:0px 0px 20px 50px;
}

div.span-16 {float:left;margin-right:10px;}
div.last {margin-right:0;}

#footer {

	color:#b6b6b6;
	padding:.5em 0 0;
	font-size:.85em;
	letter-spacing: .2em;
	line-height:2.2em;

}

#footer a {color:#b6b6b6; border-bottom:1px dotted #1d3b45; text-decoration:none;}

#hr {background:url(images/foot_hr.gif) repeat-x 0 0; margin-top:3em; margin-left:50px; margin-right:50px;}


/* [ IMAGE SWAP    ] --------------------------------------------------------------------*/

* html a:hover {visibility:visible}

.lunch {
	float:left;
	height: 75px;
	width: 400px;
	margin:0 0 0 50px;
}
.lunch a {display:block }
.lunch img {border: 0; }

.dinner {
	float:left;
	height: 75px;
	width: 400px;
	margin:15px 0 0 50px;
}
.dinner a {display:block }
.dinner img {border: 0; }


.kids {
	float:left;
	height: 75px;
	width: 400px;
	margin:15px 0 0 50px;
}
.kids a {display:block }
.kids img {border: 0; }

.hibachi {
	float:left;
	height: 75px;
	width: 400px;
	margin:15px 0 0 50px;
}
.hibachi a {display:block }
.hibachi img {border: 0; }

.drinks {
	float:left;
	height: 75px;
	width: 400px;
	margin:15px 0 0 50px;
}
.drinks a {display:block }
.drinks img {border: 0; }

/* [ CROSSPANEL    ] --------------------------------------------------------------------*/

#crosspanel {
   background-color: #000;
   position: absolute;
   left:0px;
   width: 1024px;
   height: 110px;
   bottom: 0px;
}

#logo {
   margin:15px 0 0 31px;
}


#logo a {

	background:url(images/kuboslogo2.png) no-repeat;

	width:338px; height:65px;

	display:block;

	overflow:hidden;

	text-indent:-9999px;

}
#sublogo {
	position:relative;
	font-size:10px;
	line-height:0.5;
	margin: 2px 0 0 35px;
	text-transform:uppercase;
	font-weight:normal;
	text-align: left;
	letter-spacing: .6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* [ NAVIGATION    ] --------------------------------------------------------------------*/
a:focus, a:hover {text-decoration:none; outline:none;}
a {color:#fff;text-decoration:none;}

body a.noicon {
	background:none;
	padding:0;
	margin:0;
	color: #ee3424;
}

ul.nav1 {
    float: right;
    list-style: none;
    margin: 45px 145px 0 0;
    padding: 0;
	max-width:427px;
    font-weight: normal;
    text-align: center;
	letter-spacing: 1px;
}
ul.nav1 li {
    display:  inline;
}
ul.nav1 li a {
	position: relative;
	font-size:15px;
	margin: 0 .3em;
	color: #b6b6b6;
}

ul.nav1 li a:hover, ul.nav1 li a.current {text-decoration:none; color:#ee3424;}



