/* 
	Theme Name: Revolution Black Canvas
	Theme URL: http://www.revolutiontwo.com/themes/blackcanvas
	Description: Black Canvas is a 2-column theme created for WordPress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 2.0
	Tags: two columns, fixed width, black, gray, white, blue
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 11.15.08
		Second Release of Revolution Black Canvas, to ensure compatibility with WordPress 2.7
*/

body {
	/*background: #151515 url(images/bg.gif) repeat-x;*/
	background-color: #fff;
	/*color: #666666;*/
	color: #222222;
	font-size: 12px;
	font-family:  Arial, Verdana, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	/*background: #000000 url(images/wrap.gif) top repeat-x;*/
	/*background-color: #000000;*/
	background-color: #FFFFFF;
	/*border-top: 1px #232323 solid;*/
	border-top: 1px #CCCCCC solid;
	margin: 0px auto 0px;
	padding: 15px 0 0 0;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #4D4D4D;
	text-decoration: none;
	}
	
a:hover {
	/*color: #ed008c;*/
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 960px;
	height: 80px;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#header a img {
	border: none;
	margin: 20px 0 0;
	padding: 0px;
	}
	
#header h1 {
	color: #474747;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #474747;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #474747;
	text-decoration: none;
	}

.headerleft {
	/*width: 400px;*/
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headerright {
	width: 560px;
	float: right;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	overflow: hidden;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	float: right;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	background: url(images/slash.gif) no-repeat right 10px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #4D4D4D;
	display: block;
	font-size: 12px;
	/*text-transform: lowercase;*/
    margin: 0px;
	padding: 8px 15px 4px 8px;
	font-weight: bold;
	}

#nav li a:hover, #nav li a:active {
	color: #CCCCCC;
    margin: 0px;
	padding: 8px 15px 4px 8px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	opacity: .90;
	filter: alpha(opacity=90);
	background: #000000;
	width: 150px;
	/*color: #CCCCCC;
	text-transform: lowercase;*/
	color: #FFFFFF;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #373737;
	border-left: 1px solid #373737;
	border-right: 1px solid #373737;
	font-weight:normal;
	display:block;
	text-decoration:none;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #373737;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/************************************************
*	Content 					     		    * 
************************************************/
.pink_slash{
	/*background:#000000 url(images/slash.gif) no-repeat left 5px;
	width:8px; 
	height:20px;
	float:left;*/
}

.pink{
	color:#ed008c; 
	width:10px; 
}

#content {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
	/*color:#FFFFFF;*/
	}
	
#content h1 {
	/*color: #FFFFFF;*/
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 2px 0 0 10px;
	}
	
#content h1 a  {
	/*color: #FFFFFF;*/
	text-decoration: none;
	}

#content h1 a:hover {
	/*color: #FFFFFF;*/
	text-decoration: underline;
	}
	
#content h2 {
	/*color: #FFFFFF;*/
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding:0px;
	font-weight: bold;
	}
.col_content{
	padding-left:10px;

}

.col_content h2{
	color:#4d4d4d;
	font-size:14px !important;
	line-height:16px;
}

.portfolio{padding-bottom:5px}
	
#content h3 {
	color: #CCCCCC;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#content h4 {
	color: #CCCCCC;
	font-size: 16px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
#photos {
	width: 960px;
	margin: 0px auto 0px;
	padding: 5px 0px 0px 0px;
	/*border-top: 1px solid #232323;*/
	/*background: #000000 url(images/linea.gif) no-repeat left top;*/
	}

#sep {
	height: 1px;
	/*margin: 0px auto 0px;*/
	margin-bottom: 10px;
	padding: 1px 0px 0px 0px;
	/*border-top: 1px solid #232323;*/
	background: #000000 url(images/linea_mini.jpg) no-repeat left top;
	}

#photos a img, #photos a:visited img {
	padding: 0px;
	border: 3px solid #232323;
	}
	
#photos a:hover img{
	padding: 0px;
	border: 3px solid #373737;
	}
	
.postleft {
	float: left;
	width: 660px;
	margin: 0;
	padding: 0;
	}
	
.postleft p {
	/*padding: 0px;
	margin: 0px;*/
	}
	
.commentsleft {
	margin: 40px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #373737;
	}
	
.postright {
	float: right;
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 20px 0px;
	background: #E6E6E6;
	height: 100%
	}
	
.postright p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	line-height: 14px;
	}

