/* CSS Document */

body {
	background-image: url(img/background.gif);
	background-repeat:repeat-x;
	background-color:#fafafa;
	overflow-x: hidden;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #053466;
	margin: 0 auto;
}

#pagina_interna {
	width: 465px;
	height:190px;
}

a:focus { 
outline: 0; 
}

a img{
	border: none;
}

a {
	
}
/* contenitore sito*/
#layout {
	position: relative;
	margin: 0 auto;
	top: 15px;
	width: 850px;
	height: 560px;
	margin-top: 0px;
}

/* MENU */
#left_div {
	position: absolute;
	width: 160px;
	height: 105%;
	left: 0px;
	z-index: 100;
}
#left_div img {
	position: relative;
	margin-top: 0px;
	margin-left: 5px;
}

.food_service {
	width: 80px;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #053466;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 4px;
	border: solid 1px;
	border-color: #053466;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
	padding-left: 1px;
}

.home_link a {text-decoration: none; font-style: normal;}
.home_link:hover {text-decoration: none; font-style: normal;}
.home_link:active  {text-decoration: none; font-style: normal;}

#menu {
	top: 5px;
	position: relative;
	margin-top: -10px;
	top: 5px;
	z-index: 100;
}

.down_link {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #053466;
	text-decoration: none;
	padding-left: 5px;
}
.down_link:link {text-decoration: none; font-weight: normal;} 
.down_link:visited {text-decoration: none; font-weight: normal;} 
.down_link:hover {text-decoration: none; font-weight: bold; color: #581017;} 
.down_link:focus {text-decoration: none; font-weight: bold; color: #581017;} 
.down_link:active {text-decoration: none; font-weight: bold; color: #581017;} 

.down_sublink {left: 10px; color: #581017;}
.down_sublink:link {text-decoration: none; font-weight: normal; float: left; width: 144px;} 
.down_sublink:visited {text-decoration: none; font-weight: normal;} 
.down_sublink:hover {text-decoration: none; font-style: italic; font-weight: normal; color: #581017;} 
.down_sublink:focus {text-decoration: none; font-style: italic; font-weight: normal; color: #581017;}
.down_sublink:active {text-decoration: none; font-style: italic; font-weight: normal; color: #581017;}

#menu_item {
}
#menu_item a {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #fff;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
#menu_item a:hover {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #fff;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}

.menuItem1, .menuItem2, .menuItem3, .menuItem4 {
	background-image: url(img/item_back.gif);
	background-repeat:no-repeat;
	width: 133px;
	height: 34px;
	text-align: center;
	padding-top: 5px;
	padding-left: 0px;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #fff;
	font-variant: small-caps;
	font-weight: bold;
}

.window {
	display:none; 
	margin-left:5px;
	color: #000;
}
.window a {
	font-family: arial, sans-serif;
	font-size: 11px;	
	color: #000;
}

/* FRAME_CONTENT */
#frame_content {
	position: relative;
	margin: 0 auto;
	margin-top: 0px;
	left: 110px;
	width: 687px;
	height: 480px;
	background-color:#fafafa;
}
#frame {
	position: relative;
	top: 0px;
	margin-left: -10px;
	width: 637px;
	height: 475px;
}

/* CONTENT */
#content {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 670px;
	height: 475px;
}

#content a img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	display: inline;
	margin-left: -3px;
}
#content a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	display: inline;
	margin-left: -3px;
}
#content a .img_link{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	display: inline;
	margin-left: -3px;
}

/* PRODOTTI */
#content_prodotti_intro {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/prodotti_intro.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}

#content_prodotti {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_prodotti.gif);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
	overflow:hidden;
}

#content_prodotti_en {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_prodotti_eng.gif);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
	overflow:hidden;
}
#content_prodotti_de {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_prodotti_de.gif);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
	overflow:hidden;
}
#content_prodotti_fr {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_prodotti_fr.gif);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
	overflow:hidden;
}


