/*centred content -----------------------------------------------------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html, body {
	height:98%;
	background-color:#FFFFFF;
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-314px; /* half of container's height */
	float:left;
}
a {
	outline:none;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:960px;
	clear:left;/*border:black 1px dotted;*/
	
}
/*intro ------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*menu nav -----------*/

ul.nav li a img { 
		border:0;
		vertical-align:middle;
		cursor:pointer;
		margin-right:-10px;
		
	}
	
	ul.nav li a{ 
		color:#A5A6A8;
		outline:none;
		font-size:24px;
		padding:0;
		text-decoration:none;
		
		
	}
	
	a.ck{
		border-bottom:1px dotted #507CA6;
	}
	
	ul.nav{
		list-style:none;
		font-size:30px;
		line-height:30px;
		border-right:4px solid #D6D7D8;
		margin:0px;
		height:107px;
		padding:0px;
		position:absolute;
		right:0px;
		bottom:0px;
		width:618px;
		text-align:right;
		z-index:9;
		padding-right:16px;
		background-color:#fff;
		
	}
	
	.slash{
	
	 font-size:16px;
	 color:#A5A6A8;
	
	}
	
	ul.nav li{
	
		display:inline;
		margin:0px;
		padding:0px;
		font-size:17px;
		color:#ccc;
		
			
	}
	
	/*
	ul.nav ul li,
	ul.nav ul li a.be{
		visibility: hidden;
	}
	*/
	
	ul.nav li ul.sub{
	
		display:none;
	
	}

	#currentmenu{
		position:absolute;
		right:0px;
		top:0px;
		width:145px;
		border-right:1px solid #A5A6A8;
		height:94px;
		padding:10px 15px 0px 0px;
		text-align:right;
		font-size:11px;
		
	}
	
	#currentmenu a{
		color:#A5A6A8;
		text-decoration:none;
	}

	#currentmenu a:hover{
		color:#777;
		text-decoration:none;
	}
	
	#currentmenu a:active,
	#currentmenu a.active{
		color:#507CA6;
		text-decoration:underline;
	}


/*index ------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	color:#941626;
	font-size:22px;
	padding:0px;
	margin:0px;
}
h2 {
	color:#666;
	font-size:19px;
	padding:0px;
	margin:0px;
}
h3 {
	font-size:19px;
	padding:0px;
	padding-left:5px;
	margin:0px;
}
body {
	font-family:Verdana;
	font-size:10px;
	color:#333;
	margin:10px 0px;
	padding:5px;
	text-align:center;
}
#menu {
    text-align:left;
	width:960px;
	height:104px;
	position:absolute;
	top:0px;
	left:0px;
	color:#666;
	z-index:8;
}

#legal{
position: fixed;
bottom: 0px;
width: 100%;
text-align: center;
left: 0px;
padding-bottom: 1em;
color: #8aa7c3;
font-size: 9px;
}

#head {
	width:960px;
	height:104px;
	text-align:left;
	position:absolute;
	top:0px;
	left:0px;
	border-bottom:1px solid #535153;
}
#home {
	float:right;
	margin-top:12px;
	display:none;
}
#home h1, #gohome {
	padding-top:36px;
	color:#888;
	font-size:16px;
}
#home img {
	border:0;
}
#home a {
	text-decoration:none;
}

#logo {
	position:relative;
	left:0px;
	top:60px;
	width:34px;
	height:34px;
	float:left;
	z-index:9;
}

a,a:visited {
	outline:none;
	color: #507CA6;
}

a:hover,a:visited:hover{
	color: #777;
}
a:active,
a:visited:active{
	color: #ccc;
}



#content {
	left:0px;
	top:142px;
	width:100%;
	height:458px;
	position:absolute;
	text-align:left;
	font-size:100%;
	color:#858688;
}
#content h2 {
    margin-top:-5px;
	margin-bottom:20px;
	font-size:21px;
	color:#858688;
}

#lcol {
	position:absolute;
	top:0px;
	left:0px;
	width:255px;
	padding-bottom:20px;
	
}
#rcol {
	position:absolute;
	top:0px;
	right:0px;
	width:700px;
	background-color:#fff;
	height:458px;
}
#breadcrumb{
    position:absolute;
	top:-25px;
	left:0px;
	width:960px;
	height: 24px;
	border-bottom: solid #999 1px;
	z-index:9;
}

#lang {
	text-align:left;
	
	color:#ccc;
	z-index:10;
	top:0px;
	left:0px;
	position:absolute;
}
#lang a, #lang a:visited {
	color:#ccc;
	text-decoration:none;
	font-size:10px;
}
#lang a:hover, #lang a:visited:hover {
	color:#666;
	text-decoration:none
}

.homepage{
	text-align:right;
}
.inmostra{
	border-right:4px solid #D6D7D8;
	width: 200px;
	height: 458px;
}
.inhome{
	/*border-left:4px solid #D6D7D8;*/
	width: 200px;
	height: 458px;
}
#lcol .inhome h2{
	padding: 0px;
	/*padding-left: 10px;*/
	margin: 0px;
}

