* {

	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 140%;
	font-size: 11px;
	letter-spacing: 0px;
	font-family: "Arial", sans-serif;
}


/* COMMONS */

body {

	background: url(../images/background.png) repeat-x top left; 

}

hr {

	display: none;

}


a {

	color: #002439;
	text-decoration: none;

}

a:hover {

	color: #6C858C;
	text-decoration: underline;

}


/* UTILS */

.notyou {
	display: none;
}

.spacer {
	display: block;
	clear: both;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }



/* BASE */

#container {

	width: 956px;
	margin: auto;
	
	background: url(../images/header.png) no-repeat top left;
	
	padding-top: 66px;

}


h1 {

	width: 145px;
	height: 53px;
	background: url(../images/title_sau.png) no-repeat top left;

}

#header {

	padding-bottom: 30px;
	margin: 0 46px 0 46px;
}

#header h1 {

	float: left;

}

#header ul {

	float: right;
	
	width: 147px;
	
}

#header ul li {

	display: block;
	float: left;
	/*background-color: red;*/

}

#search_form_cont {

	width: 100px;
	padding: 0;

}

#search_form {

	height: 22px;
	background: url(../images/homepage/search_top.png) no-repeat top left;
	line-height: 100%;
	padding: 0;
	margin: 0;
}

#search_form p {

/*	background-color: green;*/
	background: url(../images/homepage/search_bottom.png) no-repeat top right;
	padding: 0;
	margin:0 ;
	width: 98px;
}

#home_search_input {

	background-color: transparent;
	display: block;
	border: none;
	color: #FFF;
	font-size: .9em;
	line-height: 1em;
	padding: 6px 8px 0 4px;
	margin-left: 15px;
	height: 22px; 
	width: 68px;
/*	background: url(../images/homepage/search_bottom.png) no-repeat top right;*/
/*	background-color: orange; */
}

#rss_cont {

	width: 47px;

}

#rss a {

	display: block;
	width: 47px;
	height: 22px;
	background: url(../images/rss_home.png) no-repeat top center;

}

#rss a:hover {

	background-position: 0 -22px;

}

#content {

	margin: 0 46px 0 46px;
	background: url(../images/content_header.png) no-repeat top center;

}

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

	
	 MENU


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

#menu {

	margin: 0 19px 8px 19px;

}

#sections {

	width: 600px;
	height: 17px;
	float: left;
	margin-top: 15px;
}

#sections li {

	height: 17px;
	display: block;
	float: left;
	margin-right: 10px;
}

#sections a {
	
	display: block;
	height: 17px;
		
}


#sections li a:hover {
	
	background-position: 0px -17px;

}

#sections li.selected a {
	
	background-position: 0px -17px;

}



#languages {
	
	margin-top: 15px;
	width: 100px;
	height: 20px;
	float: right;
	padding-left: 57px;
	background: url(../images/en_language_choice.png) no-repeat top left;

}

#languages li {

	display: block;
	float: left;
	width: 25px;
	height: 20px;

}

#languages a {

	display: block;
	height: 20px;

}


#language_it {

	width: 25px;
	background: url(../images/language_choice_it.png) no-repeat;

}

#language_de {

	width: 25px;
	background: url(../images/language_choice_de.png) no-repeat top left;

}

#language_en {

	width: 25px;
	background: url(../images/language_choice_en.png) no-repeat top left;

}

#language_cn {

	width: 25px;
	background: url(../images/language_choice_cn.png) no-repeat top left;

}

#languages li a:hover {
	
	background-position: 0px -20px;

}

/* ISSUE */

#issue {

	background: url(../images/middle.png) repeat-y top center;
	padding: 0 16px 8px 16px;

}

/* HOME COLUMN */


div.home_column {

	position: relative;

	width: 250px;
/*	float: left; */
/*	margin-right: 22px; */
	background: url(../images/homepage/column_top.png) no-repeat top center;		
	
	margin-top: 42px;
	
	min-height: 243px;
	height: auto !important;
	height: 243px;
	
	

}

div.home_column_first {

	margin-left: 0px;
	float: left;

}

div.home_column_center {

	padding: 12px 18px 0 18px;
	margin: 18px 18px 0 18px;
	float: left;

	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;

}
div.home_column_center div.home_column {
	margin-top: 12px;
	float: left;
}

div.home_column.home_column_small {
	min-height: 194px;
	margin-top: 0;
	background-position: 0 0;
}

div.home_column.home_column_small.first-news {
	margin-bottom: 2px;
}

div.home_column.home_column_small p {
	padding-top: 0;
	padding-bottom: 0;
}

