body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img_web/bg-400-paper.jpg);
}
p {
	margin:0;
	padding:0;
}
strong {
	font-weight:600;
}
#top_container {
	position:relative;
	width:100%;
	height:165px;
	background-image:url(../img_web/cuzzi-background.jpg);
	background-position:center top;
	background-color:#000;
	background-repeat:repeat-x;
	z-index:0;
}
#top_content {
	position:relative;
	margin:0 auto;
	width:830px;
	height:165px;
}
#main_container {
	position:relative;
	width:100%;
	height:auto;
	z-index:0;
}
#main_content {
	position:relative;
	margin:0 auto;
	width:830px;
	height:500px;
	background-image:url(../img_web/bg_trat.png);
	background-repeat:repeat-y;
}
#main_content_modulo {
	position:relative;
	margin:0 auto;
	width:830px;
	height:auto;
	background-image:url(../img_web/bg_trat.png);
	background-repeat:repeat-y;
}
#shadow {
	position:relative;
	width:100%;
	height:15px;
	background-image:url(../img_web/top_shadow.png);
}
#logo {
	position:absolute;
	width:605px;
	height:125px;
	top:20px;
	left:-15px;
	z-index:1;
}
#menu {
	position:absolute;
	width:110px;
	height:auto;
	top:39px;
	left:-5px;
	background-color:#d8dcce;
	z-index:2;
}
#foto {
	position:absolute;
	width:279px;
	height:261px;
	top:44px;
	left:129px;
	background-image:url(../img_web/bg_foto.jpg);
	z-index:1;
}
#box {
	position:absolute;
	width:243px;
	height:110px;
	top:330px;
	left:141px;
	z-index:1;
	border-right:1px dashed #999;
	padding-right:10px;
}
#foto img {
	margin-left:16px;
}
#testo {
	position:absolute;
	width:415px;
	height:auto;
	top:34px;
	left:416px;
	z-index:1;
}
#copy {
	position:relative;
	margin:0 auto;
	width:830px;
	height:20px;
}
#slider {
	position:absolute;
	top:27px;
	left:240px;
}
#modulo {
	position:relative;
	width:600px;
	top:27px;
	left:240px;
}
.testo_ridotto {
	font-family:Arial, Helvetica, sans-serif;
	color:#111;
	font-size:14px;
	line-height:160%;
	letter-spacing:0.5px;
	text-align:justify;
}
.testo_normale {
	font-family:Arial, Helvetica, sans-serif;
	color:#111;
	font-size:16px;
	line-height:200%;
	letter-spacing:0.5px;
	text-align:justify;
}
.testo_normale a{
	text-decoration:none;
	color:#333;
	background-color:#8eabc0;
	
}
a.red{
	text-decoration:none;
	color:#333;
	background-color:#ec6487;
	
}
.testo_normale a:hover{
	text-decoration:none;
	color:#000;
	background-color:#999;
}
.testo_piccolo {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	letter-spacing:0.5px;
	text-align:left;
}
.testo_news {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	text-align:left;
}
.box {
	width:255px;
	height:174px;
	display:block;
	float:left;
	/*background-image:url(../img_web/bg_box.png);*/
	background-color:#FFF;
	margin-right:50px;
	margin-bottom:40px;
}
.box:hover {
	/*background-image:url(../img_web/bg_box_on.png);*/
	background-color:#333;
	/*cursor:crosshair;*/
}
.imgweb {
	padding:12px;
}
.imgweb a img{
	border:1px solid #fff;
}
.imgweb a:hover img{
	border:1px solid #fff;
}
.desc {
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	font-size:11px;
	letter-spacing:0.4px;
	text-align:center;
}
.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8eabc0;
	letter-spacing:0.4px;
	text-align:center;
}
.link a {
	font-weight:bold;
	color:#8eabc0;
	text-decoration:none;
}
.link a:hover {
	color:#8eabc0;
	text-decoration:underline;
}

.label, label {
    font-size:12px;
	line-height:140%;
	letter-spacing:0.5px;
	text-align:left;
	padding-top:10px;
	padding-right:3px;
}
form input, form select, textarea {
	padding: 2px;
	border:1px solid #111;
	font-family:'Courier New', Arial, Helvetica, sans-serif;
}
#btInvia 
{
    font-weight:700;
    background-color:#fff;
    padding:5px;
}
#btInvia:hover
{
    cursor:pointer;
    background-color:#ec6487;
    padding:5px;
}