/* CSS Document */

body{
	margin: 0px;
	background-color: #B6B0A4;
	background-repeat: repeat-x;
	background-image: url(../images/layout/sfondo.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {  
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
}
a:visited {  
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
}
a:hover {  
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
}
#container{
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}
#logo{
	height: 61px;
}
#banner{
	
}
#menu{
	height: 40px;
}
.titoloH1{
	width: 279px;
	background-image: url(../images/layout/h1.gif);
	background-repeat: no-repeat;
}
h1{
	color: #FF9900;
	padding-left: 50px;
	font-size: 16px;
}
#contenuti{
	background-image: url(../images/layout/contenuti.gif);
	overflow: auto;
	padding-left: 27px;
}
#sx{
	width: 202px;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	font-size: 11px;
	vertical-align: top;
	float: left;
}
#sx a:link {  
	color: #FFFFFF; 
}
#sx a:visited {  
	color: #FFFFFF; 
}
#sx a:hover {  
	color: #FFFFFF; 
}
.sxIcona{
	padding: 5px;
	width: 50px;
	text-align: center;
}
.sxIcona img{
	border: 3px solid #FFFFFF;
}
.homeIcona{
	padding: 5px;
	width: 50%;
	text-align: center;
}
.homeTesto{
	padding: 5px;
	width: 50%;
	text-align: center;
}
.homeIcona img{
	border: 3px solid #FFFFFF;
}
.homeGalleri{
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
}
.homeProdotti{
	padding-right: 10px;
}
.homeGalleri img{
	border: 3px solid #FFFFFF;
}
#testo{
	vertical-align: top;
	padding: 10px;
	margin-left: 242px;
	font-size: 12px;
	text-align: justify;
}
.tdIconaGalleria{
	text-align: center;
	padding: 3px;
	width: 20%;
}
.tdIconaGalleria img{
	border: 3px solid #FFFFFF;
}
#footer{
	height: 47px;
	/*
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	background-color: #C8C4B9;
	*/
	color: #000000;
	font-size: 11px;
	padding-top: 35px;
	padding-left: 10px;
}
/* ************************** */
/* GOOGLE MAP */
/* ************************** */
/* contenitore della mappa */
#googleMap {
    margin-top: 10px;
    width: 560px; 
	height: 300px;
	border:solid 2px #FF9900;
	padding: 5px;
}
/* contenuti della info tab */
#infoContent {
    width: 300px;
	font-family:Arial, Helvetica, sans-serif;
}
#infoContent h4 {
    font-size: 12px;
	margin:0px;
	border-bottom: 1px solid #BCB28F;
}
#infoContent h5 {
    font-size: 10px;
	margin:0px;
	margin-top:6px;
}
#infoContent p {
    font-size: 10px;
	margin:0px;
}
.titoloInfoTab {
   font-weight:bold;
}
.txt_content_maps{
	padding-top: 5px;
	text-align: center;
}
/*     */