div.home_column.home_column_small p.column_content {
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

div.home_column_container {
	width: 250px;
	float: left;
	margin-top: 42px;
}


div.home_column_promo {
	background: url(../images/homepage/promo_bg.png) no-repeat;
	width: 200px;
	height: 34px;
	padding-left: 50px;
	padding-top: 5px;
	color: #FFF;
	margin-bottom: 10px;
}
div.home_column_promo h3 {
	display: none;
}

div.home_column_promo ul {
	margin: 0;
	padding: 0;
	display: block;

}
div.home_column_promo ul li{
	padding-top: 4px;
	background-color: transparent !important;
}
div.home_column_promo ul li a {
	margin: 0;
	padding: 0;
	font-size: 1.2em;	
	color: #FFF;
}

div.home_column_promo ul li a:hover {
	text-decoration: none;
	color: #CCC;
}

div.home_column_promo ul li a span {
	font-size: .8em;
	color: #999999;
}

div.home_column_promo ul li a:hover span {
	color: #CCC;
}


/*Terza COLONNA*/
/* DA TOGLIERE
################################################################################################
div.home_column_last {
	
	margin-right: 0;
	float: left;

}

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







/* DA AGGIUNGERE
################################################################################################
################################################################################################
*/
div.home_column_last {
	background: url(../images/homepage/column_top_last.png) no-repeat top center;	
	margin-right: 0;
	float: left;
	min-height: 243px;
	height: auto !important;
	height: 243px;

}
div.home_column div.column_image_XS {

 	text-align: center;
 	clear: both;
	background-color:#EDF1F4;
 
}

div.home_column div.column_image_XS img {

	border: 5px solid #CCCCCC;
	margin: 2px 0px 5px 0px;
	padding: 1px;
	background-color: #FFF;

}
div.home_column div.column_image_XS_last {

 	text-align: center;
 	clear: both;
	background-color:#EDF1F4;
 
}
/* FINE DA AGGIUNGERE
################################################################################################
################################################################################################
*/


div.home_column small.bullett_news {

	display: inline;
	width: 40px;
	height: 19px;
	
	background: url(../images/homepage/en_bullet_news.png) no-repeat top left;
	margin: 8px 4px 0 14px;
	padding: 0;
	
	float: left;
}

div.home_column small.bullett_focuson {

	display: inline;
	width: 52px;
	height: 19px;

	float: left;
	background: url(../images/homepage/en_bullet_focuson.png) no-repeat top left;
	margin: 8px 4px 0 14px;
}


div.home_column h3 {

	font-size: 15px;
	color: #002439;
	margin: 7px 0px 6px 0;
	font-weight: normal;
	
	float: left;
	width: 180px;
	height: 20px;
	overflow: hidden;

}

div.home_column p {

	padding: 014px 10px 14px;
	background-color: #EDF1F4;
}

div.home_column div.column_image {

 	text-align: center;
 	clear: both;
 
}

div.home_column div.column_image img {

	border: 5px solid #CCCCCC;
	margin: 5px;
	padding: 1px;
	background-color: #FFF;

}

div.home_column p.column_footer {

	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;

	height: 27px;
	border-top: 1px solid #FFF;
	background: url(../images/homepage/column_bottom.png) no-repeat top center;
	color: #999;
	font-size: .9em;
	/*margin: 0 0 14px 0;*/
	margin: 0;
	padding: 0;
}

div.home_column p.column_footer small {

	display: inline;
	float: left;
	margin: 6px 0 0 14px;

}

div.home_column p.column_footer a {

	display: inline;
	float: right;
	width: 83px;
	height: 22px;
	margin: 2px 14px 0 0;

	background: url(../images/homepage/en_column_link_more.png) no-repeat top center;

}

div.home_column p.column_content {
	
	min-height: 78px;
	height: auto !important;
	height: 78px;

}

div.ss {	

	width: 250px;
	height: 225px;

}


/*	FOOTER */

#footer {

	padding-top: 23px;
	padding-bottom: 35px;
	background: url(../images/footer.png) no-repeat top center;

}

#footer_menu {

	float: left;
	margin-left: 16px;
	margin-top: 2px;

}

#footer_menu li {

	display: block;
	float: left;
	height: 10px;

}

#footer_menu li a {

	display: block;
	height: 10px;
	margin-right: 18px;

}

#footer_menu li a:hover, #footer_menu li a.selected {
	
	background-position: 0px -10px;

}

#f_infos {

	float: right;
	margin-right: 16px;
	color: #6C858C;
	font-size: .9em;

}

/* HOME BANNER */

#home_banner {


	/* background: url(../images/homepage/banner_000.jpg) no-repeat center center; */
	width: 826px;
	height: 259px;

}

#home_banner p, #home_banner h2, #home_banner a {

	display: none;

}

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

	
	 Columns


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


.top_menu {

	padding: 10px 10px 10px 4px;

}

.top_menu li {

	display: inline;
	color: #002439;
}

.top_menu li a {

	color: #002439;
	padding-right: 14px;
	text-decoration: none;

}

.top_menu li a.selected {
	color: #6C858C;
}

.top_menu li a:hover {

	color: #6C858C;

}

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

	
	 Columns


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


div.column_sx {

	width: 550px;
	float: left;

}

div.column_dx {

	width: 250px;
	float: right;
	
}

div.column_sx_total {

	width: 830px;

}

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

	
	 IMAGES


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

img.stdframe {


	padding: 1px;
	background-color: #FFF;
	border: 6px solid #CCD3D7;

}

