/* CSS Document */
html , body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	
}
body {
	background: #333333;

}


div {
	margin: 0;
	padding: 0;
}

div#fondo {
	width: 850px;
	text-align: center;
	margin: 0 auto;
}


div#filetto-top {
	height: 10px;
	background-color: #0073ae;
}

div#fascia-logo {
	text-align: left;
}


div#fascia-menu {
	height: 30px;
	background: url(../img/fascia_menu.jpg) no-repeat top left;
}


div#fascia-menu-chisiamo {
	height: 30px;
	background: url(../img/fascia_menu_chisiamo.jpg) no-repeat top left;
}

div#fascia-menu-prodotti {
	height: 30px;
	background: url(../img/fascia_menu_prodotti.jpg) no-repeat top left;
}


div#fascia-menu-dovesiamo {
	height: 30px;
	background: url(../img/fascia_menu_dovesiamo.jpg) no-repeat top left;
}


div#fascia-menu-contatti {
	height: 30px;
	background: url(../img/fascia_menu_contatti.jpg) no-repeat top left;
}

div#fascia-animazione {
	height: 250px;
	background-color: #0073ae;
}

div#fascia-immagini {
	height: 130px;
	background-color: #ffffff;
}

div#fascia-footer {
	margin-top: 20px;
	background: url(../img/fascia_footer.gif) no-repeat top left;
	
}



.center {
	text-align:center;
}
.noborder{
	border: none;
	margin:0;
	padding:0;
}

p.p-menu-home {
	text-align:center;
	padding:0;
	margin:0;
}


a.link-menu-home:link, a.link-menu-home:visited {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	padding:0;
	margin:0;
} 

a.link-menu-home:hover, a.link-menu-home:active {
	color: #ffffff;
	border-bottom:1px dashed #ffffff;
}

/*fine - stile menu home page*/






p {
	color: #313131;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding:0 10px 10px 10px;
	margin:0;
	text-align:justify;
}



p.p-testo-introduzione {
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding:10px 20px 20px 20px;
	margin:0;
	text-align:left;
}


p.p-testo-introduzione-pag {
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding:10px 20px 20px 20px;
	margin:0;
	text-align:left;
}

p.p-footer {
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding:5px 10px;
	margin:0;
	text-align:center;
}

h1 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding:5px 20px;
} 


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin:0;
	padding:3px 10px;
	background-color:#313131;
} 



table {
	margin:0;
	padding:0;
/*	border:none;
	border-collapse:collapse;*/
}

td {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}


table#fascia-menu {
	width: 850px;
	height: 30px;
	
}

td.fascia-menu {
	width:140px;

}

table#fascia-introduzione {
	width: 850px;
	height: 38px;
	border:none;
	border-collapse:collapse;
	margin-top:2px;
	
}

td.fascia-introduzione {
	width:283px;
	background: url(../img/fondo_td_intro.jpg) no-repeat top left;

}

td.fascia-introduzione-pag {
	background: url(../img/fascia_menu_introduzione_pag.gif) no-repeat top left;
	height:38px;

}

td.fascia-introduzione-pag2 {
	background: url(../img/fascia_menu_introduzione_pag2.gif) no-repeat top left;
	height:38px;

}




#slideshow {
	border: 1px solid #000;
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 850px;
	height: 600px;
}

#slideshow img {
	width: 850px;
	height: 600px;
}


#slideshow {
	border: 1px solid #000;
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 400px;
	height: 300px;
}

#slideshow img {
	width: 400px;
	height: 300px;
}