* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #fff;
	overflow-y: scroll !important;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	background-color: #fff;
}

img {
	border: 0;
}

#container {
	display: block;
	margin: auto;
	width: 750px;
}

/*Head*/

#head {
	display: block;
	width: 750px;	
	height: 83px;
}

#head h1 {
	float: left;
	display: block;
	width: 283px;
	height: 52px;
	background-image: url(../images/inoxforniture.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 16px;
	cursor: pointer;
}

#head span {
	display: none;
}

#head #ricerca {
	float: right;
	display: block;
	margin-top: 47px;
}

#head #ricerca label {
	display: none;
}

#head #ricerca input {
	border: 1px solid #014495;
	vertical-align:middle;
	color: #014495;
}

#head #ricerca #kw {
	width: 150px;
	padding: 2px;
	font-size: 10px;
	height: 14px;
}

#head #ricerca #submitricerca {
	background-color: #014495;
	width: 110px;
	color: #fff;
	cursor: pointer;
	height: 20px;
}

/*Navigazione*/

#navigazione {
	display: block;
	width: 750px;	
	height: 298px;
}

#body {
	width: 750px;
	padding-top: 26px;
}

#body #prodotti {
	float: left;
	display: block;
	width: 178px;
}

#body #prodotti ul {
	list-style: none;
}

#body #prodotti li {
	display: block;
	border-right: 1px solid #c6c6c6;
	padding: 5px 0 5px 10px; 
}

#body #prodotti a {
	display: block;	
	font-size: 13px;
	color: #014495;
	text-decoration: none;
}

#body #prodotti a:hover {
	color: #000000;
	text-decoration: underline;
}

#body #prodotti .sonoqui  {
	color: #000000;
	text-decoration: underline;
}

#body #prodottisopra {
	display: block;
	width: 178px;
	height: 18px;
	background-image: url(../images/prodottisopra.gif);
	background-repeat: no-repeat;
	
}

#body #prodottisotto {
	display:block;
	width: 178px;
	height: 22px;
	background-image: url(../images/prodottisotto.gif);
	background-repeat: no-repeat;
}

#body #contenuto {
	float: left;
	display: block;
	width: 550px;
	margin-left: 22px;
}

#body #contenuto h2 {
    font-size: 15px;
    color: #014495;
}

#tile {
   clear:both;
	display: block;
	float: left;
	width: 730px;
	font-size: 10px;
}

#tile #dati {
	display: block;
	float:left;
	margin: 30px 0;
}

#tile #dati div {
	float: left;
	margin: 0 5px;
}

#tile #dati address {
	font-style: normal;
	display:inline-block;
}

#tile ul {
	float: right; 
	display: block;
	margin: 30px 0 0 0;
	list-style: none;
	
}

#tile li {
	float: left;
	display: block;	
}

#tile a {
	margin-left: 10px;
	text-decoration: none;
	color: #4c4c4c;
}

#tile a:hover {
	text-decoration: underline;
}

/*Tipologia*/
.tipologia {
	clear: both;
	display: block;
	line-height: 20px;
	margin-top: 10px;
}

.tipologia ul {
	list-style-type: none;
	list-style-position:inside;
	color: #014495;
}

.tipologia li {
	display: block;
	padding: 5px 0;
	vertical-align: middle;
	height: 40px;
}

.tipologia li img {
	border: 1px solid #cccccc;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	float: left;
}

.tipologia a {
	color: #014495;
	text-decoration: none;
	font-size: 11px;
}

.tipologia a:hover {
	color: #000000;
	text-decoration: underline;
}
/*Prodotti*/
.prodotti {
	clear: both;
	display: block;
	line-height: 20px;
	margin-top: 10px;
}

.prodotti ul {
	list-style-type: none;
	list-style-position:inside;
	color: #014495;
}

.prodotti li {
	display: block;
	padding: 5px 0;
	vertical-align: middle;
	height: 40px;
}

.prodotti li img {
	border: 1px solid #cccccc;
	margin-right: 10px;
	height: 40px;
	width: 40px;
	float: left;
}

.prodotti a {
	color: #014495;
	text-decoration: none;
	font-size: 11px;
}

.prodotti a:hover {
	color: #000000;
	text-decoration: underline;
}









/*

.prodotti {
	clear: both;
	display: block;
	line-height: 20px;
	margin-top: 10px;
}

.prodotti img {
	display: block;
	float: left;
	width: 185px;
	height: 185px;
	border: 1px solid #c6c6c6;
	margin-right: 25px;
}

.prodotti ul {
	display: block;
	list-style-type: disc;
	list-style-position:outside;
	margin: 0 10px;
	color: #014495;
	padding: 0 10px;

}

.prodotti a {
	color: #014495;
	text-decoration: none;
}

.prodotti a:hover {
	color: #000000;
	text-decoration: underline;
}*/

/*Dettagli*/
.dettaglio {
	clear: both;
	display: block;
	line-height: 20px;
	margin-top: 10px;
}

.dettaglio .img1, .dettaglio .img2 {
	display: block;
	float: left;
}

.dettaglio .img1 {
	margin-right:19px;	
}

.dettaglio .img2 {

}

.torna {
	display: block;
	clear: both;
	padding: 10px 0;
	color: #014495;
	text-decoration: none;
}

.torna:hover {
	color: #000000;
	text-decoration: underline;
}

#powerby {
	display: block;
	float: right;
	margin: 30px 0 0 0;
}

#powerby span {
	display: none;
}

#powerby a {
	display: block;
	width: 10px;
	height: 13px;
	background-image: url(../images/greenbubble.gif);
	background-repeat: no-repeat;
}




