/* CSS principale */

body{
	/*background-color: #1A263A;*/
	background-image: url(../img/bgr.png);
	color: #FFFFFF;
	/*background-color: #24262E;*/
	background-repeat: repeat;
	margin-top: 0;
}

a{
	color: #767676;;
}

a:HOVER{
	color: #C89E49;;
}

div#header{
	width: 990px;
	height: 320px;
	background-repeat: repeat-y;
	background-image: url(../img/bgcont.gif);
	margin-left: auto;
	margin-right: auto;
}

div#menu{
	width: 990px;
	/*height: 100px;*/
	background-repeat: repeat-y;
	background-image: url(../img/bgcont.gif);
	margin-left: auto;
	margin-right: auto;
}
div#logo{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

div#contenuto{
	width: 990px;
	height: auto;
	background-repeat: repeat-y;
	background-image: url(../img/bgcont.gif);
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

div#footer{
	width: 990px;
	height: 120px;
	background-repeat: no-repeat;
	background-image: url(../img/bgfoot.gif);
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

a{
	text-decoration: none;
	border: 0px;
}

img{
	/*border: 1px solid #000000;*/
}

div#wrapper{
	position: relative;
	width: 530px;
	/*background-color: #406A95;*/
	margin-left: 84px;
	margin-right: auto;
}

div#wrapper2{
	position: relative;
	width: 540px;
	/*background-color: #406A95;*/
	margin-right: auto;
}

div#wrapper3{
	position: relative;
	width: 795px;
	margin-left: 84px;
	/*background-color: #406A95;*/
	margin-right: auto;
}

div#wrappermap{
	position: relative;
	width: 798px;
	margin-left: 84px;
	/*background-color: #406A95;*/
	margin-right: auto;
	border: 1px dotted #CA9F20;
	padding: 5px;
	
}

div#menuwrapper{
	position: relative;
	width: 795px;
	margin-left: 84px;
	margin-right: auto;
	text-align: center;
}

div#wrappercontact{
	position: relative;
	width: 790px;
	/*background-color: #406A95;*/
	margin-left: 84px;
	margin-right: auto;
	border: 1px dotted #CA9F20;
	padding: 5px;
}

div#wrapperarchivio{
	position: relative;
	width: 730px;
	/*background-color: #406A95;*/
	margin-left: 84px;
	margin-right: auto;
}

.menulink{
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #767676;
}

.menulink a{
	color: #767676;
}

.menulink a:HOVER{
	color: #FFFFFF;
}

div#status a{
	color: #FFFFFF;
	margin-right: 3px;
	margin-top: 3px;
}

div#status a:HOVER{
	color: #CA9F20;
}


.menulinkAttivo{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #C89E49;
}

.screens{
	border: 1px solid #CA9F20;
	width: 225px;
	height: 225px;
	margin: 10px 10px 10px 10px;
	float: right;
}

.screens2{
	/*border: 1px solid #CA9F20;*/
	width: 225px;
	height: 225px;
	margin-left: 84px;
	margin-right: 10px;
	/*float: right;*/
}

.gallerylink{
	background-color: #1D1D1D;
	color: #FFFFFF;
	border: 1px dotted #CA9F20;
	padding: 3px;
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.gallerylink:HOVER{
	/*background-color: #767676;;*/
}

div#slideshow{
	overflow: hidden;
	position: relative;
	margin: auto;
	width: 990px;
	height: 320px;
	margin-top:0px;
}

div#slideshow img {
	display: none;
	position: absolute;	
	top: 0;	
	left: 0;
}

div#slideshow2{
	overflow: hidden;
	position: relative;
	margin: auto;
	width: 250px;
	height: 300px;
	margin-top:0px;
}

div#slideshow2 img {
	display: none;
	position: absolute;	
	top: 0;	
	left: 0;
}

div#slideshow3{
	overflow: hidden;
	position: relative;
	margin:auto;
	width: 250px;
	height: 300px;
	margin-top:0px;
}

div#slideshow3 img {
	display: none;
	position: absolute;	
	top: 0;	
	left: 0;
}

.inputCorti{
	width: 150px;
	background-color: #767F96;
	border: 1px solid #000000;
	font-size: 11px;
}

.inputLunghi{
	width:250px;
	height:100px;
	background-color: #767F96;
	border: 1px solid #000000;
	font-size: 11px;
}

#errorepren{
	color: red;
	font-size: 11px;
	font-weight: bold;
}

.thumb{
	margin: 3px;
}

.start-hidden{display:none;}

