* {
            margin: 0;
            padding: 0;
        }
body 							{
	text-transform: lowercase;
	margin:0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

a {
	
	color: black;
	text-decoration: none;
}

.clear{
	clear: both;
}


.float							{ float: left; }
.grigio							{
	font-weight: bold;
	color: #999999;
}



#container						{
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	/*width: 920px;*/
	max-width: 920px;
	/*border-color: #ff182d;
	border-style: dotted;
	border-width: 2px;*/
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu							{ font-weight: bold; }
#portfolio						{ padding-top: 50px;
								  font-weight: bold;
								  font-size: 28px;
								 }
#noivoi							{  font-weight: bold;
								font-size: 28px;  }
#footer							{ padding-top: 20px; font-style: normal; font-weight: normal; font-size: 13px;}
.piu							{
	color: #ff7a13;
	font-weight: 900;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.meno							{
	color: #ff7a13;
	font-weight: 900;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	
}





#noi							{ font-style: normal; font-weight: normal; font-size: 13px; }





#voi						{ font-style: normal; font-weight: normal; font-size: 13px; }

td						{ font-style: normal; font-weight: normal; font-size: 13px; }
								  
#newsbox						{ float: left; width: 600px; padding-bottom: 20px;}
#newsboxEven					{ clear: right; width: 350px; margin-left: 630px; padding-bottom: 20px;}

.newsTitle						{ font-family: Helvetica, Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold }


#siamo						{ font-style: normal; font-weight: normal; font-size: 13px; }

.clear							{ clear: left; }	

#goodpeople {
	height: 50px;
	width: 101px;
	border: 1px dotted #993300;
	top: 100px;
	right: 100px;
	
}


#logo{
	display: block;
	width: 487px;
	height: 100px;
	background: url(../images/logo.jpg) no-repeat center center;
	position: relative;
	top: 0px;
	overflow: hidden;
	padding: 10px 0 10px 0;
}




.bubbleInfo {
            position: relative;
            top: -42px;
            right: -100px;
            width: 200px;
            float: right;
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(../images/coda/bubble-1.png); }
        .popup td.top { background-image: url(../images/coda/bubble-2.png); }
        .popup td#topright { background-image: url(../images/coda/bubble-3.png); }
        .popup td.left { background-image: url(../images/coda/bubble-4.png); }
        .popup td.right { background-image: url(../images/coda/bubble-5.png); }
        .popup td#bottomleft { background-image: url(../images/coda/bubble-6.png); }
        .popup td.bottom { background-image: url(../images/coda/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(../images/coda/bubble-8.png); }

        .popup table.popup-contents {
	font-size: 12px;
	background-color: #fff;
	color: #666;     	
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }