@charset "UTF-8";
/* CSS Document */








#nav {
	margin: 0;
	padding: 5px 4px 0;
	background: #fff url(http://www.artetmedia.it/images/gradient.png) repeat-x 0 -110px;
	line-height: 100%;
	font-size:12px;
	color:#CCC
	
	

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 2px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color:#333;
	
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(http://www.artetmedia.it/images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(http://www.artetmedia.it/images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(http://www.artetmedia.it/images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}












* {
		margin:0;
		padding:0;
		text-decoration:none;
		}


a img { border: 0; }

	html, body {
		height:100%;
		}

	body {
		background-image:url(../images/background.jpg);
background-position:top center;
background-repeat:repeat-y;
background-attachment:fixed;
background-color:white;
		color:#333333;
		margin:0;
		padding:0;
		
		

		text-align:center; /* horizontal centering for IE Win quirks */
		}


.bordino img{
	
border:1px solid grey;	
	
	
}

#header {
	
height:80px;
padding:10px;
	
}



#navbar{
		width: 800px;
		
		margin:30px auto;
		font:11px Arial, Helvetica, sans-serif;
	
	color:#666;
	
	text-align:center;
		
	}
	
	
	
	
	
	#content_container{
	width:790px;
	margin:10px auto;
	text-align:left;
	
		
	}
	
	
	
	
	
	/* Code for fast news box */
	#tic {
  
  
  padding:10px;
  width:700px;
  
  text-align:center;
  font:12px Arial, Helvetica, sans-serif;
	
	
	margin:20px 20px;
  color:#900;
}
#tic *{
  font:12px Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
  display:none;
   color:#900;
   line-height: 20px;

}
#tic a, #tic a:visited {
   display:inline;
   text-decoration:none;
	color:#F60;
}

#tic a:hover {
text-decoration:none;
	color:#F00;
}
	
	
	
	/* Code for testo base */
	.testo{
	
	font:12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#666;
	margin:20px 20px;
	
	
	}
	
	.testo a, .testo a:visited {
	
	text-decoration:none;
	color:#F60;
	}
	
	.testo a:hover {
	
	text-decoration:none;
	color:#900;
	}
	
	
	
	.testo_eng{
	
	font:12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#06C;
	margin:20px 20px;
	
	
	}
	
	.testo_eng a, .testo_eng a:visited {
	
	text-decoration:none;
	color:#06C;
	}
	
	.testo_eng a:hover {
	
	text-decoration:none;
	color:#900;
	}
	
	
	
	
	
	
	
	/* Code for footer */
	
	.testo_footer {
	
	font:10px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#666;
	margin:20px 20px;
	text-align:center;
	
	}
	
	.testo_footer a, .testo_footer a:visited {
	
	text-decoration:none;
	color:#666;
	}
	
	.testo_footer a:hover {
	
	text-decoration:none;
	color:#900;
	}
	
	
	
	
	
	.footer{
		
		width: 790px;;
		margin:0px auto;
		padding:0;
		float:left;
		
		text-align:center;
		border-top: 1px solid #ccc;
		
		
		}
	
	
	.artistimg img{
		float:left;
		padding:20px;
		
	}
	
	
	









#tab_ins{
	
	
	position:fixed;
	bottom:0px;
	left:30px;
	
	
	background-color:transparent;
	background-image:url(../images/back_tab_gio.png);
	background-position:bottom;
	width:200px;
	height:30px;
	
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	
	
}






#tab_ins2{
	
	
	position:fixed;
	bottom:0px;
	left:240px;
	
	
	background-color:transparent;
	background-image:url(../images/back_tab_poe.png);
	background-position:bottom;
	width:200px;
	height:30px;
	
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	
	
}

	
	