/*-------------------------------------------
UPM
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Description:	Base setup styles
Filename:		upm.css
Theme Name:     
Theme URI:		http://www.intersezione.com
Version:		2 beta
Date:			LUG 21, 2009
Author: 		Intersezione srl
Company:		Intersezione srl
Please: 
        
/*=========================================================================================== Global Reset */

* {
	margin:0;
	padding:0;
}

html{
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}

html,body{
	margin:0;
	padding:0;
	height:100%;

}

body {	
	font-size:11px;
	/*font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;*/
	font-family: Thaoma,Verdana, Lucida, Arial, Helvetica, sans-serif;
	color:#000;
	background: #dedede;
}

abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#fff;}

img {
	border: 0;
}

a:link,a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: none;
}

a:focus{
	outline:0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size:100%;
}

p {
}	

::-moz-selection {
	background:#003366;
	color:#fff;
}

::selection {
	background:#003366;
	color:#fff;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

.hideme{
	display:none;
	visibility:hidden;
}

/*=========================================================================================== Layout generale */

#wrapper-extra {
	overflow: hidden;
	width: 100%;
}

div#wrapper{
	width:990px;
	margin:0 auto;
	background:#fff;
	overflow: hidden;
	height:100%;
	background:#fff;
	border-bottom:2px solid #999;
}

#inside div#wrapper{
	background:url(../../mysite/img/bg-wrapper.jpg) top center no-repeat #f3f3f3;
}

div#container-extra{
	float:left;
	display:inline;
	width:990px;
	background:url(../../mysite/img/border.gif) top left no-repeat;
}

div#container{
	float:left;
	display:inline;
	width:990px;
	background:url(../../mysite/img/border.gif) top right no-repeat;
}

/*=========================================================================================== Layout specifico */


#top{
	width:988px;
	float:left;
	display:inline;
	height:160px;
	background:url(../../mysite/img/logo-upm.gif) center bottom no-repeat;
}

/*
#top #sidebox{
	width:439px;
	height:47px;
	background:url(../../mysite/img/bg-sidebox.png) top left no-repeat;
	float:right;
	display:inline;
	margin-right:15px;
}
*/

#top #sidebox{
	width:200px;
	height:40px;
	background:url(../../mysite/img/bg-sidebox-mini.png) top left no-repeat;
	float:right;
	display:inline;
	margin-right:15px;
}

#top #sidebox a.buttonlogin{
	width:155px;
	height:20px;
	background:url(../../mysite/img/login.png) top left no-repeat ;
	float:right;
	display:inline;
}

#top #sidebox a.buttonlogin:hover{
	background:url(../../mysite/img/login-on.png) top left no-repeat ;
}

#top #sidebox a.buttonlogin_eng{
	width:155px;
	height:20px;
	background:url(../../mysite/img/login-en.png) top left no-repeat ;
	float:right;
	display:inline;
}

#top #sidebox a.buttonlogin_eng:hover{
	background:url(../../mysite/img/login-on-en.png) top left no-repeat ;
}

#top #sidebox h3.sectiontitle{
	display:none;
	visibility:hidden;
}

#top #sidebox #loginbox{
	margin-top:5px;
	margin-left:20px;
	float:left;
	display:inline;
}

#top #sidebox #loginbox label{
	display:none;
	visibility:hidden;
}

#top #sidebox #loginbox input{
	border:1px solid #fff;
	font-size:10px;
	padding:2px;
	color:#333333;
}

#top #sidebox #loginbox input.button{
	border:0;
	font-size:11px;
	background:none;
	cursor:pointer;
}

#top #sidebox #languagebox{
	margin-top:10px;
	margin-right:10px;
	float:right;
	display:inline;
	width:70px;
}

#top #sidebox #languagebox #flag{
	float:left;
	width:100%;
	margin-bottom:10px;
}

#top #sidebox #languagebox #flag ul{
	float:left;
}

#top #sidebox #languagebox #flag ul li{
	list-style-type:none;
	float:left;
	margin:0 5px;
}

#top #sidebox #languagebox #flag ul li span{
	display:none;
	visibility:hidden;
}

#top #sidebox #languagebox #flag ul li a{
	width:22px;
	height:20px;
	float:left;
	display:block-inline;
}