img.fastdwn{
	text-indent: -90000px;
	visibility: hidden;
}

ul.listmostre,
ul.listmostre li{
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
ul.listmostre li a{
	background-color: #fff;
	text-decoration: none;
	color: #999;
	float: left;
	font-size: 10px;
	padding: 20px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: dotted 1px #ccc;
	width: 200px;
}
ul.listmostre .arty{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
ul.listmostre li a:hover,
ul.listmostre li a:visited:hover,
ul.listmostre li a:hover b,
ul.listmostre li a:visited:hover b{
	color: #507CA6;
}

ul.listmostre li a:active,
ul.listmostre li a:visited:active,
ul.listmostre li a:active b,
ul.listmostre li a:visited:active b
{
	color: #ccc;
}

#lcol {
	height: 438px;
	width: 200px;
}
#lcol .scroll-pane{
	width: 200px;
	height: 438px;
	overflow: auto;
	float: left;
	padding-right:20px;
}


#rcol .scroll-pane{
	width: 696px;
	height: 458px;
	overflow: auto;
	float: left;
	padding-right:20px;
}
.blue{
	color: #507CA6;
}

.uppercase{
	text-transform: uppercase;
}
.pics {
	position: relative;
	top:0px;
	left:-10px;
	width:710px;
	overflow:hidden;
	height:458px;
}

#slider{
	position:absolute;
	top:0px;
	left:0px;
	width:956px;
	float: left;
	z-index: 9990;
	background-color: #fff;
	border-bottom: 4px solid #eee;
	border-right: 4px solid #eee;
	
}
#safew{
	position:absolute;
	top:442px;
	left:0px;
	width:952px;
	height: 20px;
	float: left;
	background: transparent url(../img/safewhite8.png) repeat-x left top;
	z-index: 9;
	text-indent: -100000px;
}
.biografia #safew{
		width:952px;
	}

#slider ul,
#slider ul li,
ul.cataloghi,
ul.cataloghi li
{
	list-style: none;
	margin:0px;
	padding: 0px;
	}
#slider ul li{
	display: inline;
	width: 15%;
	height: 110px;
	border-left:1px dotted #ccc;
	float: left;
	padding: 20px;
}
ul.cataloghi{
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
ul.cataloghi li{
	display: inline;
	width: 31%;
	height: 390px;
	border-left:1px dotted #ccc;
	float: left;
	padding: 10px;
}
ul.cataloghi li b{
padding-bottom: 20px;
clear: both;

}
ul.cataloghi li img{
border: 1px solid #ccc;
margin-bottom: 10px;

}




#slider .scroll-pane{
	width: 956px;
	height: 458px;
	overflow: auto;
	float: left;
	padding-right:20px;
}

#navbar{
	position:absolute;
	top:458px;
	left:0px;
	width:960px;
	float: left;
	z-index: 60;
	background-color: #fff;
	border-top: 1px solid #666;
	}
#ncurrent{
	font-size: 12px;
	color: #999;
}
#tovr{
	font-size: 11px;
	color: #507CA6;
}
#opereinmostra{
	position:absolute;
	top:290px;
	left:0px;
	width:210px;
	float: left;
	z-index: 9;
	
}
#dida{
	padding-top: 13px;
	font-size: 9px;
}
ul.navl,
ul.navl li,
ul.navr,
ul.navr li{
	list-style: none;
	margin:0px;
	padding: 0px;
}
ul.navl li,
ul.navr li{
	display: inline;
}
ul.navl{
	float: left;
}
ul.navr{
	float: right;
}
#navbar ul li a{
	
	background-color: #fff;
	border-right: 1px solid #ccc;
	text-decoration: none;
	color:#666;
	float: left;
}

#navbar ul.navl li a{
	
	padding: 5px;
}
#navbar ul li a:visited{
	color:#666;
}
#navbar ul li a.active{
	background-color: #ddd;
}
#navbar ul li a:hover{
	background-color: #eee;
}
.bordinol{
	border-left: 1px solid #ccc;
}
#testi{
	width: 531px;
	border-right:4px solid #D6D7D8;
	float: left;

}
#testi .scroll-pane{
	width: 531px;
	padding-top: 20px;
	height: 438px;
	overflow: auto;
	float: left;
}
#cataloghi{
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-left: 15px;

}
#cataloghi img{
	max-width: 150px;
}


#testi hr{
	border:0;
	border-top: 1px dotted #D6D7D8;
	margin-top: 2em;
	margin-bottom:2em;
	
}
.aria{ 
	padding-right: 20px;
}

