/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

img { border: 0px; }

.bg_black{ background-color:#000000;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #11507A;
	text-align: justify;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(img/box/box_mid.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.blu{
	color: #3389DC;
}
.bg_videocomunicazione{
	background-image: url(img/top/bg_videocomunicazione.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bg_portfolio{
	background-image: url(img/top/bg_portfolio.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer_bg{
	background-color:#000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #13C1F5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.footer{
	color:#FFFFFF;
	font-family:"Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
}

/* -------------------------------- Menu -------------------------------- */

ul#menu
{
	margin:0;
	padding:10;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:13px;
	font-weight:bold;
	background:transparent url("images/bg.jpg") repeat-x top left;
	font-family:"Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
	
ul#menu li a
{
	display:block;
	color:#C2C2C2;
	text-decoration:none;
	font-weight:bold;
	height:24px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: center;
}
	
ul#menu li a:hover
{	
	color:#2AB3DF;
	background:transparent url("images/over.jpg") no-repeat top right;	
}
	
ul#menu li#activelink a,div#menu li#activelink a:hover{
	color:#ffffff;
	background-image: url("images/over_blu.jpg");
}


/* -------------------------------- END Menu -------------------------------- */


/* -------------------------------- LINK -------------------------------- */

a.credits:link {color: #0099EC; text-decoration: none}
a.credits:visited {color: #0099EC; text-decoration: none}
a.credits:hover {color: #D90202;text-decoration: none}
a.credits:active {color: #0099EC;text-decoration: none}










/* -------------------------------- LINK end -------------------------------- */

