@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f4b318;
	background-image: url(../img/backgroundindex.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}

p {
	color: #333;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
	line-height: 20px;
	letter-spacing: 1px;
}
em {
	color: #62191a;
}
strong {
	color: #62191a;
}


h1 {
	color: #312F2A;
	font-size: 24px;
	letter-spacing: 2px;
	margin-left: 10px;
	margin-bottom: 20px;
}
h3 {
	font-size: 12px;
	color: #333;
}
h4 {
	font-size: 16px;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-style: italic;
	color: #2B2924;
}
#testo ul li{
	margin-left: 40px;
}


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

a img {
}#wrapper {
	width: 100%;
	height: 500px;
	background-image: url(../img/bg_home.png);
	background-repeat: repeat-x;
}
#contenuto {
	height: auto;
	width: 100%;
}
#welcome {
	text-align: center;
}
#logo {
	text-align: center;
}



#top {
	height: 50px;
	width: 100%;
}
#top_default {
	height: 50px;
	width: 100%;
	background-color: #f4b318;
	background-image: url(../img/topbg.png);
	background-repeat: no-repeat;
}
#top_fixed {
	height: 50px;
	width: 100%;
	background-color: #f4b318;
	background-image: url(../img/topbg.png);
	background-repeat: no-repeat;
	z-index: 100;
	position: fixed;
}
#top_scroll {
	height: 50px;
	width: 90%;
	
}
#top_scroll_fixed {
	height: 50px;
	width: 90%;
	position:fixed;
	background-image: url(../img/topbg.png);
	background-repeat: no-repeat;
}
.top_testo {
	float: left;
	margin-top: 10px;
	margin-left: 60px;
}



#logotop {
	float: right;
	height: 30px;
	width: 250px;
	margin-right: 10%;
	margin-top: 10px;
}
#logotop a {
	height: 30px;
	width: 250px;
	display: block;
	background-image: url(../img/logosml.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#lingua {
	float: left;
	margin-top: 10px;
	margin-left: 50px;
}
#lingua img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





#nav {
	height: 250px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

#nav li {
	text-indent: -9999px;
	list-style-type: none;
	float: left;
	
}

#nav li a {
	display: block;
	height: 240px;
	width: 240px;
}

#nav li #biografia  {
	background-image: url(../img/buttons_home_en.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav li #immagini {
	background-image: url(../img/buttons_home_en.png);
	background-repeat: no-repeat;
	background-position: -249px 0px;
	
	
}
#nav li #mostre {
	background-image: url(../img/buttons_home_en.png);
	background-repeat: no-repeat;
	background-position: -497px 0px;
	
	
}
#nav li #contatti {
	background-image: url(../img/buttons_home_en.png);
	background-repeat: no-repeat;
	background-position: -747px -1px;
	
	
}
#nav li #empty{
	background-image: url(../img/sfumatura.png);
	background-repeat: no-repeat;
}
#nav li #biografia:hover, #biografia.hover  {
	background-image: url(../img/buttons_home_en.png);
	background-position: left -240px;
}
#nav li #immagini:hover, #immagini.hover  {
	background-image: url(../img/buttons_home_en.png);
	background-position: -249px -240px;
	
	
}
#nav li #mostre:hover, #nav2 li #mostre.hover  {
	background-image: url(../img/buttons_home_en.png);
	background-position: -497px -240px;
	
}
#nav li #contatti:hover, #contatti.hover {
	background-image: url(../img/buttons_home_en.png);
	background-position: -747px -240px;
}

	
#footer {
	clear: both;
	height: 10px;
	width: 100%;
}

#credits {
	clear: both;
	width: 100%;
	padding-top: 60px;

}

#credits p {
	font-size: 10px;
	text-align: center;
	color: #302E2A;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
