/* Elementi di base */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #f87431;}
a:hover {
	color: #f87431;
/*	background-color: #f87431; */
	text-decoration: underline;
}

body {
	border-top: 0px solid #ce301b;
	color: #333;
	font: 75%/1.5em "Myriad Pro","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	border-left : 5pt dashed rgb(100,100,100);
  margin-left: auto;
  margin-right: auto;  
}

p, ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
	text-indent: -9999px;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px
}

h1, h2, h3 {padding-top: 6px;}

/* Elementi personalizzati
   Questi elementi servono a collocare correttamente 
   gli elementi principali all'interno della gabbia strutturale */

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.floatleft {
	float: left;
	margin: 5px 14px 3px 1px;
}

img.floatright {
	float: right;
	margin: 5px 1px 3px 14px;
}

/* Elementi della gabbia strutturale */
.container {
	background: #FFF;
	font-size: 1.2em;
	padding: 0 10px 4px;
	width: 780px;
  margin-left: auto;
  margin-right: auto;
  width: 780px;  
}

/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.top {
  position: fixed;
  width: 100%; 
}

/* Intestazione
   L'intestazione e' divisa in 2 colonne col_left e col_right */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 130px;
	width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.header .col_left { float: left; }
.header .col_right { float: right; }

.header .col_left, .header .col_right {
	background: #FFF;
	color: #000;
	height: 120px;	
}
.header .col_left {
	background: url('img/picmicro.gif') no-repeat;
	width: 210px
}
.header .col_right {
	overflow: auto;
	background: #FFF;
	width: 564px;
}
.header .col_left h1 {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 50px;
	text-align: left;	
	padding: 0 16px;
}
.header .col_right p, .header .col_right h2 {padding: 0 16px;}
.header .col_right h2 {padding-top: 20px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* Menu Navigazione */
.menunav {	
	background: #FFF;
	border: 0px solid #CCC;
	border-color: #CCC #CCC;
	height: 21px;
  width: 780px;
  position: fixed;
  top: 130px;
}
.menunav a {
	background: #F5F5F5;
	border-right: 10px solid #fff;
	border-bottom: 5px solid #ce3018;
	color: #444;
	display: block;
	float: left;
	font: bold 1.0em sans-serif;
	line-height: 21px;
	padding: 0px 20px;
	text-decoration: none;
	overflow: auto;
}
.menunav a:hover {background: #777777; color: #ffffff;}

/* Corpo Principale */
.main {
	border-top: 180px solid #FFF;
	background-color: #FFF;
}

/* Sub-Menu navigazione laterale - Colonna a sinistra della pagina */
.subnav {
	float: left;
	width: 210px;
  position:fixed;
}
.subnav h2 {
	color: #5A5A43;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.subnav ul {
	padding: 0;
	border-top: 2px solid #ce3018;
	border-bottom: 2px solid #ce3018;
}
.subnav li {border-bottom: 1px solid #ce3018;}
.subnav li a {
	font-size: 1em;
	color: #554;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 95%;
}
.subnav li a:hover {
	background: #EEE;
	color: #222;
	text-decoration: none;
}

/* Contenuti - Colonna a destra della pagina */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
	border-left: 1px solid #ce3018;
}
.content .descr {
	color: #660000;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: circle;
	line-height: 1.3em;
	margin-left: 18px;
}

.content h1 {
	font: normal 1.4em Tahoma,sans-serif;
	color: #000050;
  margin-bottom: 4px;
}

.content h2 {
	font: normal 1.4em Tahoma,sans-serif;
	color: #000050;
  margin-bottom: 4px;
}

.content h3 {
	font: normal 1.4em Tahoma,sans-serif;
	color: #000050;
  margin-bottom: 4px;
}

.content p {
	font-size: 1em;
	line-height: 1.5em;
}

.content .box {
	background: #FFF;
	border: 2px solid #CCC;
	border-left: 8px solid #666666;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1em;
	margin-bottom: 2px;
	padding: 2px 2px;

}

table.center {
    border: opx;
    margin-left:auto; 
    margin-right:auto;
}



/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.bottom {
  position: fixed;
	padding: 0 20px 40px;
  width: 100%; 
  height:10px; 
  bottom:0; 
}

/* Pie' di Pagina, chiusura pagina */
.footer {
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 760px;
	border-top: 1px solid #CCC;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 5px solid #FFF;
	background-color: #FFF;
	color: #444;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
}
.footer a, .footer a:hover {color: #444;}

/* Pie' di Pagina, chiusura pagina */
.subfooter {
	margin: 0 auto;
	padding: 10px;
	width: 760px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	color: #ECEFEC;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 12px;

}
.subfooter a, .subfooter a:hover {	
	background-color: #FFF;
	color: #ECEFEC;
}

/************ TABELLA VISUALIZZAZIONE PAGINA MERCATINO **************/	
table.homepg{
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	border-width: 0px;
	border-color: #FFFFFF;
  color: #000000;
	border-collapse: collapse;
	width: 100%;
  float: right;
}

table.homepg td.sxa {
  border-left: 5px solid #4088b8;
	font-size:0.9em;
	width: 10%;
}

table.homepg td.sxb {
  border-left: 5px solid #dadada;
  font-size:0.9em;
	width: 10%;
}

table.homepg td.dx {
  border-top: 1px solid #4088b8;
	font-size:0.9em;  
  width: 90%;
}

table.homepg td.cx {
  text-align: center;
}

table.homepg td.testo {
  font-size: 1.4em;
  line-height: 180%;
  width: 80%;
  height: 250px;
  text-align: justify;  
}

table.homepg td.paragrafo {
  font-size: 1.0em;
  line-height: 180%;
  width: 70%;
  text-align: justify;
  color: #000000;  
}

table.homepg td.titoloparagrafo {
  font-size: 1.4em;
  line-height: 180%;
  width: 70%;
  height: 10px;
  text-align: justify;
  font-weight: bold;
  color: #4088b8;   
}