@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
}

/* DIV */
#content{
	background-image:url(img/bkg.jpg);
	background-repeat:repeat-x;
	width:100%;
}

#container{
	width:951px;
	margin-top:0px;
}
/*2 colonne*/
#colsx {
	float: left;
	width: 250px;
	
	margin-top:30px;
}

#coldx {
	float: right;
	width: 700px;
	margin-top:30px;
	border-left:1px solid #ccc;
	margin-bottom:50px;
}

#logo {
	height: 160px;
	width:230px;
	float:right;
	padding-right:20px;
	margin-bottom:60px;
}

#chisiamo{
	float:left;
	margin-top:50px;
	padding-left:50px;
	padding-bottom:50px;
	width:550px;
}

#lavori{
	float:left;
	padding-left:50px;
	padding-bottom:50px;
	width:550px;
}

#desclavori {
	width:160px;
	height:150px;
	padding-left:35px;
	padding-right:10px;
	float:left;
	text-align:left;
}

#img{
	float:left;
	padding-left:50px;
	height:160px;
}

#news {
	width:160px;
	padding-left:35px;
	padding-right:10px;
	margin-bottom:20px;
	float:left;
	text-align:left;
}

#footer{
	border-top:1px solid #ccc;
	width:901px;
	margin-top:30px;
	clear:both;
}

/* MENU */
#menu {
	text-align:left;
	padding-left:50px;
	float: left;
	padding-bottom:50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu a {
	text-decoration: none;
	color: #828282;
}

#menu a:hover {
	color:#bc0828;
}
/*CLASS*/

.testo{
	text-align:left;
	line-height:16px;
}

.contatti{
	text-align:left;
	line-height:20px;
	font-size:16px;
}

.h1
{
	font-size:15pt;
	color:#bc0828;
	text-transform:uppercase;
}


.h2
{
	font-size:11px;
	color:#bc0828;
}

.footer{
	font-size:10px;
	color:#444444;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	line-height:15px;
}
.a{
	text-decoration:none;
	color:#444444;
}
.a:hover{
	color:#bc0828;
}
.newstitle{
	font-size:14px;
	color:#bc0828;
	text-transform:uppercase;
	font-style:italic;
	margin-bottom:10px;
}
.newstitle a{
	color:#bc0828;
	text-decoration: none;
}
.newstitle a:hover{
	color:#828282;
}
.newstext{
	font-size:11px;
	line-height:15px;
}



