/* convention */

#contenuto {
	background-image: url(conv/pattern.gif);
	background-repeat: repeat-y;
}
#contenitore {
	background-image: url(conv/fiorebot.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#contenitore #piede {
	background-color:#FFAC00;
}
#contenitore #sezioni {
	border-bottom: solid 7px #FFAC00;
}
#sezioni ul li a {
	background-image: url(conv/tabs.gif);
}
#menu ul li a {
	background-image: url(conv/menu.gif);
}
#menu ul ul li a {
	background-image: url(conv/submenu.gif);
}
#menu ul ul li strong a {

background-position: 0 -54px;
}
#contenitore #intestazione {
	background-color: #ffac00;
	background-image: url(conv/banner.jpg);
}
#elenco dt {
	border-top: 1px dotted #ffac00;
}

ul#gallerypro {
	float: none;
	}
ul#gallerypro li {
	float: none;
	width: 150px;
	height: 150px;
   line-height: 150px;
	margin:0 10px 10px 0;
   background: url(bk.png) no-repeat center center;
	position: relative;
	list-style: none;
	}
* html ul#gallerypro li {
	font-size: 150px;
	} /* hack per IE 5.5 e IE6 */
*:first-child+html ul#gallerypro li {
	font-size: 150px;
	} /* hack per IE7 */
	
ul#gallerypro li div {
	position: absolute;
	width: 300px;
	top: 0;
	left: 165px;
	line-height: 14px;
	font-size: 11px;
	text-align: left;
}
ul#gallerypro li div h5 {
	font-size: 12px;
	font-weight: bold;
}
ul#gallerypro li .fileinfo {
	font-size: 10px;
	color: #666666;
}