/* CSS Document */

@import url("Tags.css");
@import url("ColumnLeft.css");

#Container {
   position: relative;
	width: 980px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color:#FFFFFF;
	border: #FFFFFF 1px solid;
	background-image:url(../Img/SFconteiner.gif);
	background-repeat:repeat-y;
}

/* HEADER */

#Header {
	width: 978px;
	height: 135px;
}

#MenuHeader {
	top: 0px;
	left: 0px;
	width: 662px;
	background-color:#de002b;
	border-bottom:#FFFFFF 1px solid;
	height: 22px;
	padding-top: 4px;
	z-index: 10;
}

#MenuHeader a {
	color: #fff;
	text-decoration: none;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#MenuHeader a:hover {
	text-decoration: underline;
}

.MenuHeader {
	padding-right: 21px;
	padding-left: 21px;
	border-right:#FFFFFF 1px solid;
}

.MenuHeaderContatti {
	padding-right: 21px;
	padding-left: 21px;
	border-right: none;
}


#MenuTIT {
    position: absolute;
	top: 135px;
	width: 318px;
	height: 27px;
    right:0px;
	
}

/* CONTENT */


#Content {
	width: 800px;
	padding-left: 180px;
	height: auto !important;  /* Per iE7 e Firefox */
	min-height: 380px;        /* Per iE7 e Firefox */
	height: 380px;            /* Per iE6 */
}

#Vetrina {
	padding: 10px;
	background-color: #9cbadd;
	text-align:right;
	padding-bottom: 20px;
}


#Testo {
	padding: 10px;
	font-size: 13px;
}

#Testo-societa {
	position:relative;
    margin-top: 18px;
	margin-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	text-align:justify;
	width: 460px;
	border-right:#666 1px dotted;
}

#Testo-dovesiamo {
	position:absolute;
    top: 200px;
	padding-left: 522px;
	padding-right: 20px;
	font-size: 14px;
	text-align:left;
	line-height: 20px;
}

#Testo-lavoro {
	position:absolute;
    top: 200px;
	padding-left: 522px;
	padding-right: 20px;
	font-size: 12px;
	text-align:left;
	line-height: 20px;
	width: 260px;
}

#Testo-dovesiamo a{
	font-size: 14px;
}

#Testo-dovesiamo a:hover {
    text-decoration:underline;
}

#Ricerca {
	padding: 0px;
}

#Richiesta {
	position:relative;
	padding: 20px;
	font-size: 12px;
	text-align:justify;
	width: 760px;
}



/* FOOTER */

#Footer {
	clear: left;
	background-color: #1461a0;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
}

#Footer a {
	color: #FFF;
}

#Footer a:hover {
	text-decoration: underline;
}

.Footer-piccolo {
	color: #FFF;
	font-size: 12px;
}


.bordo {
	border:#888 1px solid;
}

.TabCantieri{
	border: #ccc solid 1px;
}

