body{
	background-color: #f0f0f0;
	font-family	    : Arial, Helvetica, sans-serif;
	font-size       : 12px;
}

a{
	color: #000000;
}

#outer_wrapper{
	width : 826px;
	margin: auto; /* per centrare il sito */
}

#inner_wrapper{
	border			: 1px solid #FF0000;
	padding			: 5px;
	background-color: #FFFFFF;
	margin		    : 5px 0px 0px 18px;
	width			: 796px;
}

#header{ height: 42px; }
#logo{
	width: 300px;
	float: left;
}
#address{
	/*width      : 520px;*/
	/*height     : 37px;*/
	/*margin-left: 300px;*/
	/*padding-top: 5px;*/
	width: 486px;
	margin: 0px;
	padding: 0px;
	margin-left: 40px;	
   //margin-left: 335px;
	overflow: auto;
   //overflow: hidden;
	list-style-type: none;
}

#address li{ 
	float: left;
	margin-right: 5px;
	text-align: right;
}

#top_menu{
	list-style-type : none;
	margin		    : 3px 0px 0px 0px;
	padding		    : 5px 5px 5px 5px;
	background-color: #f48221;
}
#top_menu li{
	display	    : inline;
	color	    : #FFFFFF;
	font-weight : bold;
	font-size   : 14px;
	padding     : 0px 5px 0px 0px;
	margin-right: 73px;
}
#top_menu li a, #offers #affitto_title a, #offers #vendite_title a{ 
	color		   : #FFFFFF; 
	text-decoration: none;
}
#top_menu li a:hover, 
#offers #affitto_title a:hover, 
#offers #vendite_title a:hover{ 
	text-decoration: underline; 
}

#offers, #content{ margin-top: 15px; }

#offers{
	width: 220px;
	float: left;
}

#content{
	width	      : 561px;
	margin-left   : 230px;
	padding-bottom: 10px;
	border        : 2px solid #FF0000;
	border-left   : 0px;
	border-right  : 0px;
	border-bottom : 0px;
}

#offers #affitto_title, #offers #vendite_title{ 
	font-weight  : bold;
	font-size	 : 14px;
	display		 : block;	
	height		 : 22px;
	line-height  : 22px;
	margin-bottom: 10px;
	padding-left : 10px;
}
#offers #affitto_title a, #offers #vendite_title a{ display: block; }

#offers #affitto_title{ background-color: #ff9933; }
#offers #vendite_title{ background-color: #ffcc00; } 

.offers_list{
	list-style-type: none;
	margin		   : 0px 0px 0px 3px;
	padding		   : 0px;
}
.offers_list li{
	font-weight  : bold;
	margin-bottom: 10px;
}
.offers_list li a{
	color		   : #000000;
	text-decoration: none; 
}
.offers_list li a:hover{ text-decoration: underline; }

#no_offers{	color: #FF0000; }

#titolo{
	margin     : 5px 0px 10px 0px;
	font-size  : 15px;
	font-weight: bold;	
	color      : #ff9933; 
}

.contatti_error{ color: #FF0000; }

#form_contatti{ margin-top: 8px; }

#form_contatti label{
	display     : block;
	float       : left;
	margin-right: 5px;
	line-height : 20px;
}
#form_contatti fieldset{
	border        : none;
	padding       : 0px;
	width         : 400px;
	padding-bottom: 10px;
}

#form_contatti #details input{
	float       : left;
	margin-right: 10px;
}
#form_contatti #submit input{
	display: block;
	margin : 0 auto;
}

#footer{
	font-size : 11px;
	margin    : 5px 0px 0px 18px;
	text-align: center
}
#footer a{ color: #000000; }
