@charset "UTF-8";

@import url("reset.css");


/*inziano gli stili personali*/

body {
	background-color: #edeee9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
}
#container {
	background-color: #cecfcc;
	width: 980px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
#container.homePage {
	background-image: url(img/testata_home.jpg);
	background-position: center 90px;
	background-repeat: no-repeat;

}
#contenuto {
	background-color: #FFFFFF;
	border: 1px solid #c1c1c1;
	width: 904px;
	padding: 20px;
	float: left;
	margin-top: 455px;
	margin-left: 18px;
}
#colSx {
	width: 500px;
	float: left;
}
#colDx {
	width: 340px;
	float: left;
	margin-left: 60px;
}
h2 {
	font-size: 23px;
	font-weight: normal;
	display: block;
	color: #4d4d4d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d4d4d;
	padding: 5px;
	margin-bottom: 15px;
}
h3 {
	color: #191d56;
	font-size: 13px;
	padding: 5px;
}
h4 {
	color: #191D56;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}
p {
	line-height: 21px;
	margin-bottom: 10px;
}
strong {
	color: #191D56;
	font-weight: bold;
	font-size: 12px;
}
a {
	color: #009ee0;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009ee0;
	padding-right: 3px;
	padding-left: 3px;
}
a:hover {
	background-color: #009ee0;
	color: #FFFFFF;
}
ul.custom_list {
	margin-bottom: 10px;
}

ul.custom_list li {
	background-color: transparent;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	line-height: 16px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 15px;
} 
ul.list_secondo_livello {
	padding-left: 40px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 15px;
	list-style-image: url(img/bullet.gif);
}
ul.list_secondo_livello li {
	margin: 0px;
	padding: 0px;
}

#menu {
	height: 200px;
	width: 980px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu li {
	float: left;
	margin-right: 45px;
}
#menu li ul {
	margin-top: 10px;
}
#menu   li   ul li  {
	float: none;
	margin-right: 0px;
	margin-top: 3px;
}
#servizi {
	height: 450px;
	width: 500px;
}
#elencoServizi {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clear {
	clear: left;
}
#news p {
	line-height: 14px;
}
#news li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#news img {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 158px;
	width: 328px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