#content_miscele_intro {
	position: relative;
	margin-top: 0px;
	top: 0px;
	left: 60px;
	width: 640px;
	height: 480px;
	background-image: url(img/content_miscele_intro.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}
#testo_intro_miscele {
	width: 240px;
	height: 100px;
	position: relative;
	top: 30px;
	left: 265px;
	margin-left: 50px;
	text-align: justify;
}

#content_miscele_intro_en {
	position: relative;
	margin-top: 0px;
	top: 0px;
	left: 60px;
	width: 640px;
	height: 480px;
	background-image: url(img/content_miscele_intro_eng.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}
#content_miscele_intro_de {
	position: relative;
	margin-top: 0px;
	top: 0px;
	left: 60px;
	width: 640px;
	height: 480px;
	background-image: url(img/content_miscele_intro_de.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}
#content_miscele_intro_fr {
	position: relative;
	margin-top: 0px;
	top: 0px;
	left: 60px;
	width: 640px;
	height: 480px;
	background-image: url(img/content_miscele_intro_fr.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}

#content_piaceri_intro, #content_piaceri_intro_it {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_piaceri_intro.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}
#content_piaceri_intro_it {
background-image: url(img/content_piaceri_intro.jpg);
}

#testo_intro_piaceri, #testo_intro_piaceri_it {
	width: 240px;
	height: 100px;
	position: relative;
	top: 340px;
	left: 210px;
	margin-left: 50px;
	text-align: justify;
}
 #testo_intro_piaceri_it {
	left: 250px;
 }

#content_piaceri_intro_en {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_piaceri_intro_eng.jpg);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}
#content_piaceri_intro_de {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_piaceri_intro_de.jpg);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}
#content_piaceri_intro_fr {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_piaceri_intro_fr.jpg);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}

#content_innovazione_intro {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_innovazione_intro.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}
#testo_intro_innovazione {
	width: 240px;
	height: 100px;
	position: relative;
	top: 270px;
	left: 240px;
	margin-bottom: -30px;
	margin-left: 50px;
	text-align: justify;
}

#content_innovazione_intro_en {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_innovazione_intro_eng.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}
#content_innovazione_intro_de {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_innovazione_intro_de.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}
#content_innovazione_intro_fr {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_innovazione_intro_fr.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}

/* SERVIZI */
#content_servizi_intro {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/servizi_intro.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}

#content_servizi {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_servizi.gif);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
	overflow:hidden
}

#content_servizi_en {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_servizi_eng.gif);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
	overflow:hidden
}
#content_servizi_de {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_servizi_de.gif);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
	overflow:hidden
}
#content_servizi_fr {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_servizi_eng.gif);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
	overflow:hidden
}

/* CONTATTI */
#content_contatti {
	position: relative;
	top: 0px;
	left: 60px;
	background-color: none;
	width: 640px;
	height: 480px;
	background-image: url(img/content_contatti.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
	border: none;
}
#content_contatti span {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
}
.content_contact_text {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 15px;
	color: #003366;
}
#contatti_table {
	width: 60%;
	margin-top: 20px;
}
#contatti_table span {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
}
#static_contatti {
	width: 230px;
	height: 475px;
	position: relative;
	margin-left: 5px;
	top: 11px;
	padding-top:-10px;
	text-align: left;
}
#static_contatti span {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #003366;
}

#static_contatti a {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
}
#static_contatti a:hover {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
}
#static_contatti a img{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#form {
	margin-left:20px
}
#form span {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	padding-left: 15px;
}
#richiesta {
	margin-left:15px;
}
.bt_lavazza {
	background-color: #003366;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
}

/* TESTO PAGINE: training_center - clienti_lavazza_fs - esperienza_lavazza */
#content_descr_static_scroll {
	height: 160px;
	overflow: auto;
	scrollbar-face-color: #fafafa;
	scrollbar-highlight-color: #c6c6c6;
	scrollbar-shadow-color: #003399;
	scrollbar-3dlight-color: #003399;
	scrollbar-arrow-color: #003399;
	scrollbar-track-color: #fafafa;
	scrollbar-darkshadow-color: #c6c6c6;
	scrollbar-base-color: #fafafa;
	scrollbar-width: 15PX;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #003366;
	margin-top: 5px;
	margin-left: 10px;
}
#content_descr_static_scroll ul {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-top: -15px;
	margin-bottom: -2px;
}
#content_descr_static_scroll a {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
}

