* {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
html {
	text-align: center;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #E6E6E6;
}
h1 {
	font-weight: lighter;
	padding: 18px 0 0 70px;
}
h1 b {
	font-size: 32px;
	color: #727E44;
	font-weight: bold;
}
h1 i {
	font-size: 32px;
	color: #95A954;
	font-style: normal;
}
h1 u {
	font-size: 13px;
	color: #A8BC67;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-size: 23px;
	line-height: 37px;
	color: #ffffff;
	margin: 0 0 0 24px;
	padding: 5px 10px 0 0;
	font-weight: lighter;
	text-align: right;
}
h3 {
	color: #727E44;
	font-size: 20px;
	padding: 10px 0 0 0;
}
a {
	text-decoration: none;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px; 
}
a:link, a:visited {
	color: #727E44;
}
a:hover {
	color: #95A954;
}
#contenitore {
	margin: auto;
	width: 922px;
	text-align: left;
	background: #FFFFFF;
}
#testata {
	width: 916px;
	height: 253px;
	margin: 0 0 3px 3px;
}
#testata-alta {
	height: 47px;
	background: #FFFFFF;
	border-bottom: 2px solid #ECECEC;
}
#testata-menu {
	height: 201px;
	margin: 3px 0 0 0;
}
#testata-menu-sinistra {
	background: #727E44;
	width: 68px;
	height: 201px;
	float: left;
	margin: 0 3px 0 0;
}
#testata-menu-centro {
	background: #A8BC67;
	width: 203px;
	height: 201px;
	float: left;
	margin: 0 3px 0 0;
}
#testata-menu-centro a {
	display: block;
	color: #FFFFFF;
	height: 25px;
}
#testata-menu-centro a:link, #testata-menu-centro a:visited {
}
#testata-menu-centro a:hover {
	background: #727E44;
}
#testata-menu-centro ul {
	text-transform: uppercase;
	font-size: 13px;
	list-style: none;
	width: 193px;
	margin: 8px 0 0 0;
}
#testata-menu-centro li {
	border-bottom: 1px solid #95A954;
	/* text-align: right; */
	text-align: left;
	text-indent: 10px;
	line-height: 25px;
	background: url(../layout/freccia_sinistra.gif) 100% 0 no-repeat;
}
#testata-menu-centro li.sezione_selezionata {   /* usato per indicare che si è all'interno di una sezione nel menu */
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #727E44 url(../layout/freccia_destra.gif) 100% 0 no-repeat;
}
#testata-menu-centro a:hover {
	background: #727E44 url(../layout/freccia_destra.gif) 100% 0 no-repeat;
}
#testata-menu-destra {
	background: #999999 url(../layout/testata.jpg) 100% 0 no-repeat;
	width: 639px;
	height: 201px;
	float: left;
}
#testata-menu-destra-tetto {
	background: url(../layout/logo_rinella.png) 100% 0 no-repeat;
	width: 103px;
	height: 32px;
	margin: 122px 0 0 522px;
}
#testata-menu-destra-banda {
	background: #727E44;
	width: 639px;
	height: 34px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	margin: 0 0 0 0;
	z-index: 1;
}
#testata-menu-destra-slogan {
	width: 639px;
	height: 34px;
	position: relative;
	bottom: 40px;
	left: 0px;
	z-index: 2;
	text-align: left;
}
#centro {
	width: 916px;
	/* height: 715px; l'altezza sarà poi variabile in base al contenuto */
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#centro-sinistra {
	background: #F6F6F6;
	/* height: 712px; l'altezza sarà poi variabile in base al contenuto */
	height: 100%;
	width: 68px;
	margin: 0 0 0 3px;
	float: left;
}
#centro-ascensore {
	background: #ECECEC;
	width: 203px;
	/* height: 712px; */
	height: 100%;
	float: left;
	margin: 0 3px 0 3px;
}
#centro-ascensore a {
	display: block;
	padding: 7px 0 7px 0;
}
#centro-ascensore ul {
	margin: 10px 10px 30px 10px;
}
#centro-ascensore li {
	text-transform: uppercase;
	font-size: 13px;
	list-style: none;
	height: 43px;
	background: url(../layout/bottone_chiaro.png) 0 0 no-repeat;
	margin: 3px 0 0 0;
}
#centro-ascensore li:hover {
	background: url(../layout/bottone_scuro.png) 0 0 no-repeat;
}
#centro-ascensore li b {  /* per i bottoni con le lettere */
	font-size: 20px;
	color: #ffffff;
	margin: 0 20px 0 13px;
}
#centro-ascensore li i { /* per i bottoni con i numeri */
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	margin: 0 20px 0 14px;
}
#centro-ascensore-testatina{
	background: url(../layout/residenza_ecosole.png) 0 0 no-repeat;
	width: 203px;
	height: 40px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}





