/* resetting some default styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
a:focus {outline:1px dotted #999;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

html { font-size:100.01%; }
body { font-size:0.625em; }

textarea {overflow:auto}
button {cursor:pointer}
input[type="checkbox"], 
input[type="radio"],
input.radio,
input.checkbox {
	vertical-align:text-top;
	width:13px;
	height:13px;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
	top:2px;
}
a {text-decoration:none}
a:hover {text-decoration:underline}
/*  -----------------------------------
	a better and smarter way to clear floats
--------------------------------------*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html .clearfix {height:1px}

a {
	color:#666;
	
}

body {
	background:url(../images/pageBG.jpg) repeat-x left top #0c2638;
	font:100 12px/1.4 Georgia, Cambria, Palatino, Serif
}

#wrap {
	width:950px;
	margin:30px auto 0
}

#header {
	background:url(../images/header.jpg) no-repeat left top;
	height:101px;
	position:relative;
z-index: 2;
}
	#identity {
		position:absolute;
		left:0;
		top:0;
		text-indent:-9999px;
		height:39px;
		width:288px;
		padding-top:101px;
		background:url(../images/logopart.jpg) no-repeat left bottom;
	}
	#topNav ul {
		float:right;
		margin:60px 16px 0 0;
		display:inline;
		position:relative;
		z-index: 2;
		letter-spacing:-0.02em;
	}
		#topNav ul li {
			float:left;
			display:inline;
			margin-left:10px;
			text-transform:uppercase;
			font-size:11px;
			position:relative;
			
		}
			#topNav ul li ul {
				position:absolute;
				-moz-border-radius: 5px;
				border-radius: 5px;
				left:0;
				top:12px;
				margin:0;
				display:none;
				background:#fff;
				border:1px solid #ccc;
				-moz-box-shadow:0px 0px 15px #435865;
				-webkit-box-shadow:0px 0px 15px #435865;
				box-shadow:0px 0px 15px #435865;
			}
			#topNav ul li:hover ul,
			#topNav ul li.hover ul {
				display:block;
			}
			#topNav ul li ul li {
				display:inline;
				float:none;
				text-transform:none;
				margin:0
			}
			#topNav ul li ul li.last {
				margin-left:5px;
			}
				#topNav ul li ul li a {
					color:#09283b;
					display:block;
					padding:5px 15px;
					white-space:nowrap;
				}
#topNav ul li ul li.s a {
	font-weight:700;
}
		/*#topNav ul li.s { font-weight:700; }
				#topNav ul li.s li {font-weight:100;}
				*/
		#topNav ul li.biglietto a,
		#topNav ul li.s a {
			color:#254e6a;
		}

#langPicker {
	position:absolute;
	right:0;
	top:0;
	width:250px;

}
.langSelector {
	float:right;
	margin-left:30px;
	font-style: normal;
	font-size:11px;
}	
.langSelector a {color:#7f97a7;}
.langSelector li {
	float:left;
	margin-left:10px;
	display:inline;
}
.langSelector li.lang_en {
	background:url(../images/footMenuSeparator.png) no-repeat left center;
	padding-left:10px;
}
.langSelector li.s a {
	font-weight:700;
	color:#cfcfcf;
	text-decoration:none;
	cursor:default;
}
	
	#LDOlogo {
		float:left;
		background:url(../images/LDOlogo.png) no-repeat right top;
		width:130px;
		height:12px;
		font-size:0;
		margin-top:3px;
	}
		#LDOlogo:hover {
			background-position:0 top;
		}
		
.homeRibbon,
.headerImg {
	background-color:#ededed;
	padding:0 16px 16px;
	position:relative;
	z-index: 1;
	margin-bottom:18px;
}
	.headerImg {
		padding:0;margin:0
	}
		.headerImg img {
			display:block;
			margin:0 auto
		}
	.homeRibbon img {
		display:block;
		border: 1px solid #fff;
	}
	.homeRibbon .white {
		background:url(../images/whiteRibbon.png) repeat left top;
		position:absolute;
		left:17px;
		bottom:16px;
		width:896px;
		padding:10px
	}
	* html .homeRibbon .white {
		background:transparent #fff;		
		filter:alpha(opacity=80);
	}

