@charset "UTF-8";
/* CSS Document */

body {

	background				: #fff;
	color					: #000;
	font-family				: "Times New Roman", Times, serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: normal;	
	margin					: 0px;
	padding					: 0px;

}

a, a:visited {
	color					: #000;
	text-decoration			: none;
	padding					: 0;
	margin					: 0;
}

a:hover {
	color					: #000;
	text-decoration			: underline;
	padding					: 0;
	margin					: 0;
}

.pulisci{
	
	clear					: both;
	padding					: 0;
	margin					: 0;
	
}

.spacer{
	
	padding					: 0;
	margin					: 0;
	font-size				: 1px;
	
}

.grigioVictoria {
	
	color					: #71706E;		
	
}

.rossoVictoria {
	
	color					: #B61C2E;		
	
}

#corpo{
	
	width					: 950px;
	position				: absolute;
	left					: 50%;
	top						: 50%;
	margin-left				: -475px;
	margin-top				: -300px;
	
}

#header {
	
	width					: 950px;
	height					: 87px;
	margin					: 0 0 10px 0;
	padding					: 0;
	border-bottom			: 1px solid #000;
	position				: relative;
	
}

#menu {
	
	width					: 230px;
	float					: left;
	padding					: 0 5px 0 0;
	margin					: 0;
	overflow				: hidden;
	
}

.primoLivello, .primoLivello a:link, .primoLivello a:visited, .primoLivello a:active{
	
	/*font-family				: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family				: "Times New Roman", Times, serif;
	font-size				: 22px;
	color					: #999999;
	text-decoration			: none;
	/*font-weight				: bold;*/
	
}


.elencoArtisti, .elencoArtisti a:link, .elencoArtisti a:visited, .elencoArtisti a:active{
	
	/*font-family				: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family				: "Times New Roman", Times, serif;
	font-size				: 17px;
	color					: #5D5B5C;
	text-decoration			: none;
	font-weight				: bold;
	
}

.elencoCategorie, .elencoCategorie a:link, .elencoCategorie a:visited, .elencoCategorie a:active{
	
	/*font-family				: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family				: "Times New Roman", Times, serif;
	font-size				: 15px;
	color					: #858484;
	text-decoration			: none;
	/*font-weight				: bold;*/
	
}

.primoLivello a:hover, .elencoArtisti a:hover, .elencoCategorie a:hover{
	
	color					: #E31936;
	
}

.selected a:link, .selected a:visited, .selected a:hover, .selected a:active{
	
	color					: #E31936;
	
}

#content {
	
	width					: 715px;
	min-height				: 390px;
	float					: left;
	padding					: 0;
	margin					: 0;
	
}

.nomeArt {
	
	color					: #B61C2E;
	font-size				: 30px;
	letter-spacing			: 0px;
	
}

.bio {
	
	text-align				: justify;
	font-size				: 12px;
	
}

.link {
	
	padding					: 10px 0 10px 0;
	font-size				: 16px;
	
}

#footer {
	
	width					: 950px;
	padding					: 0 0 0 0;
	margin					: 0 0 0 0;
	border-top				: 1px solid #000;
	position				: relative;
	
}

#msgAlert{

	position			: fixed;
	left				: 50%;
	top					: 40%;
	margin-left			: -122px;
	margin-top			: -108px;
	width				: 225px;
	height				: 97px;
	background			: url(/img/iphone.png);
	padding				: 20px 10px 20px 10px; 
	text-align			: center; 
	font-weight			: bold; 
	color				: #fff;
	z-index				: 300;
	display				: none;

}

.logo_uno img{
	
	margin-left: 200px;
	margin-top: 45px;
}

.logo_due img{
	
	margin-left: 281px;
	margin-top: 35px;
}

.logo_uno a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.logo_due a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

/*NUOVO FOOTER*/

p.nome_footer{
	margin: 0;
	font-size: 17px;
	color: #e6283f;
	letter-spacing: 3px;
}

p.footer{
	margin: -2px;
	font-size: 14px;
}

p.email{
	margin: -2px;
	font-size: 17px;
}
 
p.email a{
	color: #e6283f;
	text-decoration: none;
}

p.email a:hover{
	color: #999;
}
