@charset "UTF-8";
/* CSS Document */

HTML,
BODY {
	 width: 100%;
	 /* height: 100%; */
	 font-family: arial, verdana, helvetica;
	 font-size: 10px;
	 color: #777777;
	 background-color: #FFFFFF;
	 margin: 0px;
}

A:link, A:visited, A:active     { text-decoration:none; color:#000;}
A:hover      					{ text-decoration:underline;}


#container {

	width: 				100%;
	height: 			100%; 
	text-align: 		center;
	/* background: #e3e3e3 url('/img/bg.gif') repeat-x; */
  	/* background-position: top center; */
  	background-color: 	#e3e3e3;
  	padding: 0px;
  	margin: 0px;
  	
}

#content {

	position:			relative;
	left: 				0px;
	top: 				0x;
	width: 				960px;
	margin: 			auto;
	text-align: 		left; 
	/* background-color: 	#e4fe7b; */ 
	/* z-index: 99999999; */
} 

.zindex9 { z-index: 99999999; }

#footer {

	height:				70px; 
	text-align:			center;
	background-color:	#b9bebf;
	color:				#fff;
	font-size: 12px;

}

#footer A,
#footer A:link,
#footer A:visited,
#footer A:active{color:#fff; font-weight: normal; text-indent:none}
#footer A:hover{color:#fff; font-weight: normal; text-decoration: none;}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

.col10 {
	width: 10px; float: left;
}

.col20 {
	width: 20px; float: left;
}

.col40 {
	width: 40px; float: left;
}

.col200 {
	width: 200px; float: left;
}

.col_sx {
	width: 440px;
	float: left;
}

.news_big_s {
	background: #fff url('/img/news_big.jpg');
  	background-position: center top;
  	background-repeat: no-repeat;    
}

.col_rx {
	width: 440px;
	float: left;
}

.cleaner {
	clear: both;
}

.news_big_s h1 {
	font-weight: bold;
	font-size: 32px;
	color: #000;
	line-height: 35px;
	letter-spacing: -1px;
	padding: 10px 20px 0px 20px;
}

.news_big_s .data {
	color: #666;
	font-size: 12px;
	padding: 20px 20px 0px 20px;
}

.news_big_s h2 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	padding: 10px 20px 0px 20px;
}

.news_big_s h3 {
	font-weight: normal;
	font-size: 12px;
	color: #333;
	line-height: 18px; 
	padding: 10px 20px 0px 20px;
}

.news_big_s .img_big {
	padding: 10px 20px 20px 20px;
}

.news_big_s .continua {
	padding: 10px 20px 0px 20px; 
	text-align: right;
	font-size: 10px;
	color: #888; 
	font-weight: bold;
} 

