html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../immagini/modello/sfondo_sito.jpg) repeat top center;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	color: #444444;
	overflow-x:hidden;
}

a:link {
	color: #444444;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #444444;
	font-weight: bold;
}
a:active {
	color: #444444;
}

/*------------ TOP ------------*/

#div_linea_top {
	height: 4px;
	background-color: #0000;
	border-bottom: 2px #FFF solid;
	width: 100%;
	margin: 0px auto;
}

#div_testa_logo_menu {
	width: 1000px;
	height: 123px;
	margin: 0px auto;
}

#div_logo {
	width: 455px;
	height: 123px;
	margin: 0px auto;
}

#div_menu {
	width: 1000px;
	height: 20px;
	margin-top: 83px;
	z-index: 10px;
	position: absolute;
}

#div_menu_sx {
	width: 354px;
	margin-left: 22px;
	text-align: left;
	margin-right: 248px;
}

#div_menu_dx {
	width: 360px;
	margin-right: 16px;
	text-align: right;
}

.link_menu_top:link, .link_menu_top:visited, .link_menu_top:active
{
  	font-weight: 300;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

.link_menu_top:hover
{
  	font-weight: 300;
	color: #FFF;
	font-size: 14px;
	border-bottom: solid 2px #999;
}

.pallino_menu {
	text-shadow: -1px -1px 0 #FFFFFF;
	color: #3f3f3f;
	font-size: 16px;
}

#div_animazione_home {
	width: 1890px;
	height: 252px;
	position: absolute;
	left: 50%;
	margin-left: -945px;
	background: url(../immagini/modello/animazione/sf_animazione.jpg) top center no-repeat;
	top: 130px;
}

/*------------ FINE TOP ------------*/


/*------------ CORPO ------------*/

#div_content {
	width: 957px;
	background-color: #f1efeb;
	min-height: 330px;
	margin: 0px auto;
	margin-top: 252px;
	padding-bottom: 70px;
}

#div_contenitore {
	width: 817px;
	background-color: #f1efeb;
	margin: 0px auto;
}

/*------------ FINE CORPO ------------*/


/*------------ PIEDE ------------*/

#div_contenitore_piede {
	width: 100%;
}

#div_piede_taglio {
    border-bottom: 80px solid #1e1e1e;
    border-right: 1890px solid transparent;
	margin-top: -65px;
}

#div_piede_dati {
	height: 160px;
	width: 100%;
	background-color: #1e1e1e;
}

#div_contenuto_dati_piede {
	width: 817px;
	margin: 0px auto;
	text-align: center;
}

.titolo_piede {
	font-weight: 300;
	color: #7c7c7c;
	font-size: 19px;
	text-align: center;
}

#div_sede_savigliano {
	width: 150px;
	height: 90px;
	text-align: center;
	color: #7c7c7c;
	margin-right: 25px;
}

#div_sede_fossano {
	width: 96px;
	height: 90px;
	text-align: center;
	color: #7c7c7c;
	margin-right: 25px;
}

#div_sede_saluzzo {
	width: 93px;
	height: 90px;
	text-align: center;
	color: #7c7c7c;
	margin-right: 25px;
}

#div_sede_mondovi {
	width: 103px;
	height: 90px;
	text-align: center;
	color: #7c7c7c;
	margin-right: 25px;
}

#div_sede_alba {
	width: 122px;
	height: 90px;
	text-align: center;
	color: #7c7c7c;
	margin-right: 25px;
}

#div_sede_carmagnola {
	width: 113px;
	height: 90px;
	text-align: center;
	color: #7c7c7c;
}

.citta_piede {
	font-size: 13px;
	font-weight: bold;
}

.link_citta_piede:link, .link_citta_piede:visited, .link_citta_piede:active
{
  	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}

.link_citta_piede:hover
{
  	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #7c7c7c;
}

.via_tel_piede {
	font-size: 11px;
}

/*------------ FINE PIEDE ------------*/


/*------------ BOTTOM ------------*/

#div_linea_bottom {
	height: 4px;
	background-color: #0000;
	border-top: 2px #FFF solid;
	width: 100%;
	margin: 0px auto;
}

#div_mail_bottom {
	height: 25px;
	font-size: 11px;
	color: #a5a5a5;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding-top: 15px;
}

.link_mail_piede:link, .link_mail_piede:visited, .link_mail_piede:active
{
	color: #a5a5a5;
	font-size: 11px;
	text-decoration: underline;
}

.link_mail_piede:hover
{
	color: #a5a5a5;
	font-size: 11px;
	text-decoration: underline;
}

.link_privacy:link, .link_privacy:visited, .link_privacy:active
{
	color: #a5a5a5;
	font-size: 11px;
	text-decoration: none;
}

.link_privacy:hover
{
	color: #a5a5a5;
	font-size: 11px;
	text-decoration: none;
}

.link_etinet:link, .link_etinet:visited, .link_etinet:active
{
  color: #f38b12;
  cursor: hand;
  text-decoration: none;
}

.link_etinet:hover
{
  color: #f38b12;
  text-decoration: underline;
  cursor: hand;
}

/*------------ FINE BOTTOM ------------*/
