/* TYPOGRAPHY ---------------------------------------------- */

html, body {
	margin:0;
	padding:0;
}
body {
	background:#005aad url(../images/bg.gif) repeat-x;
	margin:0;
	padding:0;
	color:#454545;
	font:80%/1.9 calibri;
}
h1, h2, h3, p, strong, span, img, form, input, label, textarea, table, th, tr, td {
	padding:0;
	margin:0;
}
h1 {
	font-size:130%;
	line-height:20px;
	color:#3163b6;
	margin:0 0 10px 0;
	padding:0;
	/*text-transform:uppercase;*/
	background:url(../images/ok.gif) no-repeat top left;
	padding:0 0 0 28px;
}
/*LINKS ----------------------------------------------*/

a:link, a:visited, a:active {
	color:#1f56b1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*NAVIGATION ----------------------------------------------*/

#nav {
	text-align:left;
	font-size:120%;
	height:auto !important;  		/* per i browser moderni */
	height:200px;      				/* per IE5.x e IE6 */
	min-height:200px;  				/* per i browser moderni */
}
#nav ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	margin:10px 0;
}
#nav li a {
	text-transform:lowercase;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	width:210px;
	height:30px;
	line-height:27px;
	display:block;
	margin:0;
	padding:0 0 0 10px;
}
#nav li a:hover {
	background:url(../images/bgli.gif) no-repeat;
	color:#123351;
	margin:0;
	padding:0 0 0 10px;
}
/* MACRO-STRUCTURE ---------------------------------------------- */

#container {
	width:930px;
	height:auto !important;  		/* per i browser moderni */
	height:500px;      				/* per IE5.x e IE6 */
	min-height:500px;  				/* per i browser moderni */
	margin:0 auto;
	padding:30px 0 50px 0;
}
#content {
	height:auto !important;  		/* per i browser moderni */
	height:375px;      				/* per IE5.x e IE6 */
	min-height:375px;  				/* per i browser moderni */
}
#logo {
	height:120px;
	margin-bottom:30px;
}

#logo img {
	border:0;
}


#left {
	float:left;
	width:210px;
	height:auto !important;  		/* per i browser moderni */
	height:365px;      				/* per IE5.x e IE6 */
	min-height:365px;  				/* per i browser moderni */
}
#right {
	float:right;
	width:670px;
	height:auto !important;  		/* per i browser moderni */
	height:365px;      				/* per IE5.x e IE6 */
	min-height:365px;  				/* per i browser moderni */
	padding:5px 15px;
	background-color:#fff;
}
#banner {
	height:100px;
	width:729px;
	margin:0 auto;
	padding:7px 0;
}
#footer {
	float:right;
	width:700px;
	color:#fff;
	font-size:80%;
	margin-top:10px;
	letter-spacing:1px;
	text-align:center;
}
#footer a {
	font-weight:bold;
	color:#e3ffff;
	/*text-transform:uppercase;*/
	text-decoration:none;
}
#footer a:hover {
	color:#e3ffff;
	text-decoration:underline;
}
/* MICRO-STRUCTURE ---------------------------------------------- */
#abstract {
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px dashed #a1a1a1;
}
#abstracthome {
	width:290px;
	margin:0 10px 30px 0;
	padding-bottom:10px;
	border-bottom:1px dashed #a1a1a1;
	float:left;
}
#top {
	background:url(../images/top.gif) no-repeat;
	float:right;
	width:700px;
	height:10px;
}
#bottom {
	background:url(../images/bottom.gif) no-repeat;
	float:right;
	width:700px;
	height:10px;
}
/*LISTS ----------------------------------------------*/
.apartmentsphoto {
	float:left;
	width:152px;
}
.apartments {
	width:310px;
	height:155px;
	float:left;
	padding:0 1px;
	font-size:90%;
	margin:0 13px 15px 0;
}
.apartments a {
	text-decoration:none;
	color:#3163b6;
	font-weight:bold;
}
.apartments a:hover {
	text-decoration:underline;
	color:#09419d;
	font-weight:bold;
}
.apartments img {
	width:144px;
	height:105px;
}
.apartments a img {
	border:1px dashed #a1a1a1;
	padding:3px;
}
.apartmentsdescripton {
	float:right;
	width:145px;
}
/*FORM STRUCTURE----------------------------------------------*/
.form {
	margin:5px 0;
}
.form label {
	float:left;
	width:170px;
}
.form input {
	width:250px;
	border:1px dashed #a1a1a1;
	color:#4e4d4d;
	font:100%/1.9 calibri;
	padding:3px;
	height:15px;
	line-height:15px;
}
.form textarea {
	width:450px;
	height:170px;
	border:1px dashed #a1a1a1;
	color:#4e4d4d;
	font:100% calibri;
	padding:3px;
	margin:0;
}
.form .button {
	border:1px dashed #a1a1a1;
	background-color:#acc9e5;
	width:100px;
	margin-left:170px;
	font-weight:bold;
	color:#0a2c4b;
	height:23px;
	text-transform:uppercase;
	padding:3px;
}
/*FOOTER NAVIGATION ----------------------------------------------*/

/* CLASSES ---------------------------------------------- */

.floatNone {
	clear:both;
}
.anchor {
	font-weight:bold;
	margin:0 auto;
	margin-left:150px;
}
