@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
} /* azzero gli stili dei browser */


body { background: #e2e2e2 url(../images/bgd.jpg) repeat-x left top; margin: 0 auto; padding: 0px; text-align: right; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#999999; }

h2 {color: #FFFFFF; font: normal 20px Arial Black, Gadget, sans-serif; text-align:left; line-height:0; margin-left: -200000px;}

h1 {color: #FFFFFF; font: normal 16px Arial, Helvetica, sans-serif; text-align:left; line-height:0; margin-left: -200000px;}

em { font-weight:bold; color: black; font-style: normal; }



a:link {
	text-decoration: underline;
	color: #999999;
	border:none;
}
a:visited {
	text-decoration: underline;
	color: #999999;
	border:none;
}
a:hover {
	text-decoration: underline;
	color: #468f35;
	border:none;
}
a:active {
	text-decoration: underline;
	border:none;
}


/****************************** PAGINA *******************************/
#corpo {
	display: block;
	width:900px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: url(../images/lights.png) no-repeat left top;
	z-index:1001;
}

#struttura {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	width: 658px;
	height: 670px;
	border: 1px solid #b5b5b5;
	background: #dcdcdc;
	overflow:hidden;
	z-index:1000;
	position:relative;
}


/****************************** BLOCCHI *******************************/
#box1 {
	position: relative;
	display:block;
	margin:0;
	float:left;
	width: 329px;
	height: 335px;
	padding: 0;
	text-align: left;
	line-height: 1.5em;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	margin-top: -1px;
	margin-left: -1px;
}

#box1 h3 {
	line-height: 40px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color: black;
	background: white;
	text-transform:uppercase;
	text-align:left;
	padding-left: 10px;
}

#box1:hover img {
display:none;
}

#box2 {
	position: relative;
	display:block;
	margin:0;
	float:left;
	width: 329px;
	height: 335px;
	padding: 0;
	text-align: right;
	line-height: 1.5em;	
}

#box2 h3 {
	line-height: 40px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color: black;
	background: white;
	text-transform:uppercase;
	text-align:right;
	padding-right: 10px;
}

#box2:hover img {
display:none;
}

#box3 {
	position: relative;
	display:block;
	margin:0;
	float:left;
	width: 329px;
	height: 335px;
	padding: 0;
	text-align: left;
	line-height: 1.5em;
}

#box3 h3 {
	line-height: 40px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color: black;
	background: white;
	text-transform:uppercase;
	text-align:left;
	padding-left: 10px;
}

#box3:hover img {
display:none;
}

#box4 {
	position: relative;
	display:block;
	margin:0;
	float:left;
	width: 329px;
	height: 335px;
	padding: 0;
	text-align: right;
	line-height: 1.5em;
	border-left: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	margin-bottom: -1px;
	margin-right: -1px;
}

#box4 h3 {
	line-height: 40px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color: black;
	background: white;
	text-transform:uppercase;
	text-align:right;
	padding-right: 10px;
}

#box4:hover img {
display:none;
}

#centro {
	position: absolute;
	top: 177px;
	left: 50%;
	margin: 0 auto;
	margin-left: -162px;
	width: 238px;
	height: 238px;
	padding: 88px 45px 0 43px;
	text-align: center;
	background:url(../images/centro.png) no-repeat center top;
	z-index: 998;
	line-height: 1.5em;
	vertical-align:middle;
	border: 0px solid black;
}

#centro img {
	margin: 0 auto;
}

#centro:hover img {
display:none;
}


/****************************** FOOTER *******************************/
#footer {
	display: block;
	margin: 0 auto;
	width: 658px;
	height: 40px;
	text-align: right;
	line-height: 20px;
	margin-bottom: 5px;
}

.tabs {
	float:right;
	display: block;
	height: 15px;
	width: 80px;
	margin-top:5px;
	margin-left:10px;
}

#ie6 {
	display: none;
}