/* TESTO PAGINE INTRODUTTIVE + LINK GALLERY */
.testo_intro{
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}

#link_gallery {
	position: relative;
	float: right;
	/*width: 100px;*/
	height: 30px;
	top: 320px;
	/*margin-right: 45px;*/
	right: 60px;
	width: 200px;
}
#link_gallery a {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #581117;
	font-weight: bold;
	text-decoration: none;
}
#link_gallery_miscele {
	position: relative;
	float: right;
	width: 200px;
	height: 40px;
	top: 0px;
	right: 60px;
}
#link_gallery_miscele a {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #581117;
	font-weight: bold;
	text-decoration: none;
}

#link_training {
	position: relative;
	float: right;
	height: 20px;
	top: -20px;
	margin-right: 5px;
}
 
#link_training a {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #581117;
	font-weight: bold;
	text-decoration: none;
}

/* CHANGE LANGUAGE */
#content_change {
	width: 680px;
	height: 475px;
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 60px;
	background-image: url(img/lang_box.png);
	background-repeat:no-repeat;
	background-color:none;
}
.change_img {
	margin-left: 40px;
}

#title_change {
	width: 450px;
	height: 34px;
	position: relative;
	margin-top: 20px;
	margin-left: 12px;
	background-image: url(img/change_bar.png);
	background-repeat: repeat-x;
}
#title_change p {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #581117;
	position: relative;
	padding-top: 6px;
	padding-left: 40px;
}

#title_change ul {
	list-style: none;
	text-align: center;
	position: relative;
	left: -160px;
}
#title_change li {
	margin-top: 35px;
}

#title_change li a {
	position: relative;
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 15px;
	color: #003366;
	text-decoration: none;
}

/* SEZIONE CONTENUTO GALLERY CENTRALE + FRAME */
#frame {
	background-color:#fafafa;
	width: 465px;
	height:200px;
	position: relative;
	margin-left: 10px;
	top: 12px;
}

.title_descr_intro {
	font-family: /*Futura Condensed Bold, ,*/Helvetica, arial, sans-serif;
	font-size: 20px;
	color: #581017;
	position: absolute;
	top: 20px;
	margin-left: 20px;
	font-weight: bold;
}
.title_descr {
	font-family: /*Futura Condensed Bold, ,*/Helvetica, arial, sans-serif;
	font-size: 20px;
	color: #581017;
	position: relative;
	top: 10px;
	margin-left: 5px;
	font-weight: bold;
}
.text_link {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
.content_descr {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 11px;
	color: #003366;
	margin-left: 5px;
	line-height: 12px;
}
.content_carat {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 10px;
	color: #003366;
	position: relative;
	margin-top: -25px;
	margin-left: 5px;
	font-weight: bold;
}

.img_frame {
 float: right;
 margin-left: 10px;
}

.img_prod {
	float: left;
	margin-right: 5px;
}

#miscele_list {
	width: 562px;
	height:260px;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	background-color:none;
}

#static	{
	width: 560px;
	height: 470px;
	position: relative;
	margin-left: 10px;
	top: 12px;
	padding-top:-10px;
}
/*#static a {
	font-family:  arial, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
}
#static a:hover {
	font-family:  arial, sans-serif;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;
}*/
#static	ul {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-top: -15px;
	margin-bottom: -2px;
}

#static_white	{
	width: 563px;
	height: 455px;
	position: relative;
	margin-left: 10px;
	top: 11px;
	padding-top:-11px;
}

