html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical;
}

body{
	background: url(img/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px; padding:0px;
	font-size: 10px;
	color: #ADADAD;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
	text-decoration: none;
}

.title-section {
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	float: left;
	width: 250px;
}

.subtitle {
	color: #FF9933;
	font-size: 115%;
	padding-top: 3px;
	letter-spacing: 1px;
}

.submenu {
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	width: 400px;
	text-align: right;
	margin: 0 0 0 -16px;
	padding: 0;
	float: right;
}

.submenu li a{
	display: inline;
	text-decoration: none;
	margin: 0 0 5px 0;
	color: #fff;
}

.submenu ul a:link{
	color: #fff;
}

.submenu ul a:hover{
	color: #FF9933;
}



h2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.white {
	color: #fff;
}

.orange {
	color: #FF9933;
}

.grey {
	color: #666;
}

.grey01 {
	color: #666;
	font-size: 90%;
	padding-left: 3px;
}

img {
	border: none;
}

#container{
	width: 1024px;
	position: absolute;
	height: 630px;
	top: 50%;
	margin-top: -305px;
	left: 50%;
	margin-left: -512px;
	background: url(img/bg-container.jpg) top left no-repeat;
} 

#logo {
	position:relative;
	float: right;
	width: 180px;
	height: 81px;
	right: 72px;
	top: 0px;
}

#content{
	width: 880px;
	position: relative;
	float: left;
	height: 498px;
	top: 0px;
	left: 74px;
	background: url(img/bg-content.jpg)  no-repeat;
	z-index: 5;
}

#content-gallery{
	width: 880px;
	position: relative;
	float: left;
	height: 498px;
	top: 0px;
	left: 74px;
	background: url(img/bg-content.jpg)  no-repeat;
	z-index: 5;
} 

#content-txt{
	width: 830px;
	position: relative;
	height: 404px;
	padding: 30px 20px 30px 30px;
} 

.title {
	height: 78px;
	width: 100%;
}

.txt-home {
	height: auto;
	width: 410px;
	line-height: 13px;
	font-size: 115%;
}

.txt {
	height: auto;
	line-height: 12px;
	font-size: 115%;
	overflow: hidden;
}

.fourcolumn {
	padding: 0 20px 0 0;
	width: 178px;
}

.contactcolumn {
	padding: 0 20px 0 0;
	width: 178px;
	line-height: 15px;
	font-size: 105%;
}

.contactcolumn a{
	color: #ADADAD;
	text-decoration: none;
	display: inline;
}

.contactcolumn a:hover{
	display: inline;
	color: #fff;
	text-decoration: none;
}

.genericcontactcolumn {
	margin-top: 150px;
	padding: 3px 20px 0 0;
	width: 175px;
	line-height: 15px;
	font-size: 105%;
	border-top: 1px solid #7C5C3C;
}


.piedino-top {
	padding: 0 0 3px 0;
	width: 175px;
	border-bottom: 1px solid #7C5C3C;
}


#footer{
	position: absolute;
	bottom: 0px; 
	width: 100%; 
	height: 23px;
	z-index: 3;
	font-size: 85%;
	color: #666;
	line-height: 11px;
	font-size: 90%;
 } 
 
 #footer a:link, a:visited{
	color: #666;
	text-decoration: none;
 } 
 
 #footer a:hover{
	color: #fff;
	text-decoration: none;
 } 
 
#footer_sx{
	position: relative;
	float:left;
	text-align: left;
	width: auto;
	left: 18px;
 } 
 
#footer_dx{
	position: relative;
	float:right;
	text-align: right;
	width: auto;
	right: 18px;
 } 
 
 #footer_dx ul, li{
	display: inline;
	text-decoration: none;
	margin-left: 20px;
 } 
 
 #footer_dx a{
	display: inline;
	color: #666;
 } 
 
 div.clear {
clear: both;
}

.links {
	line-height: 18px;
	}


/* Easy Slider */

	#slider ul, #slider ul li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider ul li{
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:830px;
	height:340px;
	overflow:hidden;
	padding-left: 1px;
		}
	#slider ul li{ 
		background:none;
		}		
		
					
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */

 .th-location {
	width: 200px;
	height: auto;
	overflow:hidden;
}

 .th-friends {
	width: 100px;
	height: auto;
	overflow:hidden;
	border: 1px solid #7C5C3C;
}

.address {
	padding-top: 5px;
}

.links {
	line-height: 18px;
	}
	
	.links a{
	display: block;
	}