#centro_ascensori_footer {
	text-align: right;
	margin: 20px 9px -6px 9px;  /* margin: 393px 9px 0 9px; */
	color: #727E44;
	font-size: 11px;
	line-height: 12px;
}
#centro_ascensori_footer b {
	font-size: 12px;
	color: #A8BC67;
}
#centro_ascensori_footer a {
	font-size: 11px;
	line-height: 0px;
}
#centro-destra {
	width: 636px;
	/* height: 712px; */
	height: 100%;
	float: left;
}
#centro-desta-boxtesto {
	margin: 0px 22px 24px 24px; /* a sinistra è 22px per correggere un problema */
}
#centro-destra-boxtesto-titolo {
	height: 31px;
	border-bottom: 2px solid #95A954;
}
#centro-destra-boxtesto-contenitore {
	margin: 13px 0 0 0;
	font-size: 11px;
	font-family: Verdana, "Times New Roman", Times, serif;
	clear: both;
}
#centro-destra-boxtesto-contenitore p {
	width: 331px;
	float: left;
	margin: 0 20px 0 0;
	font-size: 11px;
	font-family: Verdana, "Times New Roman", Times, serif;
}
#centro-destra-boxtesto-contenitore ul {
	margin: 0 0 10px 0;
}
#centro-destra-boxtesto-contenitore li {
	font-size: 11px;
	font-family: Verdana, "Times New Roman", Times, serif;
	margin: 0 0 0 15px;
	padding: 2px 0 2px 0;
}
#centro-destra-boxtesto-contenitore span {
	font-size: 10px;
	font-family: Verdana, "Times New Roman", Times, serif;
	margin: 0 0 0 0;
}
#centro-destra-boxtesto-contenitore-foto {
	float: left;
}
#centro-destra-boxtesto-contenitore-foto.sinistrabasso {
	margin: 0 10px 0 0;
}
#centro-destra-boxtesto-contenitore-banda {
	position: relative;
	left: 0;
	bottom: 36px;
	background: #95A954;
	height: 30px;
	width: 284px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ffffff;
	font-size: 20px;
	text-indent: 10px;
	line-height: 28px;
	margin: 0 0 0 3px;
}
#centro-destra-boxtesto-immagine {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#centro-destra-boxtesto-testo {
	padding: 0px 0 11px 0;
	margin: 0px 0 0 0;
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, "Times New Roman", Times, serif;
	clear: both;
}

