@charset "UTF-8";
/* CSS Document */

body { background-image:url(../images/background_home.jpg); background-repeat:no-repeat; background-position:top center; margin:0px; padding:0px; font-family:Helvetica, Arial, sans-serif; } 
#content {  margin:0px; background-image:url(../images/background_home_02.png); background-repeat:repeat-x; height:800px; }

#header { width:950px; height:169px; margin:auto; position:relative; }

/* Header */
	#lingue {
	position:absolute;
	width:211px;
	top:10px;
	right: 7px;
	height:20px;
}
	#lingue a { font-size:11px; color:#666; text-decoration:none;  }
	#lingue a:hover { border-bottom:1px solid #C00; }

	#logo { position:absolute; width:282px; height:76px; top:40px; left: 20px; }
	
	
	#menu {
	position:absolute;
	width:335px;
	height:40px;
	right:5px;
	top:69px;
}
#menu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
#menu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
#menu ul li a{
display: block;
background:#e6e6e6; /*background of menu items (default state)*/
background-image:url(../images/menu/bkg_left_menu.gif); background-repeat: repeat-y; background-position:left;
padding: 12px 15px;
/*border-right: 1px solid #778;*/
text-decoration: none;

}

* html #menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

#menu ul li a:link, #menu ul li a:visited{
color: #666;
font-size:13px;
font-weight:bold;
}
#menu ul li ul li  .link2 {   line-height:15px; color:#900; font-weight:normal; font-style:oblique; font-size:11px; }
#menu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#999; 
color: white;
}

#menu ul li a:hover{
background: #999; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
#menu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#menu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
#menu ul li ul li a{
font: normal 12px helvetica;
width: 149px; /*width of sub menus*/
padding: 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid  #CCC;
border-top:1px solid #FFF;
}

/* Holly Hack for IE \*/
* html #menu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 7px;
}


	
	
	
	
	


#message { width:950px; height:170px; margin:auto; }

#message img { margin-top:15px; margin-left:10px; }

#boxcontent { width:950px; height:193px; margin:auto;  }
#boxcontent .box { width:190px; float:left; }

ul#boxlist { padding:0px; margin:0px; list-style:none; }
ul#boxlist li { display:block; width:190px; height:193px; float:left; }

ul#boxlist li a.boxlink { background-repeat:no-repeat; display:block; height:193px; width:190px;}

ul#boxlist li a.box1 { background-image: url(../images/box1/converting.png); }
ul#boxlist li a:hover.box1{ background-image:  url(../images/box1/converting_02.png); }

ul#boxlist li a.box2 { background-image:url(../images/box1/automotive_01.png); }
ul#boxlist li a:hover.box2{ background-image:url(../images/box1/automotive_02.png); }

ul#boxlist li a.box3 { background-image: url(../images/box1/plastic_01.png);  }
ul#boxlist li a:hover.box3{ background-image: url(../images/box1/plastic_02.png); }



ul#boxlist li a.box4 { background-image: url(../images/box1/packaging_01.png); }
ul#boxlist li a:hover.box4{ background-image: url(../images/box1/packaging_02.png); }

ul#boxlist li a.box5 { background-image: url(../images/box1/machine_01.png); }
ul#boxlist li a:hover.box5{ background-image:  url(../images/box1/machine_02.png); }



#footer { width:950px; margin:auto; margin-top:100px; font-size:11px; color: #B8B8B8; }
#footer .iva {  float:left;}
#footer .iva a {font-size:11px; color: #B8B8B8; text-decoration:none; }
#footer .credits { float:right; }
#footer .credits a {font-size:11px; color: #B8B8B8; text-decoration:none; }