#top #sidebox #languagebox #flag ul li a.italiano{
	background: url(../../mysite/img/flag-italy.gif) 50% 50% no-repeat;
}

#top #sidebox #languagebox #flag ul li a.italiano:hover{

}

#top #sidebox #languagebox #flag ul li a.italiano-off{
	background: url(../../mysite/img/flag-italy-off.gif) 50% 50% no-repeat;
}

#top #sidebox #languagebox #flag ul li a.italiano-off:hover{
	background: url(../../mysite/img/flag-italy.gif) 50% 50% no-repeat;
}

#top #sidebox #languagebox #flag ul li a.english{
	background: url(../../mysite/img/flag-uk.gif) 50% 50% no-repeat;
}

#top #sidebox #languagebox #flag ul li a.english:hover{

}

#top #sidebox #languagebox #flag ul li a.english-off{
	background: url(../../mysite/img/flag-uk-off.gif) 50% 50% no-repeat;
}

#top #sidebox #languagebox #flag ul li a.english-off:hover{
	background: url(../../mysite/img/flag-uk.gif) 50% 50% no-repeat;
}

#header #gohome{
	width:100%;
	height:90px;
	display:block;
	clear:both;
	float:left;
}

#header #gohome a{
	width:600px;
	height:90px;
	display:inline;
	float:left;
	margin-left:200px;
}

#middle{
	width:988px;
	height:480px;
	float:left;
	display:inline;
	background:url(../../mysite/img/bg-content.gif) center top no-repeat;
}

#middle #section{
	float:left;
	display:inline;
	width:204px;
	margin-top:30px;
	margin-left:10px;
}

#middle #section ul{
	float:left;
}

#middle #section ul li{
	list-style-type:none;
	float:left;
	display:block;
	clear:both;
	margin-bottom:3px;
}

#middle #section ul li span{
	display:none;
	visibility:hidden;
}

#middle #section ul li a{
	width:204px;
	height:51px;
	float:left;
	display:inline;
	clear:both;
}

#middle #section ul li a.insegne{
	background:url(../../mysite/img/insegne.png) top left no-repeat;
}

#middle #section ul li a.insegne:hover{
	background:url(../../mysite/img/insegne-on.png) top left no-repeat;
}

#middle #section ul li a.digitale{
	background:url(../../mysite/img/digitale.png) top left no-repeat;
}

#middle #section ul li a.digitale:hover{
	background:url(../../mysite/img/digitale-on.png) top left no-repeat;
}

#middle #section ul li a.strutture{
	background:url(../../mysite/img/strutture.png) top left no-repeat;
}

#middle #section ul li a.strutture:hover{
	background:url(../../mysite/img/strutture-on.png) top left no-repeat;
}

#middle #section ul li a.insegne_eng{
	background:url(../../mysite/img/insegne-en.png) top left no-repeat;
}

#middle #section ul li a.insegne_eng:hover{
	background:url(../../mysite/img/insegne-on-en.png) top left no-repeat;
}

#middle #section ul li a.digitale_eng{
	background:url(../../mysite/img/digitale-en.png) top left no-repeat;
}

#middle #section ul li a.digitale_eng:hover{
	background:url(../../mysite/img/digitale-on-en.png) top left no-repeat;
}

#middle #section ul li a.strutture_eng{
	background:url(../../mysite/img/strutture-en.png) top left no-repeat;
}

#middle #section ul li a.strutture_eng:hover{
	background:url(../../mysite/img/strutture-on-en.png) top left no-repeat;
}

#middle #menu{
	float:right;
	display:inline;
	width:142px;
	hei ght:225px;
	height:179px;
	margin-top:30px;
	margin-right:10px;
	background:url(../../mysite/img/bg-menu-big.png) top left no-repeat;
}

#middle #menu ul{
	float:left;
	display:inline;
	margin-top:11px;
	margin-left:5px;
}

#middle #menu ul li{
	list-style-type:none;
	float:left;
	display:block;
	clear:both;
}

#middle #menu ul li a{
	float:left;
	display:block;
	clear:both;
	font-size:14px;
	line-height:41px;
	min-height:41px;
	height:auto!important;
	height:41px;
	border-bottom:1px solid #fff;
	width:112px;
	padding-right:20px;
	text-align:right;
	color:#13214e;
	background:url(../../mysite/img/arrow.gif) 118px 15px no-repeat;
}

