html {
  background: url('../images/bg_tile.jpg');
}

 /* Sticky Footer */
 
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -270px; 
  background: url('../images/body_tile.jpg');
  background-position: 0 636px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
  height: 270px; 
}
.site-footer {
  background: url('../images/footer.jpg');
}

body {
	width: 1080px;
	margin: 30px auto 0px auto;
}
.content_holder {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.page_background {
  background: url('../images/header_background.jpg');
  background-repeat: no-repeat;
  min-height: 636px;
}
.site_header {
	height: 210px;
}
.column_left {
	width: 494px;
	float: left;
}
.column_right {
	width: 494px;
	margin-left: 12px;
	float: left;
}


.header_site_holder {
	position: absolute;
	left: 0;
	top: 81px;
	width: 494px;
	height: 91px;
}

.header_site_button {
	position: absolute;
	height: 44px;
  background: url('../images/navigation.jpg');
}
.header_site_button_home {
	left: 0px;
	top: 0px;
	width: 74px;
	background-position: 0 0;
}
.header_site_button_home:hover {
	background-position: 0 -91px;
}
.header_site_button_home.selected {
	background-position: 0 -182px;
}
.header_site_button_what {
	left: 84px;
	top: 0px;
	width: 136px;
	background-position: -84px 0;
}
.header_site_button_what:hover {
	background-position: -84px -91px;
}
.header_site_button_what.selected {
	background-position: -84px -182px;
}
.header_site_button_gallery {
	left: 236px;
	top: 0px;
	width: 100px;
	background-position: -236px 0;
}
.header_site_button_gallery:hover {
	background-position: -236px -91px;
}
.header_site_button_gallery.selected {
	background-position: -236px -182px;
}
.header_site_button_private {
	left: 337px;
	top: 0px;
	width: 157px;
	background-position: -337px 0;
}
.header_site_button_private:hover {
	background-position: -337px -91px;
}
.header_site_button_private.selected {
	background-position: -337px -182px;
}


.header_site_button_food {
	left: 0px;
	top: 49px;
	width: 66px;
	background-position: -0px -49px;
}
.header_site_button_food:hover {
	background-position: -0px -140px;
}
.header_site_button_food.selected {
	background-position: -0px -231px;
}
.header_site_button_drink {
	left: 82px;
	top: 49px;
	width: 78px;
	background-position: -82px -49px;
}
.header_site_button_drink:hover {
	background-position: -82px -140px;
}
.header_site_button_drink.selected {
	background-position: -82px -231px;
}
.header_site_button_contact {
	left: 173px;
	top: 49px;
	width: 117px;
	background-position: -173px -49px;
}
.header_site_button_contact:hover {
	background-position: -173px -140px;
}
.header_site_button_contact.selected {
	background-position: -173px -231px;
}
.header_site_button_jukebox {
	left: 298px;
	top: 49px;
	width: 114px;
	background-position: -298px -49px;
}
.header_site_button_jukebox:hover {
	background-position: -298px -140px;
}
.header_site_button_jukebox.selected {
	background-position: -298px -231px;
}
.header_site_button_news {
	left: 298px;
	top: 49px;
	width: 73px;
	background-position: -421px -49px;
}
.header_site_button_news:hover {
	background-position: -421px -140px;
}
.header_site_button_news.selected {
	background-position: -421px -231px;
}
.header_social_holder {
	position: absolute;
	left: 0;
	top: 14px;
	width: 149px;
	height: 44px;
}

.header_social_button {
	position: absolute;
	top: 0;
	width: 45px;
	height: 44px;
  background: url('../images/button_social.jpg');
}

.header_social_button_facebook {
	left: 0px;
	background-position: 0 0;
}
.header_social_button_facebook:hover {
	background-position: 0 -44px;
}
.header_social_button_twitter {
	left: 52px;
	background-position: -52px 0;
}
.header_social_button_twitter:hover {
	background-position: -52px -44px;
}
.header_social_button_instagram {
	left: 104px;
	background-position: -104px 0;
}
.header_social_button_instagram:hover {
	background-position: -104px -44px;
}

.footer_credit {
	position: absolute;
	left: 0;
	bottom: 16px;
	font-size: 12px;
}
.footer_credit a {
	font-weight: bold;
}
.footer_other_bar {
	right: 0 !important;
	left: inherit !important;
}

.footer_links {
	position: absolute;
	right: 0;
	top: 28px;
	width: 241px;
}
.footer_links_column {
	width: 120px;
	float: left;
}
.footer_links_column a {
	display: block;
}

.right_column_push {
	height: 90px;
}
.jukebox_right_push {
	margin-top: -12px;
}


.home_special_offers {
 	background: url('../images/specialoffers_box.jpg');
}

.home_contact {
 	background: url('../images/button_contact.jpg');
}
