@charset "utf-8";
/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#B7CBD4;
background-image:url(img/background.jpg); background-repeat:repeat-x;
font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-style:normal;
}

a {
font-weight: bold;
text-decoration: none;
color: #d47800;
}
img {
text-decoration: none;
}
a:hover {
font-weight: bold;
text-decoration: none;
background-color:#d47800;
color:#ffffff;
}

.a-white {
font-weight: normal;
text-decoration: none;
color:#ffffff;
}

.a-white:hover {
font-weight: normal;
text-decoration: none;
color:#333333;
}

.titolo-categoria {
padding-bottom: 8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #D47800;
text-decoration:none;
}

.testo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #363636;
text-decoration:none;
}

.titolo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #D47800;
text-decoration:none;
}

.titolo-blu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #00a4e8;
text-decoration:none;
}

.testo-bianco {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #ffffff;
text-decoration:none;
}

.testo-orange {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #D47800;
text-decoration:none;
}
.testo-blu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #00a4e8;
text-decoration:none;
}
.border-img {
	padding: 4px;
	border: 1px dotted #CCCCCC;
}
#menu {
	width:174px;
	height:514px;
	background-image:url(img/bg-menu.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
ul#navigazione {
	margin:0;
	padding:0;
	padding-top:120px;
	list-style:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-style:bold;
	color:#069;
	line-height:18px;
}
ul#navigazione li{
	width:174px;
	height:20px;
	margin-left:2px;
	text-indent:10px;
}
.btn_menu {
	width:174px;
	height:20px;
	margin:0 auto;
	padding-bottom:4px;
}
li.btn_menu a{
	width:174px;
	height:20px;
	color:#069;
	background-color: rgba(255,255,255,0.8);
	background:#FFF;
	filter: alpha(opacity=80);
	opacity: 0.8;
	float:left;
}

li.btn_menu a:hover{
	width:174px;
	height:20px;
	color:#FFF;
	background-color: rgba(242,148,0,0.8);
	background:#f29400;
	filter: alpha(opacity=80);
	opacity: 0.8;
	float:left;
}
.photogallery-container{
	width:498px;
	height:auto;
	margin-bottom:40px;
}

.photo{
	width:152px;
	height:102px;
	margin-right:20px;
	float:left;
	text-align:left;

}
div.photo img {
	border:none;
	text-decoration:none;
}
div.photo-dx img {
	border:none;
	text-decoration:none;
}
.photo-dx{
	width:152px;
	height:102px;
	float:left;
	text-align:left;
}
.clear{
	clear:both;
}

