/* 
----------------------------------------------
--- Cluster Family Office --- STILI PER I MENU
----------------------------------------------
*/




/* 
-----------------------------
--- MAIN MENU ---------------
-----------------------------
*/


div#nav-main {
	float: right;
	clear: both;
	margin-top: -50px;
	width:750px;
	background: url(../img/layout/menu/nav-main.png) no-repeat center center;
}

div#nav-main ul {
	margin: 0 0 0 13px;
	padding: 0;
}

div#nav-main ul li {
	list-style-type: none;
	float: left;
	padding: 1em;
	text-transform: uppercase;
}


div#nav-main ul li {
	list-style-type: none;
	float: left;
}
div#nav-main	#desplegable{
	display:none;
	left:722px;
	position:absolute;
	top:65px;
	width:190px;
	z-index:2;	
	background:transparent url(/img/layout/menu/desplegable.png) repeat scroll 0 -11px;
}

div#nav-main	#desplegable2{
	display:none;
	left:815px;
	position:absolute;
	top:65px;
	width:150px;
	z-index:3;	
	background:transparent url(/img/layout/menu/desplegable.png) repeat scroll 0 -11px;
}

/* -- unselected -- */

body.concepto div#nav-main ul li#conceptolink a,
body.about div#nav-main ul li#aboutlink a,
body.indep div#nav-main ul li#indeplink a,
body.conoz div#nav-main ul li#conozlink a,
body.services div#nav-main ul li#serviceslink a,
body.blog div#nav-main ul li#bloglink a,
body.definir div#nav-main ul li#definirlink a,
body.colaboradores div#nav-main ul li#colaboradoreslink a,
body.contacto div#nav-main ul li#contactolink a{
	color: #000000;
	}
	
	
/* -- HOME -- */

body#homepage div#nav-main ul li#homelink {
	background: url(../img/layout/menu/sel_homelink.png) no-repeat center center;	
	/*border: 1px solid red; /*bordo di test*/
	}
	

/* -- CONCEPTO -- */

body.concepto div#nav-main ul li#conceptolink {
	background: url(../img/layout/menu/sel_conceptolink.png) no-repeat center center;	
	}


/* -- QUIENES SOMOS -- */

body.about div#nav-main ul li#aboutlink {
	background: url(../img/layout/menu/sel_aboutlink.png) no-repeat center center;
	}


/* -- INDEPENDENCIA -- */

body.indep div#nav-main ul li#indeplink {
	background: url(../img/layout/menu/sel_indeplink.png) no-repeat center center;
	}

/* -- CONOZCANOS -- */

body.conoz div#nav-main ul li#conozlink {
	background: url(../img/layout/menu/sel_conozlink.png) no-repeat center center;
	}

	
/* -- SERVICIOS -- */

body.services div#nav-main ul li#serviceslink {
	background: url(../img/layout/menu/sel_serviceslink.png) no-repeat center center;	
	}


/* -- BLOG -- */

body.blog div#nav-main ul li#bloglink {
	background: url(../img/layout/menu/sel_bloglink.png) no-repeat center center;	
	}

/* -- COLABORADORES -- */

body.colaboradores div#nav-main ul li#colaboradoreslink {
	background: url(../img/layout/menu/sel_colaboradoreslink.png) no-repeat center center;	
	}
	
/* -- CONTACTO -- */

body.contacto div#nav-main ul li#contactolink {
	background: url(../img/layout/menu/sel_contactolink.png) no-repeat center center;	
	}

/* 
-----------------------------
--- MENU LATERALE -----------
-----------------------------
*/


div#navigation div.nav-side ul li {
	padding: 7px;
	border-bottom: 1px solid #D6D6D6;
}





/* 
-----------------------------
--- CONTATTI ----------
-----------------------------
*/

ul#contacts li {
	padding-left: 21px;
	margin-bottom: 7px;
	font-family: Georgia, "Times New Roman", Times, Serif;
}

ul#contacts li#contacts_tel {
	font-size: 1.9em;
	color: #833C4E;
	background: url(../img/layout/contacts.phone.png) no-repeat center left;
}

ul#contacts li#contacts_mail {
	padding-left: 25px;
	font-size: 1.1em;
	background: url(../img/layout/contacts.mail.png) no-repeat center left;
}



/* 
----------------------
--- CAREERS ----------
----------------------
*/

div#colaboradores ul#info2 {
	margin-top: -5px;
	padding-top: 0px;
	}




/* 
-----------------------------
--- CALL TO ACTION ----------
-----------------------------
*/


/* cta testuale in fondo al mainbox */

div#mainbox div.more {
	text-align: right;
	}

div#mainbox div.more a.cta {
	font: 1.2em Georgia, "Times New Roman", Times, Serif;
	font-weight: bold;
	}
	
	
/* cta BLOG e COLABORADORES */

div#extra div#blogbutton,
div#mainbox div#blogbutton,
div#extra div#colabbutton {
	text-indent: -999em;
	border-top: 1px solid #CCCCCC;
	margin-top: -8px;
	padding-top: 7px;
	}
	
div#extra div#blogbutton,
div#mainbox div#blogbutton,
div#extra div#colabbutton {
	border-top: none;
	}
	
div#extra div#colabbutton {
	border-top: none;
	margin-top: -20px;
	padding-bottom: 7px;
	}
	
div#extra div#blogbutton a,
div#mainbox div#blogbutton a {
	display: block;
	height: 24px;
	background: url(../img/layout/cta_blog.png) no-repeat center right;
	}	
	
div#extra div#colabbutton a {
	display: block;
	height: 24px;
	background: url(../img/layout/cta_colab.png) no-repeat center right;
	}
	
	

/* 
------------------------------
--- LINK A FONDO PARAGRAFO ---
------------------------------
*/	

div.par-footer {
	position: relative;
	margin: 5px 0 10px;
	padding-top: 2px;
	border-top: 1px solid #DEDEDE;
	text-align: right;	
	}
	
div.par-footer a.toplink {
	color: #666666;
	font-style: italic;	
	padding-right: 12px;
	background: url(../img/layout/toplink.png) no-repeat center right;
	}
	
div.par-footer a.morelink {
	position: absolute;	
	}

	
	
/* 
-----------------------------
--- FOOTER ----------
-----------------------------
*/

div#footer a {
	color: #999999;
}