body{
	padding:0 0 20px 0;
	margin:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-align:left;
}

#outer{
	position:relative;
	width:950px;
	margin:0 auto;
	padding:0;
}

#testata{
	position:relative;
	background-image:url(../images/testata.jpg);
	width:950px;
	height:146px;
}
#corpo{
	position:relative;
	width:950px;
}
#footer{
	position:relative;
	width:950px;
	height:250px;
	background-image:url(../images/background_footer.jpg);
}

.slideshow{
	float:left;
	padding-right:10px;
}
.slideshow img{
	width:400px;
}


div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 862px;
    height:170px; 
	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:160px;
	height:160px;
	
	-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;		
}

.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:250px;
	height:300px;
}
.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;
}