/* CSS Document */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												LAYOUT														             */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#60255a;
	background-image:url(../Grafica/sfondo-sito.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#titoli
{
	text-align:center; padding: 2px; background-color:#ebe8d5; border-bottom:#999999 1px solid;
}
div#contenitore
{
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../Grafica/sfondo-contenitore.gif);
	background-color: #000000;
}
div#header
{
 	clear: both;
	background-image:url(../Grafica/header.gif);
	/*//////////////////////////////////////////////////////////////////////////*/
	height: 129px;
	
}
div#sinistro
{
	float: left;
	/*//////////////////////////////////////////////////////////////////////////*/
	width:610px;
}
div#sinistro-centro
{
	float: right;
	/*//////////////////////////////////////////////////////////////////////////*/
	width:370px;
	\width:390px;
	w\idth:370px;
	padding-left: 10px;
	padding-right: 10px;

}
div#sinistro-sinistro
{
	float: left;
	/*//////////////////////////////////////////////////////////////////////////*/
	width:147px;
	\width:220px;
	w\idth:147px;
	padding-left: 63px;
	padding-right: 10px;
}
div#destro
{
	float: right;
	/*//////////////////////////////////////////////////////////////////////////*/
	width:148px;
	\width:190px;
	w\idth:148px;
	padding-left: 10px;
	padding-right: 32px;
}
div#accessori
{ 
	clear: both;	
	/*///////////////////////////////////////////////////////////////////////////*/
	padding-left: 55px;
	
}
div#footer
{ 	
	clear: both;
	background-image:url(../Grafica/footer.gif);
	background-repeat: no-repeat; 
	background-position:top;
	/*///////////////////////////////////////////////////////////////////////////*/
	text-align: center;
	padding-bottom: 55px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												CONTENUTO SINISTRO 														 */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#menu ul, div#menu-info ul
{
	margin:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*///////////////////////////////////////////////////////////////////////////*/
}
div#menu li, div#menu-info li
{
	list-style-type: circle;
	/*///////////////////////////////////////////////////////////////////////////*/
	
}
div#menu a:active, div#menu a:link, div#menu a:visited
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

div#menu a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #9966FF;
	text-decoration: none;
	font-weight: bold;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO TITOLI                                                               */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#titoli h1, div#titoli h2, div#titoli p
{
	display:inline;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size: 10px;
	
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO SINIOSTRO CENTRO                                                      */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#sinistro-centro p
{
	text-align:justify;
}
div#sinistro-centro h1
{
	padding-left:70px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin:0px;
	/*///////////////////////////////////////////////////////////////////////////*/
	background-image:url(../Grafica/titoli-uno.gif);
	background-repeat: no-repeat;
	background-color: #cc99cc;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	
}
div#sinistro-centro h2
{	
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
div#sinistro-centro strong
{
	/*///////////////////////////////////////////////////////////////////////////*/
	font-weight: strong;
}
div#sinistro-centro a:active, div#sinistro-centro a:link, div#sinistro-centro a:visited, div#sinistro-centro a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #cc99cc;
	text-decoration: none;
	font-weight: bold;
}
div#sinistro-centro ul
{
	/*///////////////////////////////////////////////////////////////////////////*/
	list-style-type: circle;
}
div#sinistro-centro li
{
	margin-bottom: 3px; margin-top: 3px;
}
div#tags
{
	border: #000000 1px dashed;
	padding: 5px;
	background-color: #e0d3e0;
	font-size: 10px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO SINIOSTRO DESTRO                                                    */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#destro img
{border: none;}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO ACCESSORI                                                             */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#accessori h3
{
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size: 10px;
}
div#motori-ricerca form, div#motori-ricerca fieldset
{
	margin:0px; padding:0px;
}
div#motori-ricerca fieldset
{
	border: none;
}
div#motori-ricerca input
{
	border: none;
	margin: 0px;
	/*///////////////////////////////////////////////////////////////////////////*/
	background-color: #333333;
	font-size:8px;
	color:#999999;
	
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO FOOTER                                                               */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#footer a:active, div#footer a:link, div#footer a:visited, div#footer a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #9900FF;
}

/*//////////////////////////////////////// MODULI ////////////////////////////////////////////////*/
div#messaggio
{
	color:#9900FF; margin-top:10px; margin-bottom: 10px;
}
div#sinistro-centro form
{
	padding: 5px;
	background-color: #d0aad1;
	/*///////////////////////////////////////////////////////////////////////////*/
}
div#sinistro-centro fieldset
{
	border: none;
}
div#sinistro-centro input,div#sinistro-centro select,div#sinistro-centro textarea
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #000000;
	font-size:10px;
	background-color:#FFFFFF;
	border: none;
	padding: 3px;
}
/*////////////////////////////// BOTTONI /////////////////////////////*/
.invia
{
	background-image: url(../Grafica/invia.gif);
	height: 50px;
	width: 200px;
	background-repeat:no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}
