/* ************* */
/* web-style.css */
/* ************* */


/* ******** */
/* generale */
/* ******** */
body {
	background: transparent url(icone/2sfondo.jpg) repeat-x fixed bottom;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #065
}
a, a:link, a:active {
	
	font-style: normal;
	text-decoration: none;
	color: #944;
}
a:visited {
	color: #B66;
}
a:hover {
	text-decoration: underline;
	color: #D11;
}

/* **************** */
/* struttura pagina */
/* **************** */
#testata{
	border-collapse: collapse;
}
#corpo {
	width: 1000px;
	padding: 0;
	border-left: 1px solid #065;
	border-right: 1px solid #065;
	background-color: #FFF;
	/*color: #065;*/
}
.bordosx{
	width: 7px;
	border-right: 1px solid #065;
}
.bordodx{
	width: 7px;
	border-left: 1px solid #065;
}
.bordosx1{
	width: 7px;
	height: 5px;
	border-right: 1px solid #065;
}
.bordodx1{
	width: 7px;
	height: 5px;
	border-left: 1px solid #065;
}
.centrale{
	border-left: 1px solid #065;
	border-right: 1px solid #065;
	text-align: left;

}

#colonnasx{
	width: 136px;
	border-right: 1px solid #065;
	vertical-align: top;
	height: 18px;
	text-align: center;
}

#colonnadx{
	width: 156px;
	border-left: 1px solid #065;
	vertical-align: top;
	height: 18px;
	text-align: center;
}
#colonnasx table, #colonnadx table{
	font-size: 10px;
	color: #065;

}
.sfopic{
	background: transparent url(icone/sfondoverde.jpg) repeat-x;
}
#piepagina {
	
	text-align: center;
	border: 0;
	padding: 0;
	float: left;
}
#copyright {
	float: left;
}
#webdesigner {
	float: right;
}
#copyright, #piepagina, #webdesigner {
	font-size: 9px;
	color: #065;
}
.home{
	font-size: 10px;
}
.homecong{
	font-size: 14px;
}
/* ***** */
/* MENU' */
/* ***** */

/* MENU PRINCIPALE */
.menuNavigazione{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1.5em; /*border: solid #000;*/
	font-size: 10px;

}
.menuNavigazione li{
float:left;
position:relative;
z-index: 20;
}
.menuNavigazione a{
	float: left;
	height: 1.5em;
	line-height: 1.5em;
	padding: 0 7px;
	text-decoration: none; /*border-right:1px solid;*/
}
/* SOTTO MENU */
.menuNavigazione ul{
margin:0;
padding:0;
list-style:none;
width:21em;
}
.menuNavigazione ul li{
float:none;
}
.menuNavigazione ul a{
float:none;
display:block;
height:1.4em;
line-height:1.4em;
border-right:1px solid #D11;
border-left:10px solid #D11;
border-bottom:1px solid #D11;
}
/* MENU ON OFF */
.menuNavigazione ul,
.menuNavigazione ul.subMenu-off{
position:absolute;
visibility:hidden;
}
.menuNavigazione ul.subMenu-on{
visibility:visible;
}
/* POSIZIONAMENTO DEL SOTTO MENU */
.menuNavigazione ul.subMenu-on{
	position: absolute; /* primo livello di annidamento:menu a discesa */
	top: 1.5em;
	left: -1px;
	visibility: visible;
	border-top: 1px solid #D11;
}
.menuNavigazione ul.subMenu-on ul.subMenu-on{
	margin: 0 0 0 -1px; /* livelli di annidamento superiori al primo:menu a comparsa laterale */
	width: 21em;
	position: absolute;
	top: -1px;
	left: 21em;
	border-top: 1px solid #D11;
}
/* COLORI */
.menuNavigazione, .menuNavigazione a:visited{
	background:#006D5B;
	color:#FFF;
}
.menuNavigazione a{
	background: #006D5B;
	color: #FFF;
}
/* EFFETTO ROLLOVER */
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
	text-decoration: none;
	background: #598;
	color: #FFF;
}
/* FRECCETTE 
.menuNavigazione a.continua{
	background: #006D5B url(icone/frecciagiu.gif) no-repeat center bottom;
}
.menuNavigazione ul a.continua{
	background: #006D5B url(icone/frecciadx.gif) no-repeat right center;
}*/

/* *********** */
/* FEDERAZIONI */
/* *********** */

/* MENU FEDERAZIONI */

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 26px;
	margin: 0 0 0 0;
	background: url(icone/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
		font-size: 13px;

}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(icone/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
		text-align: center;

}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(icone/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}




hr{
	width: 90%;
	color: #900;
	height: 1px;
}
#newsletter{
	padding: 0;
	border: 0;
	margin: 0;
}
/* ********* */
/* THUMBNAIL */
/* ********* */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
	font-size: 10px;
	
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 10;
	font-size: 10px;
	
}

.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #065;
	padding: 5px;
	left: -1000px; /*border: 1px dashed gray;*/
	border: 1px dashed Blue;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-size: 10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
	/*CSS for enlarged image on hover*/
	visibility: visible;
width: 430px;

	top: 20px;
	left: -200px; /*position where enlarged image should offset horizontally */
	font-weight: bold;
	text-transform: uppercase;
	color: Blue;
	font-size: 10px;
}


