/* COMUNI */

html, body {
	color: #353535;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_body.gif) top center no-repeat;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding-top: 10px;
}

h1 {
	margin: 0px;
	padding: 0px 0px 1px 0px;
	display: inline;
	font-size: 14px;
	border-bottom: 4px solid #EC3FB2;
}

object {
	display: inline;
	float: left;
	width: 250px;
}

table {
	font-size: 10px;
}

/* STRUTTURA */

#header, #menu-container, #flash, 
#content-container, #footer {
	display: block;
	width: 750px;
	overflow: hidden;
}

#header {
	height: 85px;
}

#menu-container {
	height: 45px;
	background: url(../img/bg_menu.gif) no-repeat;
	text-align: center;
}

#menu {
	font-size: 12px;
	height: 45px;
	padding-top: 18px;
}

#flash {
	height: 207px;
}

#content-container {
	height: 568px;
	background: url(../img/bg_content.jpg) no-repeat;
	text-align: left;
}

#content {
	width: 620px;
	margin: 30px 65px 0px 65px;
	text-align: left;
}

#lang {
	float: right;
	/*margin-top: -12px;*/
}

#lang a img {
	margin: 0px 6px 0px 4px;
}

#footer {
	height: 95px;
	background: url(../img/bg_footer.jpg) no-repeat;
	text-align: left;
	color: #666666;
	font-size: 10px;
}

#footer div {
	width: 620px;
	margin: -2px 65px 0px 65px;
}

#footer div table img {
	margin-top: 10px;
}

/* COLLEGAMENTI */

#menu a {
	color: #353535;
	margin: 0px 2px 0px 2px;
	padding-bottom: 4px;
	text-decoration: none;
	background: url(../img/bg_link_alt.gif) repeat-x bottom left;
}

#menu a:hover, a#current {
	background: url(../img/bg_link_hover_alt.gif) repeat-x bottom left;
}

#menu a strong {
	color: #353535;
}

#menu a:hover strong, #menu a#current strong {
	color: #E60099;
}

.press_gallery {
	margin: 0px 0px 0px 5px;
}

.press_gallery a img {
	float: left;
	margin: 0px 8px 8px 8px;
}

.press_gallery a {
	width: 300px;
	height: 141px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: left;
	margin: 10px 5px 0px 0px;
	padding: 8px 5px 0px 0px;
	color: #353535 !important;
	text-decoration: none;
}

.press_gallery a:hover, .press_gallery a:hover strong {
	background: #EC3FB2;
	color: #FFFFFF !important;
}

p#gallery a {
	display: block;
	float: left;
	padding: 8px;
	margin: 3px;
	text-decoration: none;
}

p#gallery a:hover {
	background: #EC3FB2;
}

#content a {
	color: #5b5dc2;
}

#content a:hover {
	color: #5b5dc2;
	text-decoration: none;
}

p#gallery_menu a {
	font-size: 10px;
	padding: 3px;
	color: #EC3FB2;
	border: 1px solid #EC3FB2;
	text-decoration: none;
	font-weight: bold;
}

p#gallery_menu a:hover, p#gallery_menu a.current {
	color: #FFFFFF;
	background: #EC3FB2;
}

#footer a, #footer a:visited {
	color: #EC3FB2;
}

/* FORMATTAZIONE TESTO */

strong {
	color: #EC3FB2;
}

strong.small {
	font-weight: normal;
}

strong.gray {
	color: #353535;
}

p#gallery {
	width: 600px;
}

p#press_gallery {
	width: 570px;
}

p#gallery_menu {
	clear: both;
	display: block;
	text-align: center;
	padding: 10px;
}

p#presentation {
	text-align: center;
}

p#presentation img {
	margin: 15px 5px 15px 5px;
}

/* LIGHTBOX */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../img/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../img/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}