#static_caffeoltre	{
	width: 577px;
	height: 453px;
	position: relative;
	margin-left: 10px;
	top: 11px;
	padding-top:-11px;
	background-image: url(img/caffe_oltre.png);
	background-repeat:no-repeat;
}
#static_caffeoltre_de	{
	width: 577px;
	height: 453px;
	position: relative;
	margin-left: 10px;
	top: 11px;
	padding-top:-11px;
	background-image: url(img/caffe_oltre_DE.png);
	background-repeat:no-repeat;
}

#static_marketing {
	width: 567px;
	height: 452px;
	position: relative;
	margin-left: 10px;
	top: 11px;
	padding-top:-11px;
	/*background-image: url(img/marketing.png);
	background-repeat:no-repeat;*/
}

.content_descr_static {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #003366;
	margin-top: -5px;
	margin-left: 10px;
}
.content_descr_static_espresso {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #003366;
	margin-top: -15px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.content_descr_static_down {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #003366;
	margin-top: 200px;
	margin-left: 10px;
}
.content_descr_static_contact {
	font-family: /*Futura Condensed Bold, Helvetica,*/ arial, sans-serif;
	font-size: 13px;
	color: #003366;
	position: relative;
	top: 25px;
	margin-left: 10px;
}

/* BOTTOM */
#back_line {
	width: 100%;
	height:115px;
	margin-top: -65px;
	background-image:url(img/back_downline.gif);
	background-repeat:repeat-y;
	z-index:0;
	border: solid;
	border-width: 1px;
	border-color: #a1a1a1;
	border-top: none;
	border-right: none;
	border-left: none;
}

#down_table {
	position: relative;
	width: 520px;
	height: 115px;
	text-align: left;
	left: 30px;
}
#down_table td {
	width: 50%
}
.down_table_title {
	position: relative;
	margin-top: 0px;
	font-family: /*Helvetica,*/ arial, sans-serif;
	font-size: 11px;
	color: #053466;
	font-weight: bold;
	float: left;
	padding-left: 0px;
}
.down_table_title_right {
	position: relative;
	margin-top: 0px;
	font-family: /*Helvetica,*/ arial, sans-serif;
	font-size: 11px;
	color: #053466;
	font-weight: bold;
	float: left;
	padding-left: 0px;
}

.down_table_text {
	margin-top: -5px;
	font-family: /*Helvetica,*/ arial, sans-serif;
	font-size: 11px;
	color: #053466;
	width: 80%;
	padding-left: 0px;
}
.down_table_text_right {
	margin-top: -5px;
	font-family: /*Helvetica,*/ arial, sans-serif;
	font-size: 11px;
	color: #053466;
	width: 80%;
	padding-left: 0px;
}

#down_table img {
	margin-top: 0px;
	margin-right: 20px;
	float: right;
}
#down_table a img {
	margin-top: 5px;
	margin-right: 20px;
	float: right;
}
#td_right {
	float: right; 
	height: 85px;
}

#footer {
	position: relative;
	margin-top: 10px;
	width: 700px;
	height: 30px;
	text-align: left;
	left: 90px;
}
#footer p {
	font-family: /*Helvetica,*/ arial, sans-serif;
	font-size: 9px;
	color: #053466;
	float: left;
	padding-left: 2px;
}
#footer a {
	font-family: /*Helvetica,*/ arial, sans-serif;
	font-size: 9px;
	color: #053466;
}
#footer a img {
	margin-left: 10px;
	vertical-align: middle;
}
/* INIZIO GALLERY */

#gallery {
 	width: 90%;
	height: 220px;
	text-align: center;
}

#motioncontainer {
	width: 100%; 
	height: 520px;  
}
#motiongallery {
}

#motioncontainer a img {
	border: none; /
}
#motioncontainer a:hover img {
	border: none; 
}

.gallery_next  {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #581017;
	font-weight: bold;
	position: relative;
	top: 230px;
	z-index: 100;
	left: 445px;
	text-decoration: none;
}
.gallery_next a img {
	width: 31px;
	height: 19px;
}
/* FINE GALLERY */



/* MENU ANIMATO HOME */

