@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #D0A964;
	color: #003366;
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: repeat-x;
	line-height: 22px;
}
.twoColFixLtHdr #container { 
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 9px 0px 0px 0px;
} 
.testata{
	background-image: url(../immagini/testata.png);
	width: 989px;
	height: 379px;
	background-position: top left;
	background-repeat: no-repeat;
}
.sidebar{
	float: right;
	width: 250px;
	padding: 0px 20px;
}
#contenitore{

}
.animazioneTestata{
	margin: 0px 0px 0px 30px;
}
.gallery-box{
	background-image: url(../immagini/sfondo-contenuto-head.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 989px;
	height:114px;
}
.galleriaEstesa{
	margin: 0px 0px 0px 40px;
}
.galleriaEstesaEscursioni{
	margin: 0px 0px 0px 40px;
}
.galleriaEstesa img{
	margin: 0px 20px 0px 0px;
}
.galleriaEstesaEscursioni img{
	margin: 0px 10px 0px 0px;
}
.galleriaCentrale{
	float: left;
	height:114px;
}
.galleriaCentrale img{
	margin: 0px 0px 0px 0px;
}

.logo{
	margin: 0px 0px 0px 20px;
}
h1{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #003366;
	font-size: 28px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h2{
	margin:10px 0px;
	padding: 0px;
	color: #003366;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
p{
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent { 
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.sfondoMainContent{
	background-image: url(../immagini/sfondo-contenuto-footer.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 34px;
}
.contenitoreTesto{
	background-image: url(../immagini/sfondo-contenuto-centrale.png);
	background-repeat: repeat-y;
	padding: 0px;
}
.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../immagini/footer.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 53px;
} 
#footer p{
	margin:0px;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.homeLingue{
	height: 31px;
	width: 100%;
}
.homeDiv{
	width: 100px;
	float: left;
	margin:5px 0 0 40px;
}
.homeDiv a{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #023A6F;
	text-decoration: none;
}
.homeDiv a:hover{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: none;
}
.lingueDiv{
	float: right;
	margin:5px 40px 0 0;
}
.lingueDiv a{
	color: #003366;
	text-decoration: none;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
}
.lingueDiv a:hover{
	color: #003366;
	text-decoration: none;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
}
.menu{
}
.menu ul{
	list-style: none;
	margin: 4px 0 0 40px;
	padding: 0px;
}
.menu ul li{
	display: inline;
	list-style: none;
	background-image: url(../immagini/divisorio.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 6px 10px 5px 5px;
}
.menu a{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #023A6F;
	text-decoration: none;
}
.menu a:hover{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: none;
}
.boxEventiHeader{
	background-image: url(../immagini/sfondo-eventi-box-head.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 296px;
	height: 94px;
	padding:20px 0 0 50px;
	float: left;
}

.boxNewsHeader{
	background-image: url(../immagini/sfondo-news-box-head.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 296px;
	height: 94px;
	padding:20px 50px 0 0;
	float: right;
}
.boxEventiContent{
	background-image: url(../immagini/box-eventi.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 292px;
	height: 279px;
	margin:0 0 0 29px;
	float: left;
}

.boxNewsContent{
	background-image: url(../immagini/box-news.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 296px;
	height: 313px;
	margin:0 0 0 0px;
	float: left;
}
.testoHomeCentrale{
	width: 347px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../immagini/centrale.png);
	background-position: center;
	background-repeat: no-repeat;
}
.testoHomeEsteso{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../immagini/centrale.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px 40px;
}
.testoHomeEsteso a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #663300;
}
.testoHomeEsteso a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	color: #996600;
}
.testoOroBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996600;
	line-height: 22px;
	text-align: justify;
}
.testoGiustificato{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
.footerIndirizzo{
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footerIndirizzo a{
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.footerIndirizzo a:hover{
	color: #AB875A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.footerPiva{
	color: #AB875A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.project{
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.project a{
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.project a:hover{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#containerEventi{
	height:320px;
	margin:50px 0 0;
	overflow:hidden;
	width:250px;
	font-size: 14px;
}
#eventiScroll{
	width: 245px;
	height: 750px;
	vertical-align: top;
	overflow: hidden;
}
#offerte{
	z-index:100;
	position:relative;
	width:245px;
	margin:50px 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#offerte a{
	color: #996600;
	text-decoration: none;
	font-size: 14px;
}
.tablePrezzi{
	width: 100%;
	background-color: #FFFFFF;
}
.tablePrezzi td{
	padding: 3px;
	border-bottom: 1px solid #003366;
}
.testataPrezzi{
	background-color: #F0E5D1;
	border-top: 1px solid #003366;
}
.testataServizi{
	background-color: #F0E5D1;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	width: 96%;
	padding: 6px;
}
.divSinistra{
	width: 48%;
	float: left;
	background-color: #F0E5D1;
	padding: 3px;
}
.divDestra{
	width: 48%;
	float: left;
	background-color: #F0E5D1;
	padding: 3px
}