/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.prodotti {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
}

a:link {
	font-size: 11px;
	color: #336633;
	text-decoration:none;
}
a.menu:hover {
	font-size: 11px;
	color: #336633;
	text-decoration:none;
	background-color: #E3D5DA;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336633;
}
.active {
	font-size: 11px;
	font-weight: bold;
	color: #336633;
}
a:visited {	font-size: 11px;text-decoration:none;color:#336633;background-color:transparent}


.titoli {
	color: #CC0000;
	font-size: 18px;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 776px;
	height: 436px;
	background-image: url(images/container_border.jpg);
	background-repeat: no-repeat;
}

div#navigation{
	position: absolute;
	top: 127px;
	left: 9px;
	width: 213px;
	height:289px;
	background-image: url(images/menu_left.jpg);
	z-index:3;
}

div#prodotto_line{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 552px;
	height:auto;
	overflow: hidden;
	border: 1px dashed #003300;
}


.tit1_prodotto {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.tit2_prodotto {
	color: #336633;
	font-size: 12px;
	font-weight: bold;
}


.prodotto {
	color: #000;
	font-size: 12px;
	text-align: justify;
}

.menu_roll {
	z-index:4;
}

