/* Style -----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}


/* Body ------------------------------------------------------------------*/

body {
	margin-top: 0px;
	background-color: #58AB27;
	background-image: url(../img/sfondo_sito2.png);
	background-repeat: repeat-x;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}

/* Menu tematico ------------------------------------------------------------------*/

#dove {
	height: 170px;
	width: 1024px;
	margin: 0 auto;
	top: 598px;
	background: transparent;
	letter-spacing: -500em;
    text-indent: -500em;
}

#dove li a {
    display: block;
    float: left;
    height: 139px;
   	width: 240px;
    letter-spacing: -500em;
    text-indent: -500em;
	position: static;
}
#dove li {
    display: inline;
}
#dove li a:hover {
    background-position: 0 -6px;
}





/* ACQUA ------------------------------------------------------------------*/

#sc_acqua {
	width: 355px;
	height: 150px;
	background: url(../img/p_acqua.png) no-repeat;
}

* html #sc_acqua { background: url('../img/p_acqua.jpg') no-repeat; 
}

#sc_acqua:focus {
   outline: 0;
} 





/* SPORT ------------------------------------------------------------------*/

#sc_sport {
	width: 355px;
	height: 150px;
	background: url(../img/p_sport.png) no-repeat;
}

* html #sc_sport { background: url('../img/p_sport.jpg') no-repeat; 
}

#sc_sport:focus {
   outline: 0;
} 




/* ARIA ------------------------------------------------------------------*/

#sc_aria {
	width: 355px;
	height: 150px;
	background: url(../img/p_aria.png) no-repeat;
}

* html #sc_aria { background: url('../img/p_aria.jpg') no-repeat; 
}

#sc_aria:focus {
   outline: 0;
} 




/* SCUOLA ------------------------------------------------------------------*/

#sc_scuola {
	width: 355px;
	height: 150px;
	background: url(../img/p_scuola.png) no-repeat;
}

* html #sc_scuola { background: url('../img/p_scuola.jpg') no-repeat; 
}
#sc_scuola:focus {
   outline: 0;
}



#visual {
	height: 426px;
	width: 1024px;
	margin: 0 auto;
	top: 171px;
	position: static;
	background-color: white;
	background-image: url(img/barrabanner.gif);
	position: static;
}



h1 {
	color: black;
	text-align: left;
	z-index: 2;
	direction: ltr;
	letter-spacing: normal;
	font: bold 24px/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}




#browser
{
    position: absolute;
    visibility: visible;
    background: yellow;
    padding: 5px 5px 5px 5px;
    border-bottom: solid 1px #000000;
	margin: 20px auto 0;
	z-index: 1;
	width: auto;
	height: auto;
	border: 2px solid black;
}

p {
	color: black;
	text-align: justify;
	padding: 10px 0;
	margin: 0;
	font: bold 9pt/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
 