#centro-destra-boxtesto-testo.alto {
	border-top: none;
	margin: -11px 0 0 0;
}
#centro-destra-boxtesto-testo.centro {
	border-bottom: none;
}
#centro-destra-boxtesto-testo.appartamenti {
	border-top: none;
	border-bottom: none;
	margin: 15px 0 0 0;
}
#centro-destra-boxtesto-testo li {
	margin: 2px 0 0 15px;
	font-size: 11px;
	line-height: 10px;
	font-family: Verdana, "Times New Roman", Times, serif;
}
#centro-destra-boxtesto-boximmagine {
	width: 590px;
	height: 279px;
	margin: 11px 0 0 0;
	padding: 0 0 11px 0;
}
#centro-destra-boxtesto-boximmagine-sinistra {
	width: 211px;
	height: 279px;
	background: #ECECEC;
	float: left;
}
#centro-destra-boxtesto-boximmagine-sinistra img {
	border: 4px solid #ffffff;
}
#centro-destra-boxtesto-boximmagine-sinistra ul {
	margin: 6px 0 0 0;
}
#centro-destra-boxtesto-boximmagine-sinistra li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 3px 0 0 6px;
}
#centro-destra-boxtesto-boximmagine-sinistra a:hover {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
#centro-destra-boxtesto-boximmagine-destra {
	width: 372px;
	height: 279px;
	margin: 0 0 0 7px;
	float: left;
}
#centro-destra-boxtesto-boximmagine-didascalia {
	clear: both;
	text-align: right;
	font-size: 10px;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #95A954;
	padding: 1px 3px 2px 0;
	border-bottom: 1px solid #95A954;
}
#centro-destra-boxtesto-piantina {
	text-align: center;
}
#centro-destra-boxtesto-contenitore b {
	font-size: 11px;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #A8BC67;
}
#centro-destra-boxtesto-contenitore i {
	font-size: 11px;
	font-family: Verdana, "Times New Roman", Times, serif;
}
#centro-destra-boxtesto-contenitore a {
	font-size: 11px;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: bold;
}
#centro-destra-boxtesto-contenitore-plus {
	border-bottom: 1px dotted #A8BC67;
	margin: 10px 0 10px 0;
	padding: 5px 0 13px 0;
	font-size: 11px;
	font-family: Verdana, "Times New Roman", Times, serif;
}
#centro-destra-boxtesto-contenitore-plusvuoto {
	border-bottom: 1px dotted #A8BC67;
	margin: 10px 0 10px 0;
	padding: 5px 0 13px 0;
	font-size: 11px;
	font-family: Verdana, "Times New Roman", Times, serif;

}
#centro-destra-boxtesto-contenitore-plus.primo {
	border-top: 1px dotted #A8BC67;
	margin: 15px 0 10px 0;
	padding: 15px 0 13px 0;
}
#centro-destra-boxtesto-contenitore-plus p {
	width: 321px;
	float: left;
	margin: 0 20px 0 0;
}

#centro-destra-boxtesto-contenitore-plus img{
	margin: 0;
	padding: 0 0 0 5px;
}
#centro-destra-boxtesto-pianta {
	text-align: center;
	z-index:1;
	height: 377px;
	padding: 0 0 10px 0;
}

