@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - The Screen styles -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* General styles for the whole document */
html {
	width: 100%;
	min-height: 100%;
}
body {
	background-image:url(../../graphics/gui/bg_grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* Typo styles and format */

p {
	margin-bottom: 5px;
}
h1 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;	
}
h2 {

}
h3 {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-weight: bold;
}
h4 {

}
h5 {

}
h6 {

}


/* General Classes */
.padding {
	padding: 10px;
}
.margin {
	margin: 5px;
}
.normalUl {
	padding: 10px;
}
.normalUl li {
	padding: 5px;
	list-style-type: disc;
	margin-left: 20px;
}

/* Major Containers */
.stretch {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper {
	width: 900px;
	margin-right: 55px;
	margin-left: 55px;
	position: relative;
}

/* Header */
.header {
	height: 250px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	position: relative;
}
#headerSunset {
	background-image: url(../../graphics/header/header_sunset.png);
}
#headerRock {
	background-image: url(../../graphics/header/header_rock.png);
}
#headerFlowers {
	background-image: url(../../graphics/header/header_flowers.png);
}
#headerHorses {
	background-image: url(../../graphics/header/header_horses.png);
}
#headerHotel {
	background-image: url(../../graphics/header/header_hotel.png);
}
#headerNight {
	background-image: url(../../graphics/header/header_night.png);
}
#headerTaverna {
	background-image: url(../../graphics/header/header_taverna.png);
}
#headerVolley {
	background-image: url(../../graphics/header/header_volley.png);
}
#headerWine {
	background-image: url(../../graphics/header/header_wine.png);
}
#logo a {
	display: block;
	position: absolute;
	width: 320px;
	height: 244px;
	background-image: url(../../graphics/logos/logo_header.png);
	background-repeat: no-repeat;
	background-position: left 45px;
	text-indent: -9999px;
	top: 5px;
	left: 60px;
	z-index: 100;
}
#gallerycontrols {
	position: absolute;
	width: 600px;
	height: 40px;
	top: -15px;
	left: 400px;
}
#gallerycontrols h2 {
	display: block;
	float: left;
	height: 40px;
	width: 120px;
	background-image: url(../../graphics/buttons/btn_gallery.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#gallerycontrols a:link, #gallerycontrols a:visited, #gallerycontrols a:active {
	display: block;
	float: left;
	height: 35px;
	width: 55px;
	background-image: url(../../graphics/buttons/btn_gallery_detail.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	color: #666;
	font-size: 14px;
}
#gallerycontrols a:hover {
	color: #000;
	background-image: url(../../graphics/buttons/btn_gallery_detail_over.png);
}
#topmenu {
	position: absolute;
	z-index: 100;
	height: 40px;
	width: 190px;
	left: 805px;
	top: 50px;
	background-image: url(../../graphics/gui/top_stripe.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
#topmenu li {
	display: inline;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	display: block;
	float: right;
	height: 15px;
	margin-left: 10px;
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 13px;
}
#topmenu a:hover, #topmenu a.current:link, #topmenu a.current:visited {
	text-decoration: underline;
}

/* Menu Bar */
#menubar {
	height: 40px;
	background-image: url(../../graphics/gui/menu_bar.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#logodecor {
	position: absolute;
	height: 35px;
	width: 300px;
	background-image: url(../../graphics/logos/logo_waves.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	top: 3px;
	left: 200px;
	z-index: 100;
}
#btnbook a {
	height: 90px;
	width: 90px;
	position: absolute;
	left: 860px;
	top: -50px;
	background-image: url(../../graphics/buttons/btn_reservation.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	z-index: 200;
}
#btnbook a:hover {
	background-position: center -90px;
}
/* Main Content */
#container {
	background-image: url(../../graphics/gui/panel_center.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 55px;
}
#homelink1, #homelink2, #homelink3 {
	display: inline;
}
#homelink1 a:link, #homelink1 a:visited, #homelink1 a:active {
	background-image: url(../../graphics/adds/homelinks_hotel.png);
	display: block;
	float: left;
	width: 300px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}
#homelink1 a:hover {
	background-position: center -200px;
}
#homelink2 a:link, #homelink2 a:visited, #homelink2 a:active {
	background-image: url(../../graphics/adds/homelinks_activities.png);
	display: block;
	float: left;
	width: 300px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}
#homelink2 a:hover {
	background-position: center -200px;
}
#homelink3 a:link, #homelink3 a:visited, #homelink3 a:active {
	background-image: url(../../graphics/adds/homelinks_location.png);
	display: block;
	float: left;
	width: 300px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}
#homelink3 a:hover {
	background-position: center -200px;
}

.panelThird {
	float: left;
	width: 280px;
	padding: 10px;
}
.sideAdd {
	margin-bottom: 10px;
}
.sideAdd a {
	display: block;
	height: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#sideAddHotel a {
	background-image: url(../../graphics/adds/sidelinks_about.png);
}
#sideAddContact a {
	background-image: url(../../graphics/adds/sidelinks_contact.png);
}
#sideAddHotel1 a {
	background-image: url(../../graphics/adds/sidelinks_hotel1.png);
}
#sideAddHotel2 a {
	background-image: url(../../graphics/adds/sidelinks_hotel2.png);
}
#sideAddHotel3 a {
	background-image: url(../../graphics/adds/sidelinks_hotel3.png);
}
#sideAddActivities a {
	background-image: url(../../graphics/adds/sidelinks_activities1.png);
}
#sideAddActivities1 a {
	background-image: url(../../graphics/adds/sidelinks_activities2.png);
}
#sideAddFood a {
	background-image: url(../../graphics/adds/sidelinks_food.png);
}
#sideAddLocation a {
	background-image: url(../../graphics/adds/sidelinks_location1.png);
}

/* SiteInfo */
#siteinfo {
	height: 50px;
	background-image: url(../../graphics/gui/panel_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 55px;
	padding-left: 55px;
	font-size: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/* Footer */
#footer {
	margin: 10px;
	color: #333;
	font-size: 10px;
}
#footer a {
	color: #333;
}
#notes {
	margin-bottom: 20px;
	background-image: url(../../graphics/logos/eserv.jpg);
	background-position: left top;
	padding-left: 160px;
	padding-right: 150px;
	background-repeat: no-repeat;
	height: 30px;
}
#notes p {
	margin-bottom: 2px;
}
#dg {
	text-align: center;
}

