/* CSS Document */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												LAYOUT														             */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#c6c1c1;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14px;
	color: #666666;
}
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-color:#FFFFFF;

}
div#header
{
	background-image:url(../Grafica/header.gif);
	height: 356px;
	clear: both;
	/*//////////////////////////////////////////////////////////////////////////*/
	
}
div#destro
{
	float: right;
	/*//////////////////////////////////////////////////////////////////////////*/
	width: 518px;
	\width: 533px;
	w\idth: 518px;
	padding-right: 15px;
	padding-bottom: 50px;;

}
div#sinistro
{
	float: left;
	/*//////////////////////////////////////////////////////////////////////////*/

	width: 267px;
}
div#accessori
{ 
	clear: both;	
	/*///////////////////////////////////////////////////////////////////////////*/
	padding: 10px;;
	font-size: 10px;
	
}
div#footer
{
	clear: both;
	background-image:url(../Grafica/footer.gif);
	background-repeat: no-repeat;
	background-position:top;
	/*///////////////////////////////////////////////////////////////////////////*/
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #C6C1C1;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												CONTENUTO SINISTRO 														 */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#top-menu
{
	background-image:url(../Grafica/Menu/top-menu.gif);
	/*////////////////////////////////////////////////////////////////////////////*/
	height: 22px; 
}
div#menu
{
	background-image:url(../Grafica/Menu/sfondo-menu.gif);
	width: 176px;
	\width: 267px;
	w\idth: 176px;
	padding-left: 44px;
	padding-right: 45px;
}
div#bottom-menu
{
	background-image:url(../Grafica/Menu/bottom-menu.gif);
	/*///////////////////////////////////////////////////////////////////////////*/
	height: 28px; 
}
div#menu img
{
	border: none; margin-top: 5px; margin-bottom: 5px;
}
div#menu a:active, div#menu a:link, div#menu a:visited
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FFFFFF;
	text-decoration: none;
}
div#menu a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FFFFFF;
	text-decoration: underline;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO TITOLI                                                               */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#titoli h1, div#titoli h2, div#titoli p
{
	display:inline;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size: 10px;
	color: #999999; 
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO DESTRO                                                                */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#destro p
{
	text-align:justify;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#destro h1
{
	margin:0px;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size: 18px;
	color: #FFFFFF;
	background-image:url(../Grafica/sfondo-titolo-pagina.gif); 
	padding: 15px;
}
div#destro h2
{	
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #999900;
	font-size: 17px;
}
div#destro strong
{
	/*///////////////////////////////////////////////////////////////////////////*/
	font-weight: bold;
}
div#destro a:active, div#destro a:link, div#destro a:visited, div#destro a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #009933;
	text-decoration: underline;
}
div#destro ul
{
	/*///////////////////////////////////////////////////////////////////////////*/
	list-style-type: circle;
}
div#destro li
{
	margin-bottom: 3px; margin-top: 3px;
}
div#destro img
{	
	border: none;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO ACCESSORI                                                             */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#motori-ricerca form
{
	display: inline;
}
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: 5px;
	/*///////////////////////////////////////////////////////////////////////////*/
	background-color: #CCCCCC;
	font-size: 10px;
	color: #000000;
	
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO FOOTER                                                               */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#footer a:active, div#footer a:link, div#footer a:visited, div#footer a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FFFFFF;
}

/*//////////////////////////////////////// MODULI ////////////////////////////////////////////////*/
div#messaggio
{
	color:#9900FF; font-size: 15px; margin-top:10px; margin-bottom: 10px;
}
div#destro form
{
	padding: 20px;
	/*///////////////////////////////////////////////////////////////////////////*/
	background-color: #efefef; 
}
div#destro fieldset
{
	border: none;
}
div#destro input,div#destro select,div#destro textarea
{
	/*///////////////////////////////////////////////////////////////////////////*/
	border: #000000 1px solid;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
	font-size: 14px;
	background-color: #FFFFFF;
}
/*////////////////////////////// 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;
}

