@charset "utf-8";
/* CSS Document */

/*Navigation Buttons*/
.home_button {
		width:200px;
		height:60px;
		position:absolute;
		left:140px;
		top:169px;
		padding-left:15px;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:url(../images/page/buttons/button_home.png);
}
.menu_button {
		width:200px;
		height:60px;
		position:absolute;
		left:140px;
		top:268px;
		padding-left:15px;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:url(../images/page/buttons/button_menu.png);
}
.gallery_button {
		width:200px;
		height:60px;
		position:absolute;
		left:140px;
		top:367px;
		padding-left:15px;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:url(../images/page/buttons/button_gallery.png);
}
.catering_button {
		width:200px;
		height:60px;
		position:absolute;
		left:140px;
		top:466px;
		padding-left:15px;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:url(../images/page/buttons/button_catering.png);
}

.contact_button {
		width:200px;
		height:60px;
		position:absolute;
		left:140px;
		top:565px;
		padding-left:15px;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:url(../images/page/buttons/button_contact.png);
}


/* Navigation Buttons-Current Page */
.home_button_clicked {
		width:200px;
		height:60px;
		position:absolute;
		left:160px;
		top:169px;
		padding-left:15px;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:url(../images/page/buttons/button_home.png);
}
.menu_button_clicked {
		width:200px;
		height:60px;
		position:absolute;
		left:160px;
		top:268px;
		padding-left:15px;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:url(../images/page/buttons/button_menu.png);
}
.gallery_button_clicked {
		width:200px;
		height:60px;
		position:absolute;
		left:160px;
		top:367px;
		padding-left:15px;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:url(../images/page/buttons/button_gallery.png);
}
.catering_button_clicked {
		width:200px;
		height:60px;
		position:absolute;
		left:160px;
		top:466px;
		padding-left:15px;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:url(../images/page/buttons/button_catering.png);
}
.contact_button_clicked {
		width:200px;
		height:60px;
		position:absolute;
		left:160px;
		top:565px;
		padding-left:15px;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:url(../images/page/buttons/button_contact.png);
}

/*Cafe Menu interaction Buttons*/

.menu_mains_button {
	width:135px;
	height:45px;
	position:absolute;
	left:134px;
	top:85px;
	padding-left:15px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/page/buttons/button_mains.png);
	z-index:15;
}

.menu_desserts_button {
	width:135px;
	height:45px;
	position:absolute;
	left:294px;
	top:85px;
	padding-left:15px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/page/buttons/button_desserts.png);
	z-index:15;
}

.menu_drinks_button {
	width:135px;
	height:45px;
	position:absolute;
	left:614px;
	top:85px;
	padding-left:15px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/page/buttons/button_drinks.png);
	z-index:15;
}

.menu_specials_button {
	width:135px;
	height:45px;
	position:absolute;
	left:454px;
	top:85px;
	padding-left:15px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/page/buttons/button_specials.png);
	z-index:15;
}
.menu_download_button {
	width:215px;
	height:80px;
	position:absolute;
	left:134px;
	bottom:85px;
	padding-left:15px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/page/buttons/button_menu_download.png);
	z-index:15;
}
/*Cafe Menu interaction Buttons Clicked*/

.menu_mains_button_clicked {
	width:135px;
	height:45px;
	position:absolute;
	left:134px;
	top:85px;
	padding-left:15px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/page/buttons/button_mains_clicked.png);
	z-index:15;
}

.menu_desserts_button_clicked {
	width:135px;
	height:45px;
	position:absolute;
	left:294px;
	top:85px;
	padding-left:15px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/page/buttons/button_desserts_clicked.png);
	z-index:15;
}

.menu_drinks_button_clicked {
	width:135px;
	height:45px;
	position:absolute;
	left:614px;
	top:85px;
	padding-left:15px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/page/buttons/button_drinks_clicked.png);
	z-index:15;
}

.menu_specials_button_clicked {
	width:135px;
	height:45px;
	position:absolute;
	left:454px;
	top:85px;
	padding-left:15px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/page/buttons/button_specials_clicked.png);
	z-index:15;
}


.gallery_slideshow{
	z-index: 15;
	left:150px;
}

.banner{}

