@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
#container {
	width: 898px;
	margin: 16px auto;
}
body {
	background: url(../images/bg.jpg) center top no-repeat;  position:relative;
top:0;
left:0;
width:100%;
height:200%;
}
#container {
	width: 781px;
	margin: 0px auto;
}

#banner {
	background-image: url(../images/header1.jpg);
	background-repeat:no-repeat;
	width: 790px;
	height: 306px;
}
#nav {
	height: 20px;
	padding: 10px 0;
}
#slideshow {
	width: 781px;
	height: 276px;
	padding-left:20px;
}
a.home {
	height: 19px;
	width: 39px;
	display: block;
	text-decoration: none;
	background: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;

}
a.dailyspecial {
	height: 19px;
	width: 94px;
	display: block;
	text-decoration: none;
	background: url(../images/dailyspecial.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	padding-left:28px;
}
a.menu {
	height: 19px;
	width: 38px;
	display: block;
	text-decoration: none;
	background: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	padding-left:28px;
}
a.parties {
	height: 20px;
	width: 57px;
	display: block;
	text-decoration: none;
	background: url(../images/parties.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	padding-left:28px;
}
a.events {
	height: 19px;
	width: 51px;
	display: block;
	text-decoration: none;
	background: url(../images/events.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	padding-left:28px;
}
a.liquirstore {
	height: 19px;
	width: 93px;
	display: block;
	text-decoration: none;
	background: url(../images/liquirstore.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	padding-left:28px;
}
a.about {
	height: 19px;
	width: 45px;
	display: block;
	text-decoration: none;
	background: url(../images/about.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	padding-left:28px;
}
a.reviews {
	height: 19px;
	width: 62px;
	display: block;
	text-decoration: none;
	background: url(../images/reviews.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	padding-left:28px;
}
a.directions {
	height: 19px;
	width: 78px;
	display: block;
	text-decoration: none;
	background: url(../images/directions.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	padding-left:28px;
}
a.home:hover{
	background-position: 0 -19px;
}
a.dailyspecial:hover{
		background-position: 11px -20px;
}
a.menu:hover{
		background-position: 14px -20px;
}
a.events:hover{
		background-position: 14px -20px;
}
a.events:hover{
		background-position: 14px -20px;
}
a.liquirstore:hover{
		background-position: 14px -18px;
}
a.about:hover{
		background-position: 14px -20px;
}
a.reviews:hover{
		background-position: 14px -20px;
}
a.directions:hover{
		background-position: 14px -20px;
}
a.parties:hover {
	background-position: 14px -20px;
}

#content {
	padding:0px;
	margin: 20px 0px;
	text-align:justify;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#f0d491;	
}

#footer {
	width: 781px;
	height: auto;
	margin-top: 60px;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f0d491;
}
#footer a{
	text-decoration:none; color:#f0d491;
}

