@charset "UTF-8";
/* CSS Document */

#container {
	position: static;
	background-color: #FFF;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: groove;
	border-left-style: outset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-right: auto;
	width: 600px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 10px;
	height: auto;
	font-variant: normal;
}
#menu_sx {
	width: 90px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	list-style-position: inset;
	clip: rect(auto,auto,auto,auto);
	line-height: 10px;
	float: left;
	margin-left: 0px;
	clear: left;
	height: auto;
	border-right-color: #333;
	margin-top: 10px;
}
#menu_basso {
	text-align: center;
	height: 20px;
	margin-top: 150px;
	border-top-style: ridge;
	margin-left: 100px;
}
#testo {
	width: 500px;
	margin-left: 100px;
	color: #333;
	font-size: 14px;
	float: none;
	height: auto;
}
#titolo {
	font-size: 14px;
	font-weight: bolder;
	color: #333;
	font-variant: small-caps;
	border-bottom-style: outset;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#logo {
	height: 200px;
}
#foto {
	margin-left: 260px;
	color: #666;
	vertical-align: top;
	padding-top: 10px;
}
#foto_bez {
	float: left;
	width: 242px;
	color: #666;
	padding-top: 10px;
}
#testo p {
	font-size: 12px;
	color: #333;
	text-align: left;
}
#box_dx {
	height: 100px;
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 6px;
}
#header {
	background-image: url(../images/sorriso.gif);
	background-repeat: no-repeat;
	background-position: right 55px;
}
#convenzioni_sx {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 500px;
	height: auto;
}
#convenzioni_dx {
	font-weight: bold;
	float: left;
	width: 500px;
	height: auto;
}
#soluzione {
	height: 300px;
}

