/*---------azzeramento margini e padding--------------*/
html, body, h1, h2, h3, h4, h5, h6,
p,img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td, button, iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body{
	height:100%;
}
/*--------------------------------------------------*/
/*-------centratura IE, font e background body------*/
body {
	color: #FFF;
	background: #FFF;
	font: 62.5%/1.4 Verdana, Tahoma, "Bitstream Vera Sans", sans-serif;
	text-align:center;
}
/*--------------------------------------------------*/
/*--stili generici titoli, paragrafi, link, liste, testo...--*/
h2, h3, h4, h5, h6, p{
	margin: 0.6em 0 0.32em;
}
h1, h2, h3, h4, h5, h6, #menu, #versione, .smOW{
	font-family:Garamond, "Palatino Linotype", "Baskerville Old Face", "URW Palladio L", serif;
}
h2{
	font-size:2.3em;
	margin:0 0 25px 0;
	line-height:1;
	font-weight:normal;
}
a {
	text-decoration:none;
	outline:none;
	color:#FFF;
}
a:hover, a:focus, a:active, a.attivo{
	color:#A6A6A6;
}
ol, ul {
	list-style: none;
}
.nascosto, #prenotazione legend span{
	position:absolute !important;
 	left:-10000px !important;
 	top:-10000px !important;
 	width:1px !important;
 	height:1px !important;
 	overflow:hidden !important;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/*--per centrare verticalmente la home--*/
div#shim{
	width: 100%;
	height: 50%;/* Bump div#container down half the height of the screen. */
	min-height: 570px;
	margin-top: -245px;/* Half the height */
	float: left;
	position:relative;
}
/*--container--*/
#container{
	width:920px;
	height:200px;
	margin:0 auto;
	text-align:left;
	clear:both;
	border: 2px #B3B3B4;
	border-style: solid none;
}
/* clearing floats */
#container:after{
	content:"."; 
	display:block; 
	height:0;
	width:100%;
	clear:both;
	visibility:hidden;
}
/*--logo--*/
h1, #claim{
	position:absolute;
	left:50%;
	text-indent:-9000em;
	overflow:hidden;
	color:#000;
}
h1{
	width:341px;
	height:69px;
	bottom:170px;
	margin-left:-170px;
	background:url(../img/titolo.gif) no-repeat left top;
}
#claim{
	width:567px;
	height:63px;
	bottom:60px;
	margin:0 0 0 -283px;
	background:url(../img/claim.gif) no-repeat left top;
}
/*--lista hotel--*/
#hotel{
	width:100%;
	float:left;
}
#hotel li{
	width:230px;
	height:200px;
	float:left;
}
#hotel li a{
	width:100%;
	height:100%;
	display:block;
	text-indent:-9000em;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image: url(../img/bkg_splashpage.gif);
}
#hotel li.ghda a{
	background-position:left top;
}
#hotel li.breithorn a{
	background-position:-230px top;
}
#hotel li.mascognaz a{
	background-position:-460px top;
}
#hotel li.etre a{
	background-position:-690px top;
}
#hotel li.ghda a:hover{
	background-position:left bottom;
}
#hotel li.breithorn a:hover{
	background-position:-230px bottom;
}
#hotel li.mascognaz a:hover{
	background-position:-460px bottom;
}
#hotel li.etre a:hover{
	background-position:-690px bottom;
}
/*--popup--*/
#popup{
	width:789px;
	height: 405px;
	border: 1px solid #9C7522;
	text-align:left;
	margin:0 auto;
	background: #343434;
}
.js #popup{
	display:none;
}
#popup .close {
	background: transparent url(../img/closelabel.png) no-repeat center center;
    display: block;
	position:absolute;
	z-index:20;
    width: 58px;
    height: 58px;
    right: 0;
    top: 0;
	cursor:pointer;
}
#popup h2{
	width:753px;
	height:369px;
	margin:0;
	font-size:4.3em;
	position:relative;
	z-index:10;
	border: 18px solid #343434;
}
#popup h2 span{
	font-size:0.77em;
}
#popup h2 a{
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	display:block;
}
#popup h2 strong{
	width:713px;
	padding:10px 20px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	display:block;
	/*background: url(../img/bkg_title.png);*/
	background: #343434;
	font-weight:normal;
}
#popup img{
	display:block;
}

