@charset "utf-8";
/* CSS Document */

body
{
margin:0;
padding:0;
font-family:'tahoma',Verdana, Arial, Helvetica, sans-serif;
background:url(../img/body_bg.jpg)  repeat-x;
}

.wrapper
{
width:760px; 
margin:0 auto;
}
p, li{ line-height:1.3em; }
.wrapper p{padding:0 10px}
.header
{
height:79px;
overflow:hidden;
background:#056DAA /*006591*/;
margin:0;
padding:0;
position:relative;
}

a
{
color:#FF3A00;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}

/* ------ Menu ----- */
.menu {font-size:0.8em;padding-bottom:2px; z-index:15;*margin-top:-3px}

.menu ul {padding:0;margin:0;list-style-type:none; height:48px;background:#277EA2; }

.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:48px;line-height:48px; border-right:1px solid #fff; font-weight:lighter
 border-bottom:0px solid #015;}
 
.menu ul li span{ font-weight:bold} 
.menu ul ul li {display:block;width:12em;height:auto;position:relative; left:0px; top:10px;line-height:1em; z-index:50}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;
background:#1AA9D4;/*#277EA2*/ padding:0 20px 0 19px;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#06C5F6; color:#fff;width:16em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background 
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ccc;}*/
/* style the fourth level background 
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ddd;}*/
/* style the sub level 1 background
.menu ul :hover a.sub1 {background:#ccc;} */
/* style the sub level 2 background 
.menu ul ul :hover a.sub2 {background:#ddd;}*/

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:#06C5F6;}
.menu :hover > a {color:#fff;background:#06C5F6;}
/* second */
.menu ul ul a:hover{color:#fff;background:#1AA9D4;}
.menu ul ul :hover > a {color:#fff;background:#1AA9D4;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


.contentwrapper
{
background:url(../img/content_bg.jpg) repeat-x top #CCCCCC;
border:1px solid #CCCCCC;
padding:10px;
font-size:12px;
}

.flashfont{ font-family:"Trebuchet MS", Tahoma, Verdana; color:#FF3300; font-size:26px; font-weight:lighter;}
.box_title{font-family:"Trebuchet MS", Tahoma, Verdana; color:#333; font-size:16px; }
.abstract{font-family:"Trebuchet MS", Tahoma, Verdana; color:#000; font-size:18px; }

.acciaieria
{
width:95%;
background:white;
border-bottom:1px black dotted;
margin:0 auto;
padding:10px;
}
.abstract_box
{
width:95%;
background:white;
border:1px black dotted;
margin:0 auto;
padding:10px;
}

.abstract_box P
{
margin:10px 0;
font-size:14px;
}
.Stile1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16;
	font-style: italic;
}
h1
{
margin:25px 0 20px 10px;
}
h4{ padding-left:10px}
h2
{
font-weight:normal;
margin:20px 0 15px 10px ;
}

.box_title, h3
{
font-size:16px;
width:70%;
margin:0 0 5px 0;
}


.generic_txt
{
font-size:12px;
line-height:1.3em;
margin:3px;
}

.footer
{
clear:both; 
border-top:#000000 2px solid;
margin-top:40px;
}
.footer a:link, .footer a:visited, .footer a:hover{ background:url(../img/body_bg.jpg)  repeat-x; color:#000066}


.footer p
{
font-size:11px;
text-align:center;
margin:8px 0;
}



.box_wrapper
{
margin:30px auto 0 auto;
margin-left:2px;
}

.box
{
width:163px;
height:160px;
background:url(../img/box_bg.png) no-repeat;
margin-right:1px;
padding:10px;
float:left;
}
.box img{ margin:0 auto;}
.box p
{
margin:7px 0 5px 0;
font-size:11px;
color:#666666;
padding-right:20px;

}



.opacityit
{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover
{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
cursor:pointer;
}

.link_box
{
position:absolute;
right:0;
top:0;
width:200px;
height:100%;
padding: 10px 10px 0 0;
text-align:right;
}

a.link_box
{
color:#fff;
font-size:10px;
text-transform:uppercase;
font-weight:bold;
}

.optima
{
display:none;
}

.float_sx
{
margin:0 15px 15px 0;
float:left;
}
.float_dx
{
margin:0 15px 15px 0;
float:right;
}

.img_wrapper
{
/*position:relative;*/

}

.didascalia
{
position:relative;
bottom:15px;
font-size:10px;
clear:both;
float:left;
display:block;
width:100%;
margin:10px;
}

h4
{
font-size:14px;
margin:20px 0 10px 0;
}

.content_dw_box
{
position:static;
width:71%;
float:left;

}

.box_internal
{
width:163px;
height:160px;
background:url(../img/box_bg.png) no-repeat;
margin-right:0px;
padding:10px;
position:relative;
bottom:0px;
right:0px;
}

.box_internal p
{
margin:7px 0 5px 0;
padding-right:20px;
font-size:11px;
color:#666666;
}

.dx_column
{
position:relative;
width:25%;
float:left;
height:100%;
padding-left:20px;
}

.highlight
{
color:black;
font-weight:bold;
font-size:15px;
margin-bottom:30px;
}

.highlight p
{
padding:8px;
/*background:white;
border:1px black dotted;*/

}

.highlight li
{
color:#006591;
margin
}

.highlight ul
{
margin:10px 0;
padding-left:20px;
}

.form_container input
{
width:150px;
}

.button_form
{
width:40px;
}



p.abstract_risorsa
{
margin:3px 0; 
}

a.scarica_materiale
{
background:url(../img/41.png) 0 3px no-repeat;
font-size:12px;
display:block;
line-height:30px;
padding-left:28px;
height:30px;
width:200px;
margin-bottom:10px;margin-left:10px;
}


/* ----- TAGLIE ----- */
ul#.taglie,ul.taglie li{margin:0;padding:0;list-style:none}

ul.taglie{overflow: hidden;  /* width: 438px; simple clearing of floats */
   padding: 0em ;margin: 0em 0;
  line-height: 1.8;}

ul.taglie li{float:left;width:49%; line-height:1.8em;
    margin-left: 1%;display: inline;   /* per evitare il float double margin bug di IE*/
    border-bottom:0px dotted #fff}



/* ------ FORM CONTATTI ----- */

#messaggio{ width:360px; height:180px;}
#nome, #cognome, #indirizzo, #citta, #telefono, #cellulare, #email{ width:260px;}
table{ margin-left:10px; font-size:11px;}


