@import url(./font-css/font.css);
body, html { width:100%; height:100%; border:0; margin:0; padding:0; font-family:'arimoregular'; }
img { border:0; border-width: 0; }
ul { list-style: none; padding:5px; margin:5px; }
li:before { content: "• "; color: #5c9e64; }
a:link, a:visited, a:hover, a:active {color:#5c9e64; text-decoration:none; border:0;}
#wrapper { width:1280px; height:auto; margin:0 auto; background-color:#d7e0cd; }
	#header { }
		#header .logo { width:200px; margin:0 540px; }
		#header .payoff { width:332px; margin:0 474px; }
		#header .language { width:300px; height:20px; margin:auto 0 auto auto; }
		#header .language h5 { width:100px; margin:auto 0; float:right; }
		#header .language .selected h5  { color:#8c5361 }
	#container { background-color:#d7e0cd; }
		#slider { width:1190px; margin:0px auto; }
		#description { clear:both; width:1190px; margin:auto; }
			#description .desc_capt h1 { color:#5c9e64;font-size:72pt;text-align:left;font-family:'exoextrabolditalic'; margin-left:-500px; margin:30px 0 0; }
			#description .desc_capt p { margin-left:200px; font-size:15pt; width:750px; text-align:center; }
			#description .desc_capt { margin:auto 200px; }
			#description .desc_box { width:550px; margin:auto 22px; float:left; }
			#description blockquote { margin-bottom:0; }
		#objectives { clear:both; width:1190px; height:auto; margin:auto; background-color:#d7e0cd; }
			#objectives .obj_capt { margin:auto 200px; }
			#objectives .obj_capt h1 {color:#5c9e64;font-size:72pt;text-align:left;font-family:'exoextrabolditalic'; margin:30px 0 0; }
			#objectives .obj_capt p { margin-left:-185px; font-size:15pt; width:1150px; text-align:center; }
			#objectives .numbers { width:200px; height:10px; color:#ffffff; text-align:left; margin-top:-40px;margin-left:40px; font-size:28pt; font-family:'arimobold_italic';z-index:2 }
			#objectives .obj_box { float:left; width:240px; margin-left:40px; float:left; text-align:left; z-index:1; background-color:#d7e0cd; }
		#footer { width:1280px;margin:100px auto;height:auto;margin:0;background-color:white; }
			#footer .foo_capt { clear:both;width:auto; height:180px;padding:0 0 0 350px; background-color:#d7e0cd;}
			#footer .foo_capt .logo { width:200px;margin-top:20px;float:left; }
			#footer .foo_capt .text { width:600px;float:left; color:#B1A0A7;font-size:40pt;text-align:left;font-family:'exoextrabolditalic'; line-height:36px; }
			#footer .results { width:1280px; height:170px; margin:auto; background-color:#B1A0A7;clear:both; }
			#footer .results .res { width:180px; margin-top:20px; margin-left:110px; float:left; text-align:center; border:0; }
			#footer .collegamenti { width:1280px; clear:both; text-align:right; background-color:white; }
			#footer .collegamenti .links { float:left; margin-left:35px; margin-top:50px; margin-bottom:80px; }
			#footer .collegamenti .info { margin-top:52px; width:220px; float:right; }
/*codice per slider*/
#slider1_container {
	width:1190px;
	height:540px;
	position: relative; 
	top: 0px; 
	left: 0px; 
}
#slider1_container div.slides {
	cursor: move; 
	position: absolute; 
	overflow: hidden; 
	left: 0px; 
	top: 0px; 
	width:1190px;
	height:540px;
}
.jssora09l, .jssora09r, .jssora09ldn, .jssora09rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(./images/a09.png) no-repeat;
	overflow:hidden;
	opacity: .4; filter:alpha(opacity=40);
}
.jssora09l { background-position: -5px -35px; }
.jssora09r { background-position: -65px -35px; }
.jssora09l:hover { background-position: -5px -35px; opacity: .8; filter:alpha(opacity=80); }
.jssora09r:hover { background-position: -65px -35px; opacity: .8; filter:alpha(opacity=80); }
.jssora09ldn { background-position: -5px -35px; opacity: .3; filter:alpha(opacity=30); }
.jssora09rdn { background-position: -65px -35px; opacity: .3; filter:alpha(opacity=30); }
/*fine codice slider*/

span.italic {font-family:'arimoitalic';}
span.bold {font-family:'arimobold';}
span.italic.bold {font-family:'exobolditalic', 'arimobold_italic';}
span.semibold {font-family:'arimobold';}
