@charset "utf-8";
/* CSS Document */

body{
	margin:auto;
	background-color:#f3f0eb;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#666;	
}
#pagina{
	margin:auto;
	width:876px;
	height:950px;
	padding:0px 42px;
	background-color:#fff;
}
#menu{
	width:876px;
	height:32px;
	margin-top:24px;
	word-spacing:12px;
	float:left;
}
#logo{
	width:876px;
	height:86px;
	float:left;
}
#headline{
	width:876px;
	margin-bottom:16px;
	float:left;
}
.col{
	width:280px;
	margin-right:18px;
	float:left;
	z-index:0;
}
.col_dx{
	width:280px;
	float:left;	
}
.tab{
	width:36px;
	height:36px;
	background-color:#272727;
	z-index:10;
}
.box{
	width:280px;
	height:102px;
	padding:40px 0px;
	margin-right:18px;
	margin-bottom:16px;
	background-color:#333;
	background-color:#f36;
	font-size:68px;	
	text-align:center;
	font-weight:bolder;
	letter-spacing:-1px;
	color:#fff;
	float:left;	
}
#blog{
	width:429px;
	float:left;
}
#blog_dx{
	width:429px;
	margin-left:18px;
	float:left;
}
#info{
	width:429px;
	float:left;	
}
#info_box{
	width:832px;
	height:105px;
	padding:20px 22px;
	margin-bottom:6px;
	background-color:#333;
	background-color:#272727;
	font-size:30px;	
	font-weight:bolder;
	letter-spacing:-1px;
	color:#fff;
	float:left;	
}
#info_dx{
	width:429px;
	margin-bottom:20px;
	margin-left:18px;
	float:left;
}
#soluzioni{
	width:880px;
	margin-bottom:20px;
	font-size:16px;	
	font-weight:bolder;
	letter-spacing:-1px;
	float:left;	
}
#piede{
	margin:auto;
	width:876px;
	height:40px;
	padding:20px 42px;
	margin-top:0px;
	margin-bottom:40px;
	background-color:#fff;
}
/* TAG */

h1{
	font-size:20px;
	color:#f36;
	color:#333;
}
h2{
	font-size:18px;
	color:#666;
	font-weight:lighter;
}
a{
	color:#333;
	text-decoration:underline;
}
a:hover{
	color:#f36;
	text-decoration:underline;
}
img{
	border:none;
	margin-bottom:0px;
}
.img_work{
	margin-bottom:0px;
}

hr {
	height:1px;
	color:#ccc;
	border:0;
	background-color:#ccc;
}
/* CLASSI */

.menu{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#666;
}
.menu:hover{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#333;
}
.menu_on{
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#333;
}
.big{
	font-size:40px;
}
.dati{
	font-size:13px;
	font-weight:bolder;
	color:#f36;
	color:#333;
	line-height:0px;
	margin-top:20px;
}
.minus{
	font-size:11px;
	color:#999;
}
.color{
	color:#f36;
}
