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


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}


body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #000;
}


a {
	color: #000;
	text-decoration: none;
}

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

a:visited {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}


a.aBody {
	color: #F60;
	text-decoration: none;
}

a.aBody:hover {
	background-color: #FF0;
	color: #000;
	text-decoration: none;
}

a.aBody:active {
	background-color: #FF0;
	color: #000;
	text-decoration: none;
}

a.aBody:visited {
	color: #F60;
	text-decoration: none;
}


.boxcontainer
{
	width: 250px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 250px;
}

.boxlist {
	margin: 0;
	padding: 0px;
}

.boxlist li
{
	width: 250px;
	list-style-type: none;
	height: 250px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
}

.boxlist li a
{
	display: block;
	color: #000;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	height: 250px;
	width: 250px;
	line-height: 250px;
}

.boxlist li a:hover
{
	text-decoration: line-through;
}


#tdFooter {
	border: 4px dashed #CCC;
	margin: 5px;
	padding: 0px;
}


#tdBody {
	margin: 5px;
	padding: 5px;	
}


#apDivBody {
	position:relative;
	left:0px;
	top:0px;
	width:880px;
	height:650px;
	z-index:2;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}


#apDivChiSono {
	position:absolute;
	left:0px;
	top:40px;
	width:250px;
	height:250px;
	z-index:3;
	text-align: center;
	background-image: url(Immagini/postit_arancione.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#apDivPortfolioLavori {
	position:absolute;
	left:210px;
	top:80px;
	width:250px;
	height:250px;
	z-index:4;
	text-align: center;
	background-image: url(Immagini/postit_fucsia.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#apDivDownload {
	position:absolute;
	left:410px;
	top:20px;
	width:250px;
	height:250px;
	z-index:5;
	text-align: center;
	background-image: url(Immagini/postit_viola.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#apDivStoLavorandoSu {
	position:absolute;
	left:610px;
	top:45px;
	width:250px;
	height:250px;
	z-index:6;
	text-align: center;
	background-image: url(Immagini/postit_rosso.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#apDivFotografia {
	position:absolute;
	left:0px;
	top:340px;
	width:250px;
	height:250px;
	z-index:7;
	text-align: center;
	background-image: url(Immagini/postit_verde.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#apDivAnimazioni {
	position:absolute;
	left:230px;
	top:370px;
	width:250px;
	height:250px;
	z-index:8;
	text-align: center;
	background-image: url(Immagini/postit_marrone.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#apDivEsperimenti {
	position:absolute;
	left:430px;
	top:320px;
	width:250px;
	height:250px;
	z-index:9;
	text-align: center;
	background-image: url(Immagini/postit_rosa.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#apDivContatti {
	position:absolute;
	left:630px;
	top:390px;
	width:250px;
	height:250px;
	z-index:10;
	text-align: center;
	background-image: url(Immagini/postit_azzurro.png);
	background-repeat: no-repeat;
	background-position: center center;
}


#apDivChiocciola {
	position:absolute;
	left:720px;
	top:290px;
	width:120px;
	height:105px;
	z-index:11;
}


#apDivMenu {
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:250px;
	z-index:9;
	text-align: center;
	background-image: url(Immagini/postit_giallo.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.whiteText {
	color: #FFF;
}


.smallText {
	font-size: 9px;
}


