@charset "utf-8";
/* CSS Document */

body {
    margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#eff0f1;

}

#contenitoreTop {
    background-image:url(img/bg_top.jpg);
	background-repeat:repeat-x;
	min-height:800px;
}
#contenitoreBottom {
    margin-top:5px;
	float:left;
}

#centro {
    background-image:url(img/bgcentro.png);
	background-repeat:repeat-y;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	height:595px;
}
#centro2 {
    background-image:url(img/bgcentro.png);
	background-repeat:repeat-y;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
}

#contenitoreFooter {
    background-color:#ffffff;
	height:200px;
}

#contenitoreCopyright {
    background-color:#3f4b5b;
	height:50px;
}

#headerContenitore {
    width:950px;
	background-image:url(img/bgheader.jpg);
	height:102px;
}
#logo {
    height:102px;
	width:469px;
	float:left;
}
#menu {
    height:102px;
	width:481px;
	float:left;
}


.pagina{
    border-bottom:8px solid #3f516a;
	padding-bottom:5px;
	text-decoration:none;
} 
#banner {
    width:950px;
	float:left;
	height:276px;
	margin-top:0px;
	padding-top:0px;
}
#boxtesto {
    height:180px;
	width:490px;
	padding:15px 10px 10px 20px;
	float:left;
}
#boxtestoChi {
    height:180px;
	width:910px;
	padding:15px 20px 10px 20px;
	float:left;
}

#box1 {
    float:left;
    height:170px;
	width:240px;
	margin-top:10px;
	margin-left:10px;
	padding-right:10px;
}
#box2 {
    float:left;
    height:170px;
	width:410px;
	margin-top:10px;
	margin-left:10px;
	padding-right:10px;
}

#boxProdotti {
    width:206px;
	height:150px;
	margin:5px;
	padding:5px;
	float:left;
}

#bannerdx {
    height:180px;
	width:420px;
	float:left;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:10px;
}

#servizidx {
    height:180px;
	width:400px;
	float:left;
	padding-top:15px;
	padding-bottom:10px;
	padding-right:20px;
	margin-left:10px;
}
#footer {
    height:190px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}
#copyright {
    padding-top:8px;
    width:950px;
    margin-left:auto;
	margin-right:auto;
	text-align:right;
	color:#CCCCCC;
}

h4 {
    margin-top:0px;
	margin-bottom:5px;
}

.copyright {
    font-size:12px;
	}
	
.copyright a {
    text-decoration:none;
	color:#CCCCCC;
}
