/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #fff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #61402d;
	text-decoration: none;
}

a:hover{
	color: #61402d;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#principale{
	position:absolute;
	left: 50%;
	margin-left: -450px;
	width:900px;
	background-color: #ffffff;
}

#apprendisti{
	width:250px;
	position:absolute;
	float:right;
	padding: 0px;
	background-color: #fff;
	border-bottom: 0;
	font-family: Arial,sans-serif;
	font-size: 100%;
	color:#000000;
	top:8px;
	left: 55%;
}

#testata{
	padding: 0px;
	padding-left: 140px;
	background-color: #fff;
	border-bottom: 1px solid #000;
	font-family: Arial,sans-serif;
	font-size: 100%;
	color:#000000;
	
}
#flash{
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #fff;
	font-family: Arial,sans-serif;
	font-size: 90%;
	
}
#menu{
	padding: 0px;
	background-color: #fff;
	background-image:url(../images/sfondo_menu.gif);
	font-family: Arial,sans-serif;
	border-bottom: 2px solid #fff;
	font-size: 90%;
	color: #e8d3c0;
	height: 25px;
	z-index: 1;
}

#contenuti{
	width: 100%;
	text-align:center;
	
	background-color: #e8d3c0;
	font-size: 110%;
	color:#000000;
}

/************** siteInfo styles ****************/

#siteInfo{
	border-top: 1px solid #000;
	font-size: 90%;
	color: #3b221a;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
}

#siteInfo a:link, #siteInfo a:visited{
	color: #3b221a;
	text-decoration: none;
	background-color: #e8d3c0;
	padding: 2px;
}

#siteInfo a:hover{
	text-decoration: none;
	background-color: #3b221a;
	color: #e8d3c0;
	padding: 2px;
}

/************** TESTI styles ****************/

#testi{
	width: 655px;
	font-size: 90%;
	color: #000;
	text-align: left;
	padding: 15px;
	margin:0px 111px 0px 140px;
}

#testi td{
	width: 210px;
	height: 195px;
	font-size: 100%;
	color: #000;
	text-align: center;
	padding: 4px;
	background-color: #f4e9e0;
	border: 1px solid #b29a93;
	vertical-align: top;
}

#testi td.TB_titolo{
	width: 100%;
	height: 80px;
	text-align: left;
	padding: 0px;
	background-color: #e8d3c0;
	border: 0px;
	vertical-align: bottom;
}

#testi td.vuoto{
	width: 210px;
	height: 195px;
	font-size: 100%;
	color: #000;
	text-align: center;
	padding: 4px;
	background-color: #e8d3c0;
	border: 1px solid #e8d3c0;
	vertical-align: top;
}


#siteInfo a:link, #siteInfo a:visited{
	color: #3b221a;
	text-decoration: none;
	background-color: #e8d3c0;
	padding: 2px;
}


#azienda{
	width: 655px;
	font-size: 90%;
	color: #000;
	text-align: left;
	padding: 15px;
	margin:0px 111px 0px 140px;
}
#azienda td{
	/*width: 210px;
	height: 195px;*/
	font-size: 100%;
	color: #000;
	text-align: justify;
	padding: 12px;
	background-color: #f4e9e0;
	border: 1px solid #b29a93;
	vertical-align: top;
}

#azienda td.TB_titolo{
	width: 100%;
	height: 80px;
	text-align: left;
	padding: 0px;
	background-color: #e8d3c0;
	border: 0px;
	vertical-align: bottom;
}

#siteInfo a:hover{
	text-decoration: none;
	background-color: #3b221a;
	color: #e8d3c0;
	padding: 2px;
}

