@import url('reset.css');
*:focus {outline:none; }

html {
	-webkit-font-smoothing: antialiased;
}
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1,h2,h3,h4,h5,h6 {
	color:#004489;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 1em;
}


h1 {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 15px;
}

h3 {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 5px;
}

h5 {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h6 {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}



#loghi {
	height: 91px;
	padding-top: 20px;
}
p {
	font-style: normal;
	letter-spacing: 0em;
	padding-bottom: 0em;
	text-align: left;
	line-height: 1.3em;
}
.just {
	text-align: justify;
}
.allcaps {
	text-transform: uppercase;
}




#header_loghi {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
}


#wrapper {
	background-image: url(../images/home_bg_nomenu.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 800px;
}
#content_home {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
}
#bottom_home {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
}




a.opacity {
	color:#000;
	text-decoration:none;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	border: none;
}


a:hover.opacity {
	color:#000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	
	border: none;
	text-decoration:none;
}

a.opacityinverse {
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out; border:none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);}
	
a:hover.opacityinverse {
	opacity: 1;
	-moz-opacity: 1;
	border: none;
}

.clear{clear: both;}


/* --------------------------------------------------------------------------
	CSS - BASE
--------------------------------------------------------------------------- */

.animated {-webkit-transition:All 0.4s ease;-moz-transition:All 0.4s ease;-o-transition:All 0.4s ease; }
.animated:hover{-webkit-transform:  scale(1.300) translate(0px);
-moz-transform:  scale(1.500)  translate(0px);
-o-transform:  scale(1.500)  translate(0px);}
#slideshow_container {
	width: 1000px;
	height: 300px;
	position: relative;
}





/* animazioni HOME*/
#animazione{
	position: relative;
	width: 1000px;
	height: 300px;
}


/* SLIDESHOW CSS - Da usare insieme allo script jQuery */

#slideshow {
	position: relative;
	width: 1000px;
	height: 300px;
}

 #slideshow div {
	position: absolute;
	z-index: 8;
	opacity: 0.0;
	background-color: #FFFFFF;
}

#slideshow div.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow div.last-active {
    z-index: 9;
}

#slideshow div img {
    display: block;
}

/* slideshow fine */

/* ITOP header INIZIO*/

#itop_header_container {
	width: 1000px;
	height: 250;
	position: relative;
}


#itop_header {
	position: relative;
	width: 1000px;
	height: 250px;
}

 #itop_header div {
	position: absolute;
	z-index: 8;
	opacity: 0.0;
	background-color: #FFFFFF;
}

#itop_header div.active {
    z-index: 10;
    opacity: 1.0;
}

#itop_header div.last-active {
    z-index: 9;
}

#itop_header div img {
    display: block;
}

/* ITOP header FINE*/






.area_professionale {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}
#menu_area_professionale {
	float: right;
	z-index: 20;
	padding-right: 15px;
	padding-top: 8px;
}

#menu_area_professionale_logout {
	float: right;
	z-index: 20;
	padding-right: 15px;
	padding-top: 8px;
	color: #FFF;
}

#menu_area_professionale_logout a {
	color: #FFF;
}
#menu_area_professionale_logout a:hover {
	color: #CCC;
}




#menu_area_professionale a {
	background: #004489;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding:  2px 8px;
	margin: 0;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#menu_area_professionale a:hover {
	background: #004489;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	display: block;
	padding:  2px 8px;
	margin: 0;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#ricerca_top {
	float: right;
	z-index: 20;
	padding-right: 20px;
	padding-top: 8px;

}

#ricerca_top input.text {
	border-radius: 5px;
	box-shadow: inset 3px 3px 5px 1px #ddd;
	height: 17px;
	width: 125px;
	top: 0px;
}
#ricerca_top input.img {
	border-radius: 5px;
	box-shadow: inset 3px 3px 5px 1px #ddd;
	height: 25px;
	width: 25px;
	margin-top: -15px;
}






#menu_top {
	width: 680px;
	position: relative;
	z-index: 9999999;
}


a.area_professionale:hover {
	color: #CCC;
}
#homebox_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	background-color: #FFF;
	height: 150px;
}
#homebox_container_shadow {
	background-image: url(../images/homebox_ombra.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	z-index: 40;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 0px;
}

