@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);

body {
	background-color: #BECDF1;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:14px;
}
div#container {
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}



/*- formattazione contenuti sinistra -*/
div#contenutisinistra {
	display: block;
	float: left;
	margin: 0;
	width: 260px;
}
	div#logo {
	display: block;
	float: left;
	width: 260px;
	height: 130px;
	}
	div#indirizzo {
	display: block;
	float: left;
	width: 250px;
	text-align: center;
	padding: 5px;
	background-color: #666666;
	height: 100px;
	}



	/*- formattazione menu sinistra -*/
	div#menusinistra {
	display: block;
	float: left;
	width: 239px;
	padding-left: 20px;
	background-color: #9BA4B9;
	height: 130px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 10px;
	}
	.MenuSinistra {
	font-size: 125%;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	}
	.MenuSinistra a:link, .MenuSinistra a:visited, .MenuSinistra a:active {
	color: #666666;
	text-decoration: none;
	}
	.MenuSinistra a:hover {
		color: #BFCDF2;
		text-decoration: underline;
	}
	.MenuSinistraOn {
	color: #BFCDF2;
	}




	/*- formattazione foto alta -*/
	div#fotoalta {
	height: 380px;
	width: 700px;
	display: block;
	float: right;
	}


	/*- formattazione testi -*/
	div#contenutisotto {
	display: block;
	float: left;
	width: 958px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}
	div#testi {
	width: 940px;
	display: block;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	}
	div#testiprezzi {
	width: 740px;
	display: block;
	float: left;
	margin-top: 30px;
	margin-left: 110px;
	margin-bottom: 20px;
	}
	div#testihomesx {
	width: 440px;
	display: block;
	float: left;
	margin: 10px;
	}
	div#testihomedx {
	width: 440px;
	display: block;
	float: right;
	margin: 10px;
	}
	IMG.home {
	float: left;
	display: block;
	clear: both;
	border: 1px solid #CC9900;
	padding: 3px;
	margin: 3px;
	width: 120px;
	}

	.TestoNormale {
		color: #333333;
		line-height: 23px;
		text-align: justify;
	}
	.TestoGrande {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	}
	.TestoPiccolo {
		font-size: 90%;
		color: #333333;
	}
	.TestoFinePagina {
		font-size: 80%;
		color: #333333;
	}
	.TestoNormale a:link, .TestoNormale a:visited, .TestoNormale a:active, .TestoGrande a:link, .TestoGrande a:visited, .TestoGrande a:active, .TestoPiccolo a:link, .TestoPiccolo a:visited, .TestoPiccolo a:active, .TestoFinePagina a:link, .TestoFinePagina a:visited, .TestoFinePagina a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	.TestoNormale a:hover, .TestoGrande a:hover, .TestoPiccolo a:hover, .TestoFinePagina a:hover {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
	}
	.TestoIndirizzo {
	color: #BFCDF2;
	text-align: justify;
	line-height: 19px;
	}
	.TestoIndirizzo a:link, .TestoIndirizzo a:visited, .TestoIndirizzo a:active {
	color: #BFCDF2;
	text-decoration: none;
	font-weight: bold;
	}
	.TestoIndirizzo a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}




	/*- formattazione sezione loghi aziende -*/
	div#footer {
	width: 960px;
	float: left;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	}
    div#footersx {
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
    }
