html, body {
	margin: 0px 0px 0px 0px;
	background-color: #ccc;
	padding: 0px;
	text-align: center;
}
body, * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}

.nomeazienda {
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	color: #F459F3;
}
.slogan {
	position:relative;
	float:right;
	top:25px;
	right:30px;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}
.logo {
	position:relative;
	top:30px;
	left:30px;
}

a {color:#666;}
a:hover {text-decoration:none; color:#333}
p {
	margin: 0px 0px 12px 0px;
	line-height: 18px;
}
strong { font-weight:bold;}
h1, h2, h3, h4 {margin: 0;}
img {border: none;}

#main {
	position: absolute; top:50%; left:50%;
	height:440px;
	width: 800px;
	margin: -220px 0px 0px -400px;
	border: none;
	text-align: left;
	padding: 0px;
	background-color: #ccc;
}

#header {
	height: 100px;
	background: url(/img/sf_header.jpg) no-repeat 0 0;
}

#sx {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 680px;
}

#centro {
	margin: 10px 12px 10px 11px;
	padding: 10px 12px 10px 10px;
	height: 232px;
	border: 1px solid #ccc;
}

#dx {
	background-color: #fff;
	width: 110px;
	margin: 0px;
	float: right;
	height: 440px;
}
	#dx img {
		position: relative;
		top: 30px;
	}
#dx_alto {
	height: 100px;
	background: url(/img/sf_header_dx.jpg) no-repeat 0 0;
	text-align: center;
}
	#dx_alto p {
		position: relative;
		top: 60px;
		color: #fff;
	}
	#dx_alto a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	#dx_alto a:hover {
		font-size: 14px;
	}
	
#dx_basso {
	height: 66px;
	background: url(/img/sf_footer_dx.jpg) no-repeat bottom;
	text-align: center;
}
	#dx_basso a {
		display: block;
		position: relative;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		top: 15px;
	}
	#dx_basso a:hover {
		font-size: 13px;
	}

#dx_menu {
	height: 252px;
	margin: 10px 12px 10px 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
	#dx_menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#dx_menu li {
		margin: 0;
		padding: 0;
	}
	#dx_menu a {
		display: block;
		height: 29px;
		line-height: 29px;
		margin: 0;
		padding: 0;
		text-decoration: none;
		text-transform: uppercase;
		color: #F459F3;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}
	#dx_menu a:hover {
		background-color: #f9f9f9;
	}

#footer {
	clear: both;
	height: 66px;
	text-align: center;
	background: url(/img/sf_header_footer.jpg) no-repeat 0 0;
}
	#footer * {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-style:normal;
		line-height: 14px;
		color: #fff;
	}
	#footer h1 {
		padding-top: 5px;
		font-weight: bold;
		font-size:10px;
	}

#centro_sx {
	float: left;
	width: 200px;
	height: 100%;
	margin: 0px 30px 0px 0px;
	overflow: hidden;
}
#centro_dx {
	float: left;
	position: relative;
	width: 400px;
	height: 232px;
	overflow: hidden;
}
	#centro_dx h1 {
		font-size: 12px;
		font-weight: bold;
		margin: 1px 0px 15px 0px;
		padding-bottom: 2px;
		border-bottom: 3px solid #FEF5FE;
	}

	#centro_dx ul {
		position: absolute;
		bottom: 0;
		margin: auto;
		padding: 0px;
		list-style-type: none;
		width: 100%;
		text-align: center;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	#centro_dx li {
		margin: 0px;
		padding: 0px;
		float: left;
	}
	#centro_dx li a {
		display: block;
		width: 90px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		color: #F459F3;
	}
	#centro_dx li a:hover {
		background-color: #FEF5FE;
	}


dt, dd {
	margin:0;
	padding:2px;
}
dt {
	float: left;
	width: 95px;
}
dd {
	float: right;
	width: 260px;
}




#news {
	height: 190px;
	overflow: auto;
}
#news a {
	font-size: 12px;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}
#news h2 {
	color: #F459F3;
	font-weight: bold;
	margin-bottom: 5px;
}


.gallery a {
	display: block;
	float: left;
	margin: 0px 5px 10px 5px;
	border: 1px solid #ccc;
}