#innerPage {
	background-color:#ededed;
	margin-bottom:18px;
	position:relative;
	z-index: 20;
	font-family:"Times New Roman", Serif;
	font-size:13px;
	
}
	#innerPage p {
		margin-bottom:1em;
	}
	h1.pageTitle {
		height:120px;
		margin-bottom:-35px;
	}
		h1.pageTitle span {
			float:left;
			background:url(../images/currentPage.png) no-repeat right top;
			height:90px;
			padding:30px 110px 0 80px;
			margin-top:-38px;
			font-size:22px;
			color:#454545;
			line-height:1;
			position:relative;
		}
	
	.columns {
		margin-bottom:20px;
	}
		.columns .column {
			width:411px;
			float:left;
			margin:0 30px;
			display:inline;
			text-align:justify;
		}
	.quickPreview,
	#genovaPage .offBox {
		background:url(../images/picShadow.jpg) no-repeat left 38px;
		margin-top:-123px;
		width:430px;
		font-size:11px;
		margin-bottom:30px;
	}
		.quickPreview p {
			font-size:10px;
		}
	* html .quickPreview,
	* html #genovaPage .offBox  {
		width:410px;
	}
		.quickPreview .box {
			float:left;
			width:204px;
			margin-left:5px;
			display:inline;
			position:relative;
		}
			.quickPreview img {
				margin-bottom:5px;
				display:block;
				border: 1px solid #ededed;
			}
		.quickPreview .firstBox {
			margin-left:8px;
		}
		* html .quickPreview .box {
			margin-left:1px;
		}
		* html .quickPreview .firstBox {
			margin-left:0;
		}
		.quickPreview .wide {
			width:412px;
			margin:20px auto 0
		}

.blueBox,
.wideBlueBox  {
	color:#fff;
	background:#8a9fae;
	padding:15px
}
	.blueBox a,
	.wideBlueBox a {
		color:#eee;
	}
	.wideBlueBox {
		margin:20px 30px
	}
	.wideBlueBox .column {
		float:left;
		width:411px;
	}
	.wideBlueBox .right {
		float:right
	}
.wideBlueBox h3 {
	font-size:18px;
	
}
	.wideBlueBox h3 em {
		display:block;font-size:15px;
		font-weight:100;		
	}
	.wideBlueBox p {
		margin:10px 0 0 ;
	}


#leOpereCarousel {
		width:930px;
		height:226px;
		margin:0 auto 0;
		overflow:hidden;
		position:relative;
}

 
	#leOpereCarousel ul {
		width:9999px;
	}
	#leOpereCarousel li {
		float:left;
		width:185px;
		height:225px;
		margin-right:1px;
		position:relative;
	}
	#leOpereCarousel li img {
		opacity: 0.5;
		filter:alpha(opacity=50);
	}
	#leOpereCarousel li a:hover img,
	#leOpereCarousel li.s a img {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	
	#leOpereCarousel li span {
		background:url(../images/currentIMG.png) no-repeat center bottom;
		width:185px;
		height:225px;
		position:absolute;
		left:0;
		top:0;
		text-indent:-9999px;
		display:none;
		font-size:0;
	}
	#leOpereCarousel li.s span {
		display:block;
	}
#leOpereCarousel .rightArrow,
#leOpereCarousel .leftArrow {
	position:absolute;
	height:225px;
	width:80px;
	background:url(../images/arrowLeft.png) no-repeat left top;
	top:0;
	left:0;
	text-indent:-9999px;
	cursor:pointer;
	z-index: 10;
}		
#leOpereCarousel .rightArrow {
	left:auto;
	right:0;
	background-image:url(../images/arrowRight.png);
}

