@charset "utf-8";
/* CSS Document */

body,html {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfd6e7;
	line-height: 120%;
	background-color: #2C447F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content {
	width: 100%;
	height: 100%;
}
#header {
	background-color: #2C447F;
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0;
	z-index: 4;
}
#footer {
	background-color: #2C447F;
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0;
	z-index: 5;
}
#stripe {
	width: 100%;
	height: 400px;
	position: absolute;
	margin-top: 15px;
	z-index: 1;
	background-color: #FFFFFF;
}
#stripe_mini {
	width: 100%;
	height: 200px;
	position: absolute;
	margin-top: 30px;
	z-index: 0;
	background-color: #FFFFFF;
}
#testi {
	width: 100%;
	position: absolute;
	z-index: 3;
	overflow: auto;
	margin-top: 450px;
}
#maialino {
	background-color: #072757;
	width: 100%;
	position: absolute;
	z-index: 3;
	overflow: auto;
	margin-top: 430px;
}
#cottonazionale {
	background-color: #03030f;
	width: 100%;
	position: absolute;
	z-index: 0;
	overflow: auto;
	margin-top: 420px;
}
#prodotti_lista {
	width: 100%;
	min-height: 700px;
	position: absolute;
	z-index: 3;
	overflow: auto;
	margin-top: 230px;
	background-color: #FFFFFF;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.greytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.textazz {
	color: #0080C7;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0080C7;
	text-decoration: none;
}
a:active {
	color: #0080C7;
	text-decoration: none;
}

