
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, verdana;
	color: #666666;
	font-size: 12px;
	text-align: center;	
	background-image: url('img/bg2.gif');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ffffff;
	line-height: 20px;
}

#cnt{
	width: 980px;
	margin: 0px auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;	
}

#head_a{
	height: 130px;
}

#head_a2{
	float: right; 	
	width: 719px;
	height:  130px;
}

#head_a2_left{
	float: left;
	text-align: left;
	padding-top: 5px;
}

#head_a2_right{
	position: relative;
	float: right;
	text-align: right;
	padding-top: 105px;
	font-size: 14px;
	font-weight: 500;
}

#head_b{
	height: 500px;
	position: relative;
}

#photo{
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 500px;
	overflow: hidden;
	background-color: #ffffff;	
	/*border: #ffffff 1px solid;*/
	border: #861812 1px solid;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;	
	border-radius: 10px;	
	-moz-box-shadow: 0px 10px 20px #aaaaaa;
	-webkit-box-shadow: 0px 10px 20px #aaaaaa;
	box-shadow: 0px 10px 20px #aaaaaa;	
	behavior: url('/PIE.htc');
}

#photo IMG{
	position: absolute;
	width: 980px;	
	height: 500px;	
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	filter: alpha(opacity=0);	
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;	
	border-radius: 10px;	
	behavior: url('/PIE.htc');		
}

#photo IMG.active{
	z-index: 10;
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

#photo IMG.last-active{
	z-index: 9;
}	

#menu{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 259px;	
	height: 500px;
	z-index: 99;
	background-color: #ffffff;	
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;	
	behavior: url('/PIE.htc');		
}

#logo{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 259px;
	height: 450px;
	border-right: #861812 1px solid;
	padding-top: 30px;
	text-align: center;		
	z-index: 100;
	
}

#head_b_nav{
	height: 450px;
	position: relative;
}

#photo_nav{
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 450px;
	overflow: hidden;
	background-color: #ffffff;	
	border: #861812 1px solid;	
	-moz-box-shadow: 0px 10px 20px #aaaaaa;
	-webkit-box-shadow: 0px 10px 20px #aaaaaa;
	box-shadow: 0px 10px 20px #aaaaaa;	
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;	
	border-radius: 10px;	
	behavior: url('/PIE.htc');		
}

#photo_nav IMG{
	position: absolute;
	width: 980px;	
	height: 450px;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;	
	border-radius: 10px;	
	behavior: url('/PIE.htc');		
}

#photo_nav IMG.active{
	z-index: 10;
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

#photo_nav IMG.last-active{
	z-index: 9;
}	

#logomare{
	border: #861812 1px solid;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;	
	border-radius: 10px;	
	behavior: url('/PIE.htc');		
}

#menu_nav{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 259px;	
	height: 450px;
	z-index: 99;
	background-color: #ffffff;	
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;	
	behavior: url('/PIE.htc');		
}

#logo_nav{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 259px;	
	height: 400px;
	border-right: #861812 1px solid;
	padding-top: 30px;
	text-align: center;
	z-index: 100;	
}





#body{
	padding-top: 0px;
}

#body_a{
	float: left;
	width: 260px;
}

#body_a .pad{
	text-align: center;
}

#body_space{
	position: relative;
	top: 30px;
	height: 200px;
	float: left;
	width: 1px;
	overflow: hidden;
	background-color: #999999;
}

#body_b{
	float: left;
	width: 458px;
	min-height: 320px;
}

#body_b_nav{
	float: left;
	width: 718px;
	min-height: 320px;
}

#body_c{
	float: left;
	width: 260px;
}

.clear{
	clear: both;
	overflow: hidden;
	height: 1px;
}

.pad{
	padding: 30px;
	text-align: left;
}

h1{
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;		
}

h2{
	margin: 0;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #4D4D4D;
	font-size: 12px;
	font-weight: 700;	
}

#foot{
	padding-top: 5px;
	font-size: 11px;
	color: #999999;	
	border-top: #999999 1px solid;
}

#foot_a{
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	font-size: 11px;
	color: #999999;	
}

#foot_b{
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	font-size: 11px;
	color: #999999;	
}

.btn_search{
	cursor: pointer;
	background-color: #0A7AB3;	
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
	-moz-box-shadow: 0px 5px 10px #aaaaaa;
	-webkit-box-shadow: 0px 5px 10px #aaaaaa;
	box-shadow: 0px 5px 10px #aaaaaa;	
	width: 140px;
	height: 24px;
	border: #ffffff 1px solid;
	behavior: url('/PIE.htc');	
}

.btn_gen{
	cursor: pointer;
	background-color: #0A7AB3;	
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
	-moz-box-shadow: 0px 5px 10px #aaaaaa;
	-webkit-box-shadow: 0px 5px 10px #aaaaaa;
	box-shadow: 0px 5px 10px #aaaaaa;	
	padding-left: 30px;
	padding-right: 30px;
	height: 24px;
	border: #ffffff 1px solid;
	behavior: url('/PIE.htc');	
}

input, select, textarea{
	font-family: Arial, verdana;
	color: #666666;
	font-size: 12px;
}

a{
	text-decoration: none;
	color: #666666;
}

a:hover{
	text-decoration: none;
	color: #5A303E;
}

.linkhome{
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	width: 260px;
	text-align: center;
}

.link{
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.link:hover{
	color: #0A7AB3;
	font-size: 14px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-image: url(/img/back_link.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.link_hover{
	color: #0A7AB3;
	font-size: 14px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-image: url(/img/back_link.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.link_hover:hover{
	color: #0A7AB3;
	font-size: 14px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-image: url(/img/back_link.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.linkup{
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;	
}

.linkup:hover{
	color: #0A7AB3;
	font-size: 14px;
	font-weight: 700;	
}

.foot{
	text-decoration: none;	
	font-size: 11px;
	color: #999999;	
}

.foot:hover{
	text-decoration: none;	
	font-size: 11px;
	color: #4D4D4D;	
}

.foot_hover{
	text-decoration: none;	
	font-size: 11px;
	color: #4D4D4D;	
}

.foot2{
	text-decoration: none;
	font-size: 10px;
	color: #999999;
	font-style: italic;
}

.foot2:hover{
	text-decoration: none;
	font-size: 10px;
	color: #4D4D4D;
	font-style: italic;	
}

.titolo{
	color: #0A7AB3;
	font-size: 16px;
	font-weight: 700;
}


.img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	behavior: url('/PIE.htc');
}

.imgnav{	
	-moz-box-shadow: 0px 10px 20px #aaaaaa;
	-webkit-box-shadow: 0px 10px 20px #aaaaaa;
	box-shadow: 0px 10px 20px #aaaaaa;
	behavior: url('/PIE.htc');	
}

.linkgallery{
	color: #4D4D4D;
}

.linkgallery:hover{
	color: #0A7AB3;
}

.linkgallery_hover{
	color: #0A7AB3;
}

.highslide-wrapper div {
	font-family: Verdana, Arial;
	font-size: 11px;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 5px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
	text-align: left;
	font-weight: 700;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 11px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
    
.riga{
  background-color: #999999; 
	font-size: 1px; 
	height: 1px; 
	overflow: hidden;	
}

#news{	
	margin: 0px auto;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 200px;	
}

#news LI{	
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	width: 160px;
	height: 200px;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;	
	filter: alpha(opacity=0);	
}

#news LI.active{
	z-index: 10;
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

#news LI.last-active{
	z-index: 9;
}	