/*stili per il layout fisso*/

html,body {background: url(../pic/bg2.png) repeat-x top;
color: #555;
text-align: center;
margin: 0;
padding: 0;
font: 80%  Verdana, Arial, Helvetica, sans-serif;
line-height: 19px;
}

div#container {
position:relative; /* needed for footer positioning*/
width: 970px;
margin: 0 auto; /* center, not in IE5 */
text-align: left;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

div#header {
	height:290px;
	width:100%;
	background-image: url(../pic/head_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

div#logo {
padding-top: 5px;
margin-left: 40px;}


div#navigation {
	float:left;
	width: 270px;
	position: absolute;
	background-image: url(../pic/main_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 1em;
}

div#content {/*margin-left: 250px;
*/
font-size:11px;
padding: 1em;
padding-right:40px;
background-image: url(../pic/main_bg.jpg);
background-repeat: repeat-y;
padding-bottom: 3em;
padding-left: 280px;
border:none;
width: auto;
min-height	: 700px; /* non &#232; interpetata da Internet Explorer */
height		: auto !important; /* serve per Opera, Mozilla e gli altri browser per sovrascrivere la terza dichiarazione che vincolerebbe in ogni caso l'altezza del box (cosa non prevista da min-height). Internet Explorer non d&#224; peso alla direttiva !important */
height		: 700px; /* &#232; interpretata solo da Internet Explorer poich&#233; per gli altri browser la seconda dichiarazione &#232; pi&#249; importante. In ogni caso Internet Explorer intepreter&#224; height come se si trattasse di min-height */

}
#content h2{
font: bold 36px/100%  Arial, "Trebuchet MS", Tahoma;
font-size:16px;
color: #2b5681;
display: block;
border-bottom: 1px #aaa9a9 solid;
text-transform: capitalize;}

#content h2 a {
color: #2b5681;
}

#content h2 a:hover {color: #5d6e95;
font-weight: bolder;
text-decoration: none;
}

#content h3 {
color: #666666;
margin: 0px 0px 2px;
/*border-bottom: 1px dotted #CCCCCC;*/
font: normal 14px Arial, "Trebuchet MS", Tahoma;
padding-bottom: 3px;
}


/* link per content */

#content a:link {color: #7ca3ca;
font-weight: bold;
text-decoration: none;}     /* unvisited link */
#content a:visited {color: #7ca3ca;
font-weight: bold;
text-decoration: none;}  /* visited link */
#content a:hover {color: #5d6e95;
text-decoration: none;}   /* mouse over link */
#content a:active {color: #7ca3ca;
font-weight: bold;
text-decoration: none;}   /* selected link */


/* Footer */

div#footer {
	clear:both;
	height: 4em;
	padding: 1.5em;
	background-color: #ededed;
	margin: 0;
	background-image: url(../pic/footer_bg.jpg);
	padding-left: 3em;
	background-repeat: no-repeat;
	bottom:0; /* stick to bottom */
}

#footer a:link, a:active, a:visited {color: #999999;
text-decoration: none;
}

#footer a:hover {color: #567BA9;
text-decoration: underline;
}

/* stili per left navigation */

#leftNav {
margin-top: 20px;
font: 105% Verdana, Arial, Helvetica, sans-serif;}

#leftNav ul {list-style-type: none;
text-align: right;}

#leftNav li {border-bottom: 2px #fff solid;
list-style-type: none;
margin: 0;}

#leftNav a {display: block;
padding: 3px 2em 3px 0em;
background-color: #ACB1B9;
/*text-transform: lowercase;*/
text-decoration:none;
color: #fff;
font-weight: normal;}

#leftNav a:hover {color: #fff;
background: #757D8A url(../pic/triang.gif) no-repeat right;
font-weight: normal;
}


/*blocco ricerca e links ulteriori*/

#leftNav2 {
margin-top: 20px;
font: 103%/2em Verdana, Arial, Helvetica, sans-serif;
}

#leftNav2 ul {display: block;
list-style-type: none;
text-align: right;}

#leftNav2 li {border-bottom: 1px #999999 solid;
list-style-type: none;
margin: 0;}

#leftNav2 a {display: block;
padding: 3px 2em 3px 0em;
/*text-transform: lowercase;*/
text-decoration:none;
color: #666666;
font-weight: normal;}

#leftNav2 a:hover {color: #6b7eab;
font-weight: normal;
}

