@charset "UTF-8";
/* CSS per Layout dell'Homepage */

#livello0 { /* SFONDO */
	position: absolute;	
	z-index: 1;
}

#livello1 { /* TESTO + LOGO fondo ROSSO */
	position: absolute;
	top: 285px;
	background-color:#CC0000;
	z-index: 2;
	width:620px;
	height:165px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:320px;
}
#livello2 { /* MENU 3 PULSANTI */
	position: absolute;
	top: 470px !important;
	z-index: 3;
}

#livello3 { /* FORM SEARCH */
	position: absolute;
	top: 480px;
	left: 689px;
	z-index: 4;
}
#livello3_foot { /* FORM SEARCH */
	position: absolute;
	top: 515px;
	z-index: 4;
}

#livello3_foot_PROD { /* FORM SEARCH IN PRODUCTS */
	position: absolute;
	top: 553px !important;
	top: 557px;
	z-index: 4;
}

#livello4 { /* SFONDO */
	position: absolute;
	left: 160px;
	bottom: 160px;
	z-index: 5;
}

#logo_home {
	position: absolute;
	left: 690px;
	top: 10px;
}

.buttonscontainer {
	vertical-align:middle;
	width: 100px;
	height: 60px;
}

.buttons a {color: #ffffff;
background-color: #666666;
padding: 2px;
padding-top: 20px;
padding-left: 3px;
display: block;
height: 35px;
vertical-align:middle;
font: 12px Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: center;
}

.buttons a:hover {background-color: #cc0000;
color: #ffffff;
text-decoration: none;}


.button_start {color: #ffffff;
background-color: #cc0000;
padding: 2px;
padding-top: 20px;
padding-left: 3px;
display: block;
height: 35px;
vertical-align:middle;
font: 12px Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: center;
}