#news h3 {
	width: 220px;
	float: left;
	padding: 0px;
}
#news h4 {
	width: 70px;
	float: right;
	text-align: right;
	font-weight: normal;
	display: block;
	margin: 0px;
}
#news   h3  a {
	color: #191d56;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#news  h3 a:hover {
	text-decoration: underline;
	background-color: transparent;
}
.elencoNews {
	margin-top: 20px;
	text-align: right;
}
#footer {
	background-color: #FFFFFF;
	border: 1px solid #c1c1c1;
	width: 904px;
	float: left;
	margin-top: 20px;
	margin-left: 18px;
	margin-bottom: 70px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footerSx {
	width: 530px;
	float: left;
	background-image: url(img/busta_newsletter.gif);
	height: 180px;
	background-repeat: no-repeat;
	background-position: 396px 0px;
}
#footerDx {
	margin-left: 30px;
	float: left;
}
#footer form {
	padding-top: 0px;
	margin-top: -10px;
}
#footer form label {
	float: left;
	width: 140px;
	color: #262626;
	line-height: 25px;
	height: 25px;
	margin-bottom: 2px;
	padding-left: 5px;
}
#footer form input {
	float: left;
	width: 220px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 2px;
	background-color: #e2e2e2;
	border: 1px solid #c9c9c9;
}
#footer form br {
	clear: left;
}
#footer form #tastoInvia {
	width: 80px;
	height: 23px;
	margin-left: 145px;
	margin-top: 0px;
	
}
#footer  h2 {
	border-bottom-style: none;
}
#footerDx p {
	line-height: 16px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#container.mission {
	background-image: url(img/testata_mission.jpg);
	background-position: center 90px;
	background-repeat: no-repeat;
}
#colonnaUnica {
	width: 750px;
}
#colonnaUnica img {
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 0px;
	border: 1px solid #999999;
}
#colonnaUnica h2 {
	margin-bottom: 40px;
}
#colonnaUnica h5 {
	display: block;
}
#container.servizi {
	background-image: url(img/testata_servizi.jpg);
	background-position: center 90px;
	background-repeat: no-repeat;
}
#container.attivitaPromozionali {
	background-image: url(img/testata_attivita_promozionali.jpg);
	background-position: center 90px;
	background-repeat: no-repeat;
}
#container.consulenza {
	background-image: url(img/testata_consulenza.jpg);
	background-position: center 90px;
	background-repeat: no-repeat;
}
#container.reteEstera {
	background-image: url(img/testata_rete_estera.jpg);
	background-position: center 90px;
	background-repeat: no-repeat;
}
#container.contatti {
	background-image: url(img/testata_contatti.jpg);
	background-position: center 90px;
	background-repeat: no-repeat;
}
#googleMap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.box {
	background-color: #191d56;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.box p {
	line-height: 22px;
}
.box li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 7px;
	line-height: 22px;
}
.box h5     {
	font-weight: bold;
	line-height: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box h6  {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 15px;
	line-height: 22px;
}
.boxGiornataPaese, .boxFiere {
	background-color: #191D56;
	color: #FFFFFF;
	font-size: 14px;
}
.boxFiere {
	height: 120px;
	width: 750px;
	line-height: 120px;
}
#boxTurchia {
	margin-top: 30px;
	height: 80px;
	width: 750px;
	line-height: 80px;
	margin-bottom: 10px;
}
#boxUsa {
	height: 80px;
	width: 750px;
	line-height: 80px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#boxRussia {
	height: 80px;
	width: 750px;
	line-height: 80px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#boxBeautyEurasia, #boxEuroBlech, #boxElmia, #boxSwisstech, #boxTatef, #boxIndexDubai, #boxMda, #boxModAmont, #boxAlihankinta, #boxMidest, #boxArabplast, #boxInterplastica, #boxModamont2, #boxAlfares, #boxAvtodor
{
margin-bottom: 10px;
margin-top: 30px;
}
ul#elencoPaginaNews {
	margin-top: 50px;
}
ul#elencoPaginaNews  li#notizia {
	margin-bottom: 20px;
}
ul#elencoPaginaNews img {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 158px;
	width: 328px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
ul#elencoPaginaNews object {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 15px;
	height: 158px;
	width: 328px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

ul#elencoPaginaNews h3   {
	font-size: 16px;
	line-height: 20px;
}
ul#elencoPaginaNews h4 {
	margin-top: 0px;
	color: #191d56;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 18px;
}
ul#elencoPaginaNews p {
	line-height: 20px;
}
ul#elencoPaginaNews a {
	padding: 0px;
}
#dettaglioNews img {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dettaglioNews h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
#elencoMail li {
	background-color: #191d56;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul#elencoMail {
	margin-top: 20px;
}
#elencoMail  li p {
	margin: 0px;
}
#elencoMail  li a {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#elencoMail li a:hover {
	border-bottom-style: none;
	color: #009ee0;
	background-color: #FFFFFF;
}
#auditFrancia, #auditGermania, #auditStatiUniti, #auditSpagna, #auditPortogallo {
	margin-top: 10px;
}
#checkupInternazionalizzazione, #consulenzaMercato, #registrazioneSocieta, #selezionePersonale {
	margin-top: 20px;
	margin-bottom: 20px;
}
#dettagliMission {
	margin-bottom: 40px;
}
ul.bandi_list li {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
ul.bandi_list li ul.list_secondo_livello li {
	margin-bottom: 6px;
}
/*.bodyMessaggioIscrizione {
	width: 350px;
	height: 150px;
}
.messaggioIscrizione {
	padding: 15px;
}
.messaggioIscrizione p {
	font-size: 14px;
}
*/
