body {
	margin: 0px;
	padding: 0 0 25px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
	background: #FFFFFF url(../img/bg-body.gif) left top repeat-x;
}

p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
	text-align: justify;
}
h1 {
	color: #666666;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../img/ico-h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

h2 {
	font-size: 1.5em;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #24618E;
	font-size: 1.2em;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	color: #022966;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px;
	color: #F9A92B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h6 {
	color: #666666;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


ul {
	margin: 2px 0 2px 0;
	list-style-type: square;
	padding-left: 15px;
}

li {
	font-size: 0.7em;
}
a:link {
	color: #022966;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #01669C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	font-weight: bold;
}
a:active {
	color: #FF9933;
	font-weight: bold;
}

.right {
	float: right;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#container {
	height: auto;
	width: 865px;
	margin: 0 auto 0 auto; /* la proprietà 'auto' per right e left autocentra il div */
	position: relative; /* definisce lo spostamento del div rispetto alla posizione che normalmente assumerebbe di default */
	z-index: 1;
	padding: 0 10px 0 10px;
	overflow: auto; /* aggiunge lo scorrimento se il contenuto eccede dalle dimensioni del div */
	background: #FFFFFF url(../img/bg-container.gif) left top no-repeat;
}
#top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 100%;
	position: relative;
	z-index: 2;
	background: #FFFFFF url(../img/bg-top.gif) no-repeat;
}

#nav {
	margin: 0px;
	float: left;
	height: 35px;
	width: 100%;
	position: relative;
	z-index: 3;
	line-height: normal;
	border-bottom: 1px solid #24618E;
	font-weight: bold;
	padding: 5px 0 0 0;
	background: #FFFFFF url(../img/bg-nav.gif) left bottom no-repeat;
}

#nav ul {
	border: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#nav ul li {
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#nav ul li a {
	width: 83px;
	height: 35px;
	color: #022966;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/bg-button.gif);
	font-size: 12px;
	font-style: normal;
	line-height: 33px;
	font-weight: bold;
	font-variant: normal; /* normal o small-caps (small-caps scrive tutte le lettere maiuscole di dimensioni differenti */
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 3px 0 0;
	padding: 0;
}

#nav ul li a:hover {
	color: #FFFFFF;
	background-image: url(../img/bg-buttonhover.gif);
}

#nav a:active {
	color: #FFFFFF;
	background-image: url(../img/bg-buttonhover.gif);
}

#nav li#active a {
	color: #FFFFFF;
	background-image: url(../img/bg-buttonhover.gif);
}

#lang {
	margin: 0px;
	width: 56px;
	float: left;
	height: 10px;
	text-align: center;
	padding: 10px 0 0 11px;
}

#lang a {
	background-image: none;
	display: block;
	float: left;
	padding: 1px;
	margin: 0 5px 0 5px;
}

#lang a:hover {
	background-color: #01356F;
}

#lang img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.home #intro {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 220px;
	width: 100%;
	position: relative;
	z-index: 4;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #022966;
}

.page #intro {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100%;
	position: relative;
	z-index: 4;
	background-color: #24618E;
}

#flashcontent {
	margin: 0px;
	padding: 0px;
}

#sidebar {
	float: left;
	height: auto;
	width: 215px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 5;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 17px;
	font-size: 0.9em;
	display: inline;
}

.datanews {
	color: #666666;
	font-weight: normal;
}

.side-news {
	background-image: url(../img/bg-sidebar.gif);
	background-repeat: no-repeat;
	width: 175px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 25px;
}

.side-news a {
	background-image: url(../img/ico.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}

.side-news a:hover {
	background-image: url(../img/ico_hover.gif);
}
#sidebar .side-news .mail {
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
}
#subnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#subnav li {
	margin-bottom: 5px;
}
#subnav a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	color: #022966;
}
#subnav #subcurrent a {
	color: #022966;
}





