﻿/* CSS Document */

html,body{margin: 0;padding:0;}

body{font-family: univers,arial,sans-serif;font-size: 11px}
/* ---------------------
#hdrMenu {
	background-color: #009DEA;
	padding: 0.5em;
	margin: 0;
	width: 100%;
	display:block;
}
------------------------- */

html>body #hdrMenu {
	width: 100%;
}

div#hdrSubMenu{clear:left;background-color:#432314;color: #fff; margin:0;padding: 2px; height:200px;text-align:center}
div#hdrSubMenu .sw{
	background-image:url("../images/bg_sub_logosw.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	height:49px;
}
	
.Azienda{
	background-image:url("../images/bg_sub_enterprise.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
.Sistema{
	background-image:url("../images/bg_sub_systeme.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
.Riservato{
	background-image:url("../images/bg_sub_reserve.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	}	
	
.Contattaci{
	background-image:url("../images/bg_sub_contactez.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	}	
	
.Concessionari{
	background-image:url("../images/bg_sub_lesconcess.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.News{
	background-image:url("../images/bg_sub_news.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	}

div#container{width: 760px;margin: 0 auto;text-align: left; background-color: #fff}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #432314;font-size: 1.5em}
div#homeorig{clear:left;color:#FFFFFF;padding: 1em;background-color: #432314;font-size: 11px; height:100%; width:100%; margin:0;}
div#home{clear:left;background-color:#432314;color: #fff; margin:0;padding: 2px; height:100%}
div#content{
	margin-right: 1em;
	padding: 1em;
	background-color: #fff;
	font-size: 11px;
	line-height: 16px;
 }
div#content .colonna1{
	float:left;
	background-image:url("../images/stendardibicromia.jpg");
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: left top;
	margin-left:-1em;
	margin-top:-1em;
	height:338px;
	width:225px;
}
div#content .2colonne{
	float:left;
	margin:0.5em;
	width:40em;
}

div#content .colonna{
	float:left;
	margin:0.5em;
	width:20em;
}
div#content td{font-size: 11px}
div#hdrSubMenu a {color:#fff;text-decoration:none}
div#hdrSubMenu a:link {color:#fff;text-decoration:none}
div#hdrSubMenu a:visited {color:#fff;text-decoration:none}
div#hdrSubMenu a:active {color:#fff;text-decoration:none}
div#hdrSubMenu a:hover {color:#009DEA;text-decoration:none}
div#footer{clear:left;text-align:center;font-size:9px; padding: 0.5em; background-color: #fff; color: #000;}
/* div#footer{clear:left;text-align:left;font-size:9px; padding: 0.5em; background-color: #fff; color: #000; padding-left: 225px;} */
div#footer a{color: #071853;font-weight: bold;text-decoration: underline}

ul {
	margin: 0px 20px 8px 30px;
	text-align: justify;
}

/*---------------------------------
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:center;
}
li#first {
	display:inline;
	position: relative;
	width: 10em;
	text-align: center;
	background-color: #009DEA;
	margin-right:1em;
	margin-bottom:0;
	background-image:none;
}
li {
	display:inline;
	position: relative;
	width: 10em;
	text-align: center;
	background-color: #009DEA;
	margin-right:1em;
	margin-bottom:0;
	background-image:url(../images/nuove/sep_trat_bice.gif);
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: 0;
	padding-left: 1em;
}
li ul {
	display: none;
	position: absolute;
	top: 1.3em;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 0 0;
	margin-top:0;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	text-align:left;
	width:150px;
	padding-left: 1em;
	margin-top:0;
	background-image:none;
}
li:hover ul, li.over ul {
	display: block;
}
li a {
	text-decoration: none;
}
li a:link {
	color: #FFFFFF;
}
li a:visited {
	color: #FFFFFF;
}
li a:active {
	color: #FFFFFF;
}
li a:hover {
	text-decoration: none;
}
------------------------------ */

.dotted {
	border: 1px dotted #009DEA;
}
.dotted th {
	background-color:#432314;
	color:#FFFFFF;
	text-transform:uppercase;
	border-right-color:#009DEA;
	border-right-width:1px;
	border-right-style:dotted;		
	padding-bottom:1em;
	padding-top:0.2em;
}
.dotted th.lasth {
	border-right:none;
}
.dotted td {
	border-bottom-color:#432314;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-color:#009DEA;
	border-right-width:1px;
	border-right-style:dotted;		
	margin:0.2em;
	padding:0.2em;
	vertical-align:top;
}
.dotted td.lastrowfirstcol {
	border-bottom:none;
}

.dotted td.lastrowlastcol {
	border:none;
}

.dotted td.lastcol {
	border-right:none;
}
.dotted a {
	text-decoration:none;
}

.dotted a:link {
	color:009DEA;
}
.dotted a:visited {
	color:009DEA;
}
.dotted a:active {
	color:009DEA;
}
.dotted a:hover {
	text-decoration:none;
}

.menubg {
	background-color:#009dea;
	width: 100%;
	height: 20px;
}

.menudd	{
	margin: 0px auto -1px auto;
	width:580px;
}

/* this is the main UL element*/
.dropdown{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	text-align:center;
	margin-top:1px;
	margin-bottom:1px;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	background-color: transparent;
	background-image:url("../images/sep_trat_bice.gif");
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: 0;
	cursor:pointer;
}

.dropdown li#first {
	background-image:none;
}

/* these are all the LIs in the menu*/
.dropdown li li {
	display: block;
	float: none;
	background-color: transparent;
/*	border:solid 1px black; */
	text-align:left;
	width:135px;
	margin-top:2px;
	background-image:none;
	padding-left:15px;
	padding-right:15px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:left;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#FFFFFF;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
/*	border:1px solid black; */
/*	background-image:url(../images/submenubg.png);
	background-repeat:repeat; */
	padding-top:0px;
	border-top:0px;
	margin-left:-10px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
/*	background-position:center left;
	background-repeat:no-repeat; */
/*	padding-left:20px;
	width:105px; /*
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
/*	background-position:center right; */
	padding:5px;
	width:120px;
}








