body {
 font-family: arial;
	margin: 0px;
	background-image: url(image/background.jpg);
	background-repeat: repeat-x;
	background-color: #cdcdcd;
}

/* Header */

table td.headerText {
	vertical-align: bottom;
	text-align: right;
	padding-right: 15px;
}
.headerText a { text-decoration:none;	}
.headerText a:hover { text-decoration:none;}
 
.headerLink {
	color: #cccccc;
	font-size: 10px;
}
.headerLink a {color: #cccccc; text-decoration:none;	}
.headerLink a:hover {color: #cccccc; text-decoration:none;} 

.headerLinkOn {
	color: #999999;
	font-size: 10px;
}
.headerLinkOn a {color: #999999; text-decoration:none;	}
.headerLinkOn a:hover {color: #999999; text-decoration:none;} 

table td.banner {
	height: 208px;
	background-image: url(image/lineTop.jpg);
}

/* Menu top */

table td.menuTop {
  background-image: url(image/menuTop.jpg);
	height: 33px;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

table td.menuTop td.selected {
  background-image: url(image/menuTopSelected.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

table td.menuTop td.separator {
  background-image: url(image/menuTopSeparator.jpg);
	width: 1px;
	height: 33px;
}

.menuTopLink {
 color: #666666;
	font-size: 10px;
}
.menuTopLink a { color: #666666; text-decoration:none;	}
.menuTopLink a:hover {color: #666666; text-decoration:none;}

/* Shadow */

table td.leftCorner {
  /*background-image: url(image/shadowLeftCorner.jpg);
	background-repeat: no-repeat;
	background-position: top right;*/
}

table td.rightCorner {
  /*background-image: url(image/shadowRightCorner.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
}

table td.leftCorner {
  background-image: url(image/shadowLeftCorner.png);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
	background-position: top right;
}

table td.rightCorner {
  background-image: url(image/shadowRightCorner.png);
	background-repeat: no-repeat;
	behavior: url(iepngfix.htc);
	background-position: top left;
}


/* Content */

td.content {
  vertical-align: top;
	background-image: url(image/bg.jpg);
}

/* Content home */

td.serviziBox {
  background-image: url(image/serviziBox.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 236px;
	height: 271px;
	padding-left: 30px;
	padding-top: 55px;
}

td.referenzeBox {
  background-image: url(image/referenzeBox.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 357px;
	height: 271px;
	padding-left: 30px;
	padding-top: 55px;
}

td.serviziBox div.redTitle, td.referenzeBox div.redTitle, td.box div.redTitle {
  color: #ff3333;
	font-size: 18px;
}

div.greyTitle {
  color: #666666;
	font-size: 18px;
}

td.referenzeBox .title, td.serviziBox .title, td.box div.title {
  font-weight: bold;
	font-size: 11px;
	color: #666666;
}

td.referenzeBox .text{
	font-size: 11px;
	color: #666666;
	margin-right: 20px;
}

td.serviziBox .text{
	font-size: 11px;
	color: #666666;
	margin-right: 25px;
}

td.serviziBox .text a, td.referenzeBox .text a, td.serviziBox .title a, td.referenzeBox .title a { 
 color: #666666; text-decoration:none;	
}
td.serviziBox .text a:hover, td.referenzeBox .text a:hover, td.serviziBox .title a:hover, td.referenzeBox .title a:hover {
 color: #EF4035; text-decoration:none;
}

td.box .text{
	font-size: 11px;
	color: #666666;
	margin-right: 50px;
}
td.box .text a { color: #666666; text-decoration:none;	}
td.box .text a:hover {color: #EF4035; text-decoration:none;}


/* Box */

td.box {
  background-image: url(image/box.jpg);
	background-repeat: repeat-y;
	width: 197px;
	padding-left: 22px;
	padding-top: 15px;
	padding-right: 20px;
}


/* Newsletter */

td.box .newsletter{
  color: #666666;
	font-size: 18px;
	margin-bottom:5px;
}

td.box .signup {
  padding-top: 8px;
	padding-bottom: 10px;
	color: #cccccc;
	font-size: 12px;
	text-align: right;
	padding-right: 27px;
}

td.box .signup a, td.box .signup a:link, td.box .signup a:visited {
	color: #cccccc;
	font-size: 12px;
	text-decoration: none;
}

td.box .signup a:hover {
	color: #AFAFAF;
}

/* Field newsletter */

input {
  background-image: url(image/field.jpg);
  color: #999999;
	border: 1px solid #999999;
	font-size: 12px;
}

div.dotted {
  color: #cecece;
	line-height: 5px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

span.red { color: #ff0000 }





/* Pages */

/* Menu Bottom */

td.menuBottom {
  background-image: url(image/menuBottom.jpg);
	height: 46px;
}

table.menuBottom {
  margin-left: 100px;
}

table.menuBottom td {
  padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

table.menuBottom td.selected {
	background-image: url(image/menuBottomSelected.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size:12px;
}

table.menuBottom td.separator {
  background-image: url(image/menuBottomSeparator.jpg);
	width: 1px;
	height: 46px;
	padding: 0px;
}

table.menuBottom td a, table.menuBottom td a:link, table.menuBottom td a:visited{
	color: #666666;
	font-size: 12px;
 text-decoration:none;
}

table.menuBottom td a:hover {
	color: #EF4035;
}


/* Content page */

td.pageContent {
  padding-left: 100px;
	padding-top: 30px;
	vertical-align: top;
	width:550px;
}

td.pageContent h1 {
  font-size: 20px;
	color: #ef4035;
}

td.pageContent p {
  font-size: 11px;
	color: #666666;
}

td.pageContent p a { color: #333333; text-decoration:none;	}
td.pageContent p a:hover {color: #EF4035; text-decoration:none;}


/* Footer */

table td.footer {
  /*background-image: url(image/shadowBottom.jpg);
	background-repeat: no-repeat;*/
	border-top:3px solid #cccccc;
	color: #999999;
	font-size: 11px;
	padding-top: 10px;
}

td.footer a { font-size: 10px; color: #999999; text-decoration:none; font-size: 11px;	}
td.footer a:hover {color: #999999; text-decoration:underline;}


/* RSS scrollers */

#pscroller2{
width: 160px;
_width: 170px;
height: 100px;
border-top: 1px solid #D4D4D4;
padding: 5px;
font-size: 11px;
color:#666666;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: #FF3333;
font-size: 12px;
}

.rssclass a{
text-decoration: none;
color: red;
} 	

