/* CSS Document */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												LAYOUT														             */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#050404;
	background-image:url(../Grafica/sfondo-sito.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-family: Tahoma;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: lighter;
}
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: #151414;
}
div#header
{
 	clear: both;
	/*//////////////////////////////////////////////////////////////////////////*/
	height: 304px;
	background-image: url(../Grafica/header.jpg);
	
}
div#destro
{
	float: right;
	/*//////////////////////////////////////////////////////////////////////////*/
	width: 580px;
	\width: 595px;
	w\idth: 580px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
div#sinistro
{
	float: left;
	/*//////////////////////////////////////////////////////////////////////////*/
	width: 195px;
	\width: 205px;
	w\idth: 195px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;

}
div#accessori
{ 
	clear: both;	
	/*///////////////////////////////////////////////////////////////////////////*/
	padding:5px;
	
}
div#footer
{ 	
	clear: both;
	background-image:url(../Grafica/footer.gif);
	background-repeat: no-repeat; 
	background-position:top;
	/*///////////////////////////////////////////////////////////////////////////*/
	text-align: center;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-right: 10px;	
	padding-left: 10px;
	background-color: #050403;
	color: #CCCCCC;
	font-size: 11px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												CONTENUTO SINISTRO 														 */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#top-menu
{
	background-image:url(../Grafica/Menu/top-menu.gif);
	/*////////////////////////////////////////////////////////////////////////////*/
	height: 11px; 
}
div#menu
{
	background-color: #2a2727;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	font-weight: bold;
}
div#bottom-menu
{
	background-image:url(../Grafica/Menu/bottom-menu.gif);
	/*///////////////////////////////////////////////////////////////////////////*/
	height: 11px; 
}
div#menu ul
{
	margin:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*///////////////////////////////////////////////////////////////////////////*/
	padding-left:;
	padding-right: 25px;
}
div#menu li
{
	list-style-type: circle;
	/*///////////////////////////////////////////////////////////////////////////*/
}
div#menu img
{
	border: none;
	/*///////////////////////////////////////////////////////////////////////////*/
}
div#menu a:active, div#menu a:link, div#menu a:visited
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #cc9900;
	text-decoration: none;
}
div#menu a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FFFFFF;
	text-decoration: none;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO TITOLI                                                               */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#titoli h1, div#titoli h2, div#titoli p
{
	display:inline;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size: 9px;
	color: #999999; 
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO DESTRO                                                                */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

div#destro p
{
	text-align:justify;
}
div#destro h1
{
	padding-top:10px;
	padding-bottom: 10px;
	margin:0px;
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FF0000;
	background-color: #332f2f;
	background-image:url(../Grafica/sfondo-titoli.gif);
	background-position:top;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 10px;
	font-size: 15px;
}

div#destro a:active, div#destro a:link, div#destro a:visited, div#destro a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FF9900;
	text-decoration: underline;
}

div#destro img
{	
	margin-right: 10px;
	margin-bottom: 15px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO ACCESSORI                                                             */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

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: 2px;
	/*///////////////////////////////////////////////////////////////////////////*/
	background-color: #000000;
	font-size:9px;
	color: #999999;
	
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO FOOTER                                                               */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#footer a:active, div#footer a:link, div#footer a:visited, div#footer a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #999999;
}

/*//////////////////////////////////////// MODULI ////////////////////////////////////////////////*/
div#messaggio
{
	color:#9900FF; font-size: 15px; margin-top:10px; margin-bottom: 10px;
}
div#destro form
{
	padding: 20px;
	/*///////////////////////////////////////////////////////////////////////////*/
	background-color:#332f2f; 
}
div#destro fieldset
{
	border: none;
}
div#destro input,div#destro select,div#destro textarea
{
	/*///////////////////////////////////////////////////////////////////////////*/
	border: none;
	color: #FFFFFF;
	background-color: #999999;
}
/*////////////////////////////// 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;
}
