<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#000;
  background:#999797 url(/images/back.jpg) repeat-x;
  text-align: left;
  margin:0;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color:#12AEDE; 
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color:#0A8DB7;
	font-weight:bold;
}
h2, .componentheading, .contentheading {
  font-size:25px;
  font-weight: bold;
  color:#12AEDE;
  text-align:left;
  font-family:'TeXGyreAdventorRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  margin: 0px;

}
h1{
  font-size: 25px;
  font-weight: bold;
  color: #000;
  font-family:'TeXGyreAdventorRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

/*h2 {
  font-size: 20px;
  font-weight: bold;
  color:#000;
  text-transform: uppercase;
  font-family:'TeXGyreAdventorRegular',"Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
*/

#contenitore{
  width:990px;
  margin:0 auto;
  background:#FFF;
}
#menu{
	background:url(/images/back-menu.png);
	height:70px;
	padding:0 20px;
	top:10px;
	position:relative;
	z-index:5;
}
#mess{
	font-family:'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
	/*background:url(/images/back-mess.png);*/
	z-index:2;
	width:260px;
	height:270px;
	position:relative;
	top:-70px;
	left:10px;
	float:left;
	padding:90px 10px 10px 10px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}

#mess a{
	color:#000;
}
#banner{
	height:370px;
	position:relative;
	top:-440px;
	z-index:1;
	float:right;
}
#header{
	width:990px;
	height:380px;
	position: absolute;
}
#centrale{
	position:absolute;
	top:370px;
	width:990px;
	background:#FFF url(/images/back-centrale.jpg) bottom right no-repeat;
}
#right{
	width:650px;
	float:right;
	padding:10px 20px 10px 0px;
}
#left{
	background:url(/images/back-menu.png);
	width:250px;
	position:relative;
	left:11px;
	float:left;
	padding:15px;
}

#footer{
	color:#333;
	margin-top:10px;
	padding:10px;
	text-align:center;
	border-top:1px solid #12AEDE;
}
/*MENU*/
ul.menu {
	font-family: 'TeXGyreAdventorRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 40px;
	list-style:none;
	padding:25px 0px 0px 0px;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
}
.menu li {
	display:inline;
	padding:0px 10px;
}
.menu a {
  font-size:15px;
  color: #000;
  text-align:right;
}
.menu a:hover{
	color: #12AEDE; 
}
.titolo-banner{
	border-top:1px solid #10AEDE;
	border-bottom:1px solid #10AEDE;
	font-weight:bolder;
	letter-spacing:3px;
}


#webagency{
  margin: 0;
  padding: 10px 25px;
  font-size: 12px;
  text-align: center;
  background: transparent;
  color: #000000; 
  /*font-family: Verdana;*/
  line-height: normal;
}

#webagency a{
  text-decoration:none;
  /*color : #3366ff;*/
}


div#navigation94.navigation-container{top: 48.108108%;}

div#contactform{margin: 20px 0px;}

div.pg-cv-name{font-size:12px;color: #b36b00 ;}

.pg-cv-box{box-shadow: none;}

div.moduletable-contatti h3{color: #12AEDE;}	

div.pg-cv-box.item:hover{background: #cfeef8;}

#left .moduletable .custom{margin: 0 0 35px 0;}
#left .moduletable .custom p{margin: 0px;}

div.toggler{padding: 10px 0;}
.sp-accordion.sp-accordion-style1 .toggler span span{ padding: 20px 16px;color: #12AEDE;}

ul{margin-top: 30px;}

a.extlink1{float: left;font-size: 10px;}
a.extlink2{float: right;font-size: 10px;}

div.moduletable h3{margin: 10px 0px 5px 5px;}

ul.breadcrumb{margin: 0px;padding: 10px 0px;}
ul.breadcrumb li{display: inline;}</pre></body></html>