.description{
	margin: 0 0 0 15px;
	border-bottom: 1px solid #ccc;
	width: 260px;
	position: relative;
	float: left;
}
.description h1{
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px!important;
}

.contatti{
	margin: 0 0 0 15px;
	width: 260px;
	position: relative;
	float: left;
}
.contatti input{
	width: 180px;
}
.contatti textarea{
	width: 180px;
}
.contatti label{
	font-weight: bold;
	float: left;
}
.prev_on{
	float: left;	
	background: url(images/prev_on.jpg) no-repeat;
	border:0;
	width: 58px;
	height: 23px;
	cursor:pointer;
}

.prev_off{
	float: left;	
	background: url(images/prev_off.jpg) no-repeat;
	border:0;
	width: 58px;
	height: 23px;
	cursor:pointer;
}

.next_on{	
	float: right;	
	background: url(images/next_on.jpg) no-repeat;
	border:0;
	width: 58px;
	height: 23px;
	cursor:pointer;
	margin-top: -14px;
}

.next_off{
	float: right;	
	background: url(images/next_off.jpg) no-repeat;
	border:0;
	width: 58px;
	height: 23px;
	cursor:pointer;
	margin-top: -14px;
}

* html .next_on, * html .next_off {margin-top: -34px;}
*:first-child+html .next_on, *:first-child+html .next_off {margin-top: -34px;}

.contentleft {
	float: left;
	width: 660px;
	margin: 0;
	padding: 0;
	line-height: 16px;
	}
	
.contentleft img{border:0;}
	
.contentleft ol {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	}
	
.contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.contentleft ul {
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	}
	
.contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 0px;
	}

.contentleft h2{
	margin:20px 0 0;
}

blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #373737;
	}
	
.archive {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
/************************************************
*	Sidebar 				    	     	    * 
************************************************/
	
#sidebar {
	/*float: right;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 20px 0px;
	line-height: 20px;*/
	
	
	
	float: right;
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 20px 0px;
	background: #E6E6E6;
	height: 100%
	}
	
#sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0px;
	width: 260px;
	}
	
#sidebar ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	list-style-type: square;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	}
	
#sidebar ul li ul li {
	list-style-type: square;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #fff;
	font-size: 10px;
	border-top: 1px solid #ccc;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 42px;
	margin: 0px auto 0px;
	padding: 0px;
	}

#footer a {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}
	
.footer-1 {
	width: 960px;
	float: left;
	/*margin: 10px 0px 10px 0px;*/
	/*padding: 15px 0px 0px 1px;*/
	/*border-left: 1px solid #000000;*/
	/*background: url(images/linea_footer.png) no-repeat right top;*/
	height: 42px;
	}
	
.footer-1 p {
	color: #000;
	margin: 0px;	
	font-size: 11px;
	padding: 15px 0 0 0;
	}
	
.footer-2 {
	width: 180px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 15px 0px 0px 80px;
	border-left: 1px solid #000000;
	/*background: url(images/linea_footer.png) no-repeat right top;*/
	height: 42px
	}
	
.footer-2 p {
	color: #666666;
	margin: 0px;	
	/*padding: 0px 0px 5px 0px;*/
	}
	
.footer-3 {
	width: 210px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 15px 0px 0px 70px;
	border-left: 1px solid #000000;
	/*background: url(images/linea_footer.png) no-repeat right top;*/
	height: 42px
	}
	
.footer-3 p {
	color: #666666;
	margin: 0px;	
	/*padding: 0px 0px 5px 0px;*/
	}

.cap_footer{padding-left: 10px;}
	
.footer-4 {
	width: 150px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 0px 30px;
	border-left: 1px solid #000000;
	height: 42px
	}
	
.footer-4 p {
	color: #666666;
	margin: 0px;	
	/*padding: 0px 0px 5px 0px;*/
	}

.unlock_on{	
	background: url(images/unlock_on.jpg) no-repeat;
	border:0;
	width: 140px;
	height: 23px;
	cursor:pointer;
}

.unlock_off{
	background: url(images/unlock_off.jpg) no-repeat;
	border:0;
	width: 140px;
	height: 23px;
	cursor:pointer;
}


/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 210px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#sbutt {
	background: #111111;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #999999;
	margin: 0px 0px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
#author, #url, #email, #comment {
	background: #232323 !important;
	color: #CCCCCC;
	}
	
