/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #e7e7d9;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #E3DFA9;
	SCROLLBAR-HIGHLIGHT-COLOR: #E3DFA9;
	SCROLLBAR-SHADOW-COLOR: #FFF;
	SCROLLBAR-3DLIGHT-COLOR: #E3DFA9;
	SCROLLBAR-ARROW-COLOR: #669933;
	SCROLLBAR-TRACK-COLOR: #EBE9C2;
	SCROLLBAR-DARKSHADOW-COLOR: #6D6D49;
	}
a {
	color: #4E6D2E;
}
a:hover {
	text-decoration: none
}
table {

	font-size: 11px;
	}
strong {
	color: #4E6D2E;
	color: #983216;
	}
.main {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -220px
	}
.princ {
	border: 4px solid #fff;
	background: #E3DFA9;
	}
div.testo {
	background: #EBE9C2 url("../img/bkg_testo.jpg") repeat-x fixed;
	height: 250px;
	overflow: auto;
	padding: 9px 11px;
	border-right: 1px solid #fff;
	text-align: justify;
	}
div.testo_offerte {
	background: url("../img/bkg_testo_offerte.jpg") repeat-x fixed;
	height: 250px;
	overflow: auto;
	padding: 9px 11px;
	border-right: 1px solid #fff;
	text-align: justify;
	}
div.testo_contatti {
	background: url("../img/bkg_testo_offerte.jpg") repeat-x fixed;
	height: 100%;
	overflow: auto;
	padding: 9px 11px;
	border-right: 1px solid #fff;
	text-align: justify;
	}
div.testo h3, div.testo_offerte h3, div.testo_contatti h3{
	text-align: left;
	color: #4E6D2E;
	padding: 0px;
	font-size: 14px
}
#lang {
	text-align: right;
	background: #fff;
	}
#lang a{
	background: #EBE9C2 ;
	display: inline-block;
	text-decoration: none;
	width:50px;
	margin: 0 0 0 1px;
	text-align: center;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #D5D07F
	}
#lang a:hover, #lang #current{
	background: #fff ;
	}
div#address {
	background:  #EBE9C2 ;
	border: 1px solid #D5D07F;
	padding: 3px;
	margin: 0px 1px;
	text-align: center;	
	color:#4A4B3B
	}
div.testo p {
	padding: 5px;
	margin: 0px;
}
form {
padding:0px;
margin:0px;
}
input {
	color:#333;
	font-family: arial;
	font-size: 11px;
	border-color: #666;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	background-color:#FFF;
}
textarea {
	padding: 4px;
	color:#333;
	font-family: arial;
	font-size: 11px;
	border-color: #666;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	background-color:#FFF;
}