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

body 
	{
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#wrapper 
	{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	}
	
#main 
	{
	float: left;
	width: 1024px;
	}
	
#top-main 
	{
	float: left;
	width: 1024px;
	height: 625px;
	background-repeat: no-repeat;
	height: 625px;
	}

#top-main.about-us
	{
	background-image: url(images/bkgd/about-us.jpg);
	}

#top-main.group-packages
	{
	background-image: url(images/bkgd/group-packages.jpg);
	}
#top-main.menus
	{
	background-image: url(images/bkgd/menus.jpg);
	}

#top-main.contact-location
	{
	background-image: url(images/bkgd/contact.jpg);
	}

#top-main.mailing-list
	{
	background-image: url(images/bkgd/mailing-list.jpg);
	}

#top-main.gift-cards
	{
	background-image: url(images/bkgd/gift-cards.jpg);
	}

#top-main.reservations
	{
	background-image: url(images/bkgd/reservations.jpg);
	}

#top-main.private-parties
	{
	background-image: url(images/bkgd/private-parties.jpg);
	}


#slideshow
	{
	
	position: relative;
	width: 1024px;
	clear: both;
	}


#header 
	{
	float: left;
	width: 1024px;
	text-align: center;
	position: relative;
	z-index: 10;
	}
	

#mainnav 
	{
	float: left;
	width: 280px;
	height: 236px;
	margin-top: 280px;
	margin-left: 20px;
	padding-top: 10px;
	background-image: url(images/mainnav.png);
	_background-image: url(images/mainnavIE6.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	}
#mainnav a
	{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 24px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	}

#mainnav a:hover
	{
	background-image: url(images/mainnav-hover.png);
	_background-image: url(images/mainnav-hoverIE6.png);
	}
	
#content-background
	{
	float: right;
	width: 400px;
	height: 560px;
	background-image: url(images/black-trans-shim.png);
	margin-top: -20px;
	}
#content 
	{
	float: right;
	width: 360px;
	color: #FFF;
	height: 480px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
#bottom-main 
	{
	float: left;
	width: 1024px;
	height: 144px;
	background-image: url(images/footer-leather.jpg);
	background-repeat: no-repeat;
	}
	
#icons
	{
	float: left;
	width: 800px;
	text-align: left;
	padding-right: 15px;
	margin-top: 30px;
	}
	
#footer 
	{
	float: left;
	width: 1024px;
	text-align: right;
	color: #FFF;
	font-size: 10px;
	}
	
#copyright 
	{
	float: left;
	text-align: right;
	width: 1024px;
	padding-top: 10px;
	line-height: 16px;
	}
h1,h2,h3
	{
	margin: 0px;
	color: #CC521D;
	}

h1
	{
	font-size: 18px;
	}
h2
	{
	font-size: 16px;
	}
h3
	{
	font-size: 14px;
	}
	
p
	{
	line-height: 21px;
	*line-height: 18px;
	}
ul
	{
	line-height: 18px;
	}
	
img
	{
	border: 0px;
	}
	
a
	{
	color: #CC521D;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover
	{
	color: #FFF;
	text-decoration: underline;
	}
	
input
	{
	border: 0px;
	}
	


div.overlay{
	background-color: #000;
	border: #CC521D 10px solid;
	padding: 15px;
    /*set the div in the center of the screen*/
    position:absolute;
	text-align: center;
    top:30%;
	left: 30%;
	z-index: 100;
	color: #FFF;
	display: none;
  }
  
div.overlay a{
	color: #FFF;
}

