/* TYPOGRAPHY ---------------------------------------------- */

html, body {
	margin:0;
	padding:0;
}
body {
	background:#f9f9f9 url(../images/bg.gif) repeat-x;
	margin:0;
	padding:0;
	color:#1e1e1e;
	font:76%/1.7 Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, p, strong, span, img, form, input, label, textarea, table, th, tr, td {
	padding:0;
	margin:0;
}
h1 {
	font:18px Georgia, "Times New Roman", Times, serif;
	margin-bottom:7px;
	color:#fa8508;
	font-style:bold;
	text-transform:uppercase;
}
h2 {
	font:14px Georgia, "Times New Roman", Times, serif;
	margin-bottom:7px;
	color:#fa8508;
	font-style:bold;
	text-transform:uppercase;
}

/*LINKS ----------------------------------------------*/

a:link {
	color:#237606;
	text-decoration:none;
}
a:hover {
	color:#fa8508;
	padding-bottom:2px;
}
a:visited {
	color:#237606;
	padding-bottom:2px;
}

/*NAVIGATION ----------------------------------------------*/

#navigation {
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	letter-spacing:1px;
	float:left;
	border-bottom:1px dashed #ccc;
	border-top:1px dashed #ccc;
	width:100%;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation ul li {
	display:inline;
	margin-right:40px;
}
#navigation a {
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#237606;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
}
#navigation a:hover {
	color:#fa8508;
	padding-bottom:2px;
}

/* MACRO-STRUCTURE ---------------------------------------------- */

#container {
	width:930px;
	height:100%;
	min-height:auto;
	margin:0 auto;
	padding:10px 0;
}
#header {
	height:100px;
	margin-bottom:10px;
}
#header img {border:0;}
#focus {
	height:265px;
	width:100%;
	background:url(../images/bg_focus.jpg) no-repeat;
}
#center {
	width:930px;
	padding:10px 0;
}
#left {
	float:left;
	width:625px;
	padding-right:20px;
	background:url(../images/bg_dashed.gif) repeat-y right;
	height:auto !important;  		/* per i browser moderni */
	height:405px;      				/* per IE5.x e IE6 */
	min-height:405px;  				/* per i browser moderni */
	margin-bottom:10px;
}
#right {
	float:right;
	width:255px;
	padding:0;
	font-size:90%;
	height:auto !important;  		/* per i browser moderni */
	height:305px;      				/* per IE5.x e IE6 */
	min-height:305px;  				/* per i browser moderni */
	margin-bottom:10px;
}
#right ul {
	margin:0 0 0 15px;
	padding:2px;
}
#right li {
	list-style-image: url(../images/bullet.gif);
	vertical-align:bottom;
}
#right a {
	color:#4e4d4d;
	text-decoration:none;
}
#right a:hover {
	color:#115200;
	text-decoration:underline;
}
#footer {
	width:100%;
	padding:10px 0;
	font-size:80%;
	color:#1e1e1e;
	text-align:center;
	background:#94cb5f url(../images/footer.gif) repeat-x;
	height:120px;
}

/* MICRO-STRUCTURE ---------------------------------------------- */

.abstract {
	margin-bottom:30px;
}
.banner {
	width:729px;
	margin:0 auto;
}
.banner a img {
	text-decoration:none;
	border:0;
}
#footerText {
	margin:0 auto;
	padding:80px 0 5px 0;
	width:930px;
}
#footerText p {
	margin:0 0 5px 0;
	padding:0;
}
#footerText a {
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#115200;
}
#footerText a:hover {
	text-decoration:underline;
	color:#115200;
}

/*LISTS ----------------------------------------------*/

.appFoto {
	margin:0 auto;
}
.appartamenti {
	width:165px;
	height:230px;
	float:left;
	margin:3px 35px 10px 0px;
	padding:3px;
	font-size:11px;
}
.appartamenti a {
	text-decoration:none;
	color:#237606;
	font-weight:bold;
}
.appartamenti a:hover {
	text-decoration:underline;
	color:#fa8508;
	font-weight:bold;
}
.appartamenti img {
	width:144px;
	height:105px;
}
.appartamenti a img {
	border:1px dashed #ccc;
	padding:1px;
}

/*FORM STRUCTURE----------------------------------------------*/

#form {
	margin-top:25px;
}
.form {
	margin:10px 0;
}
.form label {
	float:left;
	width:200px;
}
.form input {
	width:360px;
	border:1px solid #ccc;
	font:100%/1.4 Georgia, "Times New Roman", Times, serif;
	padding:2px;
}
.form textarea {
	width:359px;
	height:120px;
	border:1px solid #ccc;
	font:100%/1.7 Georgia, "Times New Roman", Times, serif;
	padding:2px;
}
.form .bottone {
	border:1px solid #b8b8b8;
	background-color:#e67c0c;
	width:100px;
	margin-left:200px;
	font-weight:bold;
	color:#fff;
}

/*FOOTER NAVIGATION ----------------------------------------------*/

#menuBottom {
	margin:0 auto;
	padding:0;
	width:930px;
}
#menuBottom ul, li {
	list-style:none;
}
#menuBottom li {
	display:inline;
	margin-right:10px;
}
#menuBottom li a {
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#115200;
}
#menuBottom li a:hover {
	text-decoration:underline;
	color:#115200;
}

/* CLASSES ---------------------------------------------- */

.floatNone {
	clear:both;
}
.anchorTop {
	display:block;
	text-align:right;
	margin-right:60px;
	font-weight:bold;
}

