/* Bozza sito Lancar spa ps - Tre W s.c. */
/*box angoli arrotondati grigio*/
div#container{
	width:100%;
	font-family: "Trebuchet MS";
	background-image: url(../immagini/boxgrigio/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #dcdadc;
	margin: 5px;
}
div.gancio1{
	background-image: url(../immagini/boxgrigio/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div.gancio2{
	background-image: url(../immagini/boxgrigio/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.gancio3{
	background-image: url(../immagini/boxgrigio/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.gancio3 h4{
	margin:0;
	padding:10px;
	font-size:1.2em;
	font-family: "Trebuchet MS";
	width: 90%;
}
div.gancio3 p{
	margin:0;
	padding:10px;
	color: #333333;
	font-family: "Trebuchet MS";
}

/*secondo box angoli arrotondati*/
div#container_b{
	width:30%;
	background-image: url(../immagini/boxgrigio/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-bottom: 20px;
	margin-top: 15px;
	background-color: #dcdadc;
}
div.gancio1_b{
	background-image: url(../immagini/boxgrigio/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div.gancio2_b{
	background-image: url(../immagini/boxgrigio/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.gancio3_b{
	background-image: url(../immagini/boxgrigio/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.gancio3_b h4{
	margin:0;
	padding:10px;
	font-size:1.2em;
	font-family: "Trebuchet MS";
	color: #333399;
	line-height: 1.4em;
}
div.gancio3_b p{
	margin:0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

