/* Alert7 CSS 26.02.2005 */

/*	***************
GENERAL
***	**************/
body ,html ,h3 ,h2 ,h1 ,ul ,dl {margin:0;padding:0;}

body{text-align:center;width:100%;}
ul li{float:left;list-style: none;}
dl, dt, dd{list-style:none;}
h2, h3{clear:left;}
img{border:none;margin:5px 0}
.clear{width:100%;clear:both;}
a{color:#221E1F;}
a:hover{color:#F6931C;}

/*	***************
VISUAL
***	**************/
body{background:transparent url('../img/bk.jpg') repeat-y 50% 0}
#footer{background:transparent url('../img/footer.jpg') no-repeat left top}
#top{background:transparent url('../img/top.jpg') no-repeat left top}

ul li{border-right:1px solid #555;padding:0 8px;margin-top:4px;}
li.last{border:none;}
blockquote{border:1px dashed #999;margin:18px;padding:10px;}
#partners li{border:none;margin:0;padding:0}
#link{height:60px;}

blockquote a{background:#ccc;}
blockquote a:hover{background:#333;}

#partners a{background:none;}
/*	***************
POSITIONING
***	**************/
#wrap{width:650px;text-align:left;margin:0 auto 0 auto;}
#top{width:650px;height:200px;}
#content{width:590px;margin:0 auto 0 auto;}
#footer{width:650px;height:60px;margin:0 auto 0 auto;}

#mm{margin:0 25px 0 0;}
#mm li{float:right;margin-top:35px}
#menu{position:absolute;top:114px;width:250px;margin-left:390px;}
#menu li{float:left;border:none;margin:0;padding:0}
.inside{margin:5px 5px 5px 0;float:left;clear:none;}
#about dt ,#about dd{margin:0;padding:0;}
#who{margin-top:25px;}
#who dt{margin-top:12px;}
#who dd , p.contact{margin:0;padding:0;}
h2 ,h3{margin-top:12px;}
h3{}
.partners{margin:15px 5px 0 0;padding:0;}

p.nv{margin:0 16px 0 0;padding:0;text-align:right;}
.page ul li.first{padding-left:0;}

/*	***************
FONTS
***	**************/
h2 ,h3{font:20px "Times New Roman", Times, serif;}
h3{color:#999;}
/*p{font:11px Verdana, Arial, Helvetica, sans-serif;}*/
dl, ul, .partners, dt a, p.nv , p.contact{font:11px Verdana, Arial, Helvetica, sans-serif;}
p.nv ,p.contact{font-size:10px;}
dt a{text-decoration:none;}
dt{font-weight:bold;}
p, blockquote{font:11px "Courier New", "Courier", monospace;color:#000;} 
#about dt ,#about dd{font:20px "Times New Roman", Times, serif;}
#about dd{color:#666;}
#about dd.grey{color:#999;}
#who dt{font:12px Verdana, Arial, Helvetica, sans-serif;color:#666;font-weight:bold;}
#who dd{color:#666;}

/*strong{font:12px "Times New Roman", Times, serif;font-weight:bold;}*/
/*	***************
HIDDEN
***	**************/
h1{display:none;}


/*	***************
simplebits NAV http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html
***	**************/
#container {
	position: absolute;
	width: 250px;
	height: 30px;
	padding: 0;
	top:114px;
	margin-left:390px;
	
	}

#nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
	display: inline;
	overflow: hidden;
	width: 242px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;border:none;
	}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -20px;
	}

#nav a:active{
	background-position: 0 -40px;
	}
	
#tparti a  {
	width: 76px;
	background: url('../img/m_participanti.gif') top left no-repeat;
	}

#tpart a  {
	width: 64px;
	background: url('../img/m_parteneri.gif') top left no-repeat;
	}

#tcont a  {
	width: 52px;
	background: url('../img/m_contact.gif') top left no-repeat;
	}

#tlink a  {
	width: 50px;
	background: url('../img/m_link.gif') top left no-repeat;
	}
/*pop-up afis*/
#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid #000;
	background:#fff;
}
#showimage img{margin:0;padding:0;}
#dragbar{
	cursor:pointer;
	background: #000;
	min-width: 273px;/* NS6 style to overcome bug*/
	height:20px;
}
#dragbar #closetext a{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:1px;
	color: #fff;
}