body {
	font-size: 14px;
	color: #88959B;
	background-image: url(../CSS/Images/NoiseStrip.png);
	font-family: "scadaregular";
	width:100%;height:100%;
	overflow: auto;
}   
@font-face {
    font-family: 'scadaregular';
    src: url('../CSS/Fonts/scada-regular-webfont.eot');
    src: url('../CSS/Fonts/scada-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../CSS/Fonts/scada-regular-webfont.woff2') format('woff2'),
         url('../CSS/Fonts/scada-regular-webfont.woff') format('woff'),
         url('../CSS/Fonts/scada-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



#wrapper { 
 margin: 0 auto;
 width: 850px;
 height: auto;
}
#faux {
	margin-bottom: 0px;
	overflow: auto;
	width: 850px;
	height: 500px;
}
#header {
	width: 850px;
	height: 200px;
	padding-top: 10px;
	
}
#navigation {

 margin: 0px;
 background: #a60000;
 width: 850px;
 height: 25px;
 
}
#tnavigation {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 850px;
	height: 25px;
}

#leftcolumn {
	color: #333;
	margin: 5px;
	padding: 5px;
	width: 200px;
	float: left;
	height: 300px;
	position: relative;
}
#rightcolumn {
	
	display: block;
	color: #333;
	padding: 5px;
	width: 600px;
	position: relative;
	height: 490px;
	overflow:auto;
}
#footer {
	width: 840px;
	height: 60px;
	clear: both;
	color: white;
	background: #a60000;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	text-align: center;
}
.continua-news {
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #407094;
}
#range-logo {
	background-image: url(../Head.jpg);
	display: block;
	height: 200px;
	width: 850px;
	text-indent:-9999px;
}
/* CSS Accettazione Cookie */
div#cookieChoiceInfo {
background-color: #a60000 !important;
color:#88959B;
font-weight:bold;
font-size:14px;
font-family: scadaregular;
}
#cookieChoiceInfo > a:nth-child(2),a#cookieChoiceDismiss {
color: #a60000;
background:linear-gradient(to bottom, #fedede 4%, #e50909 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedede', endColorstr='#e50909',GradientType=0);
box-shadow: 2px 2px 2px  #aaa;
text-shadow:1px 1px 1px #ccc;
text-align:center;
padding:3px 12px;
text-decoration:none;
border-radius:8px;
font-family: scadaregular;
font-size:14px;
font-weight:bold;}
#cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
color:#a60000;
box-shadow: 1px 1px 1px  #aaa;
text-shadow:0px 0px 0px #ccc;
text-decoration:none;
position: relative;
top:1px;left:1px;
}

.clear { clear: both; background: none; }