#middle #menu ul li a:hover{
	color:#000;
	border-bottom:1px solid #666;
}

#middle #menu ul li a span{
	margin-top:13px;
	float:right;
	position:relative;
	display:inline;
}

* html #middle #menu ul li a span{
	margin-top:6px;
}

*:first-child+html #middle #menu ul li a span{
	margin-top:6px;
}

#last{
	width:988px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

#last #copyright{
	margin-left:10px;
	font-size:10px;
}

#last #copyright a{
	color:#666666;
}

#last #copyright a:hover{
	color:#000;
}

#last #copyright #intersezione{
	float:right;
	ma rgin-top:-10px;
	margin-right:10px;
}

#bottom{
	width:988px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

#bottom #copyright{
	margin-left:24px;
	font-size:10px;
	color:#666666;
	width:150px;
	float:left;
	display:inline;
	text-transform:lowercase;
}

#bottom #copyright a{
	color:#666666;
}

#bottom #copyright a:hover{
	color:#000;
}

#bottom #copyright #intersezione{
	margin-top:30px;
	margin-bottom:15px;
}

#bottom #cert{
	width:500px;
	float:left;
	margin-left:25px;
	margin-top:10px;
	display:inline;
}

#bottom #cert{
	width:500px;
	float:left;
	margin-left:25px;
	margin-top:10px;
	display:inline;
}

#bottom #cert img{
	margin-right:40px;
}

#bottom #cert .line{
	margin-top:30px;
	font-size:10px;
}

#last .line{
	font-size:10px;
	color:#666666;
	width:990px;
	float:left;
	display:inline;
	text-align:center;
	clear:both;
	margin:10px 0;
}

#last .line a{
	color:#666666;
}

#bottom #news{
	width:448px;
	height:141px;
	float:right;
	display:inline;
	background:url(../../mysite/img/bg-news.gif) top left no-repeat;
	margin-right:15px;
	margin-top:-15px;
}

#bottom #news #news-home{
	width:405px;
	height:120px;
	float:left;
	display:inline;
	margin-left:21px;
	margin-top:11px;
}

#bottom #news #news-home #bar{
	background:#3b4367;
	width:405px;
	height:20px;
	float:left;
	display:inline;
	margin-top:10px;
}

#bottom #news #news-home #bar #title {
	width:300px;
	float:left;
	display:inline;
	margin-top:4px;
	margin-left:10px;
}

#bottom #news #news-home #bar #title h4{
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
}

#bottom #news #news-home #bar #goto {
	width:18px;
	float:right;
	display:inline;
	margin-top:1px;
	margin-right:10px;
}

#bottom #news #news-home #bar #goto  span{
	display:none;
	visibility:hidden;
}

#bottom #news #news-home #bar #goto a{
	width:18px;
	height:18px;
	float:right;
	display:block;
	background:url(../../mysite/img/arrow-news.gif) top left no-repeat;
}

#bottom #news #news-home #corpo{
	width:425px;
	float:left;
	display:inline;
	margin-top:10px;
}

#bottom #news #news-home #corpo #news-image{
	width:60px;
	float:left;
	display:inline;
	margin-right:10px;
}

#bottom #news #news-home #corpo #news-image img{
	border:5px solid #3b4367;
}

#bottom #news #news-home #corpo #news-txt{
	width:325px;
	margin-top:5px;
	float:left;
	display:inline;
}


#header{
	width:988px;
	float:left;
	display:inline;
	height:150px;
	background:url(../../mysite/img/bg-header.png) center bottom no-repeat;
	position:relative;
	z-index:60;
}

/*
#header #sidebox{
	width:439px;
	height:47px;
	background:url(../../mysite/img/bg-sidebox.png) top left no-repeat;
	float:right;
	display:inline;
	margin-right:25px;
	margin-top:-7px;
}
*/

#header #sidebox{
	width:200px;
	height:40px;
	background:url(../../mysite/img/bg-sidebox-mini.png) top left no-repeat;
	float:right;
	display:inline;
	margin-right:15px;
}

#header #sidebox a.buttonlogin{
	width:155px;
	height:20px;
	background:url(../../mysite/img/login.png) top left no-repeat ;
	float:right;
	display:inline;
}

#header #sidebox a.buttonlogin:hover{
	background:url(../../mysite/img/login-on.png) top left no-repeat ;
}

