/* TIPOGRAFIA ---------------------------------------------- */

html, body {
	margin:0;
	padding:0;
}
body {
	color:#4e4d4d;
	font:12px/1.8 Arial, Helvetica, sans-serif;
	background:url(../images/bg.gif) repeat-x;
}
h1, h2, h3, p, strong, span, img, form, input, label, textarea, table, th, tr, td {
	padding:0;
	margin:0;
}
h1 {
	margin-bottom:5px;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#f96969;
}
h2 {
	margin-bottom:5px;
	font:16px Georgia, "Times New Roman", Times, serif;
	color:#f96969;
}
h3 {
	margin-bottom:5px;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#f96969;
}
/*NAVIGAZIONE TOP----------------------------------------------*/

#menuTop {
	float:left;
	text-align:center;
	width:960px;
	margin-bottom:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#menuTop ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menuTop li {
	float:left;
	display:inline;
}
#menuTop a {
	color:#626262;
	text-decoration:none;
	font-weight:bold;
	width:120px;
	padding:2px 3px;
	float:left;
	text-transform:lowercase;
}
#menuTop a:hover {
	color:#fff;
	background-color:#34a378;
}
#menuTop a.active {
	background-color:#34a378;
	color:#ffffff;
}
/*NAVIGAZIONE DX----------------------------------------------*/

#colDx ul {
	margin:0 0 0 15px;
	padding:2px;
}
#colDx li {
	list-style-image: url(../images/freccetta.gif);
	vertical-align:bottom;
}
#colDx a {
	color:#4e4d4d;
	text-decoration:none;
}
#colDx a:hover {
	color:#f96969;
	text-decoration:underline;
}
/*NAVIGAZIONE FOOTER----------------------------------------------*/

#menuBottom {
	margin:0;
	padding:0;
}
#menuBottom ul, li {
	list-style:none;
}
#menuBottom li {
	display:inline;
	margin-right:20px;
}
#menuBottom li a {
	text-decoration:none;
	font-weight:bold;
	text-transform:lowercase;
	color:#1e835c;
}
#menuBottom li a:hover {
	text-decoration:underline;
	color:#f96969;
}
/* MACRO STRUTTURA ---------------------------------------------- */

#container {
	width:960px;
	margin:0 auto;
}
#header {
	height:130px;
	padding:0;
}
#header a img {
	text-decoration:none;
	border:0;
}
#content {
	height:auto !important;  		/* per i browser moderni */
	height:350px;      				/* per IE5.x e IE6 */
	min-height:350px;  				/* per i browser moderni */
}
#colSx {
	float:left;
	width:665px;
}
#colDx {
	width:260px;
	height:auto !important;  		/* per i browser moderni */
	height:350px;      				/* per IE5.x e IE6 */
	min-height:350px;  				/* per i browser moderni */
	float:right;
	font-size:11px;
	background:url(../images/colDx.gif) no-repeat;
	padding:10px;
}
#colCenter {
	width:100%;
}
#footer {
	border-top:1px solid #ccc;
	padding:10px;
	font-size:10px;
	margin-top:20px;
	color:#4e4d4d;
}
/* MICRO STRUTTURA ---------------------------------------------- */

.news {
	float:left;
	width:310px;
	margin:0 20px 10px 0;
	font-size:11px;
}
.abstract {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}
.banner {
	width:760px;
	margin:0 auto;
	padding:25px 0 0 0;
}
.banner a img {
	text-decoration:none;
	border:0;
}
/*FORM----------------------------------------------*/

.form {
	margin:5px 0;
}
.form label {
	float:left;
	width:170px;
}
.form input {
	width:250px;
	border:1px solid #BAE5D4;
	color:#4e4d4d;
	font:12px/1.8 Arial, Helvetica, sans-serif;
	padding:1px;
}
.form textarea {
	width:450px;
	border:1px solid #BAE5D4;
	color:#4e4d4d;
	font:12px/1.8 Arial, Helvetica, sans-serif;
	padding:2px;
}
.form .bottone {
	border:1px solid #BAE5D4;
	background-color:#34a378;
	width:100px;
	margin-left:170px;
	font-weight:bold;
	color:#fff;
}
/*APPARTAMENTI----------------------------------------------*/

.appFoto {
	margin:0 auto;
}
.appartamenti {
	width:144px;
	float:left;
	margin:3px 3px 10px 3px;
	padding:3px;
	border:2px solid #bae5d4;
	font-size:11px;
	height:260px;
}
.appartamenti a {
	text-decoration:none;
	color:#1e835c;
	font-weight:bold;
}
.appartamenti a:hover {
	text-decoration:underline;
	color:#f96969;
	font-weight:bold;
}
.appartamenti img {
	width:144px;
	height:105px;
}
.appartamenti a img {
	border:none;
}
/*CLASSI GENERICHE----------------------------------------------*/

.floatNone {
	clear:both;
	margin:0;
	padding:0;
}