img.centered {

	text-align: center;
	margin: auto;
	display: block;
	margin: 0 0 10px 0;

}

img.mb {
	margin-bottom: 10px;
}

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

	
	 BUTTONS


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

a.toright {
	float: right;
}

a.toleft {
	float: left;
}

div.centered {
	text-align: center;
}

#pagecounter {
	margin-left: auto;
	display: block;
	width: 30px;
	float: left;
	color: #86A2AA;
	font-weight: bold;
	padding-top: 2px;
}

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

	
	 Rounded


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

.rounded1_sx {

	background: url(../images/round1_top_sx.png) no-repeat top left;
}

.rounded1_dx {

	background: url(../images/round1_top_dx.png) no-repeat top right;
	
}

.rounded1_bsx {

	background: url(../images/round1_bottom_sx.png) no-repeat bottom left;

}

.rounded1_bdx {

	background: url(../images/round1_bottom_dx.png) no-repeat bottom right;

}

.rounded1 {

	background-color: #EDF1F4;

}

.first_box {

	margin-bottom: 10px;

}

.rounded2_empty {


	height: 28px;


}

.rounded2_empty_right {

	height: 20px;

}


.rounded2_sx {

	background: url(../images/round2_top_sx.png) no-repeat top left #EDF1F4;
}

.rounded2_dx {

	background: url(../images/round2_top_dx.png) no-repeat top right;
	
}

.rounded2_bsx {

	background: url(../images/round2_bottom_sx.png) no-repeat bottom left;

}

.rounded2_bdx {

	background: url(../images/round2_bottom_dx.png) no-repeat bottom right;
	padding-bottom: 4px;
}

.rounded2 {

	background-color: #D6DCE0;
	border-top: 1px solid #FFF;

}

.rounded_content {

	padding: 10px; 

}

.rounded_footer {

	padding: 4px 6px 4px 6px; 

}

.rounded_content h3 {

	font-size: 1.1em;
	color: #001826;
	margin: 0 0 6px 0;
	font-weight: normal;

}

.rounded_content p {

	color: #333333;
	line-height: 130%;

}



.rounded_content dt {


}

.rounded_content dt a {

	font-size: 1.1em;
	color: #001826;
	margin: 0 0 6px 0;
	text-decoration: none;

}

.rounded_content dt a:hover, .rounded_content dt a.selected {

	color: #6C858C;

}



.rounded_content dd {

	border-bottom: 1px solid #D6DCE0;
	margin-bottom: 10px;
	padding-bottom: 6px;

}

.rounded_content dd ul li {

	color: #333333;
	line-height: 130%;
	list-style: decimal;
	margin-left: 20px;
}

.rounded_append {
	margin-bottom: 20px;
}

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

	
	 IMAGE CONTENT


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

#images_container {

	text-align: center;

}
.images_container_loading {
	background: url(../images/ajax-loader.gif) no-repeat center center;	
}

#images_navigator {

	margin: 0;
	border-top: 1px solid #FFF;
	
}

#images_navigator ul {

	float: left;
	width: 200px;
	padding-left: 120px;
	background-position: 14px 10px;

}

#images_navigator li {

	display: block;
	float: left;
	padding-top: 6px;
	height: 22px;
}

#images_navigator li.selected {
	background: url(../images/triangle_top.png) no-repeat 0 0;	
}

#images_navigator li a {

	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/btn_imageselector.png) no-repeat 0 0;

}
#images_navigator li a:hover, #images_navigator li.selected a {

	background-position: 0 -20px;

}

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

	
	 GENERCXI CONTENT


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

h2.generic {

	font-size: 1.8em;
	color: #002439;
	font-weight: normal;

}

h2.generic small {
	display: inline;
	color: #86A2AA;
	padding: 3px;
	font-weight: bold;
	background-color: #FFF;
}

#cpy_maincont {

	padding: 18px;
	
}

#cpy_maincont.minimo {

	min-height: 444px;
	height: auto !important;
	height: 444px;
	
}

.rounded1 .minimo{

	min-height: 460px;
	height: auto !important;
	height: 460px;
	
}


#cpy_maincont h2 {

	margin-bottom: 4px;

}

#cpy_maincont p {

	color: #333333;
	font-size: 1.1em;
	line-height: 150%;
	margin-bottom: 14px;
}


#cpy_maincont ul {

	margin: 0 0 8px 0;

}
#cpy_maincont ul li {

	font-weight: bolder;
	list-style: square;
	line-height: 160%;
	margin-left: 22px; 
	color: #001826;

}

a.btn_in_footer {

	margin: 4px 8px 0 0;

}

small.date {

	display: inline;
	color: #86A2AA;
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	background-color: #FFF;

}

div.rounded_content h3 {

	font-size: 1.4em;
	font-weight: bold;
	display: block;
	margin: 4px 0 2px 0;

}

div.rounded_content h3 a {

	font-size: 1em;

}

div.rounded_content p {

	margin-bottom: 14px;

}

.scdc_loading {

	background: url(../images/ajax-loader.gif) no-repeat center center;	

}

.home_page_slideshow {
	margin: 10px 0 0 3px;
}
