/*
	COLORS
	border-light:  BFB3A7
	border-darker: 998D80
*/

/*
	VARIOUS TYPOGRAPHY
*/
#content ul li {
	list-style-type:disc;
	margin-left:2em;
}

#content h3.titolo_sezione {
	font-size:1.5em;
	color:#6B5A52;
}

#bussola {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#866;
	margin-bottom:1em;
}

#bussola a {
	color:#866;
}

#bussola a:hover {
	color:#444;
	text-decoration:underline;
	background:none;
}

#footer {
	font-size:11px;
	color:#998D80;
}

#footer a {
	color:#998D80;
	text-decoration:underline;
}

#footer a:hover {
	background:none;
	color:#fff;
}
/*
	HOME
*/
#descHome {
	background:url(/images/sfondoDescHome.jpg) no-repeat top left;
	height:200px;
	padding:20px 10px 10px 310px;
}

/*
	FORM CONTATTO
*/
#content form.contactForm ul li {
	list-style-type:none;
	margin:0;
	line-height:2em;
}

form.contactForm span.label {
	clear:left;
	float:left;
	width:10em;
	color:#796D60;
	font-size:12px;
	text-align:left;
	padding-right:10px;
}

form.contactForm h5 {
	margin:10px 0;
}

form.contactForm #fs_pulsanti {
	padding:20px 0;
}

form.contactForm #fs_pulsanti input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
	padding:2px 5px;
	background-color:#fff;
	border:1px solid #888;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/*
	CATEGORIE
*/
.item_elenco {
	float:left;
	width:100%;
	border-bottom:1px solid #BFB3A7;
	padding-bottom:10px;
	margin-bottom:10px;
}

.item_elenco .immagine {
	float:right;
	width:150px;
	text-align:center;
}

.item_cella {
	float:left;
	width:150px;
	padding:5px;
	height:130px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #BFB3A7;
	border-width:1px 2px 2px 1px;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.item_cella strong,
.item_cella span {
	display:block;
}

.item_cella:hover {
	border-color:#998D80;
	border-width:2px 1px 1px 2px;
	background-color:#eee;
}

#imgCatCorrente {
	text-align:center;
}

#descCatCorrente {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

/*
	SITEMAP
*/
#sitemap h5.titoloSitemap {
	color:#3F3F3C;
	border-bottom:1px solid #998D80;
}

#sitemap ul {
	margin-bottom:1em;
}

#sitemap ul li {
list-style-type:square;
color:#998D80;
}

#sitemap ul ul {
	margin-bottom:0;
}

/*
	GALLERY
*/
#gallery {}

#gallery #thumbs {}

#gallery #fullsize img {display:none;}

.scripted {
	position:relative;
	height:530px;
	width:720px;
	border:1px solid #998D80;
	background-color:#222;
}

.scripted #fullsize {
	width:700px;
	height:400px;
	text-align:center;
	margin:10px;
}

.scripted #thumbs {
	width:720px;
	overflow:hidden;
	height:110px;
	position:relative;
	background-color:#000;
}

.scripted #thumbs .slider {
	height:100px;
	position:absolute;
}

.scripted #thumbs img {
	display:inline;
	float:left;
	border:2px solid #000;
	margin:3px;
	/*margin-right:6px;*/
}

.scripted #thumbs img.currentImage {
	border:2px solid #eee;
}

/*
	BOX VIDEO
*/

.videoBox {
	float:right;
	width:320px;
	height:212px;
	padding:20px;
	background:url(/images/sfondoFilmato.gif);
}