@import url(reset.css);
@import url(form.css);
@import url(login.css);

body {
	position: absolute;
	background: #effaff url(../img/bkg.jpg) repeat-x left top;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: arial;
	font-size: 0.8em;
}

a {
	color: #666;
}
a:hover {
	text-decoration:none;
}
h6 {
	margin: 0 0 10px 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold
}

/*---------------------- bof LAYOUT ---------------------------*/
#wrap {
	min-height: 100%;
	}
	
body#home #main {
	overflow:auto;
	padding-bottom: 180px;
	}
/*---------------------- bof menu top-------------------------- */	
div#menu_top {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing:1px;
	z-index: 10;
	color: #000;
	position:absolute;
	width: 100%;
}
div#menu_top ul{
	margin-top: 100px;
	float:right;
	}
div#menu_top li {
	float:left;
	margin: 0 4px;
	}
div#menu_top li a {
	text-transform: uppercase;
	display: block;
	background-image: url(../img/m_green.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 16px;
	padding-right: 6px;
	color: #666;
	text-decoration:none;
}
div#menu_top li#m_benvenuti a {
	background-image:  url(../img/m_red.gif);
}
div#menu_top li#m_iscrizione a {
	background-image:  url(../img/m_orange.gif);
}
div#menu_top li#m_regolamento a {
	background-image:  url(../img/m_pink.gif);
}
div#menu_top li a:hover, div#menu_top li#m_benvenuti a:hover, div#menu_top li#m_iscrizione a:hover, div#menu_top li#m_regolamento a:hover {
	color: #12b5e8;
	background-position:  0 0px;
}
/*---------------------- eof menu top-------------------------- */		


/*---------------------- bof Footer -------------------------------*/
#footer {
	clear:both;
	text-align:center;
	margin: 0 auto;	
	color: #666;
	position: relative;
	margin-top: -130px; /* negative value of footer height */
	height: 130px;
	font-size: 10px;
	letter-spacing: 1px;
}
#footer h1 {
	font-weight: bold;
	font-size: 11px
}
#footer span {
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px
	}
#bottom {
	color: #666;
	z-index: 5;
	text-align: center;
	height: 100px;
	width: 900px;
	margin: 0px auto;
	font-size: 10px;
	line-height: 1.4em;
}
#copy {
	height: 30px;
	clear:both;
	}
/*---------------- SLIDE HOME -------------------------------------*/

#screen {
	position: absolute;
	width: 100%;
	height: 360px;
	top: 120px;
	z-index: 2;
	overflow: hidden;
	background: url(../img/main_bkg.jpg) left top no-repeat;
}
#screen img, canvas {
	position: absolute;
	left: -9999px;
	cursor: pointer;
	image-rendering: optimizeSpeed;
}
#screen .fog, #screen .fucsia, #screen .indaco, #screen .viola, #screen .giallo {
	position: absolute;
	background: #6C3;
	opacity: 0.1;
	filter: alpha(opacity=20);
}
#screen .fucsia {
	background: #C09;
}
#screen .indaco {
	background: #069;
}
#screen .viola {
	background: #639;
}
#screen .giallo {
	background: #FF6;
}
#command {
	position:absolute;
	left: 1em;
	top: 1em;
	z-index: 4;
}
#bar {
	position:relative;
	left: -999999px;
	top: -999999px;
	height: 100px;
}
#bar .button {
	position: absolute;
	background: #222;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#bar .loaded {
	background: #666;
}
#bar .selected {
	background: #f00;
}
#icon {
	height: 53px;
	position: absolute;
	top: 480px;
	left:  0;
	z-index: 1;
	width:100%;
	clear: both;
}
#icon ul {
	margin-left:  20px;
}
#icon ul li {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
#icon ul li a img {
	display: block;
	margin-top: 2px
}
#icon ul li a:hover img {
	margin-top: 0px
}
#menu_right {
	float:right;
	margin-top: 14px;
	margin-right: 30px;
	}
#wrapper {
	height: 530px;
	position:relative;
	}
.tooltip {
	width: 200px;
	z-index: 20;
	position:absolute;
	color:#000;
	font:lighter 11px/1.3 Arial, sans-serif;
	text-decoration:none;
	text-align:center;
	}
.tooltip span.top {
	padding: 30px 8px 0;
	background: url(../img/bt.gif) no-repeat top
	}
.tooltip b.bottom {
	padding:3px 8px 15px;
	color: #548912;
	background: url(../img/bt.gif) no-repeat bottom
	}
