/* CSS Document */
html{padding:0}

body{
	margin:5px 0px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#690;
	color:#000;
	font-size: 12px;
}

div#container{
	position: relative;
	width: 770px;
	margin:0px auto;
	text-align: left;
	visibility: visible;
}

div#header{
	position:relative;
	top:0px;
	width:770px;
	z-index:100;
	text-align: center;
}

div#sx{
	position:relative;
	top:20px;
	left:0px;
	width:150px;
	height:auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	float:left;
}

div#content{
	position:relative;
	top:20px;
	margin-left:150px;
	width:600px;
	padding:0px;
}

div.colonna div{
	float: left;
    width: 40%;
	padding: 0 0 0 5%;
}

div#footer{
	position:relative;
	top:50px;
	//left:0px;
	width:100%;
	clear: both;
	background-color:#360;
	padding-top:10px;
}

div#home{
	margin:0px auto;
	text-align:center;
}

* html #content
{
height: 100%;
}


/* stili generici */
h1{
	font-size: 20px;
	font-weight:100;
	margin:0px 5px 20px 5px;
	padding:0px 0px 0px 0px;
}

h2{
	font-size: 20px;
	font-weight:100;
	margin:15px 5px 0px 5px;
	padding:0px 0px 10px 0px;
	color:#FFF;
}

h3{
	font-size: 15px;
	font-weight:100;
	margin:15px 5px 20px 5px;
	padding:0px 0px 0px 0px;
	color:#FFF;
}

p{
	margin:0px 0px 0px 0px;
	padding:0px 10px 5px 10px;
	line-height:20px;
	font-size:12px;
	color:#333;
	color:#fff;
}

li{
	padding:0px 5px 10px 5px;
}

ul{
	margin-top:0px;
	font-size: 12px;
	list-style-type:square;
	color:#FFF;
}

a{
	text-decoration:underline;
	color:#fff;
}

a:hover {
	text-decoration:none;
	color:#fff;
}

div#content img{
	margin:10px;
	border-color:#000;
}




/* stili classe 
.colonna{
	width:260px;
	padding: 0;
	float:left;
	margin:0px 0px 0px 10px;
	text-align:left;
}
*/	
/* stili div sx */
div#sx h1{
	font-size: 14px;
	font-weight:100;
	padding:10px 0px 0px 20px;
	color:#333;
	color:#360;
	text-align:left;
}

/*stili sul footer*/
div#footer h1{
	margin:4px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	font-weight:100;
	line-height:20px;
	color:#fff;
}

div#footer a{
	text-decoration:none;
	color:#ff;
}

div#footer a:hover{
	text-decoration:underline;
	color:#fff;
}

div#footer a:visited{
	color:#fff;
}

div#home h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 30px;
}



/* Base Superbox Styles */
#superbox-overlay{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;}
#superbox-wrapper{position:fixed;z-index:9999;top:0;display:table;width:100%;height:100%;}
#superbox-container{position:relative;display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{margin:0 auto;padding:0;}
#superbox-container .loading{margin:0;text-align:center;}

/* IE7 */
*:first-child+html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
*:first-child+html #superbox{position:relative;top:-50%;display:block;}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
* html #superbox{position:relative;top:-50%;display:block;}
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
* html #superbox-wrapper{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/* Default Theme */
//#superbox-overlay{background:#000;}
//#superbox-container .loading{text-align:center;font-size:40px;color:#fff;}
#superbox{padding:10px;background:#fff;}
#superbox-innerbox{padding:10px 0;}
#superbox.image{text-align:center;}
#superbox .close,
#superbox .nextprev{overflow:hidden;margin:0;}

#superbox-overlay{background:#e0e4cc;}
#superbox-container .loading{width:210px;height:32px;margin:0 auto;text-indent:-9999px;background:url(box/loading.gif) no-repeat 0 0;}
#superbox .close a{float:right;padding:0 5px;line-height:20px;background:#333;cursor:pointer;}
#superbox .close a span{color:#fff;}
#superbox .nextprev a{float:left;margin-right:5px;padding:0 5px;line-height:20px;background:#333;cursor:pointer;color:#fff; text-decoration:none;}
#superbox .nextprev .disabled{background:#ccc;cursor:default;}
