/*
**************************************************************************
MAIN MENU 1 - MAIN
**************************************************************************
*/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#div_fotografia {
	position:absolute;
	width:750px;
	height:228px;
	z-index:5;
	left: 20px;
	top: 260px;
}


#menu {
	position:absolute;
	width:750px;
	height:107px;
	z-index:2;
	left: 20px;
	top: 150px;
}

#mainmenu A:hover {
	background-color:#FFFFFF;
	color:#000000;
}
#mainmenu A {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: none;
	
}
#mainmenu #current {
	background-color: #FFFFFF;
	color:#000000;
	cursor:default;
}

#mainmenu_home A:hover {
	background-color:#FFFFFF;
	color:#000000;
}
#mainmenu_home A {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: none;
	margin-bottom:5px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:10px;
}



#logo_img {
	position:absolute;
	width:101px;
	height:101px;
	z-index:0;
	left: 0px;
	top: 5px;
}

#footer_scultura {
	position:absolute;
	width:662px;
	height:64px;
	z-index:4;
	left: 20px;
	top: 500px;
}

#footer_moda {
	position:absolute;
	width:662px;
	height:64px;
	z-index:4;
	left: 20px;
	top: 1370px;
}

#footer_foto {
	position:absolute;
	width:662px;
	height:64px;
	z-index:4;
	left: 20px;
	top: 1570px;
}

#footer_home {
	position:absolute;
	width:662px;
	height:64px;
	z-index:4;
	left: 20px;
	top: 641px;
}

.testobianco {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;

}

.testogrigio {
	color: #FFFFFF
}

.Titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height:30px;
	border-bottom:1px;
	border-bottom-color:#000000;

}
.Titolo_Cyan {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:	#00CCFF;
	line-height:30px;
	border-bottom:1px;
	border-bottom-color:#000000;

}
.Titolo_Magenta {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:	#FF0099;
	line-height:30px;
	border-bottom:1px;
	border-bottom-color:#000000;

}
.SottoTitolo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.Corpo {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

img {
border-color:#FFFFFF;
}

img:hover {
border-color:#FFFFFF;
}

