@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(img/background1.png);
	background-repeat:repeat;
}
img{
	border:none;
	padding:0;
	margin:0;
}
a{
	text-decoration:none;
	color:#000;
}
ul{
	list-style-type: none;
	padding: 0;
	text-indent: 0;
}
li{
	overflow: hidden;
}
li a{
	display:block;
}
div#container{
	text-align:left;
	margin:0 auto;
	width:1000px;
	height:750px;
}
div#header{
	height:140px;
	width:1000px;
	background-color:#f5f5f5;
}
div#menu{
	height:47px;
	width:1000px;
	background-image:url(img/menu.jpg);
	background-repeat:repeat-x;
	position:relative;
}
.l{
	float:left;
}
.r{
	float:right;
}
.c{
	clear:both;
}
.menuelem{
	width:164px;
	height:47px;
	float:left;
	text-align:center;
	font-weight:bold;
	line-height:40px;
	background-image:url(img/menu.jpg);
	background-repeat:repeat-x;
	border-right:#acacac solid 1px;
	position:relative;
}
.menuelem-login{
	line-height:20px;
}
.menuelem:hover{
	background-image:url(img/menuhover.jpg);
}
.menuelem a:hover{
	color:#33539e;
}
.box{
	border-left:#b6b6b7 solid 1px;
	border-right:#b6b6b7 solid 1px;
	background-image:url(img/sfondobox.jpg);
	background-repeat:repeat-x;
	background-color:#eeeeee;
	overflow:hidden;
}
.box ul{
	list-style-type:circle;
	padding:10px;
	text-indent: 10px;
	margin-left:10px;
	list-style-position:inside;
	font-size:14px;
}
.box li{
}
.box li a{
	display:inline;
	font-weight:bold;
}
.box li a:hover{
	color:#33539e;
}
.box-completo{
}
.box-completo:hover div.box{
	background:#eaeaea;
}
.box-completo-sempre-attivo div.box{
	background:#eaeaea;
	font-size:12px;
}
.box-header{
	height:47px;
	background-image:url(img/striscia.jpg);
	background-repeat:repeat-x;
}
.box-header_inv{
	height:47px;
	background-image:url(img/striscia_inv.jpg);
	background-repeat:repeat-x;
}
.box-foot{
	background-color:#eaeaea;
	height:14px;
	border-bottom:#b6b6b7 solid 1px;
}
div#footer{
	width:1000px;
	height:32px;
	background-image:url(img/foot.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
	line-height:40px;	
}
.testogrande{
	font-weight:bold;
	font-size:24px;
	color:#FFFFFF;
}
.testogrande a{
	color:#FFFFFF;
}
.testogrande a:hover{
	color:#33539e;
}
.testopiccolo{
	font-weight:bold;
	font-size:12px;
	color:#000;
	letter-spacing:1px;
	text-decoration:none;
}
.testopiccolo a{
	color:#000;
}
.testopiccolo a:hover{
	color:#33539e;
}

.consigli{
	float:left;
	margin-top:15px;
	margin-right:60px;
}
div#portfolio{
	width:309px;
	background-color:#FFFFFF;
	margin-left:15px;
}
div#portfolio img{
	margin-top:8px;
}
div#portfolionav{
	width:309px;
	margin-left:15px;
	background-image:url(img/portfolionav.jpg);
	height:41px;
}
.tec{
	display:block;
	float:left;
	margin-top:35px;
	background:#ffffff;
}

#box_r{
	float:right;
	width:200px;
	margin-bottom:0px;
	border-left:3px dashed #33539e;
}
.tecnologie,.webmaster,.webdesigner{
	text-align:right;
	float:right;
	font-weight:bold;
	font-size:24px;
	width:220px;
	color:#33539e;
}
.tecnologie div,.webmaster div,.webdesigner div{
	color:#b6b6b7;
}
.immagine{
	float:left;
	width:101px;
	margin-right:10px;
}
.descrizione{
	float:left;
	font-size:18px;
	width:250px;
}
.link{
	font-weight:bold;
}
.link:hover{
	color:#33539e;
}
		#form_messaggi{
			padding:0;
			margin:4px 0 0 0;
		}
		input{
			border:1px groove #000;
		}
		div#postit{
			position:relative;
		}
		div.commento{
			overflow:hidden;
			border:1px solid #FFF;
			padding:2px;
			position:absolute;
			text-align:center;
		}
		div.ultimo{
			border:2px solid #000;
		}
		div.opacity5{
			/*
opacity:0.5;
*/
		}
		div.opacity8{
			/*
opacity:0.8;
*/
		}
		div.commento p{
			display: table-cell;
			padding:0;
			margin:0;
    		vertical-align: middle;
			width:120px;
			height:120px;
		}


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(img/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(img/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.ajax-loading2 {
	padding: 200px 0;
	background: url(img/loading.gif) no-repeat center;
}

