/*
----------------------------------------
Tantek Celik's Whitepsace Reset
     Author:  	Tantek Celik
    Version:  	(CC) 2004 Some Rights Reserved - http://creativecommons.org/licenses/by/2.0
Description:	Resets default styling of common browsers to a common base
----------------------------------------
*/

:link,:visited { text-decoration:none; }
ul, ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none; outline: 0; }
address { font-style:normal; }


a { outline: 0; }

body {
	background: #000;
	font: 14px/18px helvetica, arial, sans-serif;
	color: #fff;
}

body#home {
	background: #000 url(../images/bg_home.jpg) no-repeat center top;
}

body#pbs {
	background: #000 url(../images/bg_pbs.jpg) no-repeat center top;
}

body#food {
	background: #000 url(../images/bg_food.jpg) no-repeat center top;
}

body#private {
	background: #000 url(../images/bg_privateparty.jpg) no-repeat center top;
}

body#specials {
	background: #000 url(../images/bg_specials.jpg) no-repeat center top;
}

body#contact {
	background: #000 url(../images/bg_contact.jpg) no-repeat center top;
}

body#photos {
	background: #000 url(../images/bg_photos.jpg) no-repeat center top;
}
a {
	color: #fff;
}

#main {
	width: 706px;
	margin: 0 auto;
}

#nav {
	margin-top: 105px;
	height: 22px;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	background: url(../images/menu.png) no-repeat left -30px;
	text-indent: -9999px;
	height: 22px;
	margin: 0 7px;
}

#nav li a.m01 {
	width: 71px;
}

#nav li a.m02 {
	width: 161px;
	background-position: -87px -30px;
}

#nav li a.m03 {
	width: 90px;
	background-position: -264px -30px;
}

#nav li a.m04 {
	width: 61px;
	background-position: -372px -30px;
}

#nav li a.m05 {
	width: 102px;
	background-position: -451px -30px;
}

#nav li a.m06 {
	width: 65px;
	background-position: -571px -30px;
}

#nav li a.m07 {
	width: 55px;
	background-position: -651px -30px;
}

#nav li a.m01:hover {
	background-position: left top;
}

#nav li a.m02:hover {
	background-position: -87px top;
}

#nav li a.m03:hover {
	background-position: -264px top;
}

#nav li a.m04:hover {
	background-position: -372px top;
}

#nav li a.m05:hover {
	background-position: -451px top;
}

#nav li a.m06:hover {
	background-position: -571px top;
}

#nav li a.m07:hover {
	background-position: -651px top;
}


#nav li a.m11 {
	width: 71px;
	background-position: left top;
}

#nav li a.m12 {
	width: 161px;
	background-position: -87px top;
}

#nav li a.m13 {
	width: 90px;
	background-position: -264px top;
}

#nav li a.m14 {
	width: 61px;
	background-position: -372px top;
}

#nav li a.m15 {
	width: 102px;
	background-position: -451px top;
}

#nav li a.m16 {
	width: 65px;
	background-position: -571px top;
}

#nav li a.m17 {
	width: 55px;
	background-position: -651px top;
}


#slideshow {
	margin-top: 11px;
	background: #000;
	z-index:-500;
	
}

#social {
	float: right;
	margin: 5px 5px 0 0;
}

#social li {
	float: left;
}

#social li a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/social.png) no-repeat;
	margin: 0 0 0 5px;
}

#social li a.youtube {
	background-position: -16px top;
}

#social li a.twitter {
	background-position: -32px top;
}

#content {
	margin: 20px 0 0 5px;
	width: 630px;
}

#content h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height: 25px;
}

#content p {
	margin: 0 0 10px 0;
}

#footer {
	font-size: 11px;
	margin: 10px 0 0 5px;
}

#music {
	width: 80px;
	height: 63px;
	background-position: left;
	position:absolute;
	top:10px;
}

#next, #previous {
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -99999px;
	position: absolute;
	z-index:1000;
}

#next {
	margin: -28px 0 0 55px;
}

#previous {
	margin: -28px 0 0 5px;
}

#backhome {
	width: 60px;
	height: 194px;
	display: block;
	text-indent: -99999px;
	position: absolute;
	margin: -278px 0 0 648px;
	z-index:2000;
	
}

#beachbody {
	width: 243px;
	height: 24px;
	display: block;
	text-indent: -99999px;
	margin: -34px 0 0 428px;
	position: absolute;
	z-index:100;
	
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#apDiv1 {
	position:static;
	width:20px;
	height:17px;
	z-index:2001;
	left: 746px;
	top: auto;
	float: left;
}
