body{
background-color: #F2F2EA;
}
.bg {  
background-image: url(bg.gif); 
background-repeat: no-repeat; 
background-position: right middle;
}
.bgNews {  
background-image: url(bg_news.jpg); 
background-repeat: repeat-x; 
background-position: top left;
}
.txt_News {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
color: #726E6D;
text-align: justify;
padding:10px 10px 0px 50px;
}
.txt_News2 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
color: #726E6D;
text-align: justify;
padding:10px 50px 0px 10px;
}
.txt_Text {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
color: #726E6D;
text-align: justify;
padding:10px 30px 0px 50px;
}
.txt_Text_nopad {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
color: #726E6D;
text-align: justify;
padding:0px 0px 0px 0px;
}
.txt_Text_nopad2 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
color: #726E6D;
text-align: right;
padding:0px 0px 0px 0px;
}
.txt_produced {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal;
font-weight: bold;  
color: #726E6D;
text-align: center;
padding:8px 0px 0px 0px; 
}
.txt_Title {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
color: #716A6C
}
.txt_Footer {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-style: normal; 
text-align: center;
color: #DF2323
}

h1 { 
font-family: Arial, Helvetica, sans-serif;  
font-size: 14px; 
font-style: bold; 
color: #AB3266;
text-align: left
height: 5px;
margin:0px;
}
.menuprod {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	COLOR: #F4EFE9; 
	PADDING-TOP: 5px;
	PADDING-LEFT: 50px;
}
.menuist {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	COLOR: #fff; 
	PADDING-TOP: 30px;
	PADDING-BOTTOM: 30px; 
	HEIGHT: 30px
}
.language {
	padding: 0px 0px 0px 0px;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold; 
	color: #726E6D;
	background-color: F4EFE9;
}
.info{
	padding: 3px 3px 3px 10px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold; 
	color: #726E6D;
	background-color: F4EFE9;
}

/*----------------------------------------------------------------------------*/
/* MENU' */
/*----------------------------------------------------------------------------*/
.menu {
	position: relative;
	display: block;
	padding:0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	font-style: bold;
	color: 9E0F2D; 
	background-image:url(freccia.gif);
	background-repeat:no-repeat;
	background-position:left center;

}
A:link {
	COLOR: #A52525; TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #A52525; TEXT-DECORATION: underline;
}
A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #A52525; 
	TEXT-DECORATION: underline;
}
A:active {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #A52525; 
	TEXT-DECORATION: underline;
}

	

/*////////////////////////////////////////////////////////////////////////////*/
/* FORM */
/*////////////////////////////////////////////////////////////////////////////*/
.textbox {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	color: #726E6D;
	cursor: default;
	width: 120px;
	margin-top:.1em;
	margin-bottom:.1em;
	border-top:0px solid #fff;
	border-left:0px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #CFCFC3;
}

.bottone {
	background-color: #FFFFFF; 
	font-weight: normal;
	font-size: 10px;
	color: #726E6D;
	cursor: hand;
	width: 50px;
	border:1px;
}
.message {
	background-color: #FFFFFF;
	FONT-FAMILY: arial;
	font-weight: normal;
	font-size: 10px;
	color: #726E6D;
	cursor: default;
	width: 370px;
	scrollbar-3dlight-color: #CFCFC3;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #CFCFC3;
	scrollbar-darkshadow-color: #CFCFC3;
	scrollbar-face-color: #CFCFC3;
	scrollbar-highlight-color: #CFCFC3;
	scrollbar-shadow-color: #CFCFC3;
	scrollbar-track-color: #CFCFC3;
	margin-top:.1em;
	margin-bottom:.1em;
	border-top:0px solid #fff;
	border-left:0px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #CFCFC3;
}
#formRow{
	width:100%;
	border:0px solid #333;
	margin:3px 0px 3px 0px;	
}
#formRow span{
	width:100px;
	vertical-align:top;

}
#formRow .l1{
	width:50px;
	vertical-align:bottom;
}
#formRow .l2{
	width:50px;
	vertical-align:top;
}
#formRow input{
	border-left:1px inset #666;
	border-top:1px inset #666;
	background-color:#f9f9f9;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:2px 5px 2px 5px;
	width:180px;
	height:18px;
	color:#444;
}
#formRow .radio{
	border:0px;
	background-color:#F9F6ED;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:18px;
	height:18px;
}

#formRow .radio2{
	border:0px;
	background-color:#E0E0D4;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:18px;
	height:18px;
}

#formRow .small{
	border-left:1px inset #666;
	border-top:1px inset #666;
	background-color:#f9f9f9;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:2px 5px 2px 5px;
	width:50px;
	color:#444;
	cursor:auto;
}
.small2{
	border-left:1px inset #666;
	border-top:1px inset #666;
	background-color:#f9f9f9;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	width:50px;
	color:#444;
	cursor:auto;
}
#formRow textarea{
	border-left:1px inset #666;
	border-top:1px inset #666;
	background-color:#f9f9f9;
	margin:0px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	width:250px;
	height:120px;
	scrollbar-face-color: #f9f9f9; 
	scrollbar-highlight-color: #f9f9f9; 
	scrollbar-shadow-color: #f9f9f9; 
	scrollbar-3dlight-color: #f9f9f9; 
	scrollbar-arrow-color: #C2BBA4; 
	scrollbar-track-color: #f9f9f9; 
	scrollbar-darkshadow-color: #f9f9f9;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#444;
	cursor:auto;
}
#formRow .wide{
	border-left:1px inset #666;
	border-top:1px inset #666;
	background-color:#f9f9f9;
	margin:0px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	width:400px;
	height:60px;
	scrollbar-face-color: #f9f9f9; 
	scrollbar-highlight-color: #f9f9f9; 
	scrollbar-shadow-color: #f9f9f9; 
	scrollbar-3dlight-color: #f9f9f9; 
	scrollbar-arrow-color: #C2BBA4; 
	scrollbar-track-color: #f9f9f9; 
	scrollbar-darkshadow-color: #f9f9f9;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#444;
	cursor:auto;
}
#formRow2{
	width:100%;
	font-weight:normal;
	border:0px solid #fff;
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 100px;
	font-size:10px;
	text-align:left;
	
}
#formRow2 .bott{
	background-color:#A9A48F;
	font-size:11px;
	margin:0px 0px 0px 3px;
	padding:2px 3px 2px 3px;
	width:60px;
	color:#fff;
	cursor:hand;
	border:0px solid #ff9900;
}
select {
	border:0px;
	background-color:#f9f9f9;
	font-size:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:48px;
	height:12px;
	color:#444;
	cursor:auto;
	voice-family: "\"}\"";
        voice-family: inherit;
	height:auto;
}
.selectwide{
	width:180px;


}
#Lborder{
	background-color:none;
	width:500px;
	margin:20px 0px 20px 0px;
	padding:2px 3px 2px 6px;
	border-top:0px solid #F2F2EA;
	border-right:0px solid #F2F2EA;
	border-bottom:1px solid #F2F2EA;
	border-left:1px solid #F2F2EA;
	font-weight:normal;
	color:#A32E53;
}


/*----------------------------------------------------------------------------*/
/* Pop Referenze */
/*----------------------------------------------------------------------------*/
#pop{
font:11px Arial;
font-style: normal;
position: relative;
top:0px;
left:0px;
}
#pop #pop1{
position:absolute;
top:0px;
left:0px;
border:0px solid #5D90BD;
background-color: #fff;
padding:5px;
visibility:hidden;
voice-family:"\"}"\"";
voice-family:inherith;
width:500px;
height:450px;
}