* html #leOpereCarousel .leftArrow  { background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrowLeft.png', sizingMethod='crop'); }
* html #leOpereCarousel .rightArrow { background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrowRight.png', sizingMethod='crop'); }
* html #leOpereCarousel li span { background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/currentIMG.png', sizingMethod='crop'); }

#leOpereDetails {
	width:930px;
	margin:10px auto
}
#leOpereDetails .description {
	float:left;

	margin-top:20px;
}
	#leOpereDetails .description strong {
		display:block;
	}
/* @group informazioni */
body#is_info table {
	margin:0 auto;
	width:900px;
}
	
	body#is_info table th,
	body#is_info table td {
		vertical-align:top;
		border-bottom:1px solid #c9c9c9;
		padding:20px 10px
	}
	body#is_info table th {
		width:230px;
		padding-left:30px;
		text-align:left;
	}
	body#is_info table .last th,
	body#is_info table .last td {
		border: none;
	}
	body#is_info table ul {
		
	}
		body#is_info table ul li {
			list-style:disc inside;
			margin:2px 0;
		}
/* @end */



#sponsors {
}
	.sponsorBox {
		border-bottom:1px solid #c4c4c4;
		margin:0 17px 17px;
		padding:10px 10px 30px;
	}
		.sponsorBox h4 {
			font-size:11px;
			font-weight:100;
			margin-bottom:20px;
		}
		.sponsorBox li {
			float:left;
			display:inline;
			width:250px;
			margin-right:45px;
		}
		.sponsorBox li a {
			margin-right:10px;
		}
.sponsorBox li h4 {
	margin-bottom:10px;
}
		.sponsorBox li.right {
			float:right;
			text-align:center;
		}
			.sponsorBox li img {
				opacity: 0.5;
				filter:alpha(opacity=50);
				vertical-align:middle;
				
			}
			.sponsorBox li a:hover img {
				opacity: 1;
				filter:alpha(opacity=100);
			}
			.sponsorBox li small {
				display:block;
				font-size:8px;
				color:#3c3c3c;
			}


#footer {
	background-color:#fff;
	padding:15px;
	position:relative;
	z-index: 20;
}
* html #footer {
		height:1%;
}
	#footer .sponsors {
		border: 1px solid #acacac;
		border-width:1px 0;
		padding:15px 5px;
		margin:10px 0;
	}
		#footer .sponsors a {
			position:relative;
			font-size:7px;
			font-family:Verdana, Sans-serif;
			margin:0 10px;
			text-decoration:none;
		}
			#footer .sponsors a span {
				position:absolute;
				left:-5px;
				bottom:20px;
				width:70px;
				z-index: 2;
			}
			#footer .sponsors img {
				opacity: 1;
				filter:alpha(opacity=100);
				vertical-align:middle;
			}
			#footer .sponsors a:hover img {
				opacity: 0.5;
				filter:alpha(opacity=50);
			}
.copyright {
	text-align:right;
	color:#3b3b3b;
	font-size:10px;
}
/* @group footer_menu */

