/*
	General Stylesheet for layout and typography

	Site: dellarte.it
	Initial Build: 07.2009
	Author: Francesco Prosperi - | blank |	 www.loveblank.com
*/

/* -------------------------------------------------------------------- RESET */


body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000;
	background:url(../img/back_shadow.jpg) no-repeat top center #fce8c5;
}

*:focus {
	outline:none;
}

body, html {
	height:100%;
}

a {
	text-decoration:none;
}


/* -------------------------------------------------------------------- MAIN & GLOBAL*/

div.clear {
	clear:both;
}


div#main {
	width:823px;
	height:auto;
	background:url(../img/white30.png);
/*	background:#fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity:.3;	*/
	padding:0 40px;
	margin:0 auto;
}

/* -------------------------------------------------------------------- HEADER */

div#headLeft {
	margin-top:6px;
	float:left;
	width:571px;
	font-size:14px;
	font-variant:small-caps;
	letter-spacing:-0.03em;
	font-weight:bold;
}

div#langMenu {
	height:20px;
	margin-bottom:6px;
}

	div#langMenu a:link, div#langMenu a:visited {
		color:#9F988B;
		font-weight:normal;
		text-decoration:none;
	}

	div#langMenu a:hover, div#langMenu a:active {
		color:#000;
		text-decoration:none;
		font-weight:normal;
	}

div#headLeft img {
	border:0;
}

div#headRight {
	width:234px;
	margin-top:6px;
	float:right;
	font-size:13px;
	font-weight:normal;
	font-variant:small-caps;
	letter-spacing:-0.03em;
	color:#000;
}

	div#headRight ul {
		list-style:none;
		margin:0 0 3px 0;
		padding:0;
		float:right;
	}
	
		div#headRight ul li {
			display:block;
			float:left;
			margin-right:3px;
			padding:0 2px;
		}
		
		div#headRight ul li.on {
			background-color:#CC804F;
		}
		
		div#headRight ul a:link, div#headRight ul a:visited {
			color:#9F988B;
			text-decoration:none;
		}

		div#headRight ul a:hover, div#headRight ul a:active {
			color:#000;
			text-decoration:none;
		}

img#sub {
	margin-top:15px;
}

div#slideshow {
	width:817px;
	height:214px;
	border: 3px solid #dfa978;
}

.slide1 {
	position:absolute;
	width:817px;
	height:214px;
	float:left;
}

div#slideshowShort {
	width:817px;
	height:189px;
	background:url(../img/foto2.jpg) no-repeat top;
	border: 3px solid #dfa978;
}

/* -------------------------------------------------------------------- NAVIGATION */

div#menu {
	margin-top:23px;
	width:100%;
	height:42px;
}

	div#menu ul {
		list-style:none;
		margin:0;
		padding:0;
		font-size:14px;
		font-variant:small-caps;
	}
	
	 div#menu ul li {
	 	width:102px;
		height:42px;
		display:block;
		float:left;
		margin-right:1px;
		line-height:15px;
		background:url(../img/label.jpg) no-repeat top left;
		color:#000;
	}
	
	 div#menu ul li.menu8 {
	 	margin-right:0;
	 }

	 div#menu ul li.on {
 		padding:5px 6px;
		width:90px;
		height:32px;
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	div#menu ul li#on1 { background-image:url(../img/label1.jpg); }
	div#menu ul li#on2 { background-image:url(../img/label2.jpg); }	
	div#menu ul li#on3 { background-image:url(../img/label3.jpg); }	
	div#menu ul li#on4 { background-image:url(../img/label4.jpg); }	
	div#menu ul li#on5 { background-image:url(../img/label5.jpg); }	
	div#menu ul li#on6 { background-image:url(../img/label6.jpg); }	
	div#menu ul li#on7 { background-image:url(../img/label7.jpg); }	
	div#menu ul li#on8 { margin-right:0; background-image:url(../img/label8.jpg); }
	
	 div#menu ul a {
	 	width:90px;
		height:32px;
		padding:5px 6px;
		display:block;
		background:url(../img/label.jpg) no-repeat top left;
		color:#897c64;
		text-decoration:none;
	}
	
	div#menu ul a:hover {
		color:#000;
		background:url(../img/label.jpg) no-repeat bottom left;
	}
	
	div#subMenu {
		width:809px;
		height:auto;
		color:#fff;
		font-size:13px;
		padding:5px 7px;
	}
	
	div.sub2 {	background:#6f9cbc; }
	div.sub3 { background:#F3CC65; }
	div.sub4 { background:#A72D38; }
	div.sub5 { background:#c5cdcd; }
	div.sub6 { background:#6f9cbc; }
	div.sub7 { background:#99849c; }
	div.sub8 { background:#CC804F; }

	div#subMenu span.on {
		color:#fff;
		background:url(../img/arrow.gif) left no-repeat;
		padding:0 6px 0 8px;
		line-height:16px;
	}	

	div#subMenu a:link, div#subMenu a:visited {
		color:#555;
		background:url(../img/arrow.gif) left no-repeat;
		padding:0 6px 0 8px;
		text-decoration:none;
		line-height:16px;
	}

	div#subMenu a:hover, div#subMenu a:active {
		color:#fff;
		text-decoration:none;
	}
		
/* -------------------------------------------------------------------- CORPO */

div#content {
	width:823px;
	padding:20px 0;
}

div#testo {
	width:570px;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	color:#4e2825;
	float:left;
	min-height:200px;
}

	div#testo a:link, div#testo a:visited {
		color:#9C543F;
	}
	
	div#testo a:hover, div#testo a:active {
		color:#761E18;
		text-decoration:underline;
	}

	div#testo h2 {
		margin:0 0 10px 0;
		padding:0;
	}

	div#testo h3 {
		margin:0;
		padding:0;
		color:#9C543F;
	}
	
