html, body {
	height: 100%;
	margin: 0;
	background: url('../immagini/sfondoBody.jpg') repeat-x;
	font: 0.9em Arial, Helvetica, sans-serif; 
	text-align: center;
}

div#container, div#container2 {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div#container {
	background: url('../immagini/sfondoContainer.jpg') repeat-y; 
}

div#container2 {
	background: url('../immagini/sfondoContainer2.jpg') no-repeat bottom right; 
}

body>div#container {
	height: auto;
	min-height: 100%;
}

a:link {
  color: #64020C;
}

a:visited {
	color: #64020C;
  	font-style: italic;
}

a:focus {
  background-color: #CD0514;
  color: #ffffff;
}

a:active {
  background-color: #CD0514;
  color: #ffffff;
}

a:hover {
  background-color: #FFFFFF;
  color: #CD0514;
  border-bottom: 2px solid #CD0514;
}

img {
	border: none;
}

acronym {
	cursor: help;
}

.aDestra {
	float: right;
}

.aSinistra {
	float: left;
}

.centrato {
	text-align: center;
}

.coloreAcceso {
	color: #CD0514 !important;
}

.bordoAcceso {
	border: 2px solid #CD0514 !important;
}

.sfondoAcceso {
	background: #A70410 !important;
	color: #FFFFFF !important;
	border: 1px solid #A70410 !important;
}

.sottolineato {
	text-decoration: underline !important;
}

.coloreSfondo {
	background-color: #FBE6E9;
}

.aCapo {
	display: block;
}

.offLeft { 
	position: absolute; 
	top: -10000px; 
	left: -10000px;
}

.contieniFloat {
	width: 100%;
 	height: 1px;
	font-size: 1px;
	display: block;
	clear: both;
}

.coloreScuro {
	color: #64020C !important;
}
/********************* INIZIO HEADER *********************/
div#header {
	width: 950px;
	height: 335px;
	text-align: right;
	position: relative;
}

.intestazioneHome {
	background: url('../immagini/intestazione1.jpg') no-repeat;
}

.intestazioneChiSiamo {
	background: url('../immagini/intestazione2.jpg') no-repeat;
}

.intestazioneDoveSiamo {
	background: url('../immagini/intestazione3.jpg') no-repeat;
}

.intestazioneServizi {
	background: url('../immagini/intestazione4.jpg') no-repeat;
}

.intestazioneImmobili {
	background: url('../immagini/intestazione5.jpg') no-repeat;
}

.intestazioneRichieste {
	background: url('../immagini/intestazione6.jpg') no-repeat;
}

.intestazioneIncoming {
	background: url('../immagini/intestazione7.jpg') no-repeat;
}

.intestazioneContatti {
	background: url('../immagini/intestazione8.jpg') no-repeat;
}

.intestazioneAreaRiservata {
	background: url('../immagini/intestazione9.jpg') no-repeat;
}

.bianco {
	color: #FFFFFF !important;
}

a#lingua:focus, a#lingua:hover, a#lingua:active {
	border-bottom: 2px solid #CD0514;
}

a#lingua img {
	margin: 5px 5px 0 0;
	border: none;
	float: right;
}

p#linkLingua  {
	/*margin: 0 40px 0 0;*/
	margin: 0 5px 4px 0;
	padding-top: 10px;
	float: right;
}

p#areaRiservata  {
	/*margin: 0 40px 0 0;*/
	margin: 0 10px 4px 0;
	padding-top: 10px;
}

p#areaRiservata a, p#linkLingua a {
	margin: 0 10px;
	font-style: normal;
}

p#linkLingua a {
	margin-right: 0;
}

div#menuSup {
	width: 637px;
	margin: 9px 5px 0 0;
	float: right;
}

div#menuSup ul {
	margin-top: 10px;
	list-style: none;
}

div#menuSup li {
	float: left;
}

div#menuSup a:link, div#menuSup a:visited {
	padding: 0 0.44em;
	background: #FFFFFF;
	color: #CD0514;
	border: 1px solid #FFFFFF;
	font: 1.2em "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.75;
	display: block;
}

div.menuSupEng a:link, div.menuSupEng a:visited {
	padding: 0 0.40em !important;
}

div#menuSup a:focus, div#menuSup a:hover, div#menuSup a:active {
	background: #FCF5F5;
	border: 1px solid #A70410;
}

div#ombraSup {
	height: 514px;
	width: 9px;
	background: url('../immagini/ombraSup.jpg');
	position: absolute;
	top: 0;
	left: 950px;
}
/********************* FINE HEADER *********************/

/********************* INIZIO VETRINA *********************/
div#contenitoreVetrina {
	width: 335px;
	padding-bottom: 180px;
	background-color: #f5f5f5;
	float: left;
	position: relative;
}

