body{
	padding:0 0 20px 0;
	margin:0;
	border:0;
	font-family:Century gothic;
	font-size:13px;
	color:#000;
	text-align:left;
	background:#ffc686 url(../images/sfondo_body.jpg) repeat-x;
}
a:link {
	color:#00478D;
	text-decoration:none;
}
#outer{
	width:1000px;
	margin:0 auto;
	padding:0;
}
#head{
	position:relative;
	width:1000px;
	height:156px;
	background-image:url(../images/testata.jpg)
}
#menu_alto{
	position:absolute;
	width:0px;
	top:0px;
	right:730px;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
}
#menu{
	position:absolute;
	float:left;
	margin:0 0 0 50px;
	width:263px;
	height:334px;
	background-image:url(../images/sfondo_modulo.png);
}
#right{
	position:relative;
	z-index:9999;
	width:737px;
	margin:0 263px 0px;;
	padding: 18px 0 0 0;
	min-height:600px;
	float:left;
	background-image:url(../images/sfondo_content.png);
}
#corpo {
	background-repeat:repeat-y;
	padding:0;
	margin:0;
	width:1000px;
	float:left;
}
#contenuto{
	margin:15px 25px 5px 25px;
}
#footer {
	width:737px;
	padding:0;
	margin:0 0 0 263px;
	text-align:center;
	background-image:url(../images/piede.png);
	height:130px;
	clear:both;
}
#false_header {
	position:absolute;
	width:937px;
	padding:0;
	margin:25px 0 0 55px;
	text-align:center;
	background-image:url(../images/testata.png);
	height:131px;
	clear:both;
}
.testo {
	margin:5px 5px 5px 5px;
}
.titolo {
	margin:5px 5px 5px 5px;	
}
.sec_img{
	width:220px;
	height:200px;
}
.contenuto_testo{
	margin:5px 5px 5px 5px;
}
.nome_casa{
	color:#FF9C2B;
	font-family:Century gothic;
	font-size:18px;
	margin:0;
}
.img_casa{
	float:left;
	width:300px;
}
.desc_casa{
	float:left;
	width:360px;
	color:#000000;
	font-family:Century gothic;
	font-size:11px;
}
.form{
	display:inline-block;
	vertical-align:top;
	padding-bottom:6px;
	position:absolute;
	left:150px;
	width:400px;
	text-align:left;
}
.contact_form {
	position:relative;	
	margin-left:25px;
}
.form_label {
	position:absolute;
}
#contact_form {
	position:absolute;
}

#contact_form input {
	width:203px;
	height:13px;
	font-size:10px;
	color:#1C1615;
}
#contact_form textarea {
	width:203px;
	height:130px;
	font-size:10px;
	color:#1C1615;
}
#contact_form select {
	width:209px;
	font-size:10px;
	color:#1C1615;
}

#contact_form .form_label{
	display:inline-block;
	width:160px;
	margin-left: 0px;	
}
label.error{
	margin-left: 10px;
}



div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 220px;
    height:200px; 
	float:left;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:200px;
	height:138px;
/*	width:60px;
	height:60px;*/
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
.scrollable .active {
	border:1px solid #BBCBC9;
	z-index:9999;
	position:relative;
}

.photosmall {
	position: relative;
	width: 500px;
	height: 160px;
	background-color: #ffffff;
}
.photobig {
	position: relative;
	margin: 0 0 20px 0;
}
#image_wrap {
	text-align:center;
}
   
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	float:left;
	display:inline-block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	font-size:1px;
	
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
a.disabled {
	visibility:hidden !important;		
}

.testata_testo{
    color: #FF9C2B;
    font-family: Century gothic;
    font-size: 57px;
    position: absolute;
    right: 28px;
    text-align: left;
    top: 30px;
    width: 655px;
}
