/*html,body{
    margin:0;
    padding:0;
    height:100%;
}
*/
body {
	font: 11px Helvetica, Arial, sans-serif; /* Verdana */
	margin: 0 auto;
	padding: 0;
}

p {
  margin: 0;
  padding: 6px 12px;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: Georgia, serif; */
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  clear: both;
  margin: 0;
  padding: 10px 10px 0 30px;
  /*text-transform: uppercase;*/
  /*letter-spacing: -0.05em;*/
  font-size: 1.5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}












/* Main layout and header */
/*div.container{
		height:auto;
	min-height:100%;
	vertical-align:middle;
}*/
#wrap {
	margin: 0 auto;
	/*padding: 20px 5px 0px 5px; /* per il bordino bianco sopra al grigino del body */
	width: 430px;
	height:376px;
	position:absolute;
	top: 50%;
	left:50%;
	margin-left:-215px;
	margin-top:-188px;
	
}

#header {
	/* height: 433px; */ height: 245px;
	margin: 0;
	padding: 0;
	width: 770px;
}

#header #mask {
	/* height: 335px; */
	height: 360px; /* 433-70 menu2*/
	margin: 0;
	padding: 0;
	width: 770px;
}

#header #top {
	height: 5px; /* 114px banda bianca alta logo*/
	margin: 0;
	padding: 0;
	width: 770px;
}
#header #flash {
	height: 200px; /* 249 spazio flash foto */
	margin: 0;
	padding: 0;
	width: 770px;
}

#header #photodiv {
    position: relative;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 200px; /* 249 */
}

#header #photodiv #logo {
    position: absolute;
	background: url(../graph/logo.gif) no-repeat center top;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 200px; /* 249 */
}

#header #menu2 {
	/* height: 335px; */
	height: 40px; /* 70 */
	margin: 0;
	padding: 0;
	width: 770px;
}




#content {
	line-height:1.5em;
	margin-top: 10px;
	padding:0;
}

/* Left sidebar */
#left {
	margin: 0;
	padding: 0;
	/*padding: 8px 0px 8px 0px; /* il 0 finale è per il rientro a sinistra che forse è da uniformare con la parte destra con un 10px*/
	width: 160px;
	float: left;
}

#menu1 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  /*text-transform: capitalize;*/
}
#menu1 li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#menu1 li.main {
  margin: 0;
  padding: 0;
 /* display: inline; /* tolto perchè mi butta il testo a sinistra e non al centro nonostante text-align e paddin o auto */
}

#menu1 li.main, #menu1 li.home {
	font-weight: normal;
	font-size: 18px;
	/*letter-spacing: -0.05em;*/
	text-align: center;
}
#menu1 li.top {
	display: block;
	height: 10px;
/*4ie!!!*/	line-height: 0px !important ; font-size: 1px !important ; margin-top: 0px !important ; margin-top: 0 !important ; margin-bottom: 0px !important ; margin-bottom: 0 !important ;
}
#menu1 li.sep {
	margin: 0;
	display: block;
	height: 8px !important ;
/*4ie!!!*/	line-height: 0px !important ; font-size: 1px !important ; margin-top: 0px !important ; margin-top: 0 !important ; margin-bottom: 0px !important ; margin-bottom: 0 !important ;
}
#menu1 li.bottom {
	display: block;
	height: 10px;
/*4ie!!!*/	line-height: 0px !important ; font-size: 1px !important ; margin-top: 0px !important ; margin-top: 0 !important ; margin-bottom: 0px !important ; margin-bottom: 0 !important ;
}


#menu1 li.registrazione a {
	color: #ffffff;
	text-decoration: none;
}
#menu1 li.registrazione a:hover {
	color: #ccc; /*ddd*/
	text-decoration: none;
	/*border-bottom: 3px solid #d9dfe3;*/
}
#menu1 li.registrazione .header {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	display: block;
	height: 50px;
	line-height: 30px; /* 60px */
	font-size: 26px;
	font-weight:normal;
	color: #fff;
	padding-left: 20px;
	padding-top: 10px;
}
#menu1 li.registrazione .body {
	/* height: 150px; */
}
#menu1 li.registrazione .footer {
	line-height: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	
	display: block;
	height: 10px; /* <----------------------------------------------------------------------------- per riempire */
}
#menu1 li.registrazione .footer a:hover {
	color: #888;
}


#menu1 li.main a, #menu1 li.home a {  
display: block;
height: 45px;
line-height: 45px;
padding: 0;
text-decoration: none;
margin: 0;

/*
display: block;
height: 30px;
line-height: 15px;
padding: 15px 0px 0px 0px;
text-decoration: none;
*/

