@CHARSET "ISO-8859-1";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#container {
    width:990px;
    margin: 0 auto;
    height: 550px;
}

#navigatore {
	float:left;
	margin-left:35px;
	margin-top:35px;
	width: 250px;
	height: 320px;
	overflow: hidden;
}

#contenuti {
	float:right;
	margin-left: 10px;
	margin-top:35px;
	width: 660px;
	height: 320px;
	overflow: hidden;
}

#gallery {
	margin-left:35px;
	margin-top:10px;
	width: 920px;
	height: 100px;
	overflow: auto;
}

#blackstripe {
	margin-top:10px;
	width: 990px;
	height: 60px;
	background-color: black;
}

#at {
	float: right;
	font-size: 46px;
	color: white;
	margin-right: 10px
}

#at a:link { color: white; text-decoration: none}
#at a:visited { color: white; text-decoration: none; }
#at a:hover { text-decoration: none; color: white}

#footer {
	margin-left:35px;
	width: 920px;
	height: 10px;
	font-size: 10px;
}

#netevolution {
	z-index:3;
	position:absolute;
	margin-top: -20px;
	margin-left: -217px;
	width: 210px;
	height: 20px;
	font-size: 10px;
	background-color:#DDDDDD;
	border: 1px solid #AAAAAA;
	padding-left:5px;
	padding-top:5px;
	display:none;
}

.testi {
	border: 0px;
	color: #454648;
}
.testi a:active {color: #454648; text-decoration: none}
.testi a:link { color: #454648; text-decoration: none}
.testi a:visited {color: #454648; text-decoration: none; }
.testi a:hover { text-decoration:underline; }

.menu-red {
	border: 0px;
	color: #993333;
}
.menu-red a:active {color: #993333; text-decoration: none}
.menu-red a:link { color: #993333; text-decoration: none}
.menu-red a:visited {color: #993333; text-decoration: none; }
.menu-red a:hover { text-decoration:underline; }


.imBookPage {
	position:absolute;
	left:0px;
	top:0px;
	width: 306px;
	height:350px;
	color:#fff;
	overflow:hidden;
	border: solid 1px #000;
	border:0px;
}



/* Overlay */
#simplemodal-overlay {background-color: #888888; cursor:wait;}

/* Container */
#simplemodal-container {height:400px; width:650px; color:black; background-color:#FEFEFE; border:2px solid #707173; padding:12px;}
#simplemodal-container code {background:#FFFFFF; border-left:3px solid #65B43D; color:#ccc; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:black;}
#simplemodal-container a.modalCloseImg {background:url(../images/modal-x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