#content {
	margin: 0px;
	padding: 20px;
	float: right;
	height: auto;
	width: 610px;
	position: relative;
	z-index: 6;
	background-color: #FFFFFF;
	display: inline;
}
.cat-industriali {
	color: #666666;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}

.cat-industriali-g {
	color: #666666;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}

.cat-auto {
	color: #666666;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC99FF;
}

.cat-elettrodomestici {
	color: #666666;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.tabprod {
	width: 100%;
	margin-bottom: 15px;
}
.img-prod {
	float: left;
	margin-top: 15px;
}

.carat-prod {
	float: left;
	margin-left: 20px;
	margin-top: 25px;
}



#content a img  {
	padding: 1px;
	background-color: #CCCCCC;
	text-decoration: none;
}

#content a:hover img  {
	padding: 1px;
	background-color: #FF9933;
	text-decoration: none;
}

.linkfreccia a{
	background-image: url(../img/ico.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.8em;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.linkfreccia a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #022966;
}


.linkfreccia a:hover {
	background-image: url(../img/ico_hover.gif);
}


.tabprofilo {
	width: 100%;
	font-size: 0.7em;
	border-top-color: #E1DFDF;
	border-right-color: #E1DFDF;
	border-bottom-color: #E1DFDF;
	border-left-color: #E1DFDF;
	margin-bottom: 15px;
}
.tabprofilo th {
	background-color: #E1DFDF;
	color: #022966;
}


.prod-home{
	float: left;
	margin-top: 0px;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.prod-home img {
	float: left;
	margin-right: 10px;
}

.inside{
	float: left;
	margin-top: 0px;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footer {
	height: 100px;
	width: 100%;
	position: relative;
	z-index: 7;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
}

#loghi {
	float: left;
	height: 80px;
	width: 100px;
	margin: 0px;
	position: relative;
	background-image: url(../img/logoiso.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 110px;
}
#loghi p{
	font-size: 0.7em;
	font-weight: bold;
}
#copy {
	float: right;
	width: 650px;
	height: 60px;
	padding-top: 40px;
	text-align: center;
	margin: 0px;
	background-image: url(../img/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#copy p{
	font-size: 0.7em;
	color: #022966;
	text-align: center;
}




/* inizio form */


form {

	width: 75%;

	height: auto;

}


label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}
input {
	width: auto;
}
select {
	width: 250px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #24618E;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
}
fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #24618E;
	padding: 10px;
}
.button {
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
form a:link {
	font-size: 1em;
	background-image: url(../img/ico.gif);
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: 4px top;
}


/* Fine Form*/





/* menu discesa*/

	/*
	General rules
	*/

	#navprodotti li{
		list-style-type:none;
		position:relative;
	}
	#navprodotti ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#navprodotti div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#navprodotti{		
		width:auto;	
	}

	/* All A tags - i.e menu items. */
	#navprodotti a{
	color: #022966;
	text-decoration:none;
	display:block;
	clear:both;
	width:160px;
	padding-left:15px;
	height: 20px;
	font-size: 1.2em;

	}
	#navprodotti a:hover{
	color: #FF9933;
	}
	
	/*
	A tags 
	*/
	#navprodotti .slMenuItem_depth1{	/* Main menu items */
	margin-top:1px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1DFDF;
	}	
	#navprodotti .slMenuItem_depth2{	/* Sub menu items */
	margin-top:6px;
	color: #666666;
	font-size: 1.5em;
	width: 100px;
	}	

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#navprodotti .slideMenuDiv1 ul{
		padding:1px;
	}
	#navprodotti .slideMenuDiv2 ul{
	margin-left:5px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	width: 100px;
	}
#navprodotti ul li ul #active1 a{
	color: #FFCC00;
}
#navprodotti ul li ul #active2 a{
	color: #009900;
}
#navprodotti ul li ul #active3 a{
	color: #CC99FF;
}
#navprodotti ul li ul #active4 a{
	color: #FF6600;
}
