body,
html {
	margin:0;
	padding:0;
	background:#002559;
	color:#ffffff;
	font-size:0.9em;
	font-family: arial, sans-serif;
}
	
img {
	margin:0;
	padding:0;
	border:0;
	}
	
a {
	text-decoration:none;
	color: #002559;
	}
sup {
	/*margin-top:-0.5em;*/
	line-height:0em;
	}
div{
	margin:0px;
	padding:0px;
	border:0px;
	}
	
#wrap {
	margin:0 auto;
	width:875px;
	}
	
#nav {
	padding:20px 0px 10px 0px;
	width:100%;
	border-bottom:3px solid #ffffff;
	text-align:right;
	}

#container {
	height:425px;
	padding:20px 0px 0px 0px;
	}
	
#leftcontent {
	float:left;
	width:195px;
	padding:0px;
	margin:0px;
	}
	
#rightcontent{
	float:left;
	width:340px;
	padding:0px;
	margin:0px;
	}
	
#centercontent {
	float:left;
	width:340px;
	height:400px;
	padding:0px;
	margin:0px;

	}
	
#expanded_centercontent{
	float:left;
	width:680px;
	height:400px;
	padding:0px;
	margin:0px;
	}
	
#footer {
	border-top:3px solid #ffffff;
	clear:both;
	}

#centercontent img {
	width:340px;
	height:400px;
	}
#nav img{
	margin-bottom:5px;
	}

#nav p{
	float:left;
	margin:0px;
	padding:78px 0px 0px 0px;
	font-weight:bold;
	font-size:1.2em;
	font-family: arial, sans-serif;
	}
	
#contatti {
	position:absolute;
	top:550px;
	font-size:.8em;
	font-family: arial, sans-serif;
	}

#contatti a{
	color:#ffffff;
	}

/* MENU A SINISTRA */
.glossymenu{
	margin: 0;
	padding: 0;
	width: 165px; /*width of menu*/
	/*_border:1px solid white;*/
	}
	
.glossymenu a.menuitem{
	/*background: url(../images/glossyback.gif) repeat-x bottom left;*/
	font: bold 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding:0px;
	margin-left:6px;
	margin-top:6px;
	text-decoration: none;
	}
	
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	}
	
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}
	
.glossymenu a.menuitem:hover{
	/*background-image: url(../images/glossyback2.gif);*/
	}
	
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	margin-bottom:10px;
	}
	
.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
.glossymenu div.submenu ul li{
	padding-left:10px;
	padding-top:2px;
	}
	
.glossymenu div.submenu ul li a{
	display: block;
	font: .9em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	padding: 0;
	padding-left: 10px;
	}
	
a#toggler{
	color: #E2F229;
	font-weight:bold;
	}
	
/* SCROLLER A DX */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ddf;
	}
	
.jScrollPaneDrag {
	position: absolute;
	background: #002559;
	cursor: pointer;
	overflow: hidden;
	}
	
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	}
	
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:transparent url(../images/upArrow.gif) no-repeat scroll 0 0;
	height: 17px;
	}
a.jScrollArrowUp:hover {
	}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:transparent url(../images/downArrow.gif) no-repeat scroll 0 0;
	height: 17px;
	}
a.jScrollArrowDown:hover {
	}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	}
.scroll-pane {
	background:#FFFFFF;
	height:400px;
	overflow:hidden;
	color:#002559;
	}	
.scroll-pane div#conText, .scroll-pane h1 {
	padding:10px;
	margin:0px;
	color:#002559;
	}
.scroll-pane div#conText{
	font-size:1em;
	line-height:1.4em;
	}
.scroll-pane h1 {
	font: bold 1.6em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}
	
div#conText img {
	margin:5px 10px 5px 0px;
	}

#rightcontent #titImg{
	margin:25px 0px 8px 5px;
}

.popup3, .popup2 {
	cursor:pointer;
}
#table_cnt,#table_cnt tr, #table_cnt td{
padding:0;
margin:0;
border:0;
}
/*

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowUp:hover {
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}
*/
