
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ definizione elementi fondamentali del sito ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

*{
	margin:0px;
	padding:0px;
}

#siteMac{
	width:100%;
	height:100%;
	background-color:#e7e7e7;
}

div#mec{
	width:956px;
	height:790px;
	height:auto !important;
	min-height:733px;
	margin:auto;
	margin-top:29px;
}

div#parteTop{
	background-image:url(../images/interno-parteTop.gif);
	background-repeat:no-repeat;
	width:956px;
	height:21px;
}

div#parteTopLeft{
	background-image:url(../images/interno-parteTopLeft.gif);
	background-repeat:no-repeat;
	width:174px;
	height:21px;
	float:left;
}

div#sito{
	width:956px;
	height:733px;
	height:auto !important;
	min-height:733px;
}

div#parteBottom{
	background-image:url(../images/interno-parteBottom.gif);
	background-repeat:no-repeat;
	width:956px;
	height:21px;
}

div#parteBottomText{
	padding:5px;
	width:956px;
	height:21px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

div#parteSxSito{
	background-image:url(../images/repeatVerticaleSxGrigio.gif);
	background-repeat:repeat-y;
	width:3px;
	height:733px;
	float:left;
}

div#parteDxSito{
	background-image:url(../images/repeatVerticaleDxGrigio.gif);
	background-repeat:repeat-y;
	width:4px;
	height:733px;
	float:left;
}

div#parteCentrale{
	width:949px;
	height:733px;
	height:auto !important;
	min-height:733px;
	float:left;
}

div#headerIndex{
	background-image:url(../images/interno-backgroundHeader.gif);
	background-repeat:no-repeat;
	width:949px;
	height:121px;
}

div#corpoSito{
	background-image:url(../images/interno-backgroundCorpo.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fafafa;
	width:949px;
	height:613px;
	min-height:613px;
	height:auto !important;
}
/*###############################################################################################################*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ definizione componenti dello header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#headerLeft{
	width:171px;
	heigh:121px;
	float:left;
}

div#headerRight{
	width:778px;
	heigh:121px;
	float:right;
}

div#headerRightTop{
	width:778px;
	height:103px;
	position:relative;
}

div#bandiere{
	position:absolute;
	top:0px;
	right:60px;
}

div#bandiere a{
	text-decoration:none;
}


img.imgBandiera{
	margin-left:3px;
	border:0px;
}

.internoInputLogin{
	position:absolute;
	margin-top:5px;
	right:50px;
}

.internoInputPass{
	position:absolute;
	margin-top:10px;
	right:50px;
}

.btn_accedi{
	border:none;
	background-color:transparent;
	background-image:url(../images/btn_accedi.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:44px;
	height:13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	cursor:pointer;
	position:absolute;
	margin-top:15px;
	right:150px;
}

div#headerRightBottom{
	width:733px;
	height:18px;
	padding-left:45px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a.AmenuTop{
	text-decoration:none;
	color:#000000;
}
/*###############################################################################################################*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ definizione componenti del Corpo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#corpoImmaginiTop{
	width:949px;
	height:84px;
	position:relative;
}

div#rigaBicolor{
	background-image:url(../images/interno-repeat1pxBicolor.gif);
	background-repeat:repeat-x;
	width:949px;
	height:9px;
	position:absolute; /**position absolute per le immagini che passano una sopra l'altra è necessario **/
	left:0px;    /** necessario per il posizionamento di tutte e 3 le linee nello stesso **/
	top:0px;     /** necessario per il posizionamento di tutte e 3 le linee nello stesso **/
	z-index:1;   /* per sovrapporre le immagini */
}

div#contenitoreImmaginiTop{
	width:570px;
	height:84px;
	position:absolute; /**position absolute per le immagini che passano una sopra l'altra è necessario **/
	top:0px;    /** necessario per il posizionamento di tutte e 3 le linee nello stesso **/
	left:260px;
	z-index:2; /* per sovrapporre le immagini */
}

img.immagineTop{
	margin-right:2px; /* qui nn serve position o z-index perche lo ereditano dal div padre: contenitoreImmaginiTop*/
	float:left;
}

div#rigaBlu{
	background-image:url(../images/interno-repeat1pxBlu.gif);
	background-repeat:repeat-x;
	width:401px;
	height:4px;
	position:absolute; /**position absolute per le immagini che passano una sopra l'altra è necessario **/
	left:0px;  /** necessario per il posizionamento di tutte e 3 le linee nello stesso **/
	top:0px;   /** necessario per il posizionamento di tutte e 3 le linee nello stesso **/
	z-index:3; /* per sovrapporre le immagini */
}

