/* the body info is here - background colors, images, font info */

body 
	{
	text-align: left;
	margin: 0;
	padding: 0;
	color: #efefef;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background: #333333 url(img/page-bg.jpg) no-repeat top left;
	}


html
	{
	min-height: 100%;
	height: 100%;
	margin-bottom: 1px;
	}

#wrapper
	{
	width: 880px;
	margin: 0;
	padding: 0;
	background: #000000;
	}


/* page headers */


#headerhome
	{
	height: 198px;
	width: 880px;
	background: #000000 url(img/header-home.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	}


#headerstaff
	{
	height: 198px;
	width: 880px;
	background: #000000 url(img/header-staff.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	}


#headermenu
	{
	height: 198px;
	width: 880px;
	background: #000000 url(img/header-menu.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	}


#headercatering
	{
	height: 198px;
	width: 880px;
	background: #000000 url(img/header-catering.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	}


#headerparties
	{
	height: 198px;
	width: 880px;
	background: #000000 url(img/header-parties.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	}


#headerevents
	{
	height: 198px;
	width: 880px;
	background: #000000 url(img/header-events.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	}


#headerhours
	{
	height: 198px;
	width: 880px;
	background: #000000 url(img/header-hours.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	}


#headergiftcert
	{
	height: 198px;
	width: 880px;
	background: #000000 url(img/header-giftcert.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	}


#headergallery
	{
	height: 198px;
	width: 880px;
	background: #000000 url(img/header-gallery.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	}


#headernews
	{
	height: 198px;
	width: 880px;
	background: #000000 url(img/header-news.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	}






/*  top navigation  */



#topnav
	{
	width: 855px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 110%;
	height: 36px;
	position: absolute;
	top: 153px;
	}

#topnav ul 
	{ 
	padding: 0; 
	list-style: none;
	}

#topnav ul li 
	{ 
	display: inline; 
	text-align: center;
	}

#topnav ul
	{
	margin: 0;
	padding: 0;
	color: #000000;
	}

#topnav ul li a
	{
	padding: 5px 3px;
	color: #ffffff;
	text-decoration: none;
	border: none;
	}

#topnav ul li a:hover
	{
	color: #da9735;
	text-decoration: none;
	}



/* page background images */


#contenthome
	{
	margin: 0;
	padding: 0;
	width: 880px;
	height: 450px;
	background: transparent url('img/bg-home.jpg') no-repeat top;
	}

#contentstaff
	{
	margin: 0;
	padding: 0;
	width: 880px;
	height: 167px;
	background: transparent url('img/bg-staff.jpg') no-repeat top;
	}

#contentmenu
	{
	margin: 0;
	padding: 0;
	width: 880px;
	height: 303px;
	background: transparent url('img/bg-menu.jpg') no-repeat top;
	}

#contentevents
	{
	margin: 0;
	padding: 0;
	width: 880px;
	height: 167px;
	background: transparent url('img/bg-events.jpg') no-repeat top;
	}

#contentparties
	{
	margin: 0;
	padding: 0;
	width: 880px;
	height: 167px;
	background: transparent url('img/bg-parties.jpg') no-repeat top;
	}

#contentcatering
	{
	margin: 0;
	padding: 0;
	width: 880px;
	height: 167px;
	background: transparent url('img/bg-catering.jpg') no-repeat top;
	}

#contenthours
	{
	margin: 0;
	padding: 0;
	width: 880px;
	height: 167px;
	background: transparent url('img/bg-hours.jpg') no-repeat top;
	}

#contentgiftcert
	{
	margin: 0;
	padding: 0;
	width: 880px;
	height: 167px;
	background: transparent url('img/bg-giftcert.jpg') no-repeat top;
	}

#contentgallery
	{
	margin: 0;
	padding: 0;
	width: 880px;
	height: 167px;
	background: transparent url('img/bg-gallery.jpg') no-repeat top;
	}


#contentnews
	{
	margin: 0;
	padding: 0;
	width: 880px;
	height: 319px;
	background: transparent url('img/bg-news.jpg') no-repeat top;
	}



#video
	{
	position: absolute;
	left: 341px;
	top: 208px;
	width: 539px;
	height: 297px;
	padding: 0;
	margin: 0;
	background: transparent url('img/bg-video.jpg') no-repeat right;
	}




/* page content */




#content p
	{
	text-align: left;
	padding-left: 60px;
	padding-right: 30px;
	line-height: 1.6;
	}


#content ul
	{
	list-style: square inside;
	text-align: left;
	margin: 0 0 15px 20px;
	}

#content li
	{
	padding-bottom: 10px;
	}


#content a
	{
	color: #c78d36;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	}

#content a:hover
	{
	text-decoration: underline;
	color: #a0896b;
	}


dl 
	{
	width: 800px;
	margin: 15px 0 20px 0;
	}

dd 
	{
	width: 265px; 
	float: left; 
	margin: 0;	
	padding: 0;
	}


#OT_searchWrapperAll 
	{
	color: #000000;
	min-height: 200px;
	}

#OT_searchWrapperAll h2
	{
	color: #000000;
	padding: 2px 0 5px 0;
	}

#OT_searchWrapperAll p
	{
	margin: 0;
	padding: 0;
	}




label
	{
	text-align: left;
	margin: 0 1em 0 80px;
	display: block;
	}

input, textarea
	{
	margin-left: 80px;
	}


.white 
	{
	color: #ffffff;
	background-color: #94b4f7;
	border: 1px solid #b7b9bc;
	font-weight: bold;
	text-decoration: none;
	}

.white:hover
	{
	background-color: #da9735;
	color: #FFFFFF;
	}


/* menu nav */



#menunav
	{
	height: 126px;
	width: 880px;
	top: 517px;
	position: absolute;
	}


#menupagenav
	{
	height: 126px;
	width: 880px;
	top: 370px;
	position: absolute;
	background: url(img/menunav-bg.jpg) no-repeat left;
	border: none;
	}



#menuappetizers a
	{
	float: left;
	display: block;
	width: 114px;
	height: 126px;
	margin: 0 0 0 255px;
	background: url(img/menu-appetizers.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: none;
	}

#menuappetizers a:hover 
	{	
	background-position: 0 -126px;
	text-decoration: none;
	}
	


#menusoups a
	{
	float: left;
	display: block;
	width: 114px;
	height: 126px;
	margin: 0 0 0 6px;
	background: url(img/menu-soups.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: none;
	}

#menusoups a:hover 
	{	
	background-position: 0 -126px;
	text-decoration: none;
	}
	


#menumain a
	{
	float: left;
	display: block;
	width: 114px;
	height: 126px;
	margin: 0 0 0 6px;
	background: url(img/menu-mainattractions.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: none;
	}

#menumain a:hover 
	{	
	background-position: 0 -126px;
	text-decoration: none;
	}
	


#menudesserts a
	{
	float: left;
	display: block;
	width: 114px;
	height: 126px;
	margin: 0 0 0 6px;
	background: url(img/menu-desserts.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: none;
	}

#menudesserts a:hover 
	{	
	background-position: 0 -126px;
	text-decoration: none;
	}
	


#menuseasonal a
	{
	float: left;
	display: block;
	width: 114px;
	height: 126px;
	margin: 0 0 0 6px;
	background: url(img/menu-seasonal.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: none;
	}

#menuseasonal a:hover 
	{	
	background-position: 0 -126px;
	text-decoration: none;
	}
	






/* bottom nav */

#bottomnav
	{
	width: 880px;
	height: 39px;
	font-weight: bold;
	}



#bottomhours a
	{
	float: left;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 15px 0 0 60px;
	padding: 3px 0 5px 26px;
	border: none;
	background: #000000 url(img/bottom-hours.jpg) 0 -21px no-repeat;
	}

#bottomhours a:hover
	{
	color: #da9735;
	text-decoration: none;
	}





#bottomdirections a
	{
	float: left;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 15px 0 0 17px;
	padding: 3px 0 5px 26px;
	border: none;
	background: #000000 url(img/bottom-directions.jpg) 0 -21px no-repeat;
	}

#bottomdirections a:hover
	{
	color: #da9735;
	text-decoration: none;
	}



#bottomreservations a
	{
	float: left;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 15px 0 0 12px;
	padding: 3px 0 5px 26px;
	border: none;
	background: #000000 url(img/bottom-reservations.jpg) 0 -21px no-repeat;
	}

#bottomreservations a:hover
	{
	color: #da9735;
	text-decoration: none;
	}


#bottomgiftcert a
	{
	float: left;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 15px 0 0 11px;
	padding: 3px 0 5px 26px;
	border: none;
	background: #000000 url(img/bottom-giftcert.jpg) 0 -21px no-repeat;
	}

#bottomgiftcert a:hover
	{
	color: #da9735;
	text-decoration: none;
	}





/* image boxes */



.imgboxmessage
	{
	width: 140px;
	background-color: #ffffff;
	padding: 10px 0;
	float: right;
	margin: 5px;
	margin-right: -20px;
	border-right: 1px solid #b0afb0;
	border-bottom: 1px solid #848284;
	}



.imgboxright
	{
	float: right;
	margin: 15px;
	clear: right;
	}




.imgboxwide
	{
	width: 220px;
	background-color: #ffffff;
	padding: 10px 0;
	float: right;
	margin: 5px;
	margin-right: -60px;
	border-right: 1px solid #b0afb0;
	border-bottom: 1px solid #848284;
	}



.imgboxoverlap
	{
	width: 140px;
	background-color: #ffffff;
	padding: 10px 0;
	margin: 5px;
	margin-left: -10px;
	border-right: 1px solid #b0afb0;
	border-bottom: 1px solid #848284;
	z-index: 5;
	}


.imgboxbottom
	{
	width: 220px;
	background-color: #ffffff;
	padding: 10px 0;
	float: right;
	margin: 5px auto;
	margin-right: 80px;
	border-right: 1px solid #b0afb0;
	border-bottom: 1px solid #848284;
	}


#gallerybox
	{
	margin: 0 0 0 60px;
	padding: 0;
	}


#gallerybox a img
	{
	border: 1px solid #000000;
	}

#gallerybox a:hover img
	{
	border: 1px solid #006ca2;
	}



div.picbox
	{
	width: 152px;
	height: 152px;
	float: left;
	display: inline;
	text-align: center;
	margin: 15px;
	}



/*  footer info   */


#footer
	{
	width: 780px;
	height: 30px;
	margin: 0 auto;
	color: #ffffff;
	padding: 40px 0 10px 0;
	font-size: 86%;
	text-align: right;
	clear: both;
	}

#footer a:link, a:visited
	{
	color: #94b4f7;
	text-decoration: none;
	border-bottom: 1px dashed #94b4f7;
	}

#footer a:hover
	{
	color: #006ca2;
	border-bottom: 1px solid #006ca2;
	}





h1
	{
	color: #b7b9bc;
	text-transform: uppercase;
	text-align: left;
	font-size: 142%;
	padding-top: 20px;
	margin-top: 0;
	margin-left: 20px;
	}

h2
	{
	color: #b7b9bc;
	text-transform: uppercase;
	text-align: left;
	font-size: 122%;
	padding-top: 20px;
	margin-top: 0;
	margin-left: 20px;
	clear: left;
	}

h3
	{
	color: #ffffff;
	font-size: 112%;
	text-align: left;
	text-transform: capitalize;
	margin-left: 35px;	
	}




a.headerlink
	{
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
	margin-left: 500px;
	text-align: left;
	font-size: 110%;
	text-decoration: none;
	}




a:active, a:focus 
	{
	outline: 0;
      }



a img
	{
	border: none;
	}




/*  navigation - shows what page you're on  */



#home .home, #staff .staff, #menu .menu, #events .events, #parties .parties, #catering .catering, #hours .hours, #directions .directions, #reservations .reservations, #giftcert .giftcert, #gallery .gallery, #news .news
	{
	color: #da9735;
	}




#appetizers .appetizers, #soups .soups, #mainattractions .mainattractions, #desserts .desserts, #seasonal .seasonal
 
	{	
	background-position: 0 -126px;
	text-decoration: none;
	border: none;
	}