/*
margin: 0;
padding: 0;
display:block;
height:45px;
line-height:45px;
text-decoration:none;
*/
}
#menu1 li.sub a {  
  display: block;
  height: 10px;
  padding: 15px 0px 0px 10px;
  text-decoration: none;
}
#menu1 li.main a:hover, #menu1 li.sub a:hover, #menu1 li.home a:hover {
  /*padding-left: 17px;*/
}






/* FORM REGISTRAZIONE HOME */

#home_reg .ttext {
	float:left;
	padding: 10px 0px 0px 20px;
	width: 120px;
	height: 20px;
	font-size: 12px;
	color: #525f65;
	font-weight: normal;
}
#home_reg input.ffield {
	float:left;
	margin: 0px 0px 0px 20px;
	padding-left: 5px; /* interno al campo testo */
	width: 120px;
	line-height: 16px;
	height: 16px;
	border: 1px solid #FFF;
	background-color: #FFF;
	font-size: 12px;
	color: #525f65;
	font-weight: normal;
}
#home_reg input.ssubmit {
	float:right;
	height: 20px;
	margin: 0px 0px 0px 20px;
	border: 0px none transparent;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	color: #525f65;
	background-color: #e3e4e6;
}


































/* MENU */
#menu2 {
	padding: 0;
	margin: 0;
	height:40px; /* 70px */
	list-style-type:none;
  text-transform: capitalize;
}
#menu2 ul {
	padding: 0;
	margin: 0 auto;
	width: 770px;
}
#menu2 li.main {
	padding: 0;
	float: right;
	/* width: 12em; /* se si omette si adatta al testo */
	font-size: 16px;
	font-weight: normal; 
	height: 40px; /* 70 */
	line-height: 40px; /* 70 */
	text-align: center;
	background-color: #a70b16;
}
#menu2 li.pipe {
	float: right;
	width: 20px;
	height: 40px; /* 70px */
	background: url(../graph/menu2_pipino.gif) no-repeat center;
	/*background: url(../graph/menu2_pipe.gif) no-repeat center;*/
	/*background: url(../graph/menu2_pipino.gif) no-repeat center;*/
	/* pipe è al 100%, pipe2 al 50%*/
}
#menu2 li.start {
	float: right;
	width: 50px;
	height: 40px; /* 70px */
}
#menu2 li a, #menu li a:visited {
	display:block;
	text-decoration:none; 
	color:#FFFFFF; /* rosso 50% d3858b */
	padding: 0;
}
#menu2 li a:hover {
	border:0; /* needed to trigger IE */
	color:#d3858b;
	background: url(../graph/menu2_arrow.gif) no-repeat center bottom;
}
















/* MAIN */

#main {
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	/*width: 365px;*/
/*	width: 610px;
	float: left;*/
}




/* MAIN TABLES 365px*/
#main td.titolo {
	margin: 0;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
}

#main img.main {
	margin: 0 auto;
	padding: 0px 0px 5px 8px;
	width: 360px;
}

#main img.nofx {
	border: 0px none #FFF;
}

#main p {
	text-align: justify;
}

#main a {
	text-decoration: none;
}
#main a:hover {
	text-decoration: none;
}




/* MAIN BOX */

#main #box_grande {
	margin: 0px auto;
	padding: 0; /* tento di discostare i vari box senza utilizzare htl div spazio div [padding: 0px auto 10px auto;] non funziona */
	width: 593px;
	height: 200px; /* 389px */
	
	/* per problemi di sovrapposizione */ clear:both;
}
#main #boxes {
	margin: 0px 0px 0px 7px;
	clear:both; /* per evitare sovrapposizioni tra footer e dettagli*/
}
#main #boxes #box_left, #main #boxes #box_center, #main #boxes #box_right {
	margin: 4px 2px 40px 2px; /* margin: 4px 2px 4px 2px; */
	padding: 0;
	float: left;
	width: 195px;
	/*height: 150px; /*148*/
	/* padding-bottom: 40px; /* per evitare sovrapposizioni tra footer e dettagli*/
}
#main #boxes #box_left { background-color: #7ab51d; }
#main #boxes #box_center { background-color: #f7a901; }
#main #boxes #box_right { background-color: #a70b16; }