#submit {
	background: #666; 
	color: #FFFFFF;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #151515;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #333333;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #999999;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
	margin: 0px;
	padding: 0px;
	}
	
.bold {font-weight: bold!important;}
.slide {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #EC1C24;
	height: 292px;
	}
#slideContentText {
	width: 248px;
	height: 282px;
	position: absolute;
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
	z-index: 2;
	right: 0;
}
.slideContent {
	width: 258px;
	height: 282px;
	position: absolute;
	margin-right: 15px;
	padding: 10px 0 0 0;
	background: #000;
	opacity:0.5; /* Safari, Opera */
  	-moz-opacity:0.50; /* FireFox */
  	filter:alpha(opacity=50); /* IE */
	z-index: 1;
	right: 0;
	}
#slideContentText p{
	font-size: 12;
	color: #fff;
	line-height: normal;
	margin: 10px 10px 0 0;
	text-align: justify;
}
#titolo {
	width: 447px;
	height: auto;
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	bottom: 10px;
	}
#titolo h1{
	color: #E6E6E6;
	font-size: 58px;
	line-height: 48px;
	margin: 0 0 0 10px;
	padding: 0;
}
.news {
	width: 100%;
	float: left;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
	}
.news h1 { 
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
	}
.dataNews {
	background: #E6E6E6;
	height: 20px;
	margin: 10px 0 0 0;
	padding: 0;
	width: 84px;
	float: left;
}
.dataNews p{
	font-size: 12px;
	font-weight: normal;
	color: #1A1A1A;
	text-align: left;
	margin: 0 0 0 10px;
}
.contenutoNews {
	background: #fff;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	width: 575px;
}
.sfondoNews {
	background: #E6E6E6;
	width: 100%;
	float: left;
	position: relative;
	/*height: 20px;*/
}
.contenutoNews h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1A1A1A;
	margin: 0;
	padding: 0;
}
.contenutoNews p {
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	margin: 0;
	padding: 0;
	line-height: 18px;
	width: 98%;
}
.contenutoNews a:link, a:visited {
	font-size: 12px;
	font-weight: bold;
	margin: 0 8px 0 0;
	padding: 0;
	line-height: 18px;
	text-decoration: underline;
	color: #000;
}
.more-link{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 18px;
	text-decoration: underline;
	color: #000;
}
.white{
	color:#FFFFFF !important;

}
.altreNews {
	height: 55px;
	position: relative;
	clear: both;
	float: right;
	padding: 0;
	margin: 0;
}
.altreNews p{
	background: #666;
	list-style: none;
	height: 25px;
	padding-top: 2px;
}
.altreNews a:link{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	margin: 8px 8px 5px 0;
}
.altreNews a:hover{
	color: #333;
}
.altreNews a:visited{
	color: #fff;
}
.filetto  {
	background: #ccc;
	height: 1px;
	width:100%;
	clear: both;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.clear {clear: both; height: 10px;}
.nome {margin-right: 34px;}
.mail {margin-right: 32px;}
.telefono {margin-right: 23px;}
.messaggio {margin-right:6px; vertical-align: 82px;}
.mt10b10 {margin: 10px 0 10px 0;}

.captcha{
	margin: 0;
	width: 260px;
	position: relative;
	float: left;
}
.captcha input{
	width: 118px;
	float: right;
	margin-top: 8px;
}
.value{
	font-style: italic;
	color: #ccc;
}
.captcha img{
	float: left;
	margin: 0;
	border: 0
	}
.obl {
	float: left;
	text-align: left;
	font-size: 10px!important;
	color: #808080;
	margin: 0 0 0 5px;
	padding: 0;
	clear: left;
}
.ml3 {margin-left: 3px!important;}
.ml8 {margin-left: 8px!important; text-decoration: none!important;}
.mt10 {margin-top: 10px!important;}
.mt17 {margin-top: 17px!important;}
.mt65 {margin-top: 65px!important;}
.mt60 {margin-top: 60px!important;}
.mt45 {margin-top: 45px!important;}
.mt25 {margin-top: 25px!important;}
.ml10 {margin-left: 10px!important;}
.ml15 {margin-left: 15px!important;}
.border img{border: 1px solid #666!important;}
.submit {
	background: #666; 
	float: right; 
	height: 25px; 
	width: 78px!important;
	border: 0;
	color: #fff;
	margin: 0;}
.w260 {width: 260px;}
.m10 {margin: 10px 15px 10px 15px!important; border: 0!important;}

.title_finanza { 
	height: 25px; 
	width:100%;
	clear:both;
	float: left;
	position: relative;
	background: #EC1C24;
	margin: 0;
	}
.title_finanza h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
}


.title_page { 
	/*height: 25px; */
	width:100%;
	clear:both;
	float: left;
	position: relative;
	background: #4d4d4d;
	margin: 0 0 10px 0;
	}
.title_page h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
}
.col_intro {
	width: 217px;
	float: left;
	position: relative;
}
.col_intro p {
	font-size: 12px;
	color: #808080;
	margin: 20px 10px 10px 10px;
	line-height: 16px;
	text-align: justify;
	font-weight: normal;
	font-style: italic;
}
.col_content_finanza {
	float: left;
	position: relative;
	width: 433px;
	margin: 20px 0 20px 10px;
}

