/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */

/************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #EAEAEA;
	background-image:  url("bg_grad.jpg");
	background-attachment: fixed;
}


/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

/************************************/


/************************************/
/* Header tag styles                */
/************************************/

h1{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/************************************/

/************************************/
/* List Tags                        */
/************************************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/************************************/

/************************************/
/* Form and related Tags            */
/************************************/  
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
				
INPUT { BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FONT-SIZE: 10pt; FONT-color: #000000;BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff; 
}
/************************************/


/* HTML tag styles                             */
/***********************************************/



/***********************************************/
/* Layout Divs                                 */

/************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/************************************/

/************************************/
#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

/************************************/



/************************************/
#pageNav{
	position: absolute;
	top: 60px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana,sans-serif;
	font-size: 10pt;
}
/************************************/



/************************************/
#col2{
	margin:0px 0px 0px 178px;
	padding: 0px 10px 0px 0px;
	border-left: 1px solid #ccd2d2;
}
/************************************/


/* End Layout Divs                             */
/***********************************************/



/***********************************************/
/*Component Divs                               */

/************************************/

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************************************/

#utility{
	font-family: Verdana,sans-serif;
	font-size: 9pt;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
	left: 301px;
	width: 422px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************************************/
#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font-family: Arial,sans-serif;
	font-size: 21pt;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************************************/


/************************************/
#globalNav{
position: absolute;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
}



#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink:link{
  	font-size: 10pt;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:visited{
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	font-size: 10pt;
	margin: 0px;
	font-weight: bold;
	padding: 2px 5px 4px 5px;
  	background-image:  url("glblnav_selected.gif");
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	color: #000000;
}



/************************************/


/************************************/
.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;

}

.subglobalNav a:link{
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:visited{
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	font-size: 80%;
	color: #cccccc;
}
/************************************/

/************************************/
#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:visited{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
  font-size: 80%;
	margin: 0px;
	font-weight: bold;
	
}


/************************************/

/************************************/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font-family: Verdana,sans-serif;
	font-size: 10pt;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/************************************/

.testo_sopra_e_sotto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline overline;
	color: #000000;
}
.testo_sopra_e_sotto a{
color: #000000;
text-decoration: underline overline;
}
.testo_sopra_e_sotto a:hover {
text-decoration: underline overline;
color: red;
}
.testoContatti {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
}

.testo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
}
.bianco{
	margin: 0px;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	}

.bianco a:hover{
	color: #FF0000;
	text-decoration: none;
	}
	
.bianco a{
		
	color: #ffffff;
	}

.bianco_bold_g{
	margin: 0px;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
}
	
.bianco_bold{
	margin: 0px;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
}
.bianco_bold a:hover{
	color: #FF0000;
	text-decoration: none;
	}

.bianco_bold a{
	color: #ffffff;
	}
.tit_pag{
	margin: 0px;
	font-size: 30px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: "Myriad Pro";
}

.tit_prodotti{
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #656565;
}
.tit_prodotti a:hover{
	color: #656565;
	text-decoration: underline;
	}
	
.tit_prodotti a{
		
	color: #656565;
	}
.feature{
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #97D045;
}
.feature a{
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #97D045;
}
.feature a:hover{
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #cbe7a2;
	text-decoration: none;
}

.feature h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/************************************/



/************************************/
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

.story p{
padding: 0px 0px 10px 0px;

}

.story a.capsule{
	font-family: Arial,sans-serif;
	font-size: 12pt;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	font-weight: bold;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
/************************************/




/************************************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************************************/

/************************************/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

#sectionLinks h3{
	padding: 8px 0px 8px 8px;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
}

#sectionLinks a:link{
	display: block;
	border-top: 1px solid #ffffff;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 8px 0px 8px 8px;
	color: #ffffff;
}

#sectionLinks a:visited{
	display: block;
	border-top: 1px solid #ffffff;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 8px 0px 8px 8px;
	color: #ffffff;
}

#sectionLinks a:hover{
	display: block;
	border-top: 1px solid #ffffff;
	color: #000000;
	background-color: #CAE999;
	background-image: none;
	padding: 8px 0px 8px 8px;
	font-weight: bold;
	text-decoration: none;
}
/************************************/

/************************************/
#menudxLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}
#menudxLinks h3{
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}

#menudxLinks a:link{
	display: block;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

#menudxLinks a:visited{
	display: block;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

#menudxLinks a:hover{
	display: block;
	color: #000000;
	background-color: #F6FF00;
	background-image: none;
	padding: 7px 0px 7px 0px;
	text-decoration: none;
}
/************************************/

/************************************/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 10pt;
}

.relatedLinks a{
	display: block; 
}
/************************************/



/************************************/
#advert{
	padding: 10px;
	visibility: visible;
	top: 752px;
}

#advert img{
	display: block;
}
/************************************/



/***********************************************/
/*End Component Divs                           */
/***********************************************/
.ttabella {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}
.dtabella {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	
}
.pulsante {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	background-color: #cc6600;
	color: #FFFFFF;
	border: 1px solid #cc6600;
}
.form_verde {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	background-color: #C0E586;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border: #c0e586;
	}
.form_bianco_p {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #000000;
	}
	.form_bianco_p:hover, .form_bianco:focus {
	background: #CAE999;
}
.form_bianco {
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #000000;
	}
	.form_bianco:hover, .form_bianco:focus {
	background: #CAE999;
}

.form_bianco_contatti {
	padding: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #000000;
	scrollbar-base-color: ;
	scrollbar-face-color: white;
	scrollbar-arrow-color: #8dca3a;
	scrollbar-3dlight-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: white;
	height: 80px;
	width: 423px;
	}
.form_bianco_contatti:hover, .form_bianco_contatti:focus {
	background: #CAE999;
}
