/* @override http://litos.symfony.netseven.it/css/default.css */

/* @override http://litos.symfony.netseven.it/css/default.css */


html,	body {
		height:100%;
		padding: 0;
		margin: 0	;
	}
body {
	color: #3f3f3f;
}

#page_ext {
			min-height:100%;
		position:relative;

}
#content {
	clear: both;
	 padding-bottom: 130px;
}

.shadow {
	background-image: url(img/shadow_top.png) ;
	background-repeat: repeat-x;
	background-position: top;

}



/* HEADER */
#header_container {
	height: 190px;
	border-bottom: 1px solid #fff;

}

#header {
	position: relative;
	overflow: hidden;
}

#titolo {
	color: #fff;
	padding-top: 45px;	
	text-shadow: 0 1px 3px #333;
}

#titolo h3 {
	font-size: 86px;
	line-height: 40px;	
	color: #fff;
}

#titolo h3 a{
	text-decoration: none;
	color: #fff;
}

#titolo h3 span{
	font-size: 28px;
	letter-spacing: -1px;

}	
#sunbrella_made a {
	position: absolute;
	bottom: 10px;
	right:0;
	z-index: 3;
	display: block;
}

#sunbrella_made a img{
}

#menu ul{
	float: left;
	padding: 35px;
	font-size: 11px;
	list-style: none;}

#menu li{
	height: 90px;
	text-align: center;
	
	/* speciali */
	border-radius:3px;
	box-shadow:0 1px 3px #333;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0 1px 2px rgba(20, 20, 20, .6), 0 -1px 1px rgba(240, 240, 240, .9) ;
	-moz-border-radius:3px;
	-moz-box-shadow:0 1px 3px #333
	
	}

#menu li a {
	display: block;
	color: #fff;
	padding: 66px 0 0 0;
	background-position: left 18px;
	background-repeat: no-repeat;
	}
	
	#menu li a:hover {
		text-decoration: none;
		color: #000;
		background-position: right 18px;
	}
	
	#home a{
	background-image: url(img/home.png);
	}

	#meteo a{
	background-image: url(img/servizi.png);
	}

	#servizi a{
	background-image: url(img/servizi_2.png);
	}

	#prezzi a{
	background-image: url(img/prezzi.png);
	}

	#prenota a{
	background-image: url(img/prenota.png);
	}
	
    #lido a{
    background-image: url(img/servizi.png);
    }
	
	
/* contenuto pagina */

#content .container_24 {
	padding-top: 37px;
}

#main_content {
	text-shadow: 0 1px 1px #fff;
	
}

 h1 {
	font-size: 22px;
	margin-bottom: 0;
	line-height: 20px;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 13px;
	margin-bottom: 4px;
}


#content ul {
	margin:10px 0;
	font-size: 13px;
}

#content ul li{
	margin:0 20px;
}

#main_content p {
	font-size: 13px;
	line-height: 19px;
}

#main_content p span:first-child {
	font-size: 1.2em;
	display: block;
	margin-bottom: 20px;
}
	
	/* foto */
#main_photo {
	padding-top: 32px;
	text-align: center;
}

#main_photo img {
	padding: 2px;
	border: 1px solid #c8c8c8;}

#main_photo p {
	padding:12px 3px;
	text-align: center;
	font-size: 11px;
	margin: 20px 10px;
	background: #e6e6e6;
	
	/* speciali */
	border-radius:3px;
	box-shadow:0 1px 1px #333;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0 1px 1px rgba(50, 50, 50, .5);
	-moz-border-radius:3px;
	-moz-box-shadow:0 1px 1px  rgba(50, 50, 50, .5);
	
	}

#main_photo p a{
	color:#900 ;
	text-decoration: none;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 6px;
	margin-top: 6px;
	border-top: 1px solid #999;
	}


/* contatti */
#contatti {
	margin-top: 24px;
}

#contatti h2 {
	margin-bottom: 10px;}

#contatti p {
	font-size: 12px;
}

#contatti p a{
text-decoration: none;}

#contatti span {
	font-size: .9em;
}


/* table */ 
#main_content table {
	width:100%;
	margin: 20px 0;
}

#main_content table td, #main_content table th {
	padding: 6px 6px 4px 6px;

	}

#main_content table th {
	font-size:14px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
}

#main_content table td {
	border-bottom: 1px solid #d2c6a4;
	color: #333;
	background: #fff7e2;
}


/* servizi lista  */

#servizi ul {
	list-style: none;
	padding-left: 0;
}

#servizi ul li{
	padding: 5px 0;
	border-bottom: 1px solid ;
	margin-left: 0;
}

/* iframe */
iframe {
	margin-bottom: 30px	;
}

/*FOOTER */	
#footer_container {
	position: absolute;
	bottom: 0;
	border-top: 1px solid #fff;
	height: 129px;
	*height: 130px;
	width: 100%;
}


#footer {
	padding-top: 30px;
	color: #d8c9b1;
	text-shadow: 0 1px 3px #333;
	position: relative;
}

.nav {
	font-size: 16px;
}

#footer a{
	color: #d8c9b1;
}

.credits {
	font-size: 15px;
	line-height: 16px;
}
