/***********************************************/
/* CID Software Studio                         */
/* Author: Antonio Tascino                     */
/***********************************************/ 

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/sfondo_grigio.gif);
	background-repeat: repeat-x;
}
#footer {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:link {
	color: #cccccc;
	text-decoration: none;
}
#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
/***********************************************/
/* Inizio Menu                                 */
/***********************************************/ 
#menu {
	width:170px;
	margin: 15px 0px 1px 0px;
}
#menu a:link, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;	
}
#menu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
a#azienda {
	background: url(../images/butt_azienda_off.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#azienda:hover {
	background: url(../images/butt_azienda_on.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#azienda.current {
	background: url(../images/butt_azienda_on.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#servizi {
	background: url(../images/butt_servizi_off.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#servizi:hover {
	background: url(../images/butt_servizi_on.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#servizi.current {
	background: url(../images/butt_servizi_on.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#prodotti {
	background: url(../images/butt_prodotti_off.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#prodotti:hover {
	background: url(../images/butt_prodotti_on.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#prodotti.current {
	background: url(../images/butt_prodotti_on.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#contatti {
	background: url(../images/butt_contatti_off.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#contatti:hover {
	background: url(../images/butt_contatti_on.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#contatti.current {
	background: url(../images/butt_contatti_on.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#home {
	background: url(../images/butt_home_off.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#home:hover {
	background: url(../images/butt_home_on.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
a#home.current {
	background: url(../images/butt_home_on.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:30px;
	text-indent: -9000px;
	}
/***********************************************/
/* Fine Menu                                   */
/***********************************************/ 	

/***********************************************/
/* Inzio Contenuti Home                        */
/***********************************************/ 						
#benvenuto {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/sfo_1.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
#benvenuto h1{
	margin: 0px;
	padding: 0px 5px 0px 70px;
	height: 28px;
	background-image: url(../images/tit_benvenuto.png);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
	text-indent: -9000px;
	background-position: center;
}
#benvenuto ul{
	margin:0px;
	padding:2px 2px 2px 2px;
	list-style-type: none;
	background-color:#ffffff;
	border: 1px solid #CCCCCC;
}
#benvenuto li{
	margin:0px;
	padding:2px 2px 2px 2px;

}
#benvenuto .testo {
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 3px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	line-height: 11px;
}
#benvenuto .pie{
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	text-align: right;
	vertical-align: middle;
}
#benvenuto .pie a{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	font-style: normal;
	vertical-align: middle;
}
#benvenuto .pie img{
	padding:0px;
	margin:0px;
	border: none;
	vertical-align: middle;
	text-decoration: none;
}
#testosopra {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/sfo_1.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}
#testosopra h1{
	margin: 0px;
	padding: 0px 5px 0px 70px;
	height: 28px;
	background-image: url(../images/tit_testosopra.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
	text-indent: -9000px;
	background-position: center;
}
#testosopra ul{
	margin:0px;
	padding:2px 2px 2px 2px;
	list-style-type: none;
	background-color:#ffffff;
	border: 1px solid #CCCCCC;
}
#testosopra li{
	margin:0px;
	padding:2px 2px 2px 2px;

}
#testosopra .testo {
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
#testosopra  a{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
	vertical-align: middle;
}
#lavora {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	vertical-align: top;
}
#lavora h1 {
	margin: 0px;
	padding: 0px 5px 0px 70px;
	height: 28px;
	background-image: url(../images/tit_lavora.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
	text-indent: -9000px;
	background-position: center;
}
#lavora .testo {
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
#lavora .pie{
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	text-align: right;
}
#lavora .pie a{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
}
#lavora .pie img{
	padding:0px;
	margin:0px;
	border: none;
	vertical-align: middle;
	text-decoration: none;
}

#servizihome {
	margin:0px;
	padding: 30px 0px 0px 5px;
	background-image: url(../images/sfo_servizi.jpg);
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	vertical-align: top;
}
#servizihome .testo {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
#contatti {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/tit_contatti.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
}
#contatti .testo {
	margin: 0px;
	padding: 30px 0px 0px 15px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
#contatti .testo a{
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
}
/***********************************************/
/* Fine Contenuti Home                        */
/***********************************************/ 

/***********************************************/
/* Inzio Box Colonna sx                        */
/***********************************************/ 
#cidmail {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/footer_menu_sx.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#cidmail form{
	margin: 0px;
	padding: 0px;
}
#cidmail h1 {
	background: url(../images/tit_cidmail.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:46px;
	text-indent: -9000px;
}
#cidmail .campi {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-align:right;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#cidmail input {
	height: 14px;
	margin: 3px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 2px solid #333333;
}
#cidmail .bottone {
	padding: 0px 0px 5px 67px;
	width: 53px;
	height: 21px;
	border: none;
}

#riservata {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#riservata form{
	margin: 0px;
	padding: 0px;
}
#riservata a {
	background: url(../images/tit_riservata.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:46px;
	text-indent: -9000px;
}
#riservata h1 {
	background: url(../images/tit_riservata.gif) no-repeat left top;
	margin: 0px;
	display: block;
	width:201px;
	height:46px;
	text-indent: -9000px;
}
#riservata .campi {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-align:right;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#riservata input {
	height: 14px;
	margin: 3px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 2px solid #333333;
}
#riservata .bottone {
	padding: 0px 0px 0px 67px;
	width: 53px;
	height: 21px;
	border: none;
}
/***********************************************/
/* Fine Box Colonna sx                         */
/***********************************************/ 

/***********************************************/
/* Sezioni interne                             */
/***********************************************/ 
#sez_azienda {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	background-image: url(../images/sfo_sezioni_testo.gif);
	vertical-align: top;
	background-repeat: repeat-x;
}
#sez_azienda .testo {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
#sez_azienda img {
	margin: 2px;
	padding: 3px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
#sez_azienda a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	text-align:center;
}
#modulocontatti {
	margin: 10px;
	padding: 10px;
}
#modulocontatti form{
	margin: 0px;
	padding: 10px 0px 0px 50px;
	width:350px;
}
#modulocontatti .campi {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#modulocontatti input, textarea {
	margin: 3px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	width: 100%;
}
#modulocontatti .bottone {
	padding: 0px 0px 5px 280px;
	width: 53px;
	height: 21px;
	border: none;
}
#sez_prodotti {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/sfo_sezioni_testo.gif);
	vertical-align: top;
	background-repeat: repeat-x;
}
#sez_prodotti .testo {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
#sez_prodotti img {
	margin: 0px 8px 0px 8px; 
	padding: 0px; 
}
#sez_prodotti a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	text-align:center;
}
a {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#sez_prodotti .imgNoBorder {
	border: 0px;
}

