/*stili per il layout fisso con posizionamenti assoluti*/
html,body{margin: 0;padding:0}
body{
	scrollbar-face-color: #F3F1ED; 
	scrollbar-highlight-color: #F3F1ED;
	scrollbar-shadow-color: #F3F1ED; 
	scrollbar-arrow-color:  #665C4E; 
	scrollbar-3dlight-color: #D4CEC3; 
	scrollbar-track-color: #D4CEC3; 
	scrollbar-darkshadow-color: #D4CEC3;
}

body{
	font-family: arial,sans-serif;
	font-size: 76%;
	background-attachment: scroll;
	background-image: url(../images/bg_pattern.gif);
	background-repeat: repeat-x;
	background-color: #78572E;
}

div#container{
	position:relative;
	width: 728px;
	text-align: left;
	height: auto;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0px;
    }

/*stili generici, su header e footer*/
div#header{
	background-color:#78572E;
	background-image: url(../images/flash_up_01.jpg);
	height: 131px;
	width: 728px;
}
div#flahead{
	height: 121px;
	width: 708px;
	padding-top: 10px;
	padding-left: 10px;
}
div#pubb{
	position:relative;
	width: 728px;
	text-align: center;
	height: auto;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0px;
    }
div#banner {
	position:relative;
	padding-top: 20px;
    }


div#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
div#footer #img1{
	padding:0px;
	position:absolute;
	height: 39px;
	width: 660px;
	left: 0px;
	top: 0px;
}
div#footer #img2{
	padding:0px;
	height: 39px;
	width: 68px;
	margin-left: 660px;
}

/*stili specifici per il layout*/
div#navigation{
	position:absolute;
	top: 131px;
	right: 10px;
	width: 434px;
	background-attachment: scroll;
	background-image: url(../images/bg_home.gif);
	background-repeat: no-repeat;
	height: 429px;
}
div#contentcontainer{
	padding: 0em;
	background-color: #fff;
	background-attachment: scroll;
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	height: 429px;
	width: 728px;
}
div#content{
	margin-right: 200px;
	padding: 0em;
	background-color: #fff;
	position: relative;
	height: 429px;
	width: 274px;
	left: 10px;
}
div#footer{
	padding: 0em;
	background-color: #78572E;
	height: 39px;
	width: 728px;
	position:relative;
}

div#data_home{
	position:absolute;
	top: 131px;
	right: 10px;
	width: 434px;
	background-attachment: scroll;
	background-image: url(../images/bg_home_offer.gif);
	background-repeat: no-repeat;
	height: 429px;
}

div#data_hotel{
	position:absolute;
	top: 131px;
	right: 10px;
	width: 434px;
	background-attachment: scroll;
	background-image: url(../images/bg_sez.gif);
	background-repeat: no-repeat;
	height: 429px;
}

div#data_neutro{
	position:absolute;
	top: 131px;
	right: 10px;
	width: 434px;
	background-attachment: scroll;
	background-image: url(../images/bg_neutro.gif);
	background-repeat: no-repeat;
	height: 429px;
	overflow: hidden;
}