@charset "utf-8";
/* CSS Document */

* { outline: none; }

a img { border: none; }

body {
	margin: 0;
	padding: 0;
	background: #2D384A url(images/bg.png) 0 0 repeat;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 130px;
	background: #2D384A url(images/header.jpg) 50% 0 no-repeat;
	text-align: center;
	padding-top: 10px;
}

#menu {
	height: 29px;
	background: #3FA8F4 url(images/menu.png) 50% 0 repeat-x;
}

#menu p {
	float: right;
	margin: 0;
	padding: 0;
	height: 17px;
	padding: 6px 10px;
}

#menu p img { margin: 0 5px; }

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	display: block;
	border-right: 1px solid #12304F;
	height: 17px;
	padding: 6px 10px;
	text-indent: -5000px;
	overflow: hidden;
}

.menu-home {
	width: 50px;
	background: url(images/menu-home.png) 50% 0 no-repeat;
}

.menu-immersioni {
	width: 100px;
	background: url(images/menu-immersioni.png) 50% 0 no-repeat;
}

.menu-contatti {
	width: 90px;
	background: url(images/menu-contatti.png) 50% 0 no-repeat;
}

.menu-facebook {
	width: 90px;
	background: url(images/menu-facebook.png) 50% 0 no-repeat;
}

.menu-strutture {
	width: 100px;
	background: url(images/menu-strutture.png) 50% 0 no-repeat;
}

.menu-boatcruise {
	width: 100px;
	background: url(images/menu-boat.png) 50% 0 no-repeat;
}

#menu ul li a:hover { background-position: 50% 100%; }

#main {
	background: #fff;
}

#main .content {
	float: left;
	width: 590px;
	padding: 10px;
	color: #1B1464;
	line-height: 150%;
}

#listino {
	margin-top: 10px;
	float: right;
	height: 478px;
	width: 260px;
	padding: 10px;
	background: url(images/listino.jpg) 50% 0 no-repeat;
	color: #fff;
	font-size: 11px;
}

#listino .immersioni { height: 288px; }

#listino h3 {
	margin: 0;
	padding: 0 0 20px;
	font-size: 12px;
}

#listino td { 
	width: 75px;
	text-align: right;
}

#listino td.prezzo {
	background: #fff;
	color: #333;
	text-align: left;
	width: 95px;
}

#listino td.label {
	background: url(images/labellistino.png) 50% 0 repeat-x;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

#footer {
	height: 70px;
	background: #3FA8F4 url(images/footer.png) 50% 0 repeat-x;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 10px;
	font-style: italic;
	width: 430px;
	float: left;
}

#footer a.credits {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-style: normal;
}

#footer p.meteo { padding: 0; }

#footer .meteo {
	font-size: 10px;
}

/*AMMINISTRAZIONE */

h1 {font-size:20px;
	font-weight:bold;
    color:#00356A; }
   
.titolo {font-weight:bold;
		font-size:14px;
	   color:#3FA8F4;
	   padding-top:10px;
	   }

label {font-weight:bold;
color:#00356A;}

.bottone {font-weight:bold;
          color:#000;
		  text-align:center;
		  width=100px;
		  background: #3FA8F4 url(images/menu.png) 50% 0 repeat-x;
		  border:1px solid #00356A;
		  padding-top:2px;
}

.menu_amministrazione {
		color: #666;
		background: #eee;
		padding: 3px 0;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
}

.menu_amministrazione a {
		text-decoration: none;
		color: #06F;
		font-weight: bold;
		padding: 0 2px;
}

.menu_amministrazione a.active {
		background: #d5d5d5;
}