/*EXTRAS*/
.contentWrapper h3{
	border-bottom: 1px solid silver;
	background-color: #dfdfdf;	
}
p{
	padding: 10px;
}

/*Main Container*/
.container3 {
	width:100%;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 56px;
	height: 475px;
	text-align:center;
}

.handle3 img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	display: block;
}
.handleOver3 {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	display: block;
}
.handleOver3 img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	display: block;
}
.handleSelected3 {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	display: block;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 0px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	/*width:0px;
	height: 310px;	*/
	width: 625px;
	height: 475px;
	overflow:hidden;
}

/*  TEST 4  */
.test4 .handle {
	float: left;
	width: 32px;
	height: 310px;
	margin: 1px;
	margin-right: -10px;
	background:  url(../images/blade_grey.png) no-repeat;
	text-align:center;
	/*padding-top:10px;*/
	font-weight: bold;
	color: #9e9e9e;
	font-size: 16px;
}
.test4 .handleOver{	
	background: url(../images/blade_grey_sel.png) no-repeat;
}
.test4 .handleSelected{
	
	background: url(../images/blade_grey_sel.png) no-repeat;
}

/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:100%;	
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
	width: 625px;
	height: 475px;
}

/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;
	overflow:hidden;
	background-color:#000000;
	height: 475px;
	
}
.contentWrapper{	
	background-color:#000000;
	height: 475px;
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
	background-color:#000000;
	height: 475px;
}

#intro_home {
	width: 625px;
	height: 475px;
	background-image:url(img/intro_home.jpg);
	background-repeat: repeat;
}

#prodotti_home {
	width: 625px;
	height: 475px;
	background-image:url(img/prodotti_intro_home.jpg);
	background-repeat: repeat;
}
#servizi_home {
	width: 625px;
	height: 475px;
	background-image:url(img/servizi_intro_home.jpg);
	background-repeat: repeat;
}
#contatti_home {
	width: 625px;
	height: 475px;
	/*background-color:#d7d7d7;*/
	padding-left: 10px;
	background-image:url(img/contatti_intro_home.jpg);
	background-repeat: repeat;
}

/* privacy page */
#privacy_body {
	background-image: url(img/background.gif);
	background-repeat:repeat-x;
	background-color:#fafafa;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #053466;
	margin: 0 auto;
}

/* VERSIONE INGLESE */
#intro_home_en {
	width: 625px;
	height: 475px;
	background-image:url(img/intro_home_en.jpg);
	background-repeat: repeat;
}
#prodotti_home_en {
	width: 625px;
	height: 475px;
	background-image:url(img/prodotti_intro_home_en.jpg);
	background-repeat: repeat;
}
#servizi_home_en {
	width: 625px;
	height: 475px;
	background-image:url(img/servizi_intro_home_en.jpg);
	background-repeat: repeat;
}
/* FINE VERSIONE INGLESE */

/* VERSIONE TEDESCA */
#intro_home_de {
	width: 625px;
	height: 475px;
	background-image:url(img/intro_home_de.jpg);
	background-repeat: repeat;
}
#prodotti_home_de { 
	width: 625px;
	height: 475px;
	background-image:url(img/prodotti_intro_home_de.jpg);
	background-repeat: repeat;
}
#servizi_home_de {
	width: 625px;
	height: 475px;
	background-image:url(img/servizi_intro_home_de.jpg);
	background-repeat: repeat;
}

/* FINE VERSIONE TEDESCA */

/* VERSIONE FRANCESE */
#intro_home_fr {
	width: 625px;
	height: 475px;
	background-image:url(img/intro_home_fr.jpg);
	background-repeat: repeat;
}
#prodotti_home_fr {
	width: 625px;
	height: 475px;
	background-image:url(img/prodotti_intro_home_fr.jpg);
	background-repeat: repeat;
}
#servizi_home_fr {
	width: 625px;
	height: 475px;
	background-image:url(img/servizi_intro_home_fr.jpg);
	background-repeat: repeat;
}
/* FINE VERSIONE FRANCESE */

