@charset "utf-8";
html, body {
	font: 100%;
	background: #FFC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003;
	font-size: 14px;
	font-family: Tahoma, Helvetica, Geneva, sans-serif;
}
.oneColFixCtr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #6CC;
}
#header {
	width:955px;
	height:240px;
	background-image:url(img/header.png);
}
#footer {
	width:955px;
	height:55px;
	text-align: center;
	background-color:#FFC;
}
#central {
	width:915px;
	padding: 0 20px;
}
#mainContent {
	width:645px;
	margin-bottom:20px;
	margin-top:20px;
	padding:10px 20px 10px 20px;
	margin-right: 20px;
	float: left;
}
/*fine struttura principale*/
#menu2 a{
	display:block;
	float:right;
	width:170px;
	margin:0 0 0 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
}
#menu2 a span{
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	border-bottom:1px solid #FFF;
	color:#FFF;
	font-weight:bold;
}
#menu2 a img{
	display:none;
	border:none;
}
if IE6 
#menu2 a:hover{  
	height:150px;
}
#menu2 a:hover img{
	display:block;
}
#menu2 a:hover span{
	color: #FFC;
	border-bottom:1px solid #FFC;
}
.underlinemenu {
	font-weight: normal;
	background-color: #6CC;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom:5px;
	margin-top: 10px;
}
.underlinemenu ul {
	padding: 6px 0 7px 0; 
	margin: 0;
	text-align: right; 
}
.underlinemenu ul li {
	display: inline;
	text-align: right;
}
.underlinemenu ul li a {
	color: #FFF;
	padding: 6px 3px 4px 3px;
	margin-right: 20px;
	text-decoration: none;
	border-bottom: 3px solid #FFF;
}
.underlinemenu ul li a.selected {
	border-bottom-color: #FFC;
	color:#FFC;
}
/*fine menù*/
/*dock*/
.dock-container { position: relative; top: -8px; height: 50px; padding-left: 20px; }
a.dock-item { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #333; }
.dock-item span { display: none; padding-left: 20px; }
.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%; } 
/*fine dock*/
/*set immagini*/
#setphoto2{
	display:inline;
	width:250px;
	height:250px;
	background-color:#FFF;
	margin-left:20px;
	margin-bottom:20px;
}
/*testo*/
p {
	text-align:justify;
}
.presentazione {
	text-align:justify;
	font-size:16px;
}
a:link {
	color: #003;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size:18px;
	text-transform:uppercase;
	color:#FFF;
}
h1 a:link a:visited a:hover a:active{
	color:#FFF;
	text-decoration:none;
}
h2 {
	font-size:16px;
	text-transform:uppercase;
	color: #FFC;
}
h2 a:link a:visited a:hover a:active{
	color:#FFC;
	text-decoration:none;
}
h3 {
	text-transform:uppercase;
	color: #FF6;
}
h3 a:link a:visited a:hover a:active{
	color:#FF6;
	text-decoration:none;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.bold {
	font-weight:bold;
}
.uppercase {
	text-transform:uppercase;
}
.white{
	color: #FFF;
}
/*tabelle*/
table.voli {
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
}
table.voli h3 {
	font-size:12px;
	color: #003;
}
/*boxes*/
.tour {
	float:left;
	margin-right:10px;
	width:200px;
	border-style: dotted;
	border-color: #FFF;
	border-width: 2px;
	text-align:left;
}
.tour2 {
	float:left;
	margin-right:10px;
	width:200px;
	border-style: dotted;
	border-color: #FFF;
	border-width: 2px;
	text-align:left;
	height: 250px;
	margin-bottom: 20px;
}
