/******CLASSI COMUNI BOX********/

body {
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
#container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: auto;
}
#header {
	width: 100%;
	height: 220px;
	padding: 0px;
	margin: auto;
}
#sub-header {
	width: 100%;
	height: 145px;
	padding: 0px;
	margin: auto;
}
#menu {
	width: 930px;
	height: auto;
	padding: 0px;
	margin: auto;
}
#main {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: auto;
}
#main-text {
	width: 930px;
	height: auto;
	padding: 0px;
	margin: auto;
}
#main-text-sx {
	width: 575px;
	height: auto;
	padding: 20px 20px 20px 10px;
	margin: auto;
	float: left;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}
#main-text-dx {
	width: 325px;
	height: auto;
	padding: 0px;
	margin: auto;
	float: right;
}
#box-video {
	width: 325px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 15px;
	float: left;
	clear: left;
}
#box-loghi-partners {
	width: 325px;
	padding: 0px;
	margin: 15px 0px 10px;
	float: left;
	clear: left;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	height: 90px;
	padding: 10px 0px 0px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	clear: left;
	float: left;
	color: #FFFFFF;
}

/******END CLASSI COMUNI BOX********/



/******CLASSI NON COMUNI BOX********/

#informativa-privacy {
	width: 565px;
	height: 200px;
	padding: 0px 10px 20px 0px;
	margin: 30px 0px 0px;
	float: left;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #333333;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	overflow: scroll;
}

/******END CLASSI NON COMUNI BOX********/



/******CLASSI SCHEDA PRODOTTO********/

#box-text-prodotto {
	width: 570px;
	height: auto;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	float: left;
	clear: left;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}
#photo-prodotto {
	width: 145px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #000066;
}
#text-prodotto {
	width: 410px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: right;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}
#box-n-pagine {
	width: 575px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: left;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ABABAB;
}

/******END CLASSI SCHEDA PRODOTTO********/



/******CLASSI TXT********/

.title-section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #003399;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	font-weight: bold;
}
.title-section-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 20px;
	color: #003399;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.text-section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}
.text-section-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	font-weight: bold;
}
.text-section-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	color: #333333;
}
.text-section-small-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	font-weight: bold;
	color: #666666;
}

/******END CLASSI TXT********/



/******CLASSI FORM********/

.form-field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}

/******END CLASSI FORM********/



/******CLASSI IMG********/

.img-dx {
	float: right;
}

/******END CLASSI IMG********/



/******CLASSI LINKS********/

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/******END CLASSI LINKS********/