.footMenu {
	
	font-size:9px;
	height:26px;
	position:relative;
	z-index: 100;
}
	.footMenu .wrapper {
		
		height:26px;
	}
		.footMenu .wrapper div {
			
		}
			.footMenu .wrapper ul {
				margin-left:25px;
			}
			.footMenu .wrapper ul ul,
			.footMenu .wrapper ul div {
				width:auto;
				float:none;
				left:0;
			}
				.footMenu .wrapper li {
					float:left;
					position:relative;
					background:url(../images/footMenuSeparator.png) no-repeat left center;
					z-index: 90;
					vertical-align:bottom;
				}
				.footMenu .wrapper li li {
					float:none;
					right:0;
					background:none;
					z-index: 1; 
				}
					.footMenu .wrapper li.first {
						background:none;
					}
					.footMenu .wrapper li a {
						display:block;
						height:26px;
						line-height:26px;
						padding:0 12px;
						color:#3b3b3b;
					}
					.footMenu .wrapper li:hover a,
					.footMenu .wrapper li.hover a {
						color:#ff7800;
						text-decoration:none;
					}
			.footMenu .wrapper li:hover,
			.footMenu .wrapper li.hover {
				z-index: 91;
			}
			.footMenu .wrapper li .sub {
				position:absolute;
				left:0;
				bottom:24px;
				padding:15px 25px 25px;
				background:url(../images/footMenuPopup.png) no-repeat left bottom;
				color:#fff;
				display:none;
			}
			.footMenu .wrapper li .sub strong {
				font-size:11px;
			}
			.footMenu .wrapper li .w200 {
				width:240px;	
				background-position:-810px bottom;
				left:-50px;
				min-height:200px;
			}
			.footMenu .wrapper li .last200 {
				left:-40px;
			}
			.footMenu .wrapper li .w280 {
				width:290px;	
				background-position:-815px bottom;
				left:-8px;
			}
				.footMenu .wrapper li .w280 strong {
					font-size:10px;
				}
			.footMenu .wrapper li .w900 {
				width:900px;
				background-position:-670px bottom;
				left:-197px;
			}
				.footMenu .wrapper li .w900 .box {
					width:225px;
					padding-right:20px;
					float:left;
					margin-right:20px;
				}
				.footMenu .wrapper li .w900 .last {
					padding-right:0;
					margin-right:0;
				}
				.footMenu .wrapper li h5 {
					margin-bottom:1em;
					font-size:11px;
					line-height:1.5
				}
			.footMenu .wrapper li:hover .sub,
			.footMenu .wrapper li.hover .sub {
				/*display:block;*/
			}
			.footMenu .wrapper li li {
				margin-bottom:5px;
			}
			.footMenu .wrapper li ul {
				margin-left: 0px;
				padding-left: 0px;
			}
			.footMenu .wrapper li:hover li a,
			.footMenu .wrapper li.hover li a,
			.footMenu .wrapper li li a {
				color:#fff;
				height:auto;
				line-height:1.5;
				padding:0;
			}
			.footMenu .wrapper li:hover li a:hover,
			.footMenu .wrapper li.hover li a:hover {
				color:#5c5c5c;
			}
/* @end */


#genovaPage h2 {
	margin-bottom:.5em;
	font-size:16px;
}
	#genovaPage p {margin-bottom:.5em;}

#genovaPage .column {
	width:410px;
	float:left;
	margin:0 0 0 25px;
	text-align:justify;
	line-height:1.1;
	display:inline;
}
#genovaPage .rightColumn {
	float:right;
	margin:0 25px 0 0;
}
#genovaPage .withBackground {
	padding:15px;
	width:380px
}
#genovaPage p img.leftalign,
#genovaPage p img.rightalign,
#genovaPage p a.leftalign,
#genovaPage p a.rightalign {margin:0;}
#genovaPage .hr {
	margin:25px
}
#genovaPage .column .hr {
	margin:25px 0;
}
#genovaPage .offBox {
	margin-left:13px;
	padding:0 8px;
	width:416px;
	margin-top:-123px;
	font-size:16px;
	color:#3d4c6a;
	font-weight:700;
	text-align:center;
}
	#genovaPage .offBox ul {
		background:url(../images/genovaGradient.png) repeat-x left top;
		border: 1px solid #ededed;
		height:100px;
		padding:15px;
		margin-bottom:20px;
		text-align:left;
	}
/* @group lightbox */


/*Light Box*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #11213e;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #11213e;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #fff; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 22px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* @end */
#magicZoomContainer {
	position:relative;
	
}
.MagicZoomBigImageCont {
	float:right;
}
a.MagicZoom {
	display:block;
	min-height:100px;
	_height:100px;
}
a.MagicZoom img {
	float:left
}
.MagicZoomPup {
	border: 2px solid #fff;
	background-color:#eee;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.leftalign {
	float:left;
	margin-right:1em;
}