.nopadding {
	padding: 0px;
}
.bullet_blu {
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
	list-style-image: url(../images/bullet_blu.png);
}
#footer_container {
	background-color: #cce1f0;
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	font-size: 8pt;
	color: #004489;
	
}
#footer {
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	z-index: 5;
}
#footer_ar {
	float: right;
	height: 18px;
	width: 120px;
	text-align: center;
	z-index: 10;

}
#footer_ar a {
	background: #004489;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding:  2px 8px;
	margin: 0;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#footer_ar a:hover {
	background: #004489;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	display: block;
	padding:  2px 8px;
	margin: 0;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#footer_ar p {
	text-align:center;
	}
#page_container {
	width: 1000px;
	position: relative;
	min-height: 400px;
	background-color: #FFF;
	padding-top: 20px;
}
li {
	text-align: left;
}
ul {
	text-align: left;
}


#colsx {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
}
#col_center {
	margin: 0px 250px;
	padding: 0px;
}
#col_center_prodotti {
	margin: 0px 50px 0px 250px;
	padding: 0px;
	text-align: left;
}
#col_center_prodotti_scheda {
	margin: 0px 350px 0px 250px;
	padding: 0px;
	text-align: left;
}



#coldx {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 230px;
}
#coldx_scheda {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 330px;
}

.sidebar_titolo {
	font-size: 20px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 40px;
}
#pubblico {
	text-align: center;
}

.tab_famiglia_prod_img {
	height: 150px;
	width: 160px;
	margin: 0px;

}
.prodotto_nome {
	font-size: 9pt;
	font-weight: bold;
	color: #004489;
	text-align: center;
	padding: 0px;
}
.prodotto_descr_breve {
	font-size: 9pt;
	color: #000;
	text-align: center;
}



.tab_famiglia_prod_txt {
	height: 30px;
	width: 160px;
	margin: 0px;
}