#centro-destra-boxtesto-numero1 a {
	z-index:99;
	position: relative;
	bottom: 235px;
	right: 120px;
	background: url(../layout/bottone_chiaro.png) 6px 12px no-repeat;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
	font-family: Arial, "Times New Roman", Times, serif;
}
#centro-destra-boxtesto-numero1 a:hover {
	background: url(../layout/bottone_scuro.png) 6px 12px no-repeat;
}
#centro-destra-boxtesto-numero2 a {
	z-index:99;
	position: relative;
	bottom: 235px;
	right: -30px;
	background: url(../layout/bottone_chiaro.png) 7px 15px no-repeat;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
}
#centro-destra-boxtesto-numero2 a:hover {
	background: url(../layout/bottone_scuro.png) 7px 15px no-repeat;
}
#centro-destra-boxtesto-numero3 a {
	z-index:99;
	position: relative;
	bottom: 150px;
	right: -160px;
	background: url(../layout/bottone_chiaro.png) 7px 14px no-repeat;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
}
#centro-destra-boxtesto-numero3 a:hover {
	background: url(../layout/bottone_scuro.png) 7px 14px no-repeat;
}
#centro-destra-boxtesto-numero4 a {
	z-index:99;
	position: relative;
	bottom: 235px;
	right: 120px;
	background: url(../layout/bottone_chiaro.png) 8px 14px no-repeat;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
}
#centro-destra-boxtesto-numero4 a:hover {
	background: url(../layout/bottone_scuro.png) 8px 14px no-repeat;
}
#centro-destra-boxtesto-numero5 a {
	z-index:99;
	position: relative;
	bottom: 235px;
	right: -30px;
	background: url(../layout/bottone_chiaro.png) 8px 14px no-repeat;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
}
#centro-destra-boxtesto-numero5 a:hover {
	background: url(../layout/bottone_scuro.png) 8px 14px no-repeat;
}
#centro-destra-boxtesto-numero6 a {
	z-index:99;
	position: relative;
	bottom: 150px;
	right: -160px;
	background: url(../layout/bottone_chiaro.png) 8px 14px no-repeat;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
}
#centro-destra-boxtesto-numero6 a:hover {
	background: url(../layout/bottone_scuro.png) 8px 14px no-repeat;
}
#centro-destra-boxtesto-numero7 a {
	z-index:99;
	position: relative;
	bottom: 200px;
	right: 45px;
	background: url(../layout/bottone_chiaro.png) 7px 14px no-repeat;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
}
#centro-destra-boxtesto-numero7 a:hover {
	background: url(../layout/bottone_scuro.png) 7px 14px no-repeat;
}
#centro-destra-boxtesto-numero8 a {
	z-index:99;
	position: relative;
	bottom: 135px;
	right: -160px;
	background: url(../layout/bottone_chiaro.png) 7px 14px no-repeat;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
}
#centro-destra-boxtesto-numero8 a:hover {
	background: url(../layout/bottone_scuro.png) 7px 14px no-repeat;
}
#centro-destra-boxtesto-numero9 a {
	z-index:99;
	position: relative;
	bottom: 200px;
	right: 45px;
	background: url(../layout/bottone_chiaro.png) 7px 14px no-repeat;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
}
#centro-destra-boxtesto-numero9 a:hover {
	background: url(../layout/bottone_scuro.png) 7px 14px no-repeat;
}
#centro-destra-boxtesto-numero10 a {
	z-index:99;
	position: relative;
	bottom: 224px;
	right: -70px;
	background: url(../layout/bottone_chiaro.png) 14px 14px no-repeat;
	font-size: 20px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
}
#centro-destra-boxtesto-numero10 a:hover {
	background: url(../layout/bottone_scuro.png) 14px 14px no-repeat;
}






#centro-destra-boxtesto-tabella {
	/* border-top: 1px solid #95A954; */
	/* padding: 11px 0 0 0; */
	border-top: none;
}
#centro-destra-boxtesto-tabella a:link, #centro-destra-boxtesto-tabella a:visited {
	text-decoration: none;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: lighter;
	display: block;
}
#centro-destra-boxtesto-tabella a:hover {
	text-decoration: none;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: lighter;
}
#centro-destra-boxtesto-tabella a:link.nonselezionato, #centro-destra-boxtesto-tabella a:visited.nonselezionato {
	color: #999999;
	display: block;
}
#centro-destra-boxtesto-tabella {
	/* border-top: 1px solid #95A954; */
	padding: 0 0 0 0;
}
#centro-destra-boxtesto-tabella tr {
	height: 18px;
}
#centro-destra-boxtesto-tabella td {
	width: 117px;
	background: #F6F6F6;
	font-size: 11px;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #999999;
	text-align: center;
	padding: 0 0 3px 0;
}
#centro-destra-boxtesto-tabella td.testata {
	height: 18px;
	background: #A8BC67;
	color: #FFFFFF;
	line-height: 16px;
}
#centro-destra-boxtesto-tabella td.scuro {
	background: #ECECEC;
}
#footer {
	width: 916px;
	height: 23px;
	margin: 0 3px 0 3px;
	background: #A8BC67;
	clear: both;
	border-top: 3px solid #ffffff;
}
#footer-sinistra {
	color: #FFFFFF;
	padding: 6px 0 0 29px;
	text-align: right;
	font-size: 10px;
	float: left;
}
#footer-destra {
	color: #FFFFFF;
	padding: 6px 29px 0 0;
	text-align: right;
	font-size: 10px;
	width: 500px;
	float: right;
}
#map {
	margin: 0 0 15px 0;
}

/* per rendere le immagini trasparenti in IE6 */
img, div, li {
	behavior: url(iepngfix.htc);
}

.banner {
	margin: 5px 3px 0 3px;
	padding: 5px 0 2px 0;
	text-align: center;
	background: #95A954;
}