#header #sidebox a.buttonlogin_eng{
	width:155px;
	height:20px;
	background:url(../../mysite/img/login-en.png) top left no-repeat ;
	float:right;
	display:inline;
}

#header #sidebox a.buttonlogin_eng:hover{
	background:url(../../mysite/img/login-on-en.png) top left no-repeat ;
}

#header #sidebox h3.sectiontitle{
	display:none;
	visibility:hidden;
}

#header #sidebox #loginbox{
	margin-top:5px;
	margin-left:20px;
	float:left;
	display:inline;
}

#header #sidebox #loginbox label{
	display:none;
	visibility:hidden;
}

#header #sidebox #loginbox input{
	border:1px solid #fff;
	font-size:10px;
	padding:2px;
	color:#333333;
}

#header #sidebox #loginbox input.button{
	border:0;
	font-size:11px;
	background:none;
	cursor:pointer;
}

#header #sidebox #languagebox{
	margin-top:10px;
	margin-right:10px;
	float:right;
	display:inline;
	width:70px;
}

#header #sidebox #languagebox #flag{
	float:left;
	width:100%;
	margin-bottom:10px;
	position:relative;
	z-index:999;
}

#header #sidebox #languagebox #flag ul{
	float:left;
}

#header #sidebox #languagebox #flag ul li{
	list-style-type:none;
	float:left;
	margin:0 5px;
}

#header #sidebox #languagebox #flag ul li span{
	display:none;
	visibility:hidden;
}

#header #sidebox #languagebox #flag ul li a{
	width:22px;
	height:20px;
	float:left;
	display:block-inline;
}

#header #sidebox #languagebox #flag ul li a.italiano{
	background: url(../../mysite/img/flag-italy.gif) 50% 50% no-repeat;
}

#header #sidebox #languagebox #flag ul li a.italiano:hover{

}

#header #sidebox #languagebox #flag ul li a.italiano-off{
	background: url(../../mysite/img/flag-italy-off.gif) 50% 50% no-repeat;
}

#header #sidebox #languagebox #flag ul li a.italiano-off:hover{
	background: url(../../mysite/img/flag-italy.gif) 50% 50% no-repeat;
}

#header #sidebox #languagebox #flag ul li a.english{
	background: url(../../mysite/img/flag-uk.gif) 50% 50% no-repeat;
}

#header #sidebox #languagebox #flag ul li a.english:hover{

}

#header #sidebox #languagebox #flag ul li a.english-off{
	background: url(../../mysite/img/flag-uk-off.gif) 50% 50% no-repeat;
}

#header #sidebox #languagebox #flag ul li a.english-off:hover{
	background: url(../../mysite/img/flag-uk.gif) 50% 50% no-repeat;
}

#header #section{
	float:left;
	width:450px;
	margin-left:30px;
}

#header #section ul{
	float:left;
}

#header #section ul li{
	list-style-type:none;
	float:left;
	display:inline;
}

#header #section ul li span{
	display:none;
	visibility:hidden;
}

#header #section ul li a{
	width:134px;
	height:28px;
	float:left;
	display:inline;
	margin-right:10px;
}

#header #section ul li a.insegne{
	background:url(../../mysite/img/insegne-int.png) top left no-repeat;
}

#header #section ul li a.insegne:hover{
	background:url(../../mysite/img/insegne-int-on.png) top left no-repeat;
}

#header #section ul li a.insegne.on{
	background:url(../../mysite/img/insegne-int-on.png) top left no-repeat;
}

#header #section ul li a.digitale{
	background:url(../../mysite/img/digitale-int.png) top left no-repeat;
}

#header #section ul li a.digitale:hover{
	background:url(../../mysite/img/digitale-int-on.png) top left no-repeat;
}

#header #section ul li a.digitale.on{
	background:url(../../mysite/img/digitale-int-on.png) top left no-repeat;
}

#header #section ul li a.strutture{
	background:url(../../mysite/img/strutture-int.png) top left no-repeat;
}

#header #section ul li a.strutture:hover{
	background:url(../../mysite/img/strutture-int-on.png) top left no-repeat;
}

#header #section ul li a.strutture.on{
	background:url(../../mysite/img/strutture-int-on.png) top left no-repeat;
}



#header #section ul li a.insegne_eng{
	background:url(../../mysite/img/insegne-int-en.png) top left no-repeat;
}

