/* standard elements */

body {
	background:  #b0d5ff url(img/topbg2.jpg) no-repeat;
	Font: Book antiqua, Times,sans-serif;
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 1em;
}

/* Classi di testo principale */

.clearer {clear: both;}

/* header */
.top {
	padding-top: 20px;
	margin-left: auto; 
	margin-right: auto;
	width: 860px;
	text-align: center;
}


.footer {
	margin-left: auto; 
	margin-right: auto;
	width: 860px;
	text-align: justify;
	word-spacing: 0px;
	font-size: .9em;
}


.bottom {
	position: absolute;
	background: right #b0d5ff url(img/botbg2.jpg) no-repeat;
	margin-left: -10px; 
	margin-right: auto;
	height: 150px;
	width: 100%;
}

/* box */
.dialog {

 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:860px;
 color:#000000;
 margin-left:12px; /* width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .inbox,
.dialog .t,
.dialog .b,
.dialog .b div {
	font-size: 0.9em;
	margin: 0 auto;
	background:transparent url(img/box3.png) no-repeat top right;
	text-align: justify;

}


.dialog .logo {
	text-align: justify;
	clear: both;
	display: inline block;
	position: absolute;
	cursor:default;
	height: 200px;
	width: 500px;
	background-position:top left;
	opacity:0.99;
	filter:alpha(opacity=0-9);
	background: url(img/logo4.png) no-repeat;

}


.dialog .inbox {
 position:relative;
 zoom:1;
 padding: 0px 40px 0px  20px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 z-index:100;
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 z-index:100;
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 z-index:100;
 background-position:bottom right;
}

.dialog .b div {
 z-index:100;
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .wrapper {
 z-index:100;
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1, .dialog p {
 z-index:100;
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}


.navigation {
 z-index:100;
	text-shadow: 0px 0px 1px #767676;
	font-size: .9em;
	font-variant: small-caps;
	text-align: right;
	font-family: Tahoma, Arial;
}
.navigation a, .footer a {
	text-decoration: none;
	color: #7f7f7f;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 4px;
}


.navigation a:hover {
	border-top-color: green;
	border-top-style: solid;
	border-top-width: 4px;
	color: green;
}


/* Main navigation floreal buttons */

a {
	opacity: 0.70;	
	filter:alpha(opacity=0.70);
	moz-opacity:0.70;
}

a:hover {
	opacity: 0.98;
	filter:alpha(opacity=0.98);
	moz-opacity:0.98;
}

#descr1 {
	left:2%;
	width:18%;
}
#descr2 {
	left:21%;
	width:18%;
}
#descr3 {
	left:40%;
	width:18%;
}
#descr4 {
	left:59%;
	width:18%;
}
#descr5 {
	left:78%;
	width:18%;
}

#descr1, #descr2, #descr3, #descr4, #descr5 {
	position: absolute;
	clear: both;
	font-size: 0.80em;
	width: 140px;
}


/* NORMAL TEXT STYLES */

h2, h3 {
	color: green;
	text-align: center;
	font-variant: small-caps;
	font-size: 1em;
}

h3 {
    border-bottom: 2px dotted #009900;
    text-align: left;
}

h1 {
	color: #009900;
	text-align: center;
	font-variant: small-caps;
	font-size: 1.5em;
}

li {
   list-style-position: inside;
   list-style-image: url(img/li.png);
   font-size: 0.9em;
}

a {
  color: #009900;
}

a:hover {
  color: #33FF00;
}

.clicca li {
	list-style-image: url(img/a.png);
	list-style-position: outside;
}