.col_content_finanza h2 {
	font-size: 14px!important;
	color: #EC1C24;
	margin: 0 10px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
}
.col_content_finanza p {
	font-size: 12px;
	color: #1A1A1A;
	margin: 5px 0 10px 0;
	line-height: 16px;
	text-align: left;
	font-weight: normal;
}
.col_content_finanza li{
	list-style-image: url(images/point_finanza.gif);
}
.fonte {
	font-size: 10px!important;
	font-style: italic;
}
.contact_finanza {
	height: 198px;
	width: 198px;
	clear: both;
	float: left;
	position: relative;
	margin: 0 0 20px 8px;
	background: url(http://www.lagconsulting.com/wp-content/themes/lagconsulting/images/contact_finanza.gif) no-repeat center;
}
.contact_finanza p{
	color: #fff;
	font-size: 11px;
	margin: 5px 0 0 30px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
.contact_finanza a{
	color: #fff;
}


.col_content_comunicazione {
	float: left;
	position: relative;
	width: 433px;
	margin: 20px 0 20px 10px;
}

.col_content_comunicazione h2 {
	font-size: 14px!important;
	color: #F6921E;
	margin: 0 10px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
}
.col_content_comunicazione p {
	font-size: 12px;
	color: #1A1A1A;
	margin: 5px 0 10px 0;
	line-height: 16px;
	text-align: left;
	font-weight: normal;
}
.col_content_comunicazione li{
	list-style-image: url(images/point_comunicazione.gif);
}
.fonte {
	font-size: 10px!important;
	font-style: italic;
}
.contact_comunicazione {
	height: 198px;
	width: 198px;
	clear: both;
	float: left;
	position: relative;
	margin: 0 0 20px 8px;
	background: url(http://www.lagconsulting.com/wp-content/themes/lagconsulting/images/contact_comunicazione.gif) no-repeat center;
}
.contact_comunicazione p{
	color: #fff;
	font-size: 11px;
	margin: 5px 0 0 15px;
	text-align: left;
	font-weight: normal;
}
.contact_comunicazione a{
	color: #fff;
}
.title_comunicazione { 
	height: 25px; 
	width:100%;
	clear:both;
	float: left;
	position: relative;
	background: #F6921E;
	margin: 0;
	}
.title_comunicazione h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
}



.col_content_sca {
	float: left;
	position: relative;
	width: 433px;
	margin: 20px 0 20px 10px;
}

.col_content_sca h2 {
	font-size: 14px!important;
	color: #F05A28;
	margin: 0 10px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
}
.col_content_sca p {
	font-size: 12px;
	color: #1A1A1A;
	margin: 5px 0 10px 0;
	line-height: 16px;
	text-align: left;
	font-weight: normal;
}
.col_content_sca li{
	list-style-image: url(images/point_sca.gif);
}
.fonte {
	font-size: 10px!important;
	font-style: italic;
}
.contact_sca {
	height: 198px;
	width: 198px;
	clear: both;
	float: left;
	position: relative;
	margin: 0 0 20px 8px;
	background: url(http://www.lagconsulting.com/wp-content/themes/lagconsulting/images/contact_sca.gif) no-repeat center;
}
.contact_sca p{
	color: #fff;
	font-size: 11px;
	margin: 5px 0 0 20px;
	text-align: left;
	font-weight: normal;
}
.contact_sca a{
	color: #fff;
}
.title_sca { 
	height: 25px; 
	width:100%;
	clear:both;
	float: left;
	position: relative;
	background: #F05A28;
	margin: 0;
	}
.title_sca h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
}
