body {
	font: 10pt verdana;
	margin: 0;
	padding: 0;
	color: #444444;
	background-color: #EEEEEE;
}

div#container_ext{
	width:1022px;
	margin: 0 auto;
	padding:0;
	background-image: url('../img/sf_container.jpg');
	background-repeat: repeat-y;
	background-position: center center;

}

div#container {
	width:1000px;
	margin: 0 auto;
	padding:0;
}

div#header{
	height:299px;
	margin: 0;
	padding: 0;
}

div#menu{
	height:60px;
	background-image: url('../img/sf_menu.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

table#tb_menu {
	width: 100%;
	margin: 12px 0 0 0;
	padding: 0;
}
table#tb_menu td {
	padding: 6px 14px;
	border-right: 2px solid #000;
	white-space: nowrap;
}

/*
table#tb_menu td#mn_active {
	background-image: url('../img/sel_menu.gif');
	background-repeat: no-repeat;
	background-position: center 10px;
}
*/

table#tb_menu td a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

table#tb_menu td#mn_active a {
	color: #FDB103;
	text-decoration: none;
}

table#tb_menu td a:hover {
	color: #FDB103;
}


div#main {
	text-align: left;
	padding: 0;
	margin: 20px 0 0 0;
}

td#colonnaSx {
	width:630px;
	padding: 0 40px;
	vertical-align:top;
	border-right: 1px solid #ccc;
	text-align:justify;
}

td#colonnaDx {
	vertical-align:top;
	padding: 0 10px;
}

div#footer {
	height: 120px;
	padding: 0;
	margin: 20px 0 0 0;
	background-color: #BDBDBD;
	background-image: url('../img/sf_footer.gif');
	background-repeat: repeat-x;
	clear: both;
}

a {
	color: #0D0D6D;
	text-decoration: underline;
	border: 0;
}

a img {
/*
	border: 1px solid #FEEA00;
*/
	border: 0;
}

a:hover {
	color: #FDB103;
	text-decoration: none;
}

h1 {
	height: 25px;
	color: #000000;
	font-family: futura, helvetica, arial, sans-serif;
	font-size: 14pt;
	margin: 0;
	padding: 0 0 0 32px;
	background-image: url('../img/sf_titolo.gif');
	background-repeat: no-repeat;
}

h2 {
	height: 22px;
	color: #000000;
	font-size: 12pt;
	margin: 4px 0 0 0;
	padding: 0;
}

p#mn_prod_active a {
	color: #FDB103;
	text-decoration: none;
}

p.rich_info {
	height: 35px;
	background-image: url(../img/icn_info.png);
	background-repeat: no-repeat;
	padding: 2px 0 0 30px;
}

p.pdf {
	height: 35px;
	background-image: url(../img/icn_pdf.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 40px;
}

p.link_ext {
	height: 35px;
	background-image: url(../img/icn_link.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 40px;
}

p.rich_info a, p.pdf a , p.link_ext a {
	font-size: 9pt;
}


input.login {
	width: 100px;
	border: 1px solid #ccc;
}

.input_contatti {
	width:250px;
	background-color: #EEEEEE;
	border: 0;
	border-bottom: 1px solid #CCCCCC;
}

.input_contatti_on {
	border-bottom: 1px solid #E12D39;
}

.td_form_contatti {
	padding: 4px;
}

