a {
	font-weight: bold;
	color: #117082;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #9f9f00;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(img/top_bg01.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.compra {
	padding: 2px;
	border: 2px solid #117082;
	width: 70px;
	text-align: center;
}
.compra a:hover {
	padding: 2px;
	border: 2px solid #9f9f00;
	width: 70px;
	text-align: center;
}
.cop {
	margin: 15px;
}
.cop-add {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.logo {
	font-weight: bold;
	color: #9f9f00;
}
h1 {
	font-size: 18px;
}
.titolo {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.top {
	background-attachment: fixed;
	background-image: url(img/top_bg01.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

/*menui catalogo*/

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #117082;
	border-right-color: #117082;
	border-bottom-color: #117082;
	border-left-color: #117082;
	margin-left: 83px;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #117082;
}
#dropmenudiv a:hover{ /*hover background color*/
	color: #9F9F00;
}

