/* CSS Document */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												LAYOUT														             */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	background-image:url(../Grafica/sfondo-sito.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: italic;
}
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: #151314;
}
div#header
{
 	clear: both;
	/*//////////////////////////////////////////////////////////////////////////*/
	height: 185px;
	background-image: url(../Grafica/header.gif);
	
}
div#sinistro
{
	float: right;
	/*//////////////////////////////////////////////////////////////////////////*/
	width:175px;
	\width:195px;
	w\idth:175px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 50px;
	padding-top:0px;
}
div#destro
{
	float: left;
	/*//////////////////////////////////////////////////////////////////////////*/
	width:585px;
	\width:605px;
	w\idth:585px;
	padding-left: 20px;
	padding-bottom: 50px;
	padding-top: 0px;
}
div#accessori
{ 
	clear: both;
	text-align: right;	
	/*///////////////////////////////////////////////////////////////////////////*/
	padding-right: 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-bottom:10px;
	background-color: #151314;
	font-size: 10px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												CONTENUTO SINISTRO 														 */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

div#menu
{
	background-image:url(../Grafica/Menu/sfondo-menu.gif);
}
div#menu li
{
	list-style-type: circle;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size: 13px;
	margin-bottom: 5px;
	
}
div#menu a:active, div#menu a:link, div#menu a:visited
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #dcbb71;
	text-decoration: none;
	border-bottom: #dcbb71 1px dashed;
}
div#menu a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #ffffff;
	text-decoration: none;
	border-bottom: #ffffff 1px dashed;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           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
{
	padding: 3px;
	margin:0px;
	/*///////////////////////////////////////////////////////////////////////////*/
}
div#destro a:active, div#destro a:link, div#destro a:visited
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #dcbb71;
	text-decoration: none;
}
div#destro a:hover
{
	color: #666666;
	text-decoration: none;
}
div#destro img
{	
	border: none;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           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: 5px;
	/*///////////////////////////////////////////////////////////////////////////*/
	background-color: #333333;
	font-size:9px;
	color: #999999;
	
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO FOOTER                                                               */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#footer a:active, div#footer a:link, div#footer a:visited, div#footer a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #dcbb71;
	text-decoration: none;
}

/*//////////////////////////////////////// MODULI ////////////////////////////////////////////////*/
div#messaggio
{
	color: #990000; font-size: 14px; margin-top:10px; margin-bottom: 10px;
}
div#destro form
{
	padding: 20px;
	/*///////////////////////////////////////////////////////////////////////////*/
	background-color: #222121;
}
div#destro fieldset
{
	border: none;
}
div#destro input,div#destro select,div#destro textarea
{
	/*///////////////////////////////////////////////////////////////////////////*/
	border: #CCCCCC 1px dashed;
	color: #ffffff;
	font-size:12x;
	background-color: #222121;
	padding: 5px;
}
/*////////////////////////////// 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;
}

div#tags
{
	padding:  15px;
	border: #999999 1px dashed;
	margin-top: 20px;
}
div#tags h2
{
	font-size: 14px;
}
div#tags p
{
font-size: 10px;
}
div#tags a:link, div#tags a:active, div#tags a:visited
{ color: #CCCCCC; text-decoration: none;}
div#tags a:hover
{
color: #CCCCCC; text-decoration: underline;
}
