body{
	padding:0;
	padding-top:10px;
	margin:0;
	border:0;
	font-size:12px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	color:#001FA6;
	text-align:left;
	min-width:740px;
	background-color:#FFF;
}

#outer{
	width:740px;
	margin:0 auto;
	background-color:#FFCC00;
	padding:10px;
	border:solid 1px #D0D1D3;
}
#head{
	width:740px;
	height:184px;
	background-image:url(../images/testata.png)
}
#menu_alto{
	width:0px;
	margin-top:0px;
	margin-left:0px;
	height:132px;
	background-color:#fcdf04;
}
#menu{
	position:relative;
	float:left;
	margin:0;
	background-image:url(../images/sinistra_sfondo.png);
	background-repeat:no-repeat;
	width:201px;
	min-height:135px;
}
#right{
	width:529px;
	background-image:url(../images/destra_sfondo.png);
	background-repeat:no-repeat;
	margin:0;
	padding: 5px;
	height:700px;
	float:right;
}
#interno_right{
	width:529px;
	height:530px;
	overflow:auto;
}
#corpo {
	background-color:#FFF;
	background-repeat:repeat-y;
	padding:0px;
	margin:0;
	width:100%;
	min-height:700px;
}
.testo {
	margin:5px 5px 5px 5px;
	color:#001FA6;
}
.titolo {
	margin:5px 5px 5px 5px;	
}
.contenuto_testo{
	margin:5px 5px 5px 5px;
	color:#001FA6;
}
.form{
	display:inline-block;
	vertical-align:top;
	padding-bottom:6px;
	position:absolute;
	left:150px;
	width:400px;
	text-align:left;
}
.contact_form {
	position:relative;	
}
.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: 430px;
	left:50px;
    height:160px; 
	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:120px;
	height:120px;
	
	-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:2px solid #91A9CF;
	z-index:9999;
	position:relative;
}

.photosmall {
	position: relative;
	width: 500px;
	height: 160px;
	background-color: #ffffff;
}
   
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;		
} 	