#box { width:200px;
text-align:right;
background-color: #eeeeee;
margin-left: 4em;
margin-top: 4em;
padding-right: 2em;
padding-top: 5px;}

.txt {font:10px Verdana, Arial, Helvetica, sans-serif;}
/*current navigation*/

#leftNav ul a#current {color: #fff;
background: #757D8A url(../pic/triang.gif) no-repeat right;
font-weight: normal;
margin-left: 20px;}

#leftNav ul a#current2 {color: #fff;
background: #757D8A url(../pic/triang.gif) no-repeat right;
font-weight: bolder;}

/*stili per main navigation*/

#navMain{
width:870px;
margin: 20px 0em 0px 40px;
padding: 0;
height: 20px;
}

#navMain li {list-style-type: none;
float: left;
width: 95px;
margin: 0px;
background: #fff;
text-align: center;
line-height:20px;
border-right: 1px #b2b2b2 solid;}

#navMain a {
display: block;
text-transform: uppercase;
text-decoration:none;
color: #666666;
border: none;
font-weight: normal;}

#navMain a:hover {color: #fff;
}

/*stile polska */

#navMainPL{
width:950px;
margin: 20px 0em 0px 0px;
padding: 0;
height: 20px;
}

#navMainPL li {list-style-type: none;
float: left;
width: 105px;
margin: 0px;
background: #fff;
text-align: center;
line-height:20px;
border-right: 1px #b2b2b2 solid;}

#navMainPL a {
display: block;
text-transform: uppercase;
text-decoration:none;
color: #666666;
font-weight: normal;}

#navMainPL a:hover {color: #fff;
}


.news a:hover {color: #fff;
background: #6B7EAB;
}

.news a#current {color: #fff;
background: #374979}

.aboutus a:hover {color: #fff;
background: #fec03d;
}

.aboutus a#current {color: #fff;
background: #fec03d;
}

.environment a:hover {color: #fff;
background: #58b23f;
}

.environment a#current {color: #fff;
background: #58b23f;
}


.safety a:hover {color: #fff;
background: #a40b0b;
}

.safety a#current {color: #fff;
background: #a40b0b;
}

.products a:hover {color: #ffffff;
background: #999999;
}

.products a#current {color: #fff;
background: #757D8A;
}


.software a:hover {
	color: #999999;
	background-color: #C9BDA0;
}

.software a#current {
	color: #fff;
	background-color:#C9BDA0;
}

.contacts a:hover {color: #fff;
background: #f49d46;
}

.contacts a#current {color: #fff;
background: #f49d46;
}

.links a:hover {color: #fff;
background: #6154aa;
}


.links a#current {color: #fff;
background: #6154aa;
}

/* stili per immagini header */

#Mainpics {width:740px;
margin: 0px 0em 0px 40px;
padding: 0;
height: 10px;
/*background-color: #d2d2d2;*/
}

.evid {
color: #a8a8a8;
font-family: "Trebuchet MS", Arial;
font-weight: bolder;
font-size: 150%;}

.float{
	float: right;
	padding: 4px;
	border: solid #eeeeee 1px;
	margin-right: 4px;
	margin-left: 1px;
	clear: right;
	margin-top: 5px;
}

.float2{
	float: right;
	padding: 4px;
	border: solid #cccccc 1px;
	margin-right: 4px;
	margin-left: 1px;
	margin-top: 5px;
}
.floatnobrdr{
	float: right;
	padding: 4px;
	margin-right: 4px;
	margin-left: 1px;
	clear: right;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*tabelle prodotti */
.Stile1 {
	color: #2E749E;
	font-weight: bold;
	padding-left: 2px;
	font-size: 11px;
}
.tabellabordi{
	border-bottom: 1px solid #CCCCCC;
	border-right:1px dotted #CCCCCC;
	padding: 1px 2px 1px 2px;

}
.tabellabordibold {
	padding-left:2px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: bold;
	border-right:dotted 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
}
.bordodx {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom: solid #CCCCCC 1px;
}

.Stilebarra {
	border-bottom: solid #CCCCCC 2px;
}

.Stilebarra2 {
	border-bottom: dotted #CCCCCC 1px;
	font-size: 11px;
	display:block ;
	width: 80%;
	margin-left: 13px;
	line-height: 20px;
	
}

#subnav { font-size: 11px;
font-weight: lighter;
}

#subnav a {
	color: #003366;
	font-weight: normal;
}

#subnav a:hover{
	color: #336699;

}