.news_big_s .continua A,
.news_big_s .continua A:link,
.news_big_s .continua A:visited,
.news_big_s .continua A:active{color:#888; font-weight: bold; text-indent:none}
.news_big_s .continua A:hover{color:#888; font-weight: bold; text-decoration: none;}

.etichetta_bold {
	float: left; width: 90px; height: 20px; background-color: #686868;
}

.etichetta_corner_bold {
	background: transparent url('/img/corner_bold.gif');
  	background-position: center center;
  	background-repeat: no-repeat; 
  	height: 20px;
  	width: 12px;    
  	float: left;
}

.etichetta_normal {
	float: left; width: 80px; height: 20px; background-color: #8A8A8A;
}

.etichetta_corner_normal {
	background: transparent url('/img/corner_normal.gif');
  	background-position: center center;
  	background-repeat: no-repeat; 
  	height: 20px;
  	width: 12px;    
  	float: left;
}

.etichetta_tit { color: #fff; padding: 6px 0px 0px 10px; font-size: 10px; }

.portfolio {
	width: 200px; float: left;
}

.div_listato_img_casehistory h1 {
	font-size: 36px;
}

.div_listato_img_casehistory h2 {
	font-size: 12px; 
	font-weight: bold;
	color: #000;
}

.portfolio h1, .company h1, .port_div_small_all h1, .port_div_big h1, .pagineinterne h1 {
	letter-spacing: -1px;
	font-size: 26px;
	color: #000;
	line-height: 28px;
	padding: 20px 0px 0px 0px;
}

.port_div_small_all h1, .port_div_big h1, .pagineinterne h1 { padding: 0px 0px 10px 0px; }

.port_div_small_all h1 A,
.port_div_small_all h1 A:link,
.port_div_small_all h1 A:visited,
.port_div_small_all h1 A:active{color:#000; text-indent:none}
.port_div_small_all h1 A:hover{color:#000; text-decoration: none;}

.portfolio h2, .company h2, .port_div_small_all h2, .port_div_big h2, .pagineinterne h2 {
	font-size: 12px;
	color: #000;
	line-height: 18px;
	padding: 10px 0px 0px 0px;
}

.port_div_small_all h2, .port_div_big h2, .pagineinterne h2 { padding: 0px 0px 10px 0px; font-weight: bold; }


.portfolio h3, .company h3 {
	font-weight: normal;
	font-size: 12px;
	color: #333;
	line-height: 18px; 
	padding: 10px 0px 0px 0px;
}  

.portfolio .continua, .company .continua {
	padding: 10px 0px 0px 0px; 
	text-align: right;
	font-size: 10px;
	color: #888; 
	font-weight: bold;
} 

.company .continua A,
.company .continua A:link,
.company .continua A:visited,
.company .continua A:active{color:#888; font-weight: bold; text-indent:none}
.company .continua A:hover{color:#888; font-weight: bold; text-decoration: none;}

.company h1 A, .company h2 A, .company h3 A,
.company h1 A:link, .company h2 A:link, .company h3 A:link, 
.company h1 A:visited, .company h2 A:visited, .company h3 A:visited, 
.company h1 A:active, .company h2 A:active, .company h3 A:active, 
.company h1 A:hover, .company h2 A:hover, .company h3 A:hover{text-indent:none; text-decoration: none;}

.portfolio .continua A,
.portfolio .continua A:link,
.portfolio .continua A:visited,
.portfolio .continua A:active{color:#888; font-weight: bold; text-indent:none}
.portfolio .continua A:hover{color:#888; font-weight: bold; text-decoration: none;}

.portfolio h1 A, .portfolio h2 A, .portfolio h3 A,
.portfolio h1 A:link, .portfolio h2 A:link, .portfolio h3 A:link, 
.portfolio h1 A:visited, .portfolio h2 A:visited, .portfolio h3 A:visited, 
.portfolio h1 A:active, .portfolio h2 A:active, .portfolio h3 A:active, 
.portfolio h1 A:hover, .portfolio h2 A:hover, .portfolio h3 A:hover{text-indent:none; text-decoration: none;}    

.news_big_s h1 A, .news_big_s h2 A, .news_big_s h3 A,
.news_big_s h1 A:link, .news_big_s h2 A:link, .news_big_s h3 A:link, 
.news_big_s h1 A:visited, .news_big_s h2 A:visited, .news_big_s h3 A:visited, 
.news_big_s h1 A:active, .news_big_s h2 A:active, .news_big_s h3 A:active, 
.news_big_s h1 A:hover, .news_big_s h2 A:hover, .news_big_s h3 A:hover{text-indent:none; text-decoration: none;}

.links_port li a:hover {
	background: transparent url('/img/dx_ON.gif') no-repeat scroll 0px 0px;
	color: #000000;
	text-decoration: none; 
	font-weight: bold;
	font-size: 10px;
}

.links_port li a {
	background: transparent url('/img/dx_OFF.gif') no-repeat scroll 0px 0px;
	display: block;
	color: #808080;
	margin: 0px;
	padding: 0px 0px 5px 20px;   
	font-weight: bold;
	font-size: 10px;
}

.links_port li a.pl, .links_port li a.pl:hover {
	background: transparent url('/img/pl_ON.gif') no-repeat scroll 0px 0px;
}

.links_port li a.pl {
	background: transparent url('/img/pl_OFF.gif') no-repeat scroll 0px 0px;
} 

.links_port li a.pdf, .links_port li a.pdf:hover {
	background: transparent url('/img/pdf_ON.gif') no-repeat scroll 0px 0px;
}

.links_port li a.pdf {
	background: transparent url('/img/pdf_OFF.gif') no-repeat scroll 0px 0px;
} 

 


.tags_port {
	color: #808080;     
	font-size: 9px;
}

.tags_port li {
	display: inline;
	margin: 0px 10px 0px 0px;  
}

.tags_port a:link, .tags_port a:visited {
	background: url('/img/tag_OFF.gif') no-repeat scroll 0px 1px;
	color: #808080;
	padding: 0px 0px 5px 12px;   
	font-weight: bold;
}

.tags_port a:hover {
	background: url('/img/tag_ON.gif') no-repeat scroll 0px 1px;
	color: #000000;
	text-decoration: none; 
	font-weight: bold;
} 


.port_div_small_hover {
	background: #fff url('/img/portf/corner_rx.gif') bottom right no-repeat;
	background-color: #fff;
	/* background-color: #fff; */
}

.port_div_small_hover_black {
	background: #fff url('/img/portf/corner_rx_scuro.gif') bottom right no-repeat;
	background-color: #fff;
	/* background-color: #fff; */
}

.port_data { font-size: 10px; color: #807f7f; padding: 0px 0px 10px 0px; }
.port_data_pag { font-size: 10px; color: #807f7f; padding: 0px 0px 0px 0px; }
.port_desc { line-height: 18px; padding: 0px 0px 20px 0px; font-size: 12px; color: #313131; }

#custom-gen ul li:before {
	content: "\00BB \0020";
}
 
#container #content .pagineinterne p {
	font-size: 12px;
	line-height: 20px; 
	padding: 0px 0px 20px 0px; 
}
                              
ul.circle { list-style-type:circle; list-style-position:inside; }                              

.jobbold { font-weight: bold; }  

.padleft { padding-left: 30px; width: 390px; }

.padtop { padding-top: 15px; }

.external_link {
	background:url("/img/externallink.png") no-repeat scroll right center transparent;
	padding:0 13px 0 0;
}

.ch_text {
	letter-spacing: 0.02em;
}

.ch_text p {
	padding: 0px 0px 20px 0px;
}

#container #content .pagineinterne p.marginBottom {
	padding-bottom: 6px;
	line-height:17px;
	}
