html,body
{
	margin:0;
	padding:0
}
body
{
	background: #993300 url(images/sfondo.gif) repeat-y center;
	font-size:12px;
	font-family:"Trebuchet MS", sans-serif;
	letter-spacing:0.05em;
	color:#000
	
}
#container
{
	width:710px;
	margin: 0px auto;
	padding:0px;
	text-align:left
}
#toplogo
{
	background: url(images/top.gif) no-repeat 2px center;
	height:100px;
	border-bottom:#FF9900 2px solid
}
#toplogo p
{
	color:#FFF;
	text-align:right;
	padding:20px 10px 0 0
}
#toplogo a, #toplogo a:link, #toplogo a:active, #toplogo a:visited
{
	color:#FFF;
	text-decoration:none
}
#toplogo a:hover
{
	text-decoration:underline
}

#img_menu
{
	width:700px;
	margin: 5px auto;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
	height:77px;
}
#img_menu img
{
height:75px;
width:98px;
border:#FFFFFF 1px solid;
float:left;
margin:0
}


.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}


#text_menu
{
	width:700px;
	margin: 5px auto;
	padding:0px;
	text-align:left;
	background-color:#ffba00;
	height:24px;
	text-align:center;
	overflow:hidden
	
}

#text_menu a, #text_menu a:link, #text_menu a:active, #text_menu a:visited
{
	color:#FFF;
	text-decoration:underline;
	display:block;
	width:auto;
	font-weight:bold;
	float:left;
	margin:4px 10px 0 10px;
	font:normal 11px Arial, Helvetica, sans-serif;
	margin-top:4px;

}
#text_menu a:hover
{
	text-decoration:underline;
	color:#990000;
}


#corpo
{
	width:680px;
	margin: 5px auto;
	padding:10px;
	text-align:left;
	background-color:#FFFFD5;
	overflow:auto
	
}

#colonna_sinistra
{
	width:380px;
	text-align:left;
	background-color:#FFFFD5;
	float:left
}
#colonna_destra
{
	margin-left:10px;
	width:290px;
	text-align:left;
	background-color:#FFFFD5;
	float:left
}

#colonna_destra img
{
	margin:0px 0px 10px 0px;
	float:left
	}

#colonna_destra img.thumbL
{
	margin:0px 10px 10px 0px;
	float:left
}

#colonna_destra img.thumbR
{
	margin:0px 0px 10px 0px;
}


a, a:active, a:link, a:visited
{
	text-decoration:underline;
	color:#990000
}
a:hover
{
	color:#FF9900
}

#downlogo
{
	width:690px;
	margin: 5px auto;
	padding:5px;
	background-color:#993300;
	color:#FFFFFF;
	text-align:center
}



#downlogo a, #downlogo a:active, #downlogo a:link, #downlogo a:visited
{
	color:#FFF;
	font-size:90%;
	text-decoration:none;
}
#downlogo a:hover
{
	text-decoration:underline;
}

h2, h3
{
margin:0;
font-size:14px;
font-weight:bold
}



.colonnelistino
{
	margin-right:5px;
	width:120px;
	text-align:left;
	background-color:#FFF;
	border-bottom:#FF0000 1px solid;
	float:left
}



/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder,.imageSlideshowHolder_left{
	margin-left:0px;	/* "Air" */
	/*float:left; /* Floating gallery at the right side of other web page content */		
	width:545px;	/* Image width */
	height:100px;
	overflow:hidden;	/* Image height */
	position:relative;	/* Don't remove this line */
}

/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}

form
{
	border:none;
	padding:0;
	color:#4b696a;
	text-decoration: none;
	line-height: 25px;
	font-size:12px;
	font-family:"Trebuchet MS", sans-serif;
}

form label
{
	height:26px;
	width:120px;
	float:left;
	color:#666666;
	font-size:12px;
	font-family:"Trebuchet MS", sans-serif;
	margin-left:10px;
}

form div
{
clear:both;
}
form input, form textarea
{
	font-size:12px;
	font-family:"Trebuchet MS", sans-serif;
	background-color:#FFCC99;
	border:#FF9900 1px dotted;
}

form input.radio
{
background:none;
border:none
}


form legend
{
	font-size:14px;
	font-family:"Trebuchet MS", sans-serif;
	color:#FF9900;
}

form fieldset
{
border:none;
}