ul.newsList {
	list-style:none;
	margin:0;
	padding:0;
}

	ul.newsList li {
		padding-top:5px;
		border-top:1px solid #e1b18d;
		margin-bottom:5px;
	}

	a.newsLink:link, a.newsLink:visited {
		color:#9C543F;
		font-size:14px;
		display:block;
		margin-bottom:5px;
	}

	a.newsLink:hover, a.newsLink:active {
		color:#000;
	}

/* -------------------------------------------------------------------- SIDEBAR */

div#sideBar {
	float:right;
	width:233px;
}

div#topBox {
	width:231px;
	float:right;
	height:auto;
	margin-bottom:10px;
}

div#topBox .muw {
	border:1px solid #b37e70;
	margin-bottom:10px;
}

div#videoBox {
	width:221px;
	float:right;
	background:#f0d2af;
	border:1px solid #b37e70;
	margin:0 0 10px 0;
	text-align:center;
	font-size:11px;
	padding:5px;
	color:#9D847E;
}

img.thumbPreHome {
	padding:3px;
	border:1px solid #ba8e8e;
	background:#fff;
	cursor:pointer;
}

div#topBox img {
	border:0;
}

div#newsBar {
	width:217px;
	float:right;
	padding:6px;
	height:auto;
	margin-bottom:10px;
	background:#f0d2af;
	border:2px solid #e1b18d;
	color:#4e2825;
}

	div#newsBar h2 {
		font-size:14px;
		font-variant:small-caps;
		font-weight:bold;
		margin:0 0 5px 0;
		padding:0;
		color:#4e2825;
	}
	
	div#newsBar ul {
		list-style:none;
		margin:0;
		padding:0;
		font-size:11px;
		line-height:16px;
	}
	
		div#newsBar ul li {
			padding-top:5px;
			border-top:1px solid #e1b18d;
			margin-bottom:5px;
		}
	
	div#newsBar ul a:link, div#newsBar ul a:visited {
		color:#9C543F;
		font-size:12px;
	}

	div#newsBar ul a:hover, div#newsBar ul a:active {
		color:#761E18;
		text-decoration:underline;
	}
	
	div#newsBar a.newsTitle:link, div#newsBar a.newsTitle:visited {
		color:#4e2825;
		font-size:14px;
	}

	div#newsBar a.newsTitle:hover, div#newsBar a.newsTitle:active {
		color:#9C543F;
	}

/* -------------------------------------------------------------------- FOOTER */

div#footer {
	font-size:11px;
	color:#9d9484;
	padding:10px 0;
	text-align:right;
	border-top:1px solid #dfc1ac;
}

div#footer a:link, div#footer a:visited {
	text-decoration:none;
	color:#6E686F;
}

div#footer a:hover, div#footer a:active {
	color:#000;
}

/* -------------------------------------------------------------------- FORM */

fieldset {
	font-size:12px;
	margin:0;
	border:1px solid #DFA978;
	width:550px;
	color:#444;
	padding:0 10px;
	background:#FBEBCE;
}

fieldset legend {
	color:#CC804F;
	font-size:11px;
}

input, textarea {
	border:1px solid #c9c5c2;
	width:540px;
	float:none;
	background:#f4f4f3;
	padding:3px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea {
	height:210px;
}

label { width: 30em; display:block}
label.error { float: none; display:block; color: red; width:500px; vertical-align: top; font-size:11px; }
fieldset p { clear: both; }
.submit { border:1px solid #000; color:#fff; font-weight:bold; background:#BE5D2A; width:80px}
fieldset em { padding-left: 0.5em; vertical-align: top; }

div#contactRight {
	float:left;
	width:395px;
	padding:10px 17px 15px 0;
}

div#contactRight a:link, div#contactRight a:visited {
	color:#999;
	text-decoration:none;
}

div#contactRight a:hover, div#contactRight a:active {
	color:#000;
	text-decoration:none;
}

/* -------------------------------------------------------------------- MEDIA */

div.galleryBox {
	width:130px;
	height:125px;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:5px;
}

img.thumbs {
	border:1px solid #651010;
	padding:3px;
	margin:10px 10px 5px 0;
	background:#ddd;
	vertical-align:middle;
}

img.thumbs:hover {
	border:1px solid #ba8e8e;
	background:#fff;
}

img.thumbPre {
	padding:3px;
	margin:0 5px 0 0;
	border:1px solid #ba8e8e;
	background:#fff;
	cursor:pointer;
}

#playerContainer {
	padding:3px;
	border:1px solid #ba8e8e;
	width: 560px;
	height:340px;
	background:#fff;
	clear:both;
}

.titlec {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

ul.videos li {
	float: left;
	width:130px;
	height:auto;
	padding:5px;
	text-align:center;
	margin: 1em 0;
}

ul.videos {
	margin-bottom: 1em;
	padding: 0;
	margin-left: 0;
	list-style: none;
}