/*
Celestino	#DFE9F3
Blu			#37638D
*/
html, body {
	margin:0;
	padding:0;
	background-color: #fff;
	text-align: center;
	width:100%;
}
body, * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	font-weight: normal;
}
body {
	padding: 2% 0px 0px 0px;
	height:100%;
	background: url(/img/bg.png);
}
.nomeazienda {
	font-weight: bold;
	font-size: 11px;
	color: #37638D;
}

a {color:#888;}
a:hover {text-decoration:none;}
p {
	margin: 0px 0px 20px 0px;
	line-height: 21px;
}
strong { color:#37638D; font-weight:bold;}
h1 {margin: 0;}
hr {clear: both; display: none;}
img {border: none;}

#ext {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px 0px 10px 0px;
}

#main {
	width: 880px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}


#header {
	height: 75px;
	overflow: hidden;
}
	#header h1 {
		font-size: 170%;
		font-weight: bold;
		color: #37638D;
		height: 25px;
	}
	#header p {
		text-align: right;
		position: relative;
		left: 680px;
		top: -60px;
		margin: 0;
		width: 200px;
		height: 30px;
		line-height: 30px;
	}
	#header a {
		color: #37638D;
		font-weight: bold;
	}



#menu {
	background-color: #666; 
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	border-right: 4px solid #fff
}
#menu a {
	color: #fff;
	display: block;
	background-color: #666;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px 15px 5px 15px;
}
#menu a:hover {
	background-color: #DFE9F3;
	color: #37638D;
}

#sx *, #h_centro *, #dx *, #s1 *, #s2 *, #s3 * {
	font-size: 10px;
	line-height: 16px;
}

#sx, #dx, #s1, #s2, #s3 {
	border-bottom: 5px solid #7DA5CC;
}

#sx, #dx {
	min-height: 285px;
	height: 285px;

}
#s1, #s2, #s3 {
	min-height: 110px;
	height: 110px;
}


#sx {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	padding: 4px 10px 0px 10px;
	background-color: #DFE9F3;
}
	#sx h2, #dx h2 {
		color: #37638D;
		margin-bottom: 2px;
		margin-top: 0px;
		border-bottom: 1px solid #37638D;
		font-weight: bold;
	}
	#sx a, #dx a {
		color: #37638D;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
	}


#h_centro {
	margin:  0px 19px 0px 19px;
	padding: 0px;
	float: left;
	width: 400px;
}


#dx {
	float: right;
	width: 200px;
	overflow: hidden;
	padding: 4px 10px 0px 10px;
	background-color: #DFE9F3;
}


#s1 {
	float: left;
	width: 200px;
	padding: 5px 10px 0px 10px;
	background-color: #F4F4F4;
}
	#s1 ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
	}
	#s1 li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 20px;
		line-height: 20px;
	}
	#s1 a {
		display: block;
		height: 20px;
		line-height: 20px;
		text-decoration: none;
		padding: 0px 0px 0px 0px;
		text-transform: uppercase;
	}
	#s1 a:hover {
		background-color: #EAEAEA;
	}
	#s1 img {
		margin-right: 10px;
	}
	
	
#s2 {
	float: left;
	width: 380px;
	margin:  0px 19px 20px 19px;
	padding: 5px 10px 0px 10px;
	background-color: #F4F4F4;
}
	#s2 p {
		margin-bottom: 8px;
	}
	#s2 ul {
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
	}
	#s2 li {
		margin: 0px 0px 0px 20px;
		padding: 0px 0px 0px 0px;
	}
#s3 {
	float: right;
	width: 200px;
	padding: 5px 10px 0px 10px;
	background-color: #F4F4F4;
}



#footer {
	clear: both;
	bottom: 0px;
	text-align: center;
	background-color: #DFE9F3;
	margin-top: 20px;
	padding: 2px 0px 2px 0px;
	background-image: url(/img/footer.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 100%;
}
	
	#footer, #footer a, #footer address, #footer h1 {
		color: #37638D;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#footer a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
	}
	#footer h1 {
		display: inline;
	}
	#footer address {
		display: inline;
		font-style: normal;
	}




dt { margin-left: 20px;}

dt a {
	color: #37638D;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	text-transform: capitalize;
}

dd {
	margin: 3px 0px 0px 50px;
}

h3 {
	color: #37638D;
	border-bottom: 1px solid #37638D;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

#slideshow {
	overflow: hidden;
	margin: 1px 0px 1px 0px;
	/*position: relative;*/
	width: 400px;
	height: 294px;
}

