/*
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 {
	float: left;
	width: 170px;
	min-height: 300px;
	margin-bottom: 10px;
}
	#sx ul {
		margin:  0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		background-color: #DFE9F3;
	}
	#sx li {
		margin: 0px 0px 0px 8px;
		padding: 0;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #37638D;
		height: 24px;
		line-height: 24px;
		list-style-type: none;
		clear: both;
	}
	#sx a {
		display: block;
		padding-left: 25px;
		font-size: 10px;
		text-decoration: none;
		text-transform: lowercase;
		color: #37638D;
		border-bottom: 1px dashed #37638D;
		background: url(/img/ico_freccetta.gif) no-repeat 0px 50%;
	}
	#sx a:hover {
		background-position: 10px 50%;
	}


#centro {
	margin:  0px 19px 20px 19px;
	padding: 0px;
	float: left;
	width: 550px;
	background-color:#fff;
	border: 1px dashed #DFE9F3;
	border-top: none;
	border-bottom: none;
}
	#centro p {
		padding: 0px 20px 0px 20px;
	}
	#centro h1 {
		color: #37638D;
		font-weight: bold;
		background-color: #DFE9F3;
		font-size: 14px;
		text-transform: uppercase;
		text-align: center;
		padding: 3px 10px 3px 0px;
		margin: 0px 0px 20px 0px;
		border-bottom: 1px dashed #37638D;
	}

	#centro h2 {
		color: #37638D;
		margin: 10px;
	}
	#centro h4 {
		color: #37638D;
		border-top: 4px solid #DFE9F3;
		padding: 2px 0px 0px 2px;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
	}



	.imgschede {
		border: 1px dotted silver;
		padding: 6px;
		margin: 0px 20px 0px 20px;
	}

	#centro address {
		line-height: 18px;
	}
	#centro ul { margin: -10px 0px 10px 17px;}
	#centro li {
		list-style-type: circle;
		line-height: 20px;
		margin-left: 20px;
		padding-left: 8px;
	}
	#centro a {
		color: #37638D;
		text-decoration: none;
		border-bottom: 1px dotted #37638D;
		padding: 0px 2px 2px 2px;
	}
	#centro a:hover {
		border-bottom:1px dashed #fff;
	}


#dx {
	float: right;
	width: 120px;
}
	#dx ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		background-color: #37638D;
	}
	#dx li {
		margin: 0px 0px 0px 10px;
		padding: 0;
		list-style-type: none;
		height: 20px;
		line-height: 20px;
		border-bottom: 1px dashed #DFE9F3;
		clear: both;
	}
	#dx a {
		display: block;
		padding-left: 25px;
		font-size: 10px;
		text-decoration: none;
		color: #DFE9F3;
		background: url(/img/ico_freccetta2.gif) no-repeat 0px 50%;;
	}
	#dx a:hover {
		background-position: 10px 50%;
	}




#footer {
	clear: both;
	bottom: 0px;
	text-align: center;
	background-color: #DFE9F3;
	margin-top: 20px;
	padding: 2px 0px 2px 0px;
}
	
	#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;
	}




.sitemap dl {
	margin-bottom: 50px;
}
.sitemap dt {
	margin-left: 20px;
	padding-bottom: 10px;
}
.sitemap dd {
	margin: 3px 0px 0px 50px;
	padding-bottom: 10px;
}
.sitemap dt a {
	color: #37638D;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	text-transform: capitalize;
}

h3 {
	color: #37638D;
	background-color: #F9F9F9;
	border-top: 5px solid #DFE9F3;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
}


#contatti {
	margin: 0 20px;
}
#contatti fieldset {
	border: 0px solid;
	margin: 0;
	padding: 0;
	background-color: #F9F9F9;
}
#contatti label {
	float: left;
	width: 33%;
	padding-right: 2%;
	text-align: right;
}
#contatti input, textarea {
	width: 61%;
	border: 1px solid #DFE9F3;
}
#contatti div {
	padding: 5px 0;
	border-top: 1px solid #eee;
}
#contatti address {
	font-style: normal;
	font-size:11px;
}

#contatti .pulsante {
	font-weight: bold;
	width: 120px;
	border: 1px solid #37638D;
	background-color: #DFE9F3;
}
.avviso {
	color: #37638D;
}


#miniature li {
	float: left;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}
#miniature img {
	display: block;
	margin: 0 auto;
}
#miniature a {
	display: block;
	width: 120px;
	height: 180px;
	background-color: #f9f9f9;
	text-align: center;
	text-decoration: none;
	border: 5px dashed #f6f6f6;
}
#miniature a:hover {
	background-color: #f9f9f9;
	border: 5px solid #f2f2f2;
}


#link ul {
	list-style-type: none;
	margin: 0;
}
#link li {
	display: inline;
}

#link ul, #link li, #link a {
	font-size: 8px;
	margin: 0;
	padding: 0px 2px 0px 2px;
	line-height: 14px;
}





