body {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color: #5A5A5A;
	text-align: center;
}

#titolo-sito, #titolo-sito h1 {
	font-size:0em;
	visibility:	visible;
	height:0px;
	margin:0px; 
	border:0px; 
	padding:0px;
	display: inline;
	position: absolute;
	left: -200px;
	}

 #sommario, #sommario ul, #sommario ul li {
	font-size:0em;
	visibility:	visible;
	height:0px;
	margin:0px; 
	border:0px; 
	padding:0px;
	display: inline;
	position: absolute;
	left: -200px;
}

#pagina {
	position: relative;
	width: 100%;
	top: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sx {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../im/pantone.gif) no-repeat 0px;
	margin: 0px;
	width: 11px;
	height: 396px;
}

#dx {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../im/pantone2.gif) no-repeat 0px;
	margin: 0px;
	width: 11px;
	height: 396px;
}

#dx-home {
	position: absolute;
	top: 83px;
	right: 0px;
	background: url(../im/pantone2.gif) no-repeat 0px;
	margin: 0px;
	width: 11px;
	height: 396px;
}

#center {
	margin: 0px 12px 0px 12px;
	}
	
#corpo {
	width: 760px;
	margin: 0px auto auto auto;
	}
	
#top {
	position: relative;
	background-color: White;
	margin: 0px 0px 0px 0px;
	height:	84px;
	}

#titolo{
	float: left;
	position: relative;
	background: url(../im/logo.gif) no-repeat 0px;
	margin: 0px;
	width: 310px;
	height: 84px;
}

#titolo span {
	display: none;
}

#top-1 {
	float: left;
	position: relative;
	background-color: White;
	top: -3px;
	width: 450px;
	height: 70px;
	}
	
#loghi {
	position: relative;
	float: right;
	top: 0px;
	width: 67px;
	padding: 0px;
	margin: 0px;
}

#logo1 a{
	float: right;
	background: url(../im/logo_pro.jpg) no-repeat 0px;
	width: 64px;
	height: 29px;
}

#logo1 span {
	display: none;
}

#logo2 a{
	float: right;
	background: url(../im/logo_e.jpg) no-repeat 0px;
	width: 65px;
	height: 22px;
	margin-top: 12px;
}

#logo2 span {
	display: none;
}

#menu-top {
	position: relative;
	float: left;
	background-color: White;
	left: 10px;
	text-align: left;
	font-size: 0.7em;
	}

#menu-sx {
	float: left;
	margin-top: 8px;
	width: 310px;
	}
	
#main {
	text-align: justify;
	float: right;
	background-color: White;
	width: 438px;
	margin-top: 8px;
	margin-bottom: 30px;
	font-family: Helvetica, Arial, sans-serif;
	}

#testalino {
	display: none;
	}

/* Menu sx - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.nav {
	width: 310px;
	list-style: none;
	font-size: 0.7em;
	text-align: right;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border: 0;
}

.nav a {
	display: block;
	text-decoration: none;
	color: #5A5A5A;
	padding:4px;
	background: White url(../im/bkgmenu.gif) repeat-x bottom;
	}

.nav a:hover, .nav a:focus, .nav a:active{
	background: #F5F5F5 url(../im/bkgmenu.gif) repeat-x bottom;
	}
	
.nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* menu sezione corrente */

.nav .on {
	display: block;
	text-decoration: none;
	color: #5A5A5A;
	padding:4px;
	background: #F5F5F5 url(../im/bkgmenu.gif) repeat-x bottom;
}

/* menu secondo livello */

.nav .on a{
	display: block;
	text-decoration: none;
	color: #5A5A5A;
	background: #F5F5F5;
}

.nav .on a:hover, .nav .on a:focus, .nav .on a:active{
	background: #F0F0F0;
	}

/* menu accessibilità */
	
.nav .acc {
	display: block;
	color: #5A5A5A;
	padding:4px;
	background: White url(../im/bkgmenu.gif) repeat-x bottom;
}

.nav .acc li{
	display: inline;
}

.nav .acc a{
	display: inline;
	margin-left: 1em;
	text-decoration: none;
	color: #5A5A5A;
	padding:0px;
	background: White;
}

.nav .acc a:hover, .nav .acc a:focus, .nav .acc a:active{
	background: #F5F5F5;
	}

/* menu home */

#menu-sx a:hover {
	color: Black;
	}

/* Tipografia - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.2em;
	}
	
h3 {
	font-size: 1.8em;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	line-height: 1em;
	}
	
/*h3.news {
	font-size: 1.8em;	
	margin-bottom: 0em;
	}*/
	
h3.news {
	font-weight: bold;
	letter-spacing: -1px;
}
	
h3 span {
	font-size: 0.4em;	
	font-weight: normal;
	letter-spacing: normal;
}
	
h4 {
	font-size: 1.2em;
	}

#main a {
	color: #5A5A5A;
	padding: 0.2em;
	background: url(../im/bkgmenu.gif) repeat-x bottom;
	text-decoration: none;
	}
	
