@charset "utf-8";
/* CSS Document */

/*FONTS*/
@font-face {
    font-family: 'NewJuneRegularRegular';
    src: url('/fonts/fontsnewjune-regular-webfont.eot');
    src: url('/fonts/newjune-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/newjune-regular-webfont.woff') format('woff'),
         url('/fonts/newjune-regular-webfont.ttf') format('truetype'),
         url('/fonts/newjune-regular-webfont.svg#NewJuneRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewJuneSemiboldRegular';
    src: url('/fonts/newjune-semibold-webfont.eot');
    src: url('/fonts/newjune-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/newjune-semibold-webfont.woff') format('woff'),
         url('/fonts/newjune-semibold-webfont.ttf') format('truetype'),
         url('/fonts/newjune-semibold-webfont.svg#NewJuneSemiboldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewJuneUltraboldRegular';
    src: url('/fonts/newjune-ultrabold-webfont.eot');
    src: url('/fonts/newjune-ultrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/newjune-ultrabold-webfont.woff') format('woff'),
         url('/fonts/newjune-ultrabold-webfont.ttf') format('truetype'),
         url('/fonts/newjune-ultrabold-webfont.svg#NewJuneUltraboldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewJuneLightRegular';
    src: url('/fonts/newjune-light-webfont.eot');
    src: url('/fonts/newjune-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/newjune-light-webfont.woff') format('woff'),
         url('/fonts/newjune-light-webfont.ttf') format('truetype'),
         url('/fonts/newjune-light-webfont.svg#NewJuneLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	margin:0 0 0 0;
}
#main{
	position:relative;
	width:970px;
	margin:auto;
	height:100%;
	
}
/*TOP*/
#top{
	width:970px;
	height:213px;
}
#logo{
	float:left; 
}
#menu{
	float:left;
	position:relative;
	top:150px;
}
#menu ul li{
	float:left;
	font-family: 'NewJuneRegularRegular', Arial, sans-serif;
	font-size:10px;
	list-style-type:none;
	margin-left:40px;
	font: 10px/12px 'NewJuneRegularRegular', Arial, sans-serif;
}
#menu ul li a{
	color:#000;
	text-decoration:none;
	height:50px;
	cursor:pointer;
}
.li_all{
	height:50px;
	position:relative;
	top:-25px;
}
.li_cont{
	position:relative;
	overflow:hidden;
	height:12px;
	top:25px;
}
.li_tot{
	position:relative;
}
.li_bottom{
	color:#75a51e;
}
#eng_flag{
	float:right;
	position:relative;
	top:130px;
}
/*CENTER*/
#gray{
	width:970px;
	height:100px;
	background-color:#ededef;
}
#gray_claim{
	font-family: 'NewJuneLightRegular', Arial, sans-serif;
	font-size:16px;
	width:900px;
	height:50px;
	margin:auto;
	position:relative;
}
#gray_claim p{
	position:relative;
	top:30px;
}
#slider{
	height:423px;
	position:relative;
	top:5px;
}
.slider_cont{
	float:left;
	width:239px;
	height:423px;
	overflow:hidden;
	cursor:pointer;
	background:#000;
}
.img_slider{
	position:relative;
	text-decoration:none;
	overflow:hidden;
}
.img_slider a{
	text-decoration:none;
}
#slider1{
	margin-left:4px;
}
#slider2{
	margin-left:4px;
}
#slider3{
	margin-left:5px;
}
#img_slider1 img{
	position:relative;
}
.box_txt{
	font-family: 'NewJuneSemiboldRegular', Arial, sans-serif;
	font-size:24px;
	color:#FFF;
	position:absolute;
	top:50px;
	height:80px;
	width:300px;
	background:rgba(0, 0, 0, 0.3);
	text-decoration:none;
}
.box_testo{
	position:relative;
	text-decoration:none;
	top:12px;
}
/*FOOTER*/
#footer{
	position: relative; 
	bottom: 0;
	top:30px;
	font-family: 'NewJuneRegularRegular', Arial, sans-serif;
	font-size:9px;
}
#footer span{
	font-family: 'NewJuneSemiboldRegular', Arial, sans-serif;
}
#footer a{
	color:#000;
}