html, body {height: 100%;}

body {
	background: url(images/bg_int.jpg) center top no-repeat;
	background-color: #000000;
	margin: 0;
	padding: 0;
}

#headerbg {
	width: 100%;
	height: 135px;
	position: absolute;
	top: 40px;
	left: 0px;
	background: url(images/top_band_bg_int.gif) repeat-x;
}

#main {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#logo {
	width: 79px;
	height: 95px;
	position: absolute;
	top: 61px;
	left: 29px;
	z-index: 100;
}

#logo2 {
	width: 124px;
	height: 135px;
	position: absolute;
	top: 40px;
	left: 86px;
	z-index: 100;
}


#title {
	width: 289px;
	height: 88px;
	position: absolute;
	top: 64px;
	left: 220px;
	z-index: 100;
}

#title2 {
	width: 289px;
	height: 88px;
	position: absolute;
	top: 64px;
	left: 231px;
	z-index: 100;
}

#nav {
	width: 538px;
	height: 32px;
	position: absolute;
	top: 184px;
	left: 93px;
	z-index: 100;
}

#content {
	width: 560px;
	height: 200px;
	position: absolute;
	top: 250px;
	left: 90px;
	z-index: 100;
}

#home_sidebar {
	width: 203px;
	height: 235px;
	position: absolute;
	top: 250px;
	left: 714px;
	z-index: 100;
}

#home_sidebar2 {
	width: 250px;
	height: 235px;
	position: absolute;
	top: 250px;
	left: 680px;
	z-index: 100;
}

#content2 {
	width: 350px;
	height: 200px;
	position: absolute;
	top: 250px;
	left: 90px;
	z-index: 100;
}

#content3 {
	width: 830px;
	height: 500px;
	position: absolute;
	top: 250px;
	left: 90px;
	z-index: 100;
}

#menu_buttons {
	width: 420px;
	height: 300px;
	position: absolute;
	top: 234px;
	left: 495px;
	z-index: 100;
}

#drink_buttons {
	width: 420px;
	height: 334px;
	position: absolute;
	top: 234px;
	left: 495px;
	z-index: 100;
}

#header_image {
	width: 289px;
	height: 156px;
	position: absolute;
	top: 34px;
	left: 443px;
	z-index: 100;
}

#header_image2 {
	width: 289px;
	height: 156px;
	position: absolute;
	top: 54px;
	left: 545px;
	z-index: 100;
}

#header_blurb {
	width: 37px;
	height: 164px;
	position: absolute;
	top: 87px;
	left: 758px;
	z-index: 100;
}

#header_blurb_petty {
	width: 37px;
	height: 164px;
	position: absolute;
	top: 77px;
	left: 758px;
	z-index: 100;
}


.homesub {
	margin: 0px 0px 10px -56px;
}

#info {
	width: 203px;
	height: 50px;
	position: absolute;
	top: 190px;
	left: 740px;
	z-index: 100;
	font: 11px/15px bold Arial, Helvetica, sans-serif;
	color: #ffcc00;
}

#gallery_sham {
	top: 254px;
	left: 665px;
	width: 162px;
	height: 41px;
	z-index: 100;
	position: absolute;
}

#about_happy {
	top: 254px;
	left: 665px;
	width: 162px;
	height: 41px;
	z-index: 100;
	position: absolute;
}

.highlight {
	color: #ffd800;
	font-weight: bold;
}

.footerhours {
	font: 12px Arial, Helvetica, sans-serif;
	color: #f7941d;
}

.caption {
	font: 9px/13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.caption2 {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #CC9933;
}

.footertext {
	font: 9px/13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.text {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a.text:link, a.text:visited {
	color: #f7941d;
}

.smalltext2 {
	font: 9px/13px Arial, Helvetica, sans-serif;
	color: #cfa758;
}

a.smalltext2:link, a.smalltext2:visited {
	color: #f7941d;
}

.pixmargin {
	margin: 14px 14px 0px 0px;
}



/* LIGHTBOX STYLES */

#hiddendiv {
	display: none ;
}



#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 2004;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2002;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