#main a.verticali {
	color: #5A5A5A;
	padding: 0.2em;
	background: url(../im/bkgmenu.gif) repeat-x bottom;
	text-decoration: none;
	line-height: 2.5em;
	}
	
#main a:hover {
	background: #F5F5F5 url(../im/bkgmenu.gif) repeat-x bottom;
	}

#main p {
	margin-top: 0px;
	}
	
#menu-top a {
	color: #5A5A5A;
	text-decoration: none;
	}
	
#menu-top a:hover {
	color: Black;
	}
	
#menu-top .on {
	color: #999999;
}

h4.margin {
	margin-bottom: 2px;
}

.none {
	display: none;
}

.none-titolo {
	display: none;
}

.dwl {
	font-size: 0.7em;
	text-transform: uppercase;
}

h4.zerointerlinea {
	margin-bottom: 0px;

}


/* sezione artisti espandi div - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h4.link {
	cursor: pointer;
}

.voce {
	background: White url(../im/bkgmenu.gif) repeat-x bottom;
	padding: 1px 1px;
}

/* menu sezioni eco - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.siti {
	width: 310px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
}

.siti ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.siti span {
	display: none;
}

.siti li {
	height: 41px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
.siti a.arte {
	display: block;
	background: url(../im/logo-1.gif) no-repeat 0px;
	width: 164px;
	height: 41px;
	float: right;
	}

.siti a.fotografia {
	display: block;
	background: url(../im/logo-2.gif) no-repeat 0px;
	width: 164px;
	height: 41px;
	float: right;
	}

.siti a.letteratura {
	display: block;
	background: url(../im/logo-3.gif) no-repeat 0px;
	width: 164px;
	height: 41px;
	float: right;
	}
	
.siti a.laboratorio {
	display: block;
	background: url(../im/logo-4.gif) no-repeat 0px;
	width: 164px;
	height: 41px;
	float: right;
	}
	
.siti a.musica {
	display: block;
	background: url(../im/logo-5.gif) no-repeat 0px;
	width: 164px;
	height: 41px;
	float: right;
	}

.siti a.design {
	display: block;
	background: url(../im/logo-6.gif) no-repeat 0px;
	width: 164px;
	height: 41px;
	float: right;
	}

.siti a.video {
	display: block;
	background: url(../im/logo-7.gif) no-repeat 0px;
	width: 164px;
	height: 41px;
	float: right;
	}

	


#main a.arte {
	color: #CC0099;
	padding: 0.2em;
	background: url(../im/bkgmenu-a.gif) repeat-x bottom;
	text-decoration: none;
	}

#main a.arte:hover {
	background: #F5F5F5 url(../im/bkgmenu-a.gif) repeat-x bottom;
	}
	
#main a.musica {
	color: #B2BB1E;
	padding: 0.2em;
	background: url(../im/bkgmenu-m.gif) repeat-x bottom;
	text-decoration: none;
	}

#main a.musica:hover {
	background: #F5F5F5 url(../im/bkgmenu-m.gif) repeat-x bottom;
	}

#main a.design {
	color: #CCAF00;
	padding: 0.2em;
	background: url(../im/bkgmenu-d.gif) repeat-x bottom;
	text-decoration: none;
	}

#main a.design:hover {
	background: #F5F5F5 url(../im/bkgmenu-m.gif) repeat-x bottom;
	}
	
#main a.fotografia {
	color: #0093DD;
	padding: 0.2em;
	background: url(../im/bkgmenu-f.gif) repeat-x bottom;
	text-decoration: none;
	}

#main a.fotografia:hover {
	background: #F5F5F5 url(../im/bkgmenu-f.gif) repeat-x bottom;
	}
	
#main a.letteratura {
	color: #FF6600;
	padding: 0.2em;
	background: url(../im/bkgmenu-l.gif) repeat-x bottom;
	text-decoration: none;
	}

#main a.letteratura:hover {
	background: #F5F5F5 url(../im/bkgmenu-l.gif) repeat-x bottom;
	}
	
#main a.laboratorio {
	color: #5A5A5A;
	padding: 0.2em;
	background: url(../im/bkgmenu-lap.gif) repeat-x bottom;
	text-decoration: none;
	}

#main a.laboratorio:hover {
	background: #F5F5F5 url(../im/bkgmenu-lap.gif) repeat-x bottom;
	}
	
hr.dot { 
	border-top: thin solid #999999;
	margin: 30px 0px 30px 0px;
	}

/* Lorem TAB - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
#lorem-link {
	position: absolute;
	top:25px;
	width:35px;
	height:83px;
	z-index:8765;
	background: transparent;
	right:0px; 
}

#lorem-link a{
	display: block;
	background: url(../im/LoremTag2.png) no-repeat 0px;
	width: 35px;
	height: 83px;
}

#lorem-link span {
	display: none;
}