#header #section ul li a.insegne_eng:hover{
	background:url(../../mysite/img/insegne-int-on-en.png) top left no-repeat;
}

#header #section ul li a.insegne_eng.on{
	background:url(../../mysite/img/insegne-int-on-en.png) top left no-repeat;
}

#header #section ul li a.digitale_eng{
	background:url(../../mysite/img/digitale-int-en.png) top left no-repeat;
}

#header #section ul li a.digitale_eng:hover{
	background:url(../../mysite/img/digitale-int-on-en.png) top left no-repeat;
}

#header #section ul li a.digitale_eng.on{
	background:url(../../mysite/img/digitale-int-on-en.png) top left no-repeat;
}

#header #section ul li a.strutture_eng{
	background:url(../../mysite/img/strutture-int-en.png) top left no-repeat;
}

#header #section ul li a.strutture_eng:hover{
	background:url(../../mysite/img/strutture-int-on-en.png) top left no-repeat;
}

#header #section ul li a.strutture_eng.on{
	background:url(../../mysite/img/strutture-int-on-en.png) top left no-repeat;
}

#ancillary{
	width:988px;
	float:left;
	display:inline;
}

#ancillary #menu{
	float:right;
	display:inline;
	width:420px;
	height:31px;
	position:relative;
	z-index:50;
	margin-top:-8px;
	margin-right:30px;
	background:url(../../mysite/img/bg-menu-inside-big.png) top left no-repeat;
}

#ancillary #menu ul{
	float:left;
	display:inline;
	margin-top:9px;
	margin-left:75px;
}

#ancillary #menu ul li{
	list-style-type:none;
	float:left;
	display:inline;
	padding-right:5px;
}

#ancillary #menu ul li a{
	float:left;
	display:inline;
	font-size:12px;
	color:#13214e;
	text-transform:uppercase;
}

#ancillary #menu ul li a:hover{
	color:#000;
}




#content{
	width:988px;
	float:left;
	display:inline;
	margin-top:10px;
	min-height:350px;
	height:auto!important;
	height:350px;
}

#content #principal{
	margin-left:25px;
	float:left;
	width:480px;
	display:inline;
}

#content #principal.list{
	margin-left:25px;
	float:left;
	width:938px;
	display:inline;
}

#content #principal h2{
	font-size:18px;
	text-transform:uppercase;
	color:#3b4367;
	margin-bottom:15px;
}

#content #principal .testo{
	font-size:11px;
	line-height:1.6em;
}

#content #principal.list .elenco{
	font-size:11px;
	line-height:1.6em;	
}

#content #principal.list .elenco .news-list-block{
	float:left;
	width:928px;
	display:inline;
	padding:5px;
	background:#fff;
	margin-bottom:10px;
}

#content #principal.list .elenco .news-list-block .news-list-image{
	width:95px;
	height:95px;
	float:left;
	display:inline;
	margin-right:10px;
	margin-left:10px;
	background:url(../../mysite/img/bg-thumb.gif) top left no-repeat;
}

#content #principal.list .elenco .news-list-block .news-list-image img{
	border:0;
	margin-top:5px;
	margin-left:5px;
}

#content #principal.list .elenco .news-list-block .news-list-txt{
	width:800px;
	margin-top:5px;
	float:left;
	display:inline;
}

#content #principal.list .elenco .news-list-block .news-list-txt h2{
	margin-top:5px;
	margin-bottom:5px;
	color:#646464;
	text-transform:uppercase;
	font-size:14px;
}








#content #sidebar{
	margin-right:25px;
	float:right;
	width:430px;
	display:inline;
}

#content #sidebar .cover{
	padding:15px;
	background:#ededed;
	width:400px;
	float:left;
	display:inline;
	margin-bottom:15px;
}

#content #sidebar.servizi .cover{
	back ground:#3B4367;
}

#content #sidebar #news{
	width:400px;
	float:left;
	display:inline;
}

#content #sidebar #news #bar{
	background:#3b4367;
	width:400px;
	height:20px;
	float:left;
	display:inline;
}

#content #sidebar #news #title {
	width:300px;
	float:left;
	display:inline;
	margin-top:4px;
	margin-left:10px;
}

#content #sidebar #news #bar #title h4{
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
}

