html, body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F7F5E8;
	text-decoration: none;
	font-size: 12px;
}
a{color: #F7F5E8; text-decoration:underline;}
a:hover{color:#FF0000;}
.int_ita {
	background-attachment: scroll;
	background-image: url(int_ita.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.int_eng {
	background-attachment: scroll;
	background-image: url(int_eng.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pattorizz {
	background-attachment: scroll;
	background-image: url(patt-orizz.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #178890;
}
.pattvert {
	background-attachment: scroll;
	background-image: url(patt-vert.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.cellamenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.cellamenu:hover{
	color:#FF0000;
	background-color:#000000;
	cursor:pointer;
}
.footer {
	color: #999999;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BE1A11;
	width: 900px;
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom:4px;
}
.corpopag {
	margin-top: 40px;
}
.titolocatalogo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #F05A00;
	text-transform: uppercase;
}
.titolarticolo {
	font-size: 14px;
	font-weight: bold;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 3px;
	text-transform: capitalize;
}

