@charset "UTF-8";
/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* font-weight: inherit;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html{
	width:100%;
	height:100%;
}
/* END RESET */
/* CSS Document */

html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	/**/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	background:#000 url(../img/bkg_page.jpg) top center repeat-y;
	color:#6a4b2f;
}
#splash{
	width:100%;
	height:100%;
	background-color:#dcccb6;
}
#splash div{
	width:800px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-150px 0 0 -400px;
}
#splash img{
	width:400px;
	height:300px;
}
#splash a{
	display:block;
	float:left;
	width:400px;
	height:300px;
	text-decoration:none;
}
/* PAGINE */
#page{
	width:100%;
	height:100%;
}
#wrapper{
	width:798px;
	height:625px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-375px 0 0 -474px;
	background:transparent url(../img/bkg_content.jpg) 0 0 no-repeat;
	padding:125px 0 0 150px;
}
#menu{
	display:block;
	width:470px;
	height:17px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin-left:250px;
	color:#FFFFFF;
	padding:8px 0 0 0;
	text-align:center;
}
#menu_eng{
	display:block;
	width:470px;
	height:17px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin-left:250px;
	color:#FFFFFF;
	padding:8px 0 0 0;
	text-align:center;
}
#menu a{
	text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;	
}
#menu .selected{
	color:#3f2a15;
}
#menu_eng a{
	text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;	
}
#menu_eng .selected{
	color:#3f2a15;
}
#content{
	width:710px;
	height:490px;
	margin:5px;
	background:#FFFFFF no-repeat 0 0;
}
#content .diving{
	width:710px;
	height:490px;
	position:relative;
	font-weight:100;
	font-style:normal;
}
.home{
	background:transparent url(../img/bkg_home.jpg);
}
.home p{
	position:absolute;
	left:10px;
	bottom:10px;
	color:#FFFFFF;
	font-size:230%;
	padding-bottom: 5px;
}
.lobby{
	background:transparent url(../img/bkg_lobby.jpg);
}
.lobby p{
	position:absolute;
	left:10px;
	bottom:10px;
	color:#FFFFFF;
	font-size:230%;
}
.ristorante{
	background:transparent url(../img/bkg_ristorante.jpg);
}
.ristorante p{
	position:absolute;
	left:10px;
	bottom:10px;
	color:#FFFFFF;
	font-size:230%;
}
.camere{
	background:transparent url(../img/bkg_camere.jpg);
}
.camere p{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#FFFFFF;
	font-size:200%;
	text-align:right;
	color:#000000;
}
.prezzi{
	background:transparent url(../img/bkg_prezzi.jpg);
}
.prezzi ul{
	position:absolute;
	bottom:10px;
	right:10px;
	width:290px;
	font-size:120%;
}
.prezzi ul li{
	margin-bottom:15px;
}
.prezzi span{
	display:block;
	float:left;
	width:160px;
	color:#000000;
}
.come_raggingierci{
	background:transparent url(../img/bkg_come_raggiungierci);
}
#testo{
	width:370px;
	height:460px;
	float:left;
	padding:15px;
	text-align:justify;
	overflow: auto;
}
#testo p{
	margin-bottom:10px;
}
#maps{
	width:310px;
	float:left;
	background-color:#FFFFCC;
	height:490px;
}
#lenguage{
	width:60px;
	margin-left:650px;
	text-align:center;
	font-size:120%;
	padding:5px;
}
#lenguage a{
	color:#6a4b2f;
	text-decoration:none;
}
#footer{
	padding:20px 10px;
	text-align:center;
	font-size:110%;
	background:transparent url(../img/bkg_footer.jpg) center 15px no-repeat;
	width:700px;
}
