@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #0B273F;
	background-image: url(../images/sfondo.png);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#sfondo {
	width: 100%;
	height: 100%;

}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/pesci.png);
	position: relative;
}
#main {
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	margin-bottom:140px;
	height: 300px;
}
#inmain {
	width: 700px;
	position: relative;
}
#chisiamo {
	width: 361px;
	margin-left: 560px;
	margin-top: 0px;
	background-image: url(../images/chisiamo.png);
	height:165px;
	padding-top:125px;
	background-repeat: no-repeat;
}
#chisiamo_txt {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left:8px;
	padding-right:8px;
	line-height: 20px;
}
#cosafacciamo {
	width:455px;
	text-align:left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top:10px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	margin-left:80px;
	float: left;
}
#contatti {
	width:345px;
	text-align:left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	margin-right:80px;
	float: right;
}
#ultimiarrivi {
	width:345px;
	text-align:left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top:10px;
	padding-left:8px;
	padding-right:8px;
	margin-right:80px;
	float: right;
}
#cosafacciamo_titolo {
	display: block;
	margin-bottom:5px;
}
#contatti_titolo {
	display: block;
	margin-bottom:5px;
}
#marchi {
	font-size: 12px;
}
a:link {
	color:#17527C;
}
#gambero {
	position:absolute;
	left: 881px;
	top: 236px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