div#menuLeft{
	width:260px;
	height:529px;
	float:left;
}

div#contenitoreElementiMenuLeft{
	margin-top:30px;
	width:260px;
	height:499px;
}

div.elementoMenuLeft{
	width:230px;
	height:16px;
	padding-left:30px;
	margin-bottom:12px;
	color:#0074c7;
	font-size:13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

div.elementoMenuLeft a{
	text-decoration:none;
	color:#0074c7;
}

div#visualizzazione{
	width:636px;
	height:529px;
	height:auto;
	min-height:529px;
	float:left;
}

div.visualizzazioneTitolo{
	width:636px;
	height:26px;
	min-height:26px;
	height:auto !important;
	margin-top:30px;
	color:#0074c7;
	font-size:24px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

div.visualizzazioneSottotitolo{
	width:636px;
	height:20px;
	margin-top:15px;
	font-size:14px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

div.visualizzazioneTesto{
	width:636px;
	height:20px;
	height:auto !important;
	min-height:20px;
	font-size:12px;
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}

div.visualizzazioneTesto a{
	text-decoration:underline;
	color:#007FFF;
}

div.news{
	width:624px;
	height:111px;
	margin-left:14px;
	margin-top:20px;
	position:relative;
}

div.imgNews{
	width:150px;
	height:111px;
	float:left;
}

div.titoloNews{
	width:464px;
	height:15px;
	font-size:12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#0074c7;	
	float:right;
}

div.testoNews{
	width:464px;
	height:20px;
	height:auto !important;
	min-height:20px;
	font-size:11px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;	
	float:right;
}

div.linkNewsSenzaImg{
	width:464px;
	height:20px;
	float:right;
}

div.titoloNewsSenzaImg{
	width:624px;
	height:15px;
	font-size:12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#0074c7;	
}


div.testoNewsSenzaImg{
	width:624px;
	height:20px;
	height:auto !important;
	min-height:20px;
	font-size:11px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;	
}

div.testoLeft{
	width:65%;
	height:20px;
	height:auto !important;
	min-height:20px;
	float:left;
	font-size:12px;
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:3px 3px 3px 3px;
	margin-bottom:10px;
}

div.testoRight{
	width:65%;
	height:20px;
	height:auto !important;
	min-height:20px;
	float:right;
	font-size:12px;
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:3px 3px 3px 3px;
	margin-bottom:10px;
}

div.testoLeft48{
	width:48%;
	height:20px;
	height:auto !important;
	min-height:20px;
	float:left;
	font-size:12px;
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:3px 3px 3px 3px;
	margin-bottom:10px;
}

div.testoRight48{
	width:48%;
	height:20px;
	height:auto !important;
	min-height:20px;
	float:right;
	font-size:12px;
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:3px 3px 3px 3px;
	margin-bottom:10px;
}

div.contenitoreVideo{
	width:200px;
	height:190px;
	float:left;
	margin-right:10px;
	margin-top:20px;
	font-size:11px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

img.imgPagProdotto{
	margin-right:5px;
}
/*###############################################################################################################*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ definizione componenti del footer (parte bottom text) ~~~~~~~~~~~~~~~~~~~~~~ */
#txtLeft{
	width:660px;
	height:21px;
	float:left;	
	font-size:11px;
	color:#666666;
}

div#txtRight{
	width:250px;
	height:21px;
	padding-right:15px;
	text-align:right;
	float:right;
}

a.Afooter{
	text-decoration:underline;
	color:#aaaaaa;
}
/*###############################################################################################################*/

/*##############################################################################################################*/
/*##############################################################################################################*/
/*##############################################################################################################*/

div.clear_both{
	clear:both;
}

/*##############################################################################################################*/
/*##############################################################################################################*/
/*##############################################################################################################*/

#textarea{
	width:100%;
	height:75px;
	font-family:'Trebuchet MS';
	font-size:12px;
	color:#666666;
}


#menu-left{
	margin-top:-80px;
	z-index:10000;
	position:relative;
}

#menu-left li{
	list-style:none;
	margin-left:40px;
}
#menu-left{
	margin-left:22px;
}

#menu-left ul{
	margin-top:5px;
}

.menu-left-0{
	background: url(/webbe/skin/mec_2008/images/gif/LI_freccetta_blu/) no-repeat left 4px;
}

#menu-left li{
	/*list-style:*/
	padding-left:10px;
	margin-bottom:5px;
	color:#0074c7;
	font-size:13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-left:10px;
}

#menu-left a{
	text-decoration: none;
	color:#0074C7;
}

#menu-left .toggle{
	clear:both;
	margin-bottom:10px;
	height:18px;
}

