* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: Arial;
	font-size: 10px;
	line-height: 13px;
	color: #262626;
}

a {
	text-decoration: none;
	color: #262626;
}
a:hover {
	text-decoration: underline;
}

#container{
	width: 950px;
	margin: 0 auto;
	margin-top: 0px;
}

#sinistra{
	margin-top: 0px;
	float: left;
	width: 247px;
	height: 105px;
}
#menuuno{
	float: left;
	width: 117px;
	height: 105px;
}
#menudue{
	float:right;
	width: 129px;
	height: 105px;
	background-image: url(../img/menuduebg.jpg);
}

#destra{
	margin-top: 0px;
	float:right;
	width: 703px;
	height: 105px;
	background-image: url(../img/destrabg.jpg);
}

#content{
margin: 4px;
clear:both;
}

#galleria{
	Width: 950px;
	height: 466px;
}

#header{
}
#footer{
	clear: both;
	width: 100%;
}
#power{
	margin: 10px auto;
	width: 880px;
	text-align: right;
}
#banner{
	clear: both;
	width: 100%;
	}
#welcome
{
	margin: 14px;
	text-transform: capitalize;
}
#menuh{
	float: right;
	width: 600px;
	padding-top: 18px;
}
#menuh ul{width: 600px; margin: 0 auto; list-style-type:none;}
#menuh li{
	float: left;
	width: 120px;
	height: 27px;
	background-image: url(/img/pulsante.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-top: 4px;
	font-size: 10px;
	
}



.menub{
	text-align: center;
	float: right;
	background-image: url(/img/barrabg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 22px;

}
.menub ul{width: 100%; margin: 0 auto; list-style-type:none;}
.menub li{
	float: left;
	height: 16px;
	text-align: center;
	font-size: 10px;
}
.menub li.sep{
	float: left;
	height: 16px;
	font-size: 10px;
	background-image: url(/img/barrasep.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.titolo{
	font-size: 16px;
	font-weight: 700;
	margin: 2px;
}
.selectrl {
	width: 98%;
	font-size: 16px;
	margin: 1px;
}
.tabelenco
{
	margin: 10px;
	width: 106px;
}

.TABvo0 , .TABvo1{
	font-size: 9px;

}
.TABsel{
	background-color: #555;
	color: #fff;
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	
}


.inputForm{
	font-size: 12px;
}
.aspettando{
	position: relative;
	top: 0;
	left: 0;
	width: 99%;
	height: 99%;
	margin: 0;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