#content #sidebar #news #bar #goto {
	width:18px;
	float:right;
	display:inline;
	margin-top:1px;
	margin-right:10px;
}

#content #sidebar #news #bar #goto  span{
	display:none;
	visibility:hidden;
}

#content #sidebar #news #bar #goto a{
	width:18px;
	height:18px;
	float:right;
	display:block;
	background:url(../../mysite/img/arrow-news.gif) top left no-repeat;
}

#content #sidebar #news #corpo{
	width:400px;
	float:left;
	display:inline;
	margin-top:10px;
}

#content #sidebar #news #corpo #news-image{
	width:60px;
	float:left;
	display:inline;
	margin-right:10px;
}

#content #sidebar #news #corpo #news-image img{
	border:5px solid #3b4367;
}

#content #sidebar #news #corpo #news-txt{
	width:325px;
	margin-top:5px;
	float:left;
	display:inline;
}


#content #sidebar #also{
	width:400px;
	float:left;
	display:inline;
	background:#fff;
}

#content #sidebar #also .also-block{
	width:400px;
	float:left;
	display:inline;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}

#content #sidebar #also .also-block .also-image{
	width:95px;
	height:95px;
	float:left;
	display:inline;
	margin-right:10px;
	margin-left:10px;
	background:url(../../mysite/img/bg-thumb.gif) top left no-repeat;
}

#content #sidebar.servizi #also .also-block .also-image{
	width:60px;
	height:60px;
	float:left;
	display:inline;
	margin-right:10px;
	margin-left:10px;
	background:url(../../mysite/img/bg-thumb-mini.gif) top left no-repeat;
}

#content #sidebar.notizie #also .also-block .also-image{
	width:60px;
	height:60px;
	float:left;
	display:inline;
	margin-right:10px;
	margin-left:10px;
	background:url(../../mysite/img/bg-thumb-mini.gif) top left no-repeat;
}

#content #sidebar #also .also-block .also-image img{
	border:0;
	margin-top:5px;
	margin-left:5px;
}

#content #sidebar #also .also-block .also-txt{
	width:275px;
	margin-top:5px;
	float:left;
	display:inline;
}

#content #sidebar #also .also-block .also-txt h2{
	margin-top:3px;
	margin-bottom:5px;
	color:#646464;
	text-transform:uppercase;
}

.also-block .goto {
	width:18px;
	height:18px;
	position:absolute;
	bottom:0;
	right:10px;
}

.also-block .goto   span{
	display:none;
	visibility:hidden;
}

.also-block .goto  a{
	width:18px;
	height:18px;
	float:left;
	display:block;
	background:url(../../mysite/img/arrow-also.gif) top left no-repeat;
}

#content #sidebar #also hr{
	border: none 0;
	border-top: 1px solid #3B4367;/*the border*/
	width: 380px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	clear:both;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

#content #sections{
	margin-left:25px;
	float:left;
	width:938px;
	display:inline;
}

#content #sections h2{
	font-size:18px;
	text-transform:uppercase;
	color:#3b4367;
	margin-bottom:15px;
}

#content #sections #gallery{
	float:right;
	position:relative;
	display:inline;
	border:5px solid #ededed;
	background:#fff;
	width:100%;
}

#content #sections #gallery.min{
	width:624px;
}

#content #sections #gallery .imager{
	float:left;
	overflow:hidden;
	width:140px;
	height:140px;
	margin:0 8px;
	padding:8px 0;
	display:inline;
}

#content #sections #gallery .imager img{
	width:140px;
	height:140px;
}

#content #sections #movepanel{
	float:right;
	position:relative;
	display:inline;
	border:10px solid #ededed;
	background:#fff;
	height:200px;
	width:650px;
	overflow:hidden;
}

#content #sections #movepanel .scrollable{
	float:left;
	position:relative;
	display:inline;
	background:#fff;
	height:200px;
	width:600px;
	overflow:hidden;
}

#content #sections #movepanel .scrollable  #thumbs {
	clear:both;
	float:left;
	left:0;
	position:absolute;
	text-align:left;
	width:20000em;
}

#content #sections #movepanel .scrollable  #thumbs .panelslide{
	cursor:pointer;
	float:left;
	height:200px;
	overflow:hidden;
	width:200px;
}

