/* ----------------------------------------------------------------- CSS BODY */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image:url(../images/fondo_elenco.jpg);
	background-repeat: repeat-x;
	background-color: #ecebe6; 
	font-size: 10pt;
	color: #000000;
	font-family: "Gill Sans MT", "Trebuchet MS", "Arial";
	line-height: 1.3em;
	min-width: 900px;
}

a img { border: 0px; 
}

/* ----------------------------------------------------------------- CONTENT */

#content {
	margin: 0px auto;
	width: 900px;
	text-align: center;
}

/* ----------------------------------------------------------------- HEADER-TOP */

#header {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 185px;
	min-height: 185px;
}

/*** IE Fix ***/
* html #header {
	width: 900px;
}


/* ----------------------------------------------------------------- TESTO HEAD 720px x 60px */

#testoheader {

	margin: 0px 0px 10px 190px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 18pt; 
	text-align: left;
	width: 720px;
	height: 60px;

}


/* ----------------------------------------------------------------- MARCHIO */

#marchio {
	text-align: left;
	visibility: inherit;

}


/* ----------------------------------------------------------------- MENU little TOP-RIGHT */

#infohome {
	background-image:url(../images/scacco.gif);
	background-repeat: no-repeat;
	height: 24px; 
	width: 200px;
	color: #ffffff;
	font-family: "Times New Roman", "Trebuchet MS", "Arial";
	font-size: 8pt;
	text-align: left;
	padding: 3px 5px 5px 17px;
	margin: 0px 0px 0px 730px;
}

/*** IE Fix ***/
* html #infohome {
	padding: 3px 5px 5px 17px;   
	margin: 0px 0px 0px 730px;
}

#infohome a { 
	color: #ffffff;
	text-transform: uppercase; 
	text-decoration: none;
	font-family: "Times New Roman", "Trebuchet MS", "Arial";
	font-size: 9pt;
	padding: 2px 5px 5px 5px;
	text-align: left;
}


.flag {
	margin-left: 10px;
}

/*** IE Fix ***/
* html .flag {
	margin-left: 14px;   
}




/* ----------------------------------------------------------------- DIVISORE FLASH */

#headerFLASH {
	margin: -45px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 230px;
	min-height: 230px;
	width: auto px;
	}

/*** IE Fix ***/
* html #headerFLASH {
	margin: -45px 5px 5px 5px;   
}




/* ----------------------------------------------------------------- SIDEBAR */

#sidebar {
	width: 200px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	min-height: 410px;
	background-image:url(../images/taglio2.jpg);
	background-repeat: no-repeat;
}

/*** IE Fix ***/
* html #sidebar {
	height: 410px;
	text-align: left;
}



#sidebar2 {
	width: 200px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	min-height: 410px;
}

/*** IE Fix ***/
* html #sidebar2 {
	height: 410px;
	text-align: left;
}


#menudestro ul, li {
	list-style-type: none;
	margin: 0px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menudestro {

	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
#menudestro li {
	list-style-type: none;
	background-image:url(../images/contrassegno_arancio.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 0px 15px;
	margin: 1px 0px 0px 0px;
	}

#menudestro a {
	color: #785A50;
	font-size: 12px;
	font-family: "Times New Roman", Arial, Tahoma;
	line-height: 19px;
	text-decoration: none;	}

/* ----------------------------------------------------------------- CONTENITORE */


#container {
	width: 900px;
	margin: 0px auto;

}

#contenitore {

	padding: 20px 0px 0px 60px;
	margin: 0px auto;
	text-align: center;
	min-height: 200px;
	width: 580px;
	float: left;
	
}

/*** IE Fix ***/
* html #contenitore {
	min-height: 200px;  
	height: 200px;
	width: 650px;
}


#contenitore2 {

	padding: 20px 0px 0px 60px;
	margin: 0px auto;
	text-align: center;
	min-height: 200px;
	width: 580px;
	float: left;
	
}

/*** IE Fix ***/
* html #contenitore2 {
	min-height: 200px;  
	height: 200px;
	width: 670px;
}

