@charset "utf-8";
html,body
{
	margin:0;
	padding:0;
	/*height:98%; /* Necessario per il calcolo del min-height del container*/
	background-color: #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url(/images/background_esterno.jpg);
}

DIV#container
{
	position:relative; /* Necessario per il posizionamento del Footer */
	margin:0 auto;
	width:960px;
	height: auto !important;
	height:100%; /* IE6: Lo interpreta come min-height */
	min-height:100%;
	border: 1px solid #666666;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

DIV#header
{
	background-color:#FF6600;
	height: 80px;
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/home/topbarhome.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

DIV#headermacchine
{
	background-color:#FF6600;
	height: 80px;
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/home/topbarmacchine.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

DIV#headermachines
{
	background-color:#FF6600;
	height: 80px;
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/home/topbarmachines.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


DIV#headermotori
{
	background-color:#FF6600;
	height: 80px;
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/home/topbarmotori.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

DIV#headermotors
{
	background-color:#FF6600;
	height: 80px;
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/home/topbarmotors.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

DIV#headerprotezioni
{
	background-color:#FF6600;
	height: 80px;
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/home/topbarprotezione.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

DIV#headersafety
{
	background-color:#FF6600;
	height: 80px;
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/home/topbarsafety.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


DIV#headerservice
{
	background-color:#FF6600;
	height: 80px;
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/home/topbarservice.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



DIV#side
{
	width: 160px;
	float: left;
	height: 100%;
	padding-left: 0px;
	overflow: auto;
	position: relative;
	top: 0px;
	bottom: 0px;
}

DIV#map
{
	text-align:center;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: 5px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	vertical-align: middle;
}

DIV#content
{
	/*margin-left: 165px;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	min-height: 600px;
	font-weight: 300;
	color: #333333;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 40px;
	padding-left: 2px;
	overflow: auto;
}

DIV#content p
{
	margin:0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

DIV#footer
{
	background-color:#FF9900;
	text-align:center;
	color:#333333;
	font-weight:bolder;
	position:relative;
	width:100%;
	bottom:0px; /* Attaccato al Bottom */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-position: center center;
	height: 75px;
	vertical-align: text-top;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;*/
	clear: both;
	line-height: 10px;
	background-image: url(/images/footer.jpg);
}

DIV#footer a
{	color:#333333;
	font-weight:bolder;
	text-decoration: none;	
}
DIV#footer a:hover
{
	color:#000000;
	font-weight:bolder;
	text-decoration: underline;
}

DIV#footer p
{
	padding:2px;
}


.menufooter
{
	display: inline;
	list-style: none;
}


DIV#immagini_right
{
	position: relative;
	width: 250px;
	float: right;
	clear: right;
	right: 0px;
}

a:link img, a:visited img, a:hover img {
  border: none;
}

DIV#indirizzo
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	height: 20px;
	text-decoration: none;
	width: 400px;
	left: 10px;
	top: 0px;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

DIV#indirizzo a
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	height: 20px;
	text-decoration: none;
	left: 0px;
	top: 0px;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

DIV#indirizzo a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	height: 20px;
	text-decoration: none;
	left: 0px;
	top: 0px;
	font-size: x-small;
	font-weight: bold;
	color: #FF6600;
}

DIV#fwdbwd
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	bottom:10px;
	float: left;
	clear: both;
	margin: 0px;
	width: 350px;
	height: 20px;
	left: 180px;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

DIV#fwdbwd a
{
	margin: 0px;
	height: 20px;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

DIV#fwdbwd a:hover
{
	color: #FF6600;
}

DIV#descrizione
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
	margin: 5px;
	width: 500px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	overflow: auto;
	min-height: 600px;
}

DIV#descrizione a
{
	text-decoration: underline;
	color: #333333;

}
DIV#descrizione a:hover
{
	color:#FF6600;
	text-decoration: underline;
}


DIV#aggiornamenti
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
	margin: 5px;
	width: 690px;
	position: relative;
	left: 5px;
	top: 5px;
	float: left;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	overflow: auto;
	min-height: 600px;
}

DIV#aggiornamenti a
{
	text-decoration: none;
	color: #333333;

}
DIV#aggiornamenti a:hover
{
	color:#FF6600;
	text-decoration: none;
}

DIV#home
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: center;
	margin: 5px;
	width: 790px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	overflow: auto;
	min-height: 600px;
}


DIV#descrizione p
{
	text-align: left;
	
}

.opzioni
{
	font-style: italic;	
}

.Intestazione {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	white-space: pre;
	line-height: normal;
}

.intestazione0 {
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	white-space: pre;
	line-height: normal;
}

.feature {
	background-color: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
	text-align: right;
	white-space: pre;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.feature:hover{
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: right;
	white-space: pre;
	line-height: normal;
}

.row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}

.row:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}

.rowgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}

.rowgrey:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}

.dati {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.datim {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
}

.datim a {
	color: #000000;
	text-decoration: none;	
}



DIV#miniature {
	text-align: center;
	width: 680px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	font-weight: normal;
	padding: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	overflow: auto;
	min-height: 650px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
}

.categoria
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 800;
	color: #666666;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

.categoriapiccola
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #666666;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	text-decoration: none;

}

.categoriapiccola a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #666666;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	text-decoration: none;
}


.thumbnomi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #FF6600;
	font-size: small;
	}
.thumbnomi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #FF6600;
	font-size: small;
	text-decoration: none;
	font-weight: 600;
	}
.thumbfoto a img{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}
.thumbfoto a img:hover{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF6600;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF6600;
	}
	
DIV#immagini_bottom
{	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*position: absolute;*/
	float: left;
	clear: both;
	margin: 0px;
	/*width: 600px;*/
	height: 160px;
	left: 10px;
	bottom: 0px;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	
}

.intestazionemotori {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	white-space: pre;
	line-height: normal;
}

.intestazionemotori0 {
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	white-space: pre;
	line-height: normal;
}

.rowmotori {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #E4E4E4;
}

.rowmotori:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}



DIV#tabellamotori
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	width: 98%;
	color: #333333;
	margin: 5px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	overflow: auto;
	min-height: 600px;
}

.categoriehome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #333333;
	vertical-align: middle;
	line-height: normal;
}
DIV#descrizionehome p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #FF333333;
	text-align:right;
	margin-right:10px;
	font-variant: small-caps;
	vertical-align: middle;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
	white-space: normal;
}

h1
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
}

DIV#form
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
	margin: 5px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	font-weight: normal;
	font-variant: normal;
	padding: 20px;
	letter-spacing: normal;
	word-spacing: normal;
	overflow: auto;
	min-height: 600px;
}

h2
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
	font-variant: small-caps;
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.testohome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #333333;
	vertical-align: middle;
	line-height: normal;
	text-align: right;
}
.new {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.new a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #FF6600;
}

.new h2
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF6600;
	font-variant: small-caps;
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 00px;
}

.categoria a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 800;
	color: #666666;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	text-decoration: none;
}

.rowdownload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	text-decoration: none;
}

.rowdownload a{
	text-decoration: none;
}


.rowdownload a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	line-height: normal;
}