div#contenitoreVetrina h1 {
	width: 315px;
	margin: 3px 10px 0 10px;
	padding-bottom: 4px;
	color: #CD0514;
	font: 1.4em "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px dotted #CD0514; 
	position: absolute;
	top: -52px;
}

div#contenitoreVetrina .coloreScuro {
	font-size: 1.2em;
}

div#contenitoreVetrina p {
	margin: 0 10px;
}

p.ricercaVetrina {
	font-size: 1.1em;
	text-align: center;
}

p.ricercaVetrina span.aCapo {
	margin-bottom: 5px;
}

p.ricercaVetrina a {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

p.ricercaVetrina a:focus span.aCapo, p.ricercaVetrina a:active span.aCapo {
	background-color: #CD0514 !important;
  	color: #ffffff !important;
}

div#vetrina {
	margin: 30px 0 0 0;
	overflow: hidden;
}

div.annuncio {
	width: 315px;
	margin: 0 10px 20px 10px;
	border-bottom: 1px dotted #CD0514;
}

div#vetrina h2 {
	margin: 5px 5px 0px 5px;
	font-size: 1.15em;
}

div#vetrina a.linkImg {
	background: none !important;
	text-decoration: none !important;
	border: none !important;
	float: left;
}

div#vetrina a {
	text-decoration: none;
}

div#vetrina a:visited {
	font-style: normal;
}

div#vetrina a:hover {
	background-color: transparent;
	color: #CD0514;
	border-bottom: 2px solid #CD0514;
}

div#vetrina img {
	width: 100px;
	height: 100px;
	margin: 5px;
	border: 3px solid #64020C;
}

div#vetrina img:hover {
	border: 3px solid #CD0514;
}

div#vetrina ul {
	margin: 0px;
	list-style: none;
}

div#vetrina li {
	margin-top: 10px;
}

div#vetrina p {
	margin: 0px 5px;
	line-height: 1.4;
}

img#imgStopPlay {
	position: absolute;
	top: -45px;
	left: 303px;
}
/********************* FINE VETRINA *********************/

/********************* INIZIO CONTENT *********************/
div#content {
	width: 575px;
	margin-left: 345px;
	padding: 0 20px 180px 10px;
	line-height: 1.5;
	position: relative;
}

div#content h1 {
	margin-top: 10px;
	padding-bottom: 4px;
	background: url('../immagini/sfondoTitolo.jpg') no-repeat center top;
	color: #CD0514;
	font: 1.6em "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px dotted #CD0514;
}

div#content .coloreScuro {
	font-size: 1.2em;
}

div#content h2 {
	margin: 0px;
	font-size: 1.15em;
}

dt {
	display:list-item;
	margin-bottom: 0.5em;
	margin-left: 20px;
}

p#percorso {
	margin-top: -10px;;
	padding-right: 5px;
	background-color: #f5f5f5;
	font-style: italic;
	text-align: right;
	line-height: 2;
}

p#percorso a:hover {
	background-color: transparent;
}

ul.elenco li {
	margin: 0.5em 0;
}
/********************* FINE CONTENT *********************/

/********************* INIZIO FOOTER *********************/
div#footer {
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 0;
}

div#menuInf {
	width: 575px;
	text-align: center;
	border-top: 3px dotted #CD0514;
	position: absolute;
	left: 355px;
}

div#menuInf ul {
	margin: 10px 0 0 0;
	padding: 0;
}

div#menuInf ul li {
	list-style: none;
	display: inline;
}

div#menuInf ul a:link, div#menuInf ul a:visited {
	margin: 0 0.1em;
	font-style: normal;
	text-decoration: none;
}

div#menuInf ul a:focus, div#menuInf ul a:hover, div#menuInf ul a:active {
	background: none;
	color: #CD0514;
	border-bottom: 2px solid #CD0514;
}

div#address {
	width: 500px;
	height: 164px;
	padding-left: 40px;
	background: url('../immagini/sfondoAddress.jpg') no-repeat bottom left;
	float: left;
}

div#validazione a {
	background: none;
}

address {
	color: #CD0514;
	font: 1.2em "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4;
	float: left;
}

address a:link, address a:visited {
	color: #CD0514;
	font-style: normal;
}

address a:focus, address a:hover, address a:active {
	background: none;
	color: #CD0514;
	border-bottom: 2px solid #CD0514;
}

img#skype {
	margin: 65px 0 0 0;
}

div#validazione {
	margin: 25px 0 15px 0;
}

div#validazione a {
	margin-right: 10px;
}

div#webmaster {
	position: absolute;
	bottom: 5px;
	right: 50px;
}

div#webmaster  p {
	margin: 5px 5px 0 0;
	display: block;
	float: left;
}

div#validazione a:focus, div#validazione a:active, div#webmaster a:focus, div#webmaster a:active {
	background: none;
	border-bottom: 2px solid #CD0514;
}
/********************* FINE FOOTER *********************/