a#zoom, a#prev, a#next,
a#zoom:visited, a#prev:visited, a#next:visited{

	text-indent: -10000px;
	width:32px;
	height: 22px;
	padding: 0px;
}
a#zoom,a#zoom:visited{
	background:#fff url(../img/navthumb.png) top right no-repeat;
	padding: 0px;
}
a#zoom:hover{
	background:#fff url(../img/navthumb.png) bottom right no-repeat;
	padding: 0px;
}
a#prev,a#prev:visited{
	background:#fff url(../img/navthumb.png) top left no-repeat;
	padding: 0px;
}
a#prev:hover{
	background:#fff url(../img/navthumb.png) bottom left no-repeat;
	padding: 0px;
}

a#next,a#next:visited{
	background:#fff url(../img/navthumb.png) top center no-repeat;
	padding: 0px;
}
a#next:hover{
	background:#fff url(../img/navthumb.png) bottom center no-repeat;
	padding: 0px;
}
a#showthumbs{
	padding: 5px;
}

h3.mtitle{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
	color: #507CA6;
}
h3.mtitle.bio{
	margin-top: 11px;
}
a.artista{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	
}
#cataloghi img{
	border: solid 1px #eee;
	margin-bottom: 20px;
}

a.expo{
	
	text-decoration: none;
	color: #507CA6;
	

}
div.float{
	
	clear:both;
	width: 100%;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	}
#lcol.expo,
#lcol.pubblicazioni{
	display: none;
}
#rcol.pubblicazioni,
#rcol.expo{
	left: 0px;
	right: inherit;
}

#rcol.pubblicazioni #testi,
#rcol.expo #testi{
	width:956px;	
}
#rcol.expo .scroll-pane,
#rcol.pubblicazioni .scroll-pane{
	width: 956px
}
#rcol.expo .scroll-pane .aria{

	width:700px;
	position: relative;
	left:200px;
}
.expo2{
	font-size: 11px;
	color: #507CA6;
	width: 100%;
	float: left;
	margin-bottom: -1em;
	}

.expo2.margin{
	margin-bottom: 1em;
	}

/*--NEWS-&-PRESS-------------------*/
#content.news #rcol{
	width: 450px;
	height: 418px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right:4px solid #D6D7D8;
}
#content.news #lcol{
	width: 450px;
	padding-top: 0px;
	padding-bottom: 20px;
	height: 438px;
	border-right:4px solid #D6D7D8;
}
#content.news #rcol .scroll-pane{
	
	width: 450px;
	height: 428px;
	
	overflow: auto;
	float: left;
	padding-right:20px;

}
#content.news #lcol .scroll-pane{
	
	width: 450px;
	height: 395px;
	overflow: auto;
	float: left;
	padding-right:20px;

}
#content .hentry{
	display:none
}
#content h4.clickme a {
	text-decoration:none;
	font-weight:normal;
	width:95%;
	color: #444;
	padding:1em 1em 1em .2em;
	background-color:#FFF;
	border-top:dotted 1px #666;
	clear:both;
	float:left;
}
#content h4.clickme a:hover {
	font-weight:bold;
}

#content h4.clickme a.cked {
	color: #507CA6;
}

#content.news .date{
font-weight: normal;

}



#endline{
	border: 0px;
	border-top: 1px solid #999;
	width: 960px;
	position: absolute;
	top: 458px;
	background-color: #fff;
	height: 5px;
	z-index: 9;
	float: left;
}
p.margine{
	margin-bottom:2em;
}
#mytitle,
.upper{
	text-transform:uppercase;
	}

/*-- cerca ---*/
#searchbox{
float:left;
position:absolute;
right:0;
text-align:left;
top:113px;
z-index:50;
}
#q{
width: 166px;
color: #ccc;
font-size: 11px;
font-family: Verdana;
background: #fff;
border: 0;
padding: 3px 20px 3px 3px;
text-align: right;
background: transparent url(../img/aj.gif) no-repeat right center;
padding-right: 20px;

}
#jquery-live-search {
	background: #fff;
    color: #aaa;
	overflow: auto;
    position: absolute;
	z-index: 99999;
    text-align: left;
	border-top:1px solid #999999;
	margin-top: 7px;
}
#q:focus{
color: #666;
background: #ebebeb url(../img/aj2.gif) no-repeat right center;

}

#q.ajax{
background: #ebebeb url(../img/6-0-1.gif) no-repeat right center;
}

#jquery-live-search #res {
    
    margin: 0px;
    padding: 0px;

}

#jquery-live-search #res li{
background: #fff;
padding: 6px 3px 6px 3px;
list-style: none;
}


#jquery-live-search #res a{
text-decoration: none;
color: #507CA6;

width: 100%;
}
#jquery-live-search a:hover{
color: #507CA6;
}


#jquery-live-search .slabel{
float: left;
padding-right: .5em;
color: #aaa;
}