/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em;
	background: url(../img/img_background.gif) top center repeat-y;
  	font-family: Verdana,Tahoma,Arial,sans-serif;
}

#wrap {
	width: 78.0em;
	margin: 0em auto;
	padding: 0em;
	background-color: rgb(255,255,255);
	border-left: solid 1px rgb(150,150,150);
	border-right: solid 1px rgb(150,150,150);	
}

/*** Correction for non-IE browsers ***/
#wrap {
	overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/*	float: left; */
	float: none;
}

/*** Correction for Safari 1.x ***/
* > #piede, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}


/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#centro {
	float: left;
	width: 100%;
	margin: 0em;
	padding: 0em 2.0em 0em 2.0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

/* Start Mac IE5 filter \*/
#centro {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* End Mac IE5 filter */	


/*** Header main banner ***/
#header-banner {
	width: 78.0em;
	height: 11.4em;;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	background: url(../img/img_sample_header.jpg) no-repeat;
}

/*** Header navigation top ***/
#header-nav-top {
	float: right;
	margin: 0.7em 0.2em 0em 0em;
	padding: 0em;
}

 #header-nav-top ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
}	

#header-nav-top li {
	float: left;
	white-space: nowrap;
	border-left: solid 0.1em rgb(150,150,150);
}

#header-nav-top li a {
	display: block; 
	margin: 0em;
	padding: 0em 0.5em 0em 0.5em;
	background-color: rgb(255,255,255);
	color: rgb(150,150,150);
	text-decoration: none;
}

#header-nav-top a:hover, #header-nav-top .selected {
	background-color: inherit;
	color: rgb(0,0,0);
	text-decoration: underline;	
}

#header-nav-top .img-flag {
	height: 1.2em;
	display: inline;
	margin: 0em;
	padding: 0em;	
	border: none;
}

/*** Header navigation bottom ***/
#header-nav-bottom {
	float: left;
	width: 78.0em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 2.0em;
	background: url(../img/img_header_nav_bottom.jpg);
}

#header-nav-bottom ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;	
}	

#header-nav-bottom li {
	float: left;
	white-space: nowrap;
}

#header-nav-bottom li a {
	display: block;
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(255,255,255);
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: none;
}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}


#centro {
	float: left;
	width: 100%;
	margin: 0em;
	padding: 0em 2.0em 0em 2.0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

/* Start Mac IE5 filter \*/
#centro {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}



/* home */
#top {
width:100%;
float:left;
}

#agenzia {
	width: 13.0em;
	margin: 1em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	text-align:center;
	float:left;
	border:1px solid rgb(200,200,200);
}

.box {
	float: left;
	width: 18em;
	margin: 4em 1em 2.0em 1em;	
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

.titolo_box {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.167em rgb(120,176,39);	
	background-color: rgb(255,255,255);
	color: rgb(112,162,36);
	font-weight: bold;
	font-size: 1.2em;
}

.titolo_box a, .titolo_box a:hover {
text-decoration:none;
font-size: 1.2em;
color: rgb(112,162,36);
}




.offerte {
	float: left;
	width: 13.0em;
	margin: 1em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb(200,200,200);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);	
}


#flash {
width:600px;
float:right;
}


.offerte_titolo {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0.2em;
	background-color: rgb(220,220,220);
	color: rgb(100,100,100);
	font-weight: bold;
	font-size: 1.1em;
}


/* pagina agenzia*/
#agenzia-left {
float:left;
width:60%;
}

#agenzia-right {
float:left;
margin-left:2em;
width:auto;
}

#agenzia-home {
clear:both;
float:left;
margin-left:2em;
}



/*pagina residence */

#foto_left {
width:35%;
float:left;
margin-bottom:1em;
}

#testo-right {
float:left;
margin-left:4em;
margin-bottom:1em;
}

#contatto {
float:left;
width:276px;
text-align:center;
border:1px dashed #5B78B2;
padding:.2em;
margin-top:1.5em;
}

#contatti {
width:295px;
float:left;
text-align:center;
clear:both;
border:1px dashed #5B78B2;
padding:.2em;
}


#prezzi {
width:40%;
float:left;
text-align:center;
}



#tipologie {
width:276px;
clear:both;
float:left;
}

#foto_right {
clear:both;
float:left;
margin-top:1em;
margin-bottom:1em;
}

li a {
text-decoration:none;
}

li a:hover {
text-decoration:underline;
 }




/* pagina villette */
.villetta-home{
float:left; 
width:45%; 
margin:.5em;
padding:.6em;
border:1px dashed #02684D;
font-size: 75%;
}

.img_villetta_singola{
float:left;
margin-right:10px; 
z-index:2;
}


#left-villette {
float: left;
width:90%;
}

#pal_chiara_left {
float:left;
width:40%;
}

#pal_chiara_right {
float:left;
width:40%
}

/*pagina tipologie */
#top-residence {
float:left;
width:100%
}

.pal_chiara_home {
width:90%;
float:left; 
margin-bottom:.5em;
padding:.6em;
border:1px dashed #02684D;
font-size: 75%;
}

#foto-residence {
width:40%;
float:left;
}

#single-foto {
float:left;
}

.list-foto {
border:1px dashed #5B78B2;
padding:.2em;
margin:.1em;
}

#bottom-residence{
float:left;
width:100%;
}


#descrizione{
float:left;
width:100%
}




/******************/
/***   piede   **/
/*****************/
#piede {
	clear: both;
/*	float: left; */
	width: 100%;
	height: 2.5em;
	margin: 1.0em 0em 0em 0.0em;
	padding: 0.5em 0em 0.5em 0em;
	border-top: solid 0.1em rgb(200,200,200);
	border-bottom: solid 0.1em rgb(200,200,200);	
	background-color: rgb(255,255,255);
	text-align: center;
	color: rgb(100,100,100);
	font-size: 1.0em;
}

/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/
a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
}

img {
border:none;
}

a {
	text-decoration: none;
}

a:hover {
text-decoration:underline;
}

.title {
margin-top:1em;
}

h2 {font-size:1.6em; }
h3 {font-size:1.4em; }
h4 {font-size:1.2em; }
h5 {font-size:1em;}


fieldset.registrazione {
margin-top:2em;
margin-bottom:2em;
width:80%;
margin-left:10px;
}

fieldset.login {
margin-right:10%;
margin-left:10%;
}

legend{
font-weight:bold;
color:#000000;
}

label{
		padding-left:15px; 
		margin-top:5px;
		float:left;
		width:90px;
		color:#000000;
}

#rosolina_left {
margin-top:1.3em;
float:left;
width:60%;
}

#rosolina_right {
float:left;
width:20%
}

.rosolina_home {
width:90%;
float:left; 
margin-bottom:.5em;
padding:.6em;
border:1px dashed #02684D;
font-size: 75%;
}
