/* CSS Document */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												LAYOUT														             */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#daddec;
	background-position:center top;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-family: "Trebuchet MS", Tahoma, sans-serif ;
	font-size: 14px;
	color: #999999;
}
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);
}
div#header
{
 	clear: both;
	/*//////////////////////////////////////////////////////////////////////////*/
	height: 441px;
	background-image: url(../Grafica/header.gif);
	
}
div#destro
{
	float: right;
	/*//////////////////////////////////////////////////////////////////////////*/
	width: 466px;
	\width: 563px;
	w\idth: 466px;
	padding-left:30px;
	padding-right:67px;
	padding-bottom: 50px;
	padding-top: 10px;
}
div#sinistro
{
	float: left;
	/*//////////////////////////////////////////////////////////////////////////*/
	width: 179px;
	\width: 237px;
	w\idth: 179px;
	padding-left:46px;
	padding-right:12px;
}
div#accessori
{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
div#footer
{ 	
	clear: both;
	background-image:url(../Grafica/footer.gif);
	background-repeat: no-repeat; 
	background-position:bottom;
	/*///////////////////////////////////////////////////////////////////////////*/
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*												CONTENUTO SINISTRO 														 */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#menu img
{
	margin:0px;border: none;
}
div#menu ul
{

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	/*///////////////////////////////////////////////////////////////////////////*/
	margin-left: 20px;margin-top:0px; margin-bottom:0px;
	/*///////////////////////////////////////////////////////////////////////////*/
	
}
div#menu li
{
	list-style-type: circle;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-weight: bold; font-size:16px; 
}
div#menu a:active, div#menu a:link, div#menu a:visited
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #ae9986;
	text-decoration: none;
	
}
div#menu a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #ae9986;
	text-decoration: none;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO TITOLI                                                               */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#titoli h1, div#titoli h2, div#titoli p
{
	display:inline;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size: 10px;
	color: #999999; 
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO DESTRO                                                                */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div#video
{
	float:left; margin-top:20px;  margin-right: 10px; margin-bottom: 10px;
}
div#destro p
{
	text-align:justify;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#destro h1
{
	padding: 5px;
	margin:0px;
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size: 20px;
	color: #FFFFFF;
	background-color: #A1BDE2;
}
div#destro h2
{	
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FF9900;
	font-size: 16px;
}
div#destro strong
{
	/*///////////////////////////////////////////////////////////////////////////*/
	font-weight: bold;
}
div#destro a:active, div#destro a:link, div#destro a:visited, div#destro a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #0033FF;
	text-decoration: underline;
}
div#destro ul
{
	/*///////////////////////////////////////////////////////////////////////////*/
	list-style-type: circle;
}
div#destro li
{
	margin-bottom: 3px; margin-top: 3px;
}
div#destro img
{	
	border: none;
}
div#links h3
{
	/*///////////////////////////////////////////////////////////////////////////*/

}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                           CONTENUTO ACCESSORI                                                             */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

div#accessori a:active, div#accessori a:link, div#accessori a:visited, div#accessori a:hover
{
	/*///////////////////////////////////////////////////////////////////////////*/
	color: #FF9900;
}
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: #0033FF; text-decoration:underline;
}

/*//////////////////////////////////////// MODULI ////////////////////////////////////////////////*/
div#messaggio
{
	color:#9900FF; font-size: 15px; margin-top:10px; margin-bottom: 10px;
}
div#destro form
{
	/*///////////////////////////////////////////////////////////////////////////*/ 
}
div#destro form p
{
	margin:5px; padding: 5px;
}
div#destro fieldset
{
	padding: 20px; border:#6699FF 1px solid;
}
div#destro input,div#destro select,div#destro textarea
{
	/*///////////////////////////////////////////////////////////////////////////*/
	font-size:12px;
}
/*////////////////////////////// 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;
}
