/* CSS Document */
html,body,div,span,form,table,td,th,p,a,ul,li,h1,h2,h3,p,input,textarea{
padding:0px;
text-indent:0px;
margin:0px;
body:0px;
font-family:Arial;
font-size:12px;
font-weight:normal;
}
div,span,td,p{
}
img{
border:none;
}
/*INIZIO GENERALI*/
td{
padding-right:2px;
}
input,textarea{
background-color:#6a6a6a;
color:#FFFFFF;
width:200px;
}
textarea{
height:100px;
}
input.submit{
border:none;
background-color:transparent;
color:#000000;
width:auto;
/*font-weight:bold;*/
margin:0px;
padding:0px;
}
h1{
background:url(img/background/quad-giallo.png) left no-repeat;
padding-left:14px;
font-size:18px;
color:#FFFFFF;
}
h2{
color:#bcff08;
font-size:14px;
margin-bottom:30px;
}
h3{
color:#bcff08;
font-size:14px;
margin-bottom:10px;
}
p{
text-align:justify;
margin-bottom:10px;
}
.red{
color:#66CC00;
}
.giallo{
color:#bcff08;
}	

.bianco{
color:#ffffff;
}
.strong{
font-weight:bold;
}
	
/*FINE GENERALI*/

/*INIZIO LAYOUT*/
body{
text-align:center;
background-color:#3d3d3d;
}

#container{
width:871px;
margin:auto;
text-align:left;
margin-top:30px;
}
#header{
position:relative;
}
	#logo{
	
	}
	#menu{
	position:absolute;
	top:35px;
	left:200px;
	}
		#menu ul{
		list-style:none;
		}
		#menu li{
		float:left;
		margin-right:14px;
		}
		#menu a{
		padding-left:14px;
		color:#FFFFFF;
		text-transform:uppercase;
		text-decoration:none;
		font-size:12px;
		}
		#menu a:link,#menu a:visited{
		background:url(img/background/quad-bianco.png) left no-repeat;
		}
		#menu a:hover{
		background:url(img/background/quad-giallo.png) left no-repeat;
		}
		#menu a.active{
		background:url(img/background/quad-giallo.png) left no-repeat;
		}
	#language{
	position:absolute;
	right:16px;
	top:35px;
	}
	#language img{
		margin-right:8px;
	}
	
	#content{
	clear:left;
	background:url(img/background/content.png) no-repeat;
	width:100%;
	height:474px;
	/*padding:30px;*/
	position:relative;
	}
	#bottom{
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	}
	
	#bottom a
	{
	color:#FFFFFF;
	text-decoration:none;
	}
	
	#bottom a:hover
	{
	color:#bcff08;
	text-decoration:none;
	}
	/*FINE LAYOUT*/
	
	
	
	
	/*INIZIO CHI SIAMO*/
	#content-chi-siamo{
	position:absolute;
	top:30px;
	left:30px;
	width:440px;
	
	}
	/*#content-chi-siamo p,#content-chi-siamo span{
	font-size:10px;
	font-weight:bold;
	}*/
	#chi_siamo_img{
	position:absolute;
	top:16px;
	right:8px;
	background:url(img/background/chi_siamo.png) right no-repeat;
	width:384px;
	height:452px;
	}
	/*FINE CHI SIAMO*/
	
	/*INIZIO CONTATTI*/
	#content-contatti{
	position:absolute;
	top:30px;
	left:30px;
	width:440px;
	}
	#contatti_img{
	position:absolute;
	background:url(img/background/contatti.png) right no-repeat;
	bottom:30px;
	right:30px;
	width:444px;
	height:275px;
	}
	/*FINE CONTATTI*/
	
	/*INIZIO FAQ*/
	#content-faq-sx{
	position:absolute;
	top:30px;
	left:30px;
	width:440px;
	}
	#content-faq-dx{
	position:absolute;
	top:100px;
	left:480px;
	width:330px;
	}
	.question{
	margin-bottom:20px;
	
	}
	.question a{
		color:#000000;
		text-decoration:none;
	}
	.question a:hover{
		color:#bcff08;
		text-decoration:underline;
	}
	.red a{
		color:#990000;
		font-style:italic;
	}
	.answer{
	
	}
	/*FINE FAQ*/
	
	/*INIZIO HOME*/
	#content-home{
	position:absolute;
	width:850px;
	height:451px;
	top:18px;
	left:12px;
	}
	/*FINE HOME*/
	
	/*INIZIO RIVENDITORI*/
	#content-rivenditori{
	position:absolute;
	top:30px;
	left:30px;
	width:440px;
	}
	#rivenditori_img{
	position:absolute;
	background:url(img/background/rivenditori.png) right no-repeat;
	bottom:30px;
	right:30px;
	width:298px;
	height:345px;
	}
	/*FINE RIVENDITORI*/
	
