@charset "UTF-8";

@import url(undohtml.css);

/* CSS Document */
body {
	color: #000;
}
#horizon {
	background-color: transparent;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

div.container {
	background-color: transparent;
	text-align: center;
	margin-top: -350px;
	margin-left: -500px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 700px;
	visibility: visible;
	overflow: hidden;
}
#ruler {
	height: 2px;
	z-index: 18;
	background-color: #7da8cc;
	width: 1000px;
	position: absolute;
	top: 96px;
}
.mail {
	position: relative;
	z-index: 3;
	bottom: 115px;
	left: 115px;
}
.download {
	position: relative;
	z-index: 3;
	bottom: 119px;
	left: 154px;
}

/* ________________ */
#motivo_sx {
	width: 395px;
	height: 446px;
	background: url(../images/motivo_residence_sx.png) no-repeat;
	z-index: 20;
	position: absolute;
	bottom: 0;
} 
#motivo_dx {
	width: 255px;
	height: 246px;
	background: url(../images/motivo_residence_dx.gif) no-repeat;
	z-index: 21;
	position: absolute;
	top: 0;
	right: 0;
} 
#coppia {
	width: 223px;
	height: 500px;
	background: url(../images/residence_coppia.png) no-repeat;
	position: absolute;
	bottom: -10px;
	right: 200px;
	z-index: 30;
}
/* main body */

#mainbody {
	width: 854px;
	height: 593px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 53px;
	left: 73px;
}
.residence {
	background: url(../images/residence_bkg.jpg) repeat-x 0 -4px;
}
#menu {
	height: 43px;
	width: 621px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/menu_residence_full.jpg) no-repeat 0 -43px;
	z-index: 23;
	position: absolute;
	right: 116px;
}
#menu span.menu {
	display: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	height: 43px;
	float: left;
	display: block;
}
#menu ul li a {
	display: block;
	width: 124px;
	height: 43px;
}

#menu ul li a.residence:hover {
	background:url(../images/menu_residence_full.jpg) no-repeat 0px 4px;
}
#menu ul li a.galleria:hover {
	background:url(../images/menu_residence_full.jpg) no-repeat -124px 4px;
}
#menu ul li a.listino:hover {
	background:url(../images/menu_residence_full.jpg) no-repeat -248px 4px;
}
#menu ul li a.dovesiamo:hover {
	background:url(../images/menu_residence_full.jpg) no-repeat -372px 4px;
}
#menu ul li a.contatti:hover {
	background:url(../images/menu_residence_full.jpg) no-repeat -496px 4px;
}
#menu ul li a.residence_active {
	background:url(../images/menu_residence_full.jpg) no-repeat 0px 4px;
}


/* ---- residence content ----- */

#foto {
	width: 115px;
	height: 308px;
	background-image: url(../images/residence_foto.jpg);
	position: absolute;
	left: 118px;
	top: 45px;
	float: left;
}
#testo {
	width: 400px;
	height: 100px;
	float: left;
	position: absolute;
	top: 45px;
	left: 244px;
}
p {
	padding-bottom: 5px;
}
.titolo {
	text-align: left;
	color: #4e99ce;
	margin-top: 50px;
	font: bold 1.50em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.corpo {
	width: 200px;
	color: #000;
	text-align: justify;
	z-index: 40;
	position: absolute;
	font: 0.69em/1.975em "Lucida Grande", Lucida, Verdana, sans-serif;
}