.sidebar_content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.tab_curriculum {
	/*
	border-bottom-color: #006bb3;
	border-bottom-style: dotted;
	border-bottom-width:2px;

	border-top-color: #006bb3;
	border-top-style: dotted;
	border-top-width:2px;
	
	border-left-color: #006bb3;
	border-left-style: dotted;
	border-left-width:2px;

	border-right-color: #006bb3;
	border-right-style: dotted;
	border-right-width:2px;
	
	*/
/* Firefox v3.5+ */
-moz-box-shadow:inset -1px 7px 10px rgba(0,0,0,0.2);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:inset -1px 7px 10px rgba(0,0,0,0.2);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:inset -1px 7px 10px rgba(0,0,0,0.2);
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(49% 95% 90deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,49% 95%,49% 23%,color-stop(0, rgb(238,238,238)),color-stop(1, rgb(255,255,255)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(90deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(90deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(90deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%);
background-image:linear-gradient(90deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0);
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.prodotti_brands {
	float:left;
	display: block;
	vertical-align:middle;
	margin:10px;
	text-align:center;

/* Firefox v3.6+ */
background-image:-moz-linear-gradient(47% 130% 90deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,47% 130%,47% 10%,color-stop(0, rgb(238,238,238)),color-stop(1, rgb(255,255,255)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(90deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(90deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(90deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%);
background-image:linear-gradient(90deg,rgb(238,238,238) 0%,rgb(255,255,255) 100%);
width:200px;
height:150px;
border-color:rgb(238,238,238);
border-width:1px;
/* Firefox v1.0+ */
-moz-border-radius:9px;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:9px;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:9px;
border-style:solid;
/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:0px 0px 10px rgba(0,0,0,0.2);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)
	progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)
	progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#33000000,Positive=true);
}

.prodotti_brands:hover {
	border-color:#006bb3;;
}

.prodotti_brands a {
	text-decoration:none;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#006bb3;
}

.prodotti_brands a:hover {
	color:#0085dd;
}


.prodotti_brands_td_img {
	height:120px;
 }
 .prodotti_brands_td_dida {
	height:30px;
 }.img_brand_linea_famiglia {
	padding-top: 20px;
}
.fiera_nome {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004489;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
	margin-top:3px;
}
.fiera_box {
	padding-bottom: 10px;
}

.fiera_icona {
	border: 1px solid #CCC;
	padding: 10px;
}

.fiera_data {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
	margin-top:0px;
}
.fiera_descrizione {
	font-size: 14px;
	padding: 0px;
	margin:0px;
}
#col_center_fiere {
	margin: 30px 50px 0px 250px;
	padding: 0px;
	text-align: left;
}
#col_center_news {
	margin: 20px 50px 0px 270px;
	padding: 0px;
	text-align: left;
}

.first {
	margin-left: 60px;
}

.homebox {
	padding: 5px;
	float: left;
	height: 125px;
	width: 215px;
	margin-left: 19px;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	margin-right: 0px;
	margin-top: 0px;
	text-align: left;
	overflow: hidden;
	border-top: 0;
	background-color: #FFF;
}
.homebox_img {
	float: left;
	height: 135px;
	width: 225px;
	margin-left: 19px;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	margin-right: 0px;
	margin-top: 0px;
	text-align: left;
	overflow: hidden;
	border-top: 0;
	background-color: #FFF;
}
.homebox_titolo_first {
	display:block;
	font-weight: bolder;
	color: #FFF;
	float: left;
	height: 20px;
	width: 215px;
	padding: 8px 5px 7px 5px;
	margin-left: 39px;
	text-align: center;
}




.homebox_titolo {
	display:block;
	font-weight: bolder;
	color: #FFF;
	float: left;
	height: 20px;
	width: 215px;
	padding: 8px 5px 7px 5px;
	margin-left: 19px;
	text-align: center;
	
}
.homebox_titolo_interno {
	font-weight: bolder;
	color: #004489;
	padding: 0px 5px 5px 5px;
	text-align: center;
	margin-bottom: 0px;
}
.homebox_testo_piccolo {
	font-weight: normal;
	color: #004489;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	margin-top: 0px;
	line-height: 0em;
}
.homebox_immagine_fiera {
	text-align: center;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
	padding: 0px;
}
.news_data {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
	margin-top:0px;
	color: #004489;
}
.news_abstract {
	padding: 0px;
	margin:0px;
}

#giosi {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	margin-top: 20px;
	
	width: 200px;
	height: 90px;
background-image:url(../images/gio/pulsante_gio.png);
background-position:center center;
background-repeat:no-repeat;
/*background-color:#0F0;*/

	
	
	/* stile rettangolo*/
	

	/* /stile rettangolo*/
	
	
	}


#giosi a {
/*	background: #F90;*/

	font-size:13px;
	font-weight: bold;
	color: #004489;
	text-decoration: none;
	/*display: block;*/
	/*padding:  4px 8px;*/
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}

#giosi a:hover {
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

#gio_modulo {
	
	 padding:10px;
	 width:360px;;
	 height:auto;
	 background-color:#005da3;
	 
	 
/* Firefox v1.0+ */
-moz-border-radius:9px ;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:9px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:9px ;
/* Firefox v3.6+ */



}
.itop_button {
	
	color: rgb(230, 230, 230);
	font-weight:bolder;
font-size: 16px;
padding: 10px;
text-shadow: 2px 1px 2px rgba(30, 30, 30, 0.8);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: rgb(47, 156, 199);
background: -moz-linear-gradient(90deg, rgb(47, 156, 199) 30%, rgb(75, 195, 242) 70%);
background: -webkit-linear-gradient(90deg, rgb(47, 156, 199) 30%, rgb(75, 195, 242) 70%);
background: -o-linear-gradient(90deg, rgb(47, 156, 199) 30%, rgb(75, 195, 242) 70%);
background: -ms-linear-gradient(90deg, rgb(47, 156, 199) 30%, rgb(75, 195, 242) 70%);
background: linear-gradient(0deg, rgb(47, 156, 199) 30%, rgb(75, 195, 242) 70%);
-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.5);
box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.5);

	
}

.itop_button_rosso {
	color: rgb(230, 230, 230);
	font-size: 16px;
	font-weight:bolder;
	padding: 10px;
	text-shadow: 2px 1px 2px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(200, 0, 0);
	background: -moz-linear-gradient(90deg, rgb(150, 0, 0) 30%, rgb(200, 0, 0) 70%);
	background: -webkit-linear-gradient(90deg, rgb(150, 0, 0) 30%, rgb(200, 0, 0) 70%);
	background: -o-linear-gradient(90deg, rgb(150, 0, 0) 30%, rgb(200, 0, 0) 70%);
	background: -ms-linear-gradient(90deg, rgb(150, 0, 0) 30%, rgb(200, 0, 0) 70%);
	background: linear-gradient(0deg, rgb(150, 0, 0) 30%, rgb(200, 0, 0) 70%);
	-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.5);
	width: 150px;
	display: block;
}

	/* Define the hover highlight color for the table row */
    .itop_alternata tr:hover {
          background-color: #bee2ee;
    }
.itop_td_box {
	padding: 10px;
	height: 220px;
	border: 2px solid #006bb3;
	background-color: #FFF;
}
.itop-powered-logo {
	width: 190px;
	margin-bottom: 10px;
	border: 2px solid #66a6d1;
	padding: 10px 5px;
	background-color: #FFF;
}