#main #boxes #box_left .titolo, #main #boxes #box_center .titolo, #main #boxes #box_right .titolo {
	/*line-height: 30px;*/
	height: 50px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 5px; /*  asterisco  */
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}
#main #boxes #box_left .titolo a, #main #boxes #box_center .titolo a, #main #boxes #box_right .titolo a {
	color: #FFF;
}
#main #boxes #box_left .titolo a:hover, #main #boxes #box_center .titolo a:hover, #main #boxes #box_right .titolo a:hover {
	color: #DDD;
	border: 0px none transparent;
}
#main #boxes #box_left .foto, #main #boxes #box_center .foto, #main #boxes #box_right .foto {
	width: 175px;
	height: 130px;
	margin: 10px 0px 10px 10px; /* sarebbe 40 dall'alto ma c'è già altezza 20 + padding 10 del titolo quindi lascio 10*/
	background-color: #004592;
}
#main #boxes #box_left .foto img, #main #boxes #box_center .foto img, #main #boxes #box_right .foto img {
	width: 175px;
	height: 130px;
}
#main #boxes #box_left .link, #main #boxes #box_center .link, #main #boxes #box_right .link {
	line-height: 12px;
	height: 20px;
	color: #FFFFFF;/* 525f65 */
	padding-right: 20px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
#main #boxes #box_left .link a, #main #boxes #box_center .link a, #main #boxes #box_right .link a {
	color: #FFF;
}








/* Right sidebar */
#right {
	margin: 0;
	padding: 4px 0px 4px 0px;
	width: 345px;
	float: right;
	/* background: transparent; */
	/* background: #0000ff; */
}

#right #box_piscine, #right #box_terme, #right #box_benessere, #right #box_hotel {
	margin: 5px auto;
	/* padding: 5px 5px 5px 30px; */
	padding: 0;
	width: 333px;
	height: 128px;
}

#right #box_piscine img, #right #box_terme img, #right #box_benessere img, #right #box_hotel img {
	padding: 3px 3px 3px 0px;
	margin: 2px 2px 2px 0px;
	width: 297px;
	height: 118px;
	float: right;
}
















/* Footer */
#footer {
	margin: 30px 0px 0px 0px;
	height: 20px;
	clear: both;
	font-size:10px;
	padding:8px 0;
	text-align:center;
}
#footer a {
	text-decoration: none;
}


/*.login_home{height:412px !important;}*/

#main .login_form, #main .search_form {
	display: block;
	margin: 10px auto;
	width: 239px;
	height: 207px;
}
#main .login_form {
	background: url(../graph/form/form_background.gif) no-repeat center;
}
#main .login_form .form0, #main .search_form .form0 { border: 1px solid #ddd; }
#main .login_form .submit0, #main .search_form .submit0 { border: 1px solid #ddd; }
#main .login_form .bottone, #main .search_form .bottone { margin: 0px 0px 0px 50px; }

#main .login_form div, #main .search_form div { padding: 0px 0px 0px 8px; margin: 0 auto; display: block; clear:both; }
#main .login_form div.riga, #main .search_form div.riga { height: 30px; margin: 0 auto; display: block; /*border: 1px solid #fea;*/ width: 220px; clear:both; }
#main .login_form div.titolo, #main .search_form div.titolo { height: 20px; padding: 5px 10px 0px 0px; font-size: 16px; font-weight: bold; color: #a70b16; text-align: right; margin: 0 auto; display: block; /* border-bottom: 1px solid #ddd; */ clear:both; }
#main .login_form div span.uno, #main .search_form div span.uno {
	float:left;
	display: block;
	/*border: 1px solid #bea;*/
	width: 100px;
}
#main .login_form div span.due, #main .search_form div span.due {
	float:left;
	display: block;
	/*border: 1px solid #ace;*/
	width: 100px;
}



#main form .form0 {
	border: 1px solid #ddd;
}
#main form .submit0 {
	border: 1px solid #ddd;
	background-color: #ddd;
	cursor: pointer;
}


/* BANNER per la lista strutture, tours*/
#main .banner { width: 347px; border-bottom: 1px solid #ddd; margin: 4px 0px 4px 50px; padding: 0; /*padding: 0 auto;*/ }
#main .banner .titolo { line-height: 20px; text-align: left; font-size: 16px; font-weight: bold; color: #a70b16; }
#main .banner .sottotitolo { float:right; text-align: right; font-size: 12px; color: #525f65; }
#main .banner .links { margin:10px 0px 0px 0px; padding: 0; text-align: right; clear:both; font-weight: bold; line-height: 5px; font-size: 30px; color: #ffa500; } /* stelline */
#main .banner .titolo_pagina { text-align: right; font-size: 16px; font-weight: bold; color: #a70b16; }
#main .banner .prezzo { margin:5px 0px 5px 0px; padding: 5px 0px 5px 0px; text-align: right; clear:both; font-weight: bold; line-height: 5px; font-size: 14px; color: #ffa500; } /* prezzo */
#main .banner .preprezzo { font-weight: normal; text-align: right; line-height: 5px; font-size: 12px; color: #525f65; } /* preprezzo */






div.right_align {text-align:right; margin-right:30px !important;}
div.logo_login{text-align:center; padding-top:10px !important;}
