html, body {
	height: 100%;  /* Make sure the document takes up the whole window. */
	margin: 0;     /* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
	padding: 0;    /* Get rid of any default padding, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:black;
}

a{
	outline:0;
}

a{
	color:#68A114;
	font-weight: bold;
}

a:hover{
	color:#B3F466;
}


h1.pagetitle{
	color:#565656;
	font-size:16px;	
}

div#footerleonardo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#4f681c;		
	text-align: center;
}

div#footerleonardo a{
	color: #a0d040;		
	font-weight: bold;
}


div#footerleonardo a{
	color:#b9dc71;		
	font-weight: bold;
}


div#shim {
	visibility: hidden;
	width: 100%;
   height: 50%;                                                                     
   margin-top: -277px;                                                              
   float: left;
}


div#Box {
	clear: both;
	width:980px;
	margin:0 auto;
}

table#container{
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0;
	height:553px;
	padding: 0;
}

table#container tr{
	padding: 0;
}

table#container td{
	padding: 0;
}


table#container td.sopra{
	height: 119px;
	overflow: hidden;
}

table#container td.content{
	height: 434px;
	overflow: hidden;
	background-image:url(../img/day/body_bg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	vertical-align: top;
}


div#navcontainer{
	height:46px;
}

ul#navlist{
	margin:0;
		margin-top: 5px;
	padding:0;
	font-size: 14px;
	position: relative;
	width: 100%;
	height: 1.05em;
	white-space: nowrap;
}

ul#navlist li{
	float:left;
	display:inline;
	list-style-type: none;	
}

ul#navlist li a{
	color:#6db12d;
	padding:0 20px;
	text-decoration: none;
	text-transform:lowercase;
	font-weight: bold;
	border-right: 2px solid #6db12d;
	position: relative;
	display: block;
	margin: 0;
}

ul#navlist li a.menuattivo{
	color:#cdca00;
}

ul.submenu{
	font-size: 12px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 1.25em;
	height: 0.75em;
	margin:5px 0 0 35px;
	padding:0;
	white-space: nowrap;
}

ul.submenu li{
	float:left;
	display: inline;	
}

ul.submenu li a{
	width: auto;
	padding:0 20px;
	color:#6db12d;
	text-decoration: none;
	text-transform:lowercase;
	font-weight: bold;
	display: inline;	
}

ul.submenu li.menuattivo a{
	color:#cdca00;
}

div#mappa{
	width:440px;
	height:334px;
/*	float:left;*/
position: absolute;
top: 0;
left: 0;
}

div#documento{
	width:340px;
	float:right;
	padding:0 20px;
}

div#documento_inner{
	height:300px;
	width:100%;
}

div#slide_alto{
	float:right;
	width:439px;
	position: absolute;
	top:0;
	right: 0;
}

img.mask{
	z-index:99;
	display:inline;
	position: absolute;
	top:0;
	right:0;
}

.headerWrapper{
	height: 119px;
	overflow: hidden;
	position: relative;
}

div#container_fotobasse{
	width:450px;
	height:90px;
	overflow: hidden;
/*	float:left;
	margin-left:10px;	*/
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: inline;
}

div#change-css
{
	left: 430px; 
	top: 280px; 
	width: 155px; 
	height: 140px; 
	position: absolute; 
	cursor: pointer; 
	z-index: 999; 
/*	background-color:red	*/
}


div#mainDiv{
	position: relative;
	height:433px;
	width:100%;
}



div#mainDivGalleria{
	position: relative;
/*	height:433px;	*/
	width:100%;
}


div.clear{
	width:100%;
	clear:both;
	display:block;
}

.holder{
/*	float:right;*/
	position: absolute;
	top:0;
	right:10px;
/*	padding-right:10px;*/
}

.holder .jScrollPaneTrack {
	background: url(../img/day/scrollbar_bg.jpg) repeat-y;
}
.holder .jScrollPaneDrag {
	background-color: #000;
	background: url(../img/day/scroll_btn_bg.jpg) repeat-y;
}
.holder .jScrollPaneDragTop {
	background-color: #000;
	background: url(../img/day/scroll_btn_top.jpg) no-repeat;
	height: 9px;
}
.holder .jScrollPaneDragBottom {
	background-color: #000;
	background: url(../img/day/scroll_btn_down.jpg) no-repeat;
	height: 9px;
}
.holder a.jScrollArrowUp {
	height: 37px;
	background: url(../img/day/slide_btn_up.jpg) no-repeat;
}
.holder a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.holder a.jScrollArrowDown {
	height: 37px;
	background: url(../img/day/slide_btn_down.jpg) no-repeat;
}
.holder a.jScrollArrowDown:hover {
	background-position: 0 0;
}

