html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 100%;
}

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 20px;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

ol, li {
	margin: 0px;
	padding: 0px;
}

a {
	color:#000000;
	text-decoration:underline;

}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:underline;

}

a:focus {
}

.last {
	border: none!important;
}




/********* header **********/

#header {
	height: 200px;
	width: 950px;
	position: relative;
	padding-bottom:20px;
	margin-left: 10px;
}


#header h1 {
	background-image: url(img/igle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 159px;
	width: 755px;
	position: absolute;
	left: 50px;
	top: 0px;


}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 755px;
	height: 159px;
}



#header #menu  {
	width: 950px;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 160px;
	margin: 0;
	padding: 0;


}

#header #menu li {
	float: left;
	padding: 0px;
	width: 190px;

}



#header #menu a {
	text-decoration: none;
	text-align:center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 190px;
	line-height:32px;
}

#header #menu a:hover {

	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#header #lingua {
	position: absolute;
	top: 4px;
	right: 0px;
}

#header #lingua a {
	padding-right: 6px;
	display: inline-block;
	background-image: none;
	padding-left: 6px;
	text-decoration: none;
}


/********* main **********/

#main {
	width: 950px;
	overflow: hidden;
	margin-left: 10px;

}

#main p {
	margin-bottom:10px;
	line-height: 17px;

}

#main h2 {
	font-size:16px;
	margin-bottom:10px;
	line-height: 18px;

}


#main .col-sx {
	float:left;
	width:310px;
	margin-bottom: 0px;
}


#main .col-sx .prodotto {
	float:left;
	width:310px;
	margin-bottom: 32px;


}

#main .col-dx {
	float:right;
	width:620px;
	margin-bottom: 5px;

}

#main .col-dx .prodotto {
	float:left;
	width:150px;
	margin-bottom: 10px;
	margin-left: 4px;

}

#main .col-dx #custom {

	float:left;
	width:620px;
}



#main .col-sx-prod {
	float:left;
	width:455px;
	margin-bottom: 30px;


}

#main .col-dx-prod {
	float:right;
	width:470px;
	margin-bottom: 30px;

}

#main #custom-made {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

#main #custom-made .logo {
	width: 310px;
	float: left;
}

#main #custom-made .prodotto {
	width: 620px;
	float: right;
}


/********* prodotto **********/
.prodotto a {
	color:#000000;
	text-decoration:none;
	display: block;

}

.prodotto a:visited {
	color:#000000;
	text-decoration:none;
	display: block;
}

.prodotto a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #000000;
	display: block;

}
/********* footer **********/

#footer {
	width: 950px;
	overflow: hidden;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 30px;
	margin-left: 10px;

}
