/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px; 
	background-color:#282828;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#siteFoot{
	position : relative;
	width : 778px;
	left : 50%;
	margin-left:-390px;	
	margin-top:2px;
	border:solid 0px #646464;
/* 	z-index:1; */
}

#logoHome{
	position:absolute;
	top:46px;left:18px;
}
.latoHome{
	background: url(../images/trama_home.gif); 
}

#neiko{
	position:absolute;
	top:46px;right:0px;
}

/* ############ */
/* top menu     */
/* ############ */
.topMenu{
	position:relative;
	background: url(../images/bgMenuHome.gif) no-repeat top;
}
.tmlink{
	margin-left:20px;
	margin-right:20px;
}

/* ############ */
/* menuSX       */
/* ############ */
div.menuSx{

}

div.menuSx a{
	font-family: Arial,sans-serif;
	font-size:11px;
	color:#646464; 
	display:block;
	padding-bottom:4px;
	margin-left:10px; 
	margin-top:10px;
	border-bottom:solid 1px #d7d7d7; 
/* 	height:20px;	 */
}

div.menuSx a:hover{
	font-family: Arial,sans-serif;
	font-size:11px;
	color:#000;
}
/* ################### */
/* stili di testo      */
/* ################### */
.menuWht{
	font-family: Tahoma,Arial,sans-serif;
	font-size:12px;
	color:#fff; font-weight:bold;
}

/***********************************************/
/* tab prodotti                                */
/***********************************************/
div.tabProd {
	position:absolute;
	top:47px;
	left:170px;
	width:500px;
	height:37px;
	border:solid 0px #6c6c6c;

}

div.tabProd a{

}

/***********************************************/
/* testi                                       */
/***********************************************/
.titoli{
	padding-left:24px;
	margin-top:20px;
}
.testo{
	font-family: Arial,sans-serif;
	font-size:10px; line-height:14px;
	color:#646464;
	padding:24px;
}
.testoFoot{
	font-family: Arial,sans-serif;
	font-size:11px; 
	line-height:14px;
	color:#646464; 
	background-color:#cce3f2;
	padding:24px;
}
.subMenu{
}
.subMenu a{
	font-family: Arial,sans-serif;
	font-size:11px; font-weight:bold;
	color:#848484;
	padding:10px; 
/* 	background: url(../images/divSubMenu.gif) no-repeat top 100px; */
	background: url(../images/divSubMenu.gif) no-repeat top right;
	border:solid 0px;
	padding:0;padding-left:20px;padding-right:20px;
}