/*
	Alchimie Scenografiche CSS FILE
	COPYRIGHT(C) Tommaso Codella 2009
	V.1.0.2 - 29 August 2009
*/
/*PAGE STRUCTURE*/
html,body {
	background-color:#000043;
	padding:0;
	margin: auto;
	height:100%;
}

a{
	border:0;
}

img{
	border:0;
}

#header{
	text-align:left;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
}

#menu{
	clear:both;
	display:block;
	text-align:center;
	margin:0 auto;
	position:absolute;
	top: 75px;
	height: 35px;
	background-color:#0171bb;
	width:100%;
}

#footer{
	font-family:Verdana;
    color: white;
	font-size:9pt;
	color:#CCFFFF;
	height:15px;
	width:100%;
	bottom:0px;
	left:0px;
	padding-bottom:5px;
	text-align:center;
	padding:botto:5px;
	position:absolute;
}

#main{
	position:absolute;
	top:130px;
	bottom:20px;
	left:0;
	width:100%;	
}

#menuItem{
	display:block;
	float:left;
	line-height:25px;
	height:25px;
	margin: 0px 0px 0px 0px;
	background-color:#0171bb;
	width:auto;
	font-family:Arial;
	font-size:10pt;
	color:#badef8;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	border-right-style:dashed;
	border-right-width:1px;
	border-right-color:#badef8;
}

#menuItem:hover{
	display:block;
	float:left;
	line-height:25px;
	height:25px;
	margin: 0px 0px 0px 0px;
	background-color:#badef8;
	width:auto;
	font-family:Arial;
	font-size:10pt;
	color:#0171bb;
	text-decoration:none;
	text-align:center;
	padding:5px 10px 5px 10px;
	border-right-style:dashed;
	border-right-width:1px;
	border-right-color:#badef8;
}

.link_logo{
	border:0;
}

.titolo{
	background-image:url('../imgs/sottolineatura.gif');
	background-repeat:repeat-x;
	display:block;
	float:left;
	font-family:Arial;
	font-weight:800;
	font-size:32pt;
	color:#CCFFFF;
	height:36pt;
	width:250px;
	margin:0;
}

.spaziatore{
	background-image:url('../imgs/linea_left.gif');
	background-repeat:repeat-y;
	width:21px;
	display:block;
	float:none;
	line-height:15pt;
	height:15pt;
	margin:0;
}

.titolo_largo{
	background-image:url('../imgs/sottolineatura.gif');
	background-repeat:repeat-x;
	display:block;
	float:left;
	font-family:Arial;
	font-weight:800;
	font-size:32pt;
	color:#CCFFFF;
	height:36pt;
	width:350px;
	margin:0;
}


.titolo_galleria{
	display:block;
	float:left;
	font-family:Arial;
	font-weight:800;
	font-size:32pt;
	color:#CCFFFF;
	height:36pt;
	margin:0;
}

.subTitle_galleria{
	display:block;
	clear:both;
	font-family:Arial;
	font-weight:600;
	font-size:22pt;
	color:#CCFFFF;
	height:36pt;
	padding-top:20px;
	padding-left:20px;
}

.titolosx{
	background-image:url('../imgs/sottolineatura_dx.gif');
	background-repeat:no-repeat;
	width:21px;
	display:block;
	float:left;
	line-height:36pt;
	height:36pt;
	margin:0;
}

.descrizione{
	background-image:url('../imgs/linea_left.gif');
	background-repeat:repeat-y;
	background-position:left;
	font-family:Verdana;
	font-size:11pt;
	display:block;
	clear:both;
	color:#FFFFFF;
	width:400px;
	text-align:justify;
	padding-left:30px;
	margin:0;
}

.riga_galleria{
	margin-left:20px;
	display:block;
	clear:both;
	float:none;
}

.immagine_galleria{
	margin-left:20px;
    padding:4px;    
    border:1px solid #000;
    background-color: #fff;    
}

.soloBordo{
    padding:4px;    
    border:1px solid #000;
    background-color: #fff;    
}

#indice_galleria{
	float: left;
	width: 20%;
}

#immagini_galleria{
	float: left;
	width: 78%;
}
/*
	End Propiety of Tommaso Codella
*/

/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 5px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url('../imgs/multibox/loader.gif') no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -15px;
	right: -18px;
	background: url('../imgs/multibox/close.png') no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url('../imgs/multibox/left.png') no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url('../imgs/multibox/right.png') no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url('../imgs/multibox/rightDisabled.png') no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url('../imgs/multibox/leftDisabled.png') no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/


