﻿body {
	margin: 0px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: center;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
}

div.container{
	width:960px;
	margin:auto;
}

div.intestazione {
	background-image: url(../img/structure/patongsuitehome_int.png);
	background-position: 20px bottom;
	background-repeat: no-repeat;
	width:960px;
	height:120px;
}
div.middle{
	float:left;
	border-top: solid 5px #FFB300;
	background-color: #fff;
	width:920px;
	margin: 0px 0px 0px 20px;
}

div.sponsor{
	float:left;
	background-color: #fff;
	width:920px;
	margin: 0px 0px 0px 20px;
}

div.page{
	float:left;
	background-image: url(../img/structure/pageTheme.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	min-height:400px;
	width:870px;
	margin: 0px 0px 0px -20px;
	padding-top: 26px;
	padding-left:40px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:justify;
}

div.menu{
	float:left;
	height:40px;
	padding-left:10px;
}

div.menu ul{
	margin:0;
	padding:0 0 0 0px;
	list-style:none; 
}

div.language{
	float:right;
	height:40px;
	padding-right:10px;
}

#slideshow {
    position:relative;
    height:350px;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}

div.prices {
    float:right;
    width: 400px;
}

table {border: 1px solid #666;border-spacing:0px;border-collapse:collapse;}
tr {border: 1px solid #666;}
td {border: 1px solid #666;}

div.facilities {
    float: left;
    width: 280px;
}

div.piedipagina {float:left; width:920px; height:13px; margin-left: 20px;}
div.bottomLeft  {float:left; width:14px; height:13px;}
div.bottomCenter{float:left; width:892px; height:13px; background-color: #fff;}
div.bottomRight {float:right; width:14px; height:13px;}

img {border:none;}
img.menu {margin: 10px 0px 0px 0px;}
.cursor {cursor:pointer; text-decoration:underline;}

a           {color:#999;}
a:hover     {color:#67a;}
a:visited   {color:#999;}