.rightalign {
	float:right;
	margin-left:1em;
}

.hr {
	margin:15px 0;
	font-size:0;
	height:1px;
	border-top:1px solid #c9c9c9;
}

.exibition {
	margin:0 20px
}
#exibitionThumbs {
	margin:0px 0 20px -1px;
}
	#exibitionThumbs li {
		float:left;
		display:inline;
		margin-left:1px;
		background:url(../images/crosshair.png) no-repeat center center #000;
	}
		
		#exibitionThumbs img {
			display:block;
		}
		#exibitionThumbs a:hover img {
			opacity: 0.5;
			filter:alpha(opacity=50);
		}

	.africaWrapper {
		padding:0 0 20px;
		border-bottom:1px solid #a6b2ba;
		margin:20px 40px;
		color:#353535;
	}
		.africaWrapper .leftColumn {
			float:left;
			width:420px;
			text-align:justify;
		}
		.africaWrapper .rightColumn {
			width:410px;
			float:right;
		}
		.africaWrapper h3 {
			font-size:18px;
			margin-bottom:1em;
			font-weight:700;
		}
		.africaWrapper .sideImages {
			padding:5px;
			background:#0b344c;
			margin-bottom:20px;
		}
			.africaWrapper .sideImages img {display:block;margin:5px 0 0 ;}
			.africaWrapper .sideImages img.first {margin-top:0;}
	.africaSponsors {
		text-align:center;
		margin-top:60px;
	}
		.africaSponsors a {
			padding:0 10px;
			position:relative;
		}
			.africaSponsors a span {
				position:absolute;
				left:0;
				top:-80px;
				white-space:nowrap;
				font-size:9px;
				font-family:arial;
				text-align:left
			}
			.africaSponsors a img {
				opacity: 0.5;
				-moz-opacity: 0.5;
				filter:alpha(opacity=50);
			}
			.africaSponsors a:hover img {
				opacity: 1;
				-moz-opacity: 1;
				filter:alpha(opacity=100);
			}
	.africaMenu {
		position:absolute;
		right:30px;
		top:-24px;
		height:46px;
		border:1px solid #fff;
	}
		.africaMenu li {
			float:left;
			border-left:1px solid #052335;
		}
.africaMenu li:first-child,
.africaMenu li:first-child a {border:0}
		.africaMenu a {
			display:block;
			height:46px;
			font:100 11px/46px Arial, Verdana, Sans-serif;
			text-transform:uppercase;
			padding:0 15px;
			border-left:1px solid #123b52;
			background:url(../images/africaMenu.jpg) repeat-x left top;
			color:#aaa;
			
		}
		.africaMenu .s a {color:#fff;}
		.africaMenu a:hover,
		.africaMenu a.external {
			background-position:left bottom;
			text-decoration:none;
			color:#fff;
		}

.africaWrapper h2 {
	color:#0b344c;
	font-size:18px;
	margin-bottom:1em;
}
.africaWrapper h4 {
	font-style:italic;
	font-size:16px;
	margin-bottom:.5em;
}

*:first-child+html * html .footMenu .wrapper li .sub { background-image:url(../images/footMenuPopupIE.png); }

* html .footMenu .wrapper li .sub { background-image:url(../images/footMenuPopupIE.png); padding-bottom:40px; bottom:15px; height:200px; }
* html .footMenu .wrapper li .w280  { height:auto; }
* html .africaMenu a, * html .footMenu .wrapper li a, * html #opereDetail .tabs li, * html #topNav li a { width:1%; white-space:nowrap; }
* html .footMenu .wrapper li li a  { width:auto; white-space:normal; }
* html .footMenu .wrapper li li { line-height:1; margin-bottom:0; }

