@charset "utf-8";

body  {
	font: 100% Verdana, 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;
	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: #000000;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../images/sfondi/SfondoBody_new.jpg);
	background-repeat: repeat-x;
	background-position: top;
}






/* PARTI GENERALI */




h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
} 



.testo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding-left: 20px;
	text-align: justify;
} 

.testo a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
} 

.testo a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
} 

.testo a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
} 


.titolo1{
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;	
}


/* COTENITORE */


 #container { 
	width: 900px;  /* 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. */
} 


 #barraNav {
	height: 37px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #DFCD9F;
	background-attachment: fixed;
	background-image: url(../images/sfondi/SfondoBarNav_new.jpg);
	background-repeat: repeat-x;	
} 




/** BARRA NAVIGAZIONE SUPERIORE CON LINK *********************************************************************/

  #barraNav #navcontainer{
	overflow: hidden;
	width: 880px;
	padding: 5px;
}

 #barraNav #navlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

 #barraNav #navlist li{
	float: left;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	color: #FFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #930;	
}

 #barraNav #navlist li a{
	font-size: 14px;
	font-weight: normal;
	color: #930;
	text-decoration: none;	
	
}

 #barraNav #navlist li a:hover{
	text-decoration: underline;	
}

 
 #barraNav #navlist #translate-this .translate-this-button {
	background:url("http://x.translateth.is/tt-btn1.png") no-repeat scroll 0 0 transparent;
	display:list-item !important;
	display:block;
	float: right !important;
	height:18px;
	overflow:hidden;
	position:absolute !important;
	margin-left:690px !important;
	position:relative;
	text-indent:-2000px;
	visibility:visible;
	width:180px;
	
}


/** FASCIA SUPERIORE CON ANIMAZIONE E LOGO ****************************************************/

 #header {
	background: #DDDDDD;
	height: 207px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;	
	
} 


 #header .boxlogo {
	float: right;
	height: 207px;
	width: 200px;
	background-color: #FFC;
	background-image: url(../images/homepage/Logo_NEW.jpg);
	background-repeat: no-repeat;
}

 #header .boxanimazione {
	 
	height: 207px;
	width: 700px;
	background-color: #FFF;

}



 #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 */
}



/** BARRA LATERALE DESTRA  **************************************************************************/


 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFC;
	height:400px;
}



/*    MODULO PRENOTAZIONE */


.PrenotaForm {
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-size: 11px;
}

.PrenotaFormcorsivo {
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-size: 11px;
	font-style: italic;
}

.TestoPrivacy {
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-size: 11px;
	font-style: italic;
}



/*   box prenotazione */

.textTitolo {
  font-family: Verdana, Arial, sans-serif;
  color: #990000;
  font-size: 11px;
}

.textnormal  {
  font-family: Verdana, Arial, sans-serif;
  color: #666666;
  font-size: 9px;
}

.box_text {
  font-family: Verdana, Arial, sans-serif;
  color: #666666;
  font-size: 9px;
}

.box_form {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	color: #666666;
  border: 1px solid #666666;
}

.prenota_Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: hand;
	background-color: #660000;
	border: 0px solid #E0DFE3; 
	margin-top: 0px;
}


/*    menu verticale */


 #navcontainer2{
	overflow: hidden;
	width: 500px;
	padding: 5px;
	margin-left:25px;
}


#navlist2{
	padding-left: 0;
	margin-left: 0;
	width: 200px;
}

#navlist2 li{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	
}

#navlist2 li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #930;
}

#navlist2 li a:hover {
	text-decoration: underline;	
	
}





/** STILI PER PACCHETTI IN HOME PAGE  **********************************************************************/




.titolopacchetto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
} 

.testopacchetti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
} 

.collegamentipacchetti a:link{
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #630;
	text-decoration: none;	
} 

.collegamentipacchetti a:hover{
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #630;
	text-decoration: underline;
} 

.collegamentipacchetti a:visited{
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #630;
	text-decoration: none;	
} 



/** STILI PER PACCHETTI DETTAGLI  **********************************************************************/


.testoTitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.testoPacchetto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 16px;
	text-align: justify;
}


#mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 



/** stile mappa google ********/


#mappa {
	
	height:300px;
	width:650px;
	
	

}

/** Photogallery **/

#BoxPhotogallery {
	margin-top:30px;
	height: 480px;
	width: 680px;	
} 



/** PIE PAGINA  **********************************************************************/

 #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #960;
	border-right-color: #960;
	border-bottom-color: #960;
	border-left-color: #960;
} 
 #footer .testopiepagina {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #960;
	text-decoration: none;
}
.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;
}
