/* CSS Document */

#header {
	background-repeat: no-repeat;
	background-position: top left;	
	background-image: url(../img/img-top-generico.jpg);
}

/**/
#main {
	background-image: url(../img/sf-generico.gif);
	background-repeat: repeat-y;
}

/*#main #titoloPag {
	border-bottom:solid 1px #DBA10E;
}*/

#main #titoloPag h2 {
	color: #DA8000;
}


/*#menuLeft ul {
	border-left:7px solid #DBA10E;
}*/

#menuLeft ul li:hover {
	color:#DA8000;
}

#menuLeft ul li.selected {
	color:#DA8000;
}

#menuLeft ul li.selected a.selected, #menuLeft ul li a:hover {
	color:#DA8000;
}

#menuLeft ul a.selected {
	background-image:url(../img/bullet-liMenuSelectedg.gif);
	background-repeat:no-repeat;
	background-position:1px 2px;
}

#menuLeft .img img {
	border-left:solid 5px #DA8000;
	border-right:solid 1px #DA8000;
	border-top:solid 1px #DA8000;
	border-bottom:solid 1px #DA8000;
}

.linkGenerico {
	font-weight: bold;
	color: #565757;
	text-decoration:none;
}

.linkGenerico:hover {
	color: #DA8000;
	text-decoration:underline;
}

#colRight .img {
	display: inline;
	border-left:solid 5px #DA8000;
	border-right:solid 1px #DA8000;
	border-top:solid 1px #DA8000;
	border-bottom:solid 1px #DA8000;
	width: 125px;
	margin-right:10px;
	margin-top:40px;
}

#colRight .imgGallery {
	display: inline;
	border-left:solid 5px #DA8000;
	border-right:solid 1px #DA8000;
	border-top:solid 1px #DA8000;
	border-bottom:solid 1px #DA8000;
	margin-right:40px;
}

#colRight ul {
	border:0;
	margin:0;
	padding:5px 0 10px 0;
}
#colRight ul li {
	list-style:none;
	background-image:url(../img/barr_mostre.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	padding: 0 0 10px 10px;
}
/**/

form {
	width:600px;
	margin: 0 auto;
}
fieldset {
	border:solid 1px #efefef;
	border-left:solid 2px #DA8000;
	margin: 0 0 20px 0;
	padding: 0 10px 10px 15px;
}
legend {
	/*color:#DA8000;*/
	font-weight: bold;
	color:#565757;
	padding:0 0 12px 0;
}
input.campo {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#A46000;
	letter-spacing:0.1em;
}
input.cap {
	width:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#A46000;
	letter-spacing:0.1em;
}
input.prov {
	width:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#A46000;
	letter-spacing:0.1em;
}
textarea.testo {
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#A46000;
	letter-spacing:0.1em;
}
form div {
	padding:0px;
}

a.linkMappa, a.linkMappa:visited {
	font-weight: normal;
	color: #565757;
	text-decoration:none;
}

a.linkMappa:hover {
	color: #A66201;	
	text-decoration:underline;
}

a.linkNews, a.linkNews:visited {
	font-weight: bold;
	color: #565757;
	text-decoration:none;
}

a.linkNews:hover {
	color: #A66201;	
	text-decoration:underline;
}

a.email, a.email:visited {
	color: #A66201;
	text-decoration: none;
	font-weight:normal;
}

a.email:hover {
	color: #565757;	
	text-decoration: none;
}


dt {
	background-image:url(../img/barr_mostre.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	padding-left: 10px;
	border: 0px solid #000;
}

dd {
	margin-bottom: 10px;
	margin-left: -5px;
	border:0px solid #000;
}

dd #nome {
	float: left;
	width:330px;
	margin-bottom:3px;
	border:0px solid #000;
}

dd #posta {
	float: right;
	width:300px;
	margin-bottom:3px;
	border:0px solid #000;
}