@charset "utf-8";
/* CSS Document */

a
{
cursor:pointer;
}

body
{
background-color:#15080f;
margin:0;
}

#contenitore
{
position:absolute;
width:100%;
height:650px;
min-height:600px;
min-width:980px;
z-index:1
}

#logo
{
position:absolute;
width:351px;
height:138px;
left:0px;
top:0px;
z-index:3;
}

#bg_riga1
{
position:absolute;
background-image:url(img/righina1.jpg);
background-repeat:no-repeat;
width:472px;
height:263px;
right:0px;
top:0px;
z-index:2;
}

#bg_riga2
{
position:absolute;
background-image:url(img/righina.jpg);
background-repeat:no-repeat;
width:472px;
height:263px;
left:0px;
bottom:0px;
z-index:2;
}

#bg_furgone
{
	position:absolute;
	background-image:url(img/furgone.jpg);
	background-repeat:no-repeat;
	width:400px;
	height:262px;
	right:6px;
	bottom:24px;
	z-index:3;
}

#home
{
	position:absolute;
	width:114px;
	height:39px;
	top:129px;
	left:0px;
	z-index:5;
}

#home a
{
display: block;
background:url(img/pulsanti/home.jpg);
background-repeat:no-repeat;
width:114px;
height:39px;
}

#home a:hover
{
background-position: 0px -39px;
}

#chi
{
	position:absolute;
	width:157px;
	height:41px;
	top:169px;
	left:20px;
	z-index:5;
}

#chi a
{
display: block;
background:url(img/pulsanti/chi.jpg);
background-repeat:no-repeat;
width:157px;
height:41px;
}

#chi a:hover
{
background-position: 0px -41px;
}

#servizi
{
	position:absolute;
	width:126px;
	height:42px;
	top:210px;
	left:40px;
	z-index:5;
}

#servizi a
{
display: block;
background:url(img/pulsanti/servizi.jpg);
background-repeat:no-repeat;
width:126px;
height:42px;
}

#servizi a:hover
{
background-position: 0px -42px;
}

#prodotti
{
	position:absolute;
	width:140px;
	height:39px;
	top:252px;
	left:60px;
	z-index:5;
}

#prodotti a
{
display: block;
background:url(img/pulsanti/prodotti.jpg);
background-repeat:no-repeat;
width:140px;
height:39px;
}

#prodotti a:hover
{
background-position: 0px -39px;
}

#news
{
	position:absolute;
	width:98px;
	height:38px;
	top:292px;
	left:80px;
	z-index:5;
}

#news a
{
display: block;
background:url(img/pulsanti/news.jpg);
background-repeat:no-repeat;
width:98px;
height:38px;
}

#news a:hover
{
background-position: 0px -38px;
}

#contatti
{
	position:absolute;
	width:133px;
	height:40px;
	top:334px;
	left:100px;
	z-index:5;
}

#contatti a
{
display: block;
background:url(img/pulsanti/contatti.jpg);
background-repeat:no-repeat;
width:133px;
height:40px;
}

#contatti a:hover
{
background-position: 0px -40px;
}

#testo_chi 
{
	position:absolute;
	left:400px;
	top:147px;
	width:45%;
	height:439px;
	color:#ffffff;
	font-size:18px;
	z-index:9;
}

#testo_chi a:link
{
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
}

#testo_chi a:visited
{
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
}

#testo_chi a:hover
{
	color:#cc0000;
	font-size:18px;
	text-decoration:none;
}

#testo_pro 
{
	position:absolute;
	left:400px;
	top:147px;
	width:450px;
	height:350px;
	color:#ffffff;
	font-size:18px;
	z-index:9;
}

#testo_pro a:link
{
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
}

#testo_pro a:visited
{
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
}

#testo_pro a:hover
{
	color:#cc0000;
	font-size:18px;
	text-decoration:none;
}

.amministrazione
{
background-color:#990000;
color:#FFFFFF;
font-weight:bolder;
text-align:center;
}

.mappa1 a:link
{
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
}

.mappa1 a:visited
{
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
}

.mappa1 a:hover
{
	color:#cc0000;
	font-size:18px;
	text-decoration:none;
}