#content #sections #movepanel .scrollable  #thumbs .panelslide .boxed{
	cursor:pointer;
	float:left;
	overflow:hidden;
	width:180px;
	height:180px;
	margin:10px;
}

#content #sections #movepanel .scrollable  #thumbs .panelslide .boxed .imaged{
	width:180px;
	height:180px;
}


#content #sections #movepanel .scrollable  #thumbs .panelslide .boxed img{
	width:180px;
	height:180px;
}

#content #sections #movepanel .scrollable  #thumbs .panelslide .boxed  .opacity{
	width:180px;
	float:left;
	height:50px;
	margin-top:-50px;
	z-index:50;
	position:relative;
}

#content #sections #movepanel.stampa-digitale .scrollable  #thumbs .panelslide .boxed  .opacity,
#content #sections #movepanel.strutture-espositive .scrollable  #thumbs .panelslide .boxed  .opacity{
	background:#fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#content #sections #movepanel.insegne-luminose .scrollable  #thumbs .panelslide .boxed  .opacity{
	background:#000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #sections #movepanel .scrollable #thumbs .panelslide .boxed  .client{
	display:block;
	clear:both;
	width:170px;
	float:left;
	margin-top:-38px;
	padding-left:5px;
	font-size:12px;
	text-transform:uppercase;
	z-index:70;
	position:relative;
}


#content #sections #movepanel.stampa-digitale  .scrollable  #thumbs .panelslide .boxed  .client,
#content #sections #movepanel.strutture-espositive  .scrollable  #thumbs .panelslide .boxed  .client{
	color:#000;
}

#content #sections #movepanel.insegne-luminose  .scrollable  #thumbs .panelslide .boxed  .client{
	color:#fff;
}

#content #sections #movepanel .scrollable  #thumbs .panelslide .boxed  .opacity{
	width:180px;
	float:left;
	height:50px;
	margin-top:-50px;
	background:#000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index:50;
	position:relative;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:inline;
	width:30px;
	height:18px;
	background:url(../../mysite/img/left.png) no-repeat;
	background-position:10px 0;		
	float:left;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:10px -18px;		
}

/* disabled navigational button */
a.disabled {
	cursor:default;	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	visibility:hidden;
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../../mysite/img/right.png);
	clear:right;	
}

a.next {
	margin-top:80px;	
}

a.prev {
	margin-top:10px;	
}

a.next.disabled:hover {
	background-position:10px 0;	
}

a.prev.disabled:hover {
	background-position:10px 0;	
}

#content #sections #text{
	font-size:11px;
	line-height:1.5em;
	float:left;
	position:relative;
	display:inline;
	width:250px;
}

#content #sections #service{
	font-size:11px;
	float:right;
	position:relative;
	display:block;
	c lear:both;
	width:350px;
	padding:10px;
	background:#fff;
	margin-top:10px;
}

#content #sections #service ul{
}


#content #sections #service ul li{
	list-style-type:none;
	text-transform: uppercase;
}

#content #sections #service ul li a{
	padding-left:15px;
	font-weight:bold;
	background: url(../../mysite/img/dot.gif) 0 4px no-repeat;
	color:#1e548c;
}

#content #sections #service ul li a:hover{
	color:#000;
}


#footer{
	width:938px;
	margin-left:25px;
	float:left;
	display:inline;
	background:#fff;
	padding-top:5px;
	border-top:1px solid #3b4367;
	margin-top:10px;
}

#footer #copyright{
	margin-left:20px;
	margin-top:15px;
	font-size:10px;
	color:#666666;
	width:370px;
	float:left;
	display:inline;
}

#footer #copyright a{
	color:#666666;
}

#footer #copyright a:hover{
	color:#000;
}

#footer #intersezione{
	margin-top:5px;
	margin-bottom:10px;
	width:938px;
	float:left;
	display:inline;
	text-align:center;
	clear:both;
}

#footer .line_int{
	font-size:10px;
	color:#666666;
	width:938px;
	float:left;
	display:inline;
	text-align:center;
	clear:both;
	margin:10px 0;
	display:block;
}

*:first-child+html #footer .line_int{
	margin-top:40px
}

#footer .line_int a{
	color:#666666;
}

#footer #cert{
	width:500px;
	float:right;
	display:inline;
	text-align:right;
	margin-right:20px;
	margin-top:5px;
}

#footer #cert img{
	margin-left:40px;
}
