/*----------------------------------------------------------------------*/
/*				GENERALE				*/
/*----------------------------------------------------------------------*/
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

body {
	margin: 0px;
	margin-top: 20px;
	overflow: auto;
	background-color: #000;
	text-align: center;
/*	font-family: Tahoma;	*/
	font-family: Arial;
	font-size: 10px;
}

.backHome {
	position: relative;
	text-align: left;
	background: url(../images/HomePageMollDEF.jpg);
	background-repeat: no-repeat;
/*	background-attachment: fixed;	*/
	background-position: top;
	width: 900px;
	height: 517px;
/*	border: solid 1px #FFC0C0;		*/
}

.backDoveSiamo {
	position: relative;
	text-align: left;
	background: url(../images/DoveSiamoMollDEF.jpg);
	background-repeat: no-repeat;
/*	background-attachment: fixed;	*/
	background-position: top;
	width: 900px;
	height: 517px;
/*	border: solid 1px #FFC0C0;		*/
}

.backContatti {
	position: relative;
	text-align: left;
	background: url(../images/ContattiMollDEF.jpg);
	background-repeat: no-repeat;
/*	background-attachment: fixed;	*/
	background-position: top;
	width: 900px;
	height: 517px;
/*	border: solid 1px #FFC0C0;		*/
}

.backProdotti {
	position: relative;
	text-align: left;
	background: url(../images/FondoFiloPiattSagMollDEF.jpg);
	background-repeat: no-repeat;
/*	background-attachment: fixed;	*/
	background-position: top;
	width: 900px;
	height: 517px;
/*	border: solid 1px #FFC0C0;		*/
}

.topMenu {
	width: 500px;
	height: 25px;
	margin-top: 50px;
	margin-left: 132px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
/*	background-color: #FFC0C0;	*/
}

.production {
/*	position: relative;	*/
/*	width: 130px;	*/
	padding-top: 20px;
	padding-left: 38px;
	padding-right: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #FFFFFF;
/*	background-color: #FFC0C0;		*/
}

.einaudi {
/*	position: relative;	*/
/*	width: 130px;	*/
	padding-top: 10px;
	padding-left: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	line-height:14px;
	color: #FFFFFF;
/*	background-color: #FFC0C0;		*/
}

.ragioneSociale {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	color: #000000;
	font-family: Arial;	
}

.indicazioniStradali {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height:14px;
	color: #404040;
	font-family: Arial;	
}

table.contatti {
	border: 1px solid silver;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	font-family: Arial;	
}

td.contattiRightBottom {
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

td.contattiRight {
	border-right: 1px solid silver;
}

td.contattiBottom {
	border-bottom: 1px solid silver;
}

.menuMolle {
/*	position: relative;	*/
/*	width: 130px;	*/
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	color: #FFFFFF;
/*	background-color: #FFC0C0;		*/
}

.menuMolleSelected a {
/*	position: relative;	*/
/*	width: 130px;	*/
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	color: #E49D31;
/*	background-color: #FFC0C0;		*/
}

.menuMolle a:link {text-decoration: none;color: #FFFFFF;}
.menuMolle a:visited {text-decoration: none;color: #FFFFFF;}
.menuMolle a:active {text-decoration: none;color: #FFFFFF;}
.menuMolle a:hover {text-decoration: underline;color: #FFFFFF;}


/*----------------------------------------------------------------------*/
/*				TOPMENU				*/
/*----------------------------------------------------------------------*/
.topMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/*background-color: #cccc5c;*/
}

.topMenu ul li {
	padding-top: -5px;
	padding-left: 20px;
	margin-left: 0px;
	margin-right: 40px;
	list-style-position: outside;
	background-image: url(../images/BottonefiloBiancoMoll.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	position: relative;
	display:inline;
	float: left;
	text-align: left;
	/*width: 120px;
	height: 14px;*/
/*	background-color: #FFC0C0;	*/
}

.topMenu ul li.selected {
	background-image: url(../images/BottoneBlu.gif);
}

.topMenu ul li.selected a {
	color: #E49D31;
}

.topMenu ul li a {
	color: #FFFFFF;
}




