body {
	margin: 0;
	padding: 0;
}

/* BANNER */

#preventivo, #technews, #formazione, #career, #dove {
	background: url(../common/banner_preventivo_2.png) bottom no-repeat;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;

	font-size: 12px;
	line-height: 140%;
	font-family: "Lucida Grande", Verdana, sans-serif;
    text-align: left;
	width: 270px;
	color:#333333;
}
#preventivo div, #technews div, #formazione div, #career div, #dove div {
	background: url(../common/banner_preventivo_1.png) top no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#preventivo div div, #technews div div, #formazione div div, #career div div, #dove div div {
	background: url(../common/banner_preventivo_3.png) bottom no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 7px 25px 10px 25px;
}

#preventivo h1, #technews h1, #formazione h1, #career h1, #dove h1 {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	height: 20px;
}
#preventivo h2, #technews h2, #formazione h2, #career h2, #dove h2 {
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
}
#preventivo h3, #technews h3, #formazione h3, #career h3, #dove h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 40px;
	line-height: 30px;
	background:url(../common/banner_bottone.png) no-repeat;
	text-align:center;
	font-size:14px;
}
#preventivo p, #technews p, #formazione p, #career p, #dove p {
	margin: 0px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
	font-size:10px;
}
#preventivo a, #technews a, #formazione a, #career a, #dove a {
	color: #B52C00;
	text-decoration:none;
}
#preventivo a:hover, #technews a:hover, #formazione a:hover, #career a:hover, #dove a:hover {
	text-decoration:underline;
}


