/* CSS Document */

body {
	margin: 0 auto;
	background-color:#000;
	height: 790px;
	width: 1000px;
}


h1 {
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align:left;
	position: relative;
	top: 5px;
	margin-left: 40px;
	font-weight:lighter;
}
a img{
	border: none;
}

#white_line {
	position:relative;
	margin: 0 auto;
	background-color: #fff;
	width:100%;
	height: 50px;
}

#menu_top {
	width:400px;
	top: 20px;
	text-align: center;
	position: relative;
	right: 290px;
}

#menu_top a {
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 12px;
	color:#000;
	text-decoration: none;
}

#menu_top a:hover {
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 12px;
	color:#d6001c;
	text-decoration: underline;
}

#menu_top td {
	border: solid;
	border-width: 1px;
	border-color: #333;
	border-top: none;
	border-bottom: none;
	border-left: none;
}

/* ---------------------------------------  contenitore sito */
#layout {
	margin: 0 auto;
	width: 1002px;
	height: 747px;
	top: 5px;
	background-image: url(img/sfondo.png);
	background-repeat: repeat-x;
}
/* ---------------------------------------  contenitore sito */

#logo {
	margin-top: 50px;
	margin-left: 30px;
}

#content {
	width: 981px;
	height:221px;
	background-image: url(img/content.png);
	background-repeat:no-repeat;
	top: 40px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#content p {
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 13px;
	color:#fff;
	text-align: left;
	/*margin-left: 65px;*/
	margin-left:15px;
}

#box_png {
	position: relative; 
	float:right; 
	margin-top: -219px; 
	right: -13px;
}

#bottom_content {
	position: relative;
	width: 981px;	
	height: 230px;
	margin-top: 5px;
}

#prefabbricati {
	width: 200px;
	height: 230px;
	float: left;
	border-spacing:0px;
	border-collapse:collapse;
	margin-left:3px;
}

#prefabbricati_title {
	background-color:#9da198;
	height: 40px;
	text-align: center;
}

#prefabbricati_title a {
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 12px;
	color:#000;
	font-weight: bold;
	text-decoration: none;
}

#prefabbricati_title a:hover {
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 12px;
	color:#700513;
	font-weight: bold;
}

#prefabbricati_text {
	background-color: #fff;
	height: 190px;
	text-align: center;
}
#prefabbricati_text a img {
	position: relative;
	margin-top:5px;
}

.descr_sezioni {
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 11px;
	color:#000;
	padding-left: 2px;
	padding-right: 2px;
}

#news {
	width: 310px;
	height: 200px;
	float: left;
	margin-left: 7px;
	text-align: justify;
}

#news p {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #fff;
	float: right;
	margin-left: 60px;
	margin-top: 0px;
}

#preventivo {
	width: 360px;
	height: 22px;
	background-image: url(img/barra_preventivo.png);
	background-repeat: no-repeat;
	float: right;
	top: -110px;
	position: relative;
	text-align: left;
}

#preventivo span {
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 18px;
	color: #90103b;
	font-weight: lighter;
	margin-left: 15px;
	vertical-align:top;
}

#preventivo a {
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: lighter;
	position: relative;
	/*width: 50px;*/
	top: 15px;
	/*vertical-align:bottom;
	top: -25px;
	margin-left: 60px;
	top: -50px;
	margin-left: 10px;*/
}

#footer {
	width: 1002px;
	height: 20px;
	background-color: #53060f;
	margin-left: 0px;
}

#footer span{
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

#footer a {
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 11px;
	color: #fff;
}

.piva {
	float: right;
}
.home {text-decoration:none;color:#ffffff;}
.home:hover{text-decoration:underline;}

