@charset "UTF-8";
@import url("reset.css");
body {
	background-color: #afc6e6;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#container {
	background-color: #FFFFFF;
	width: 980px;
	margin-left: -490px;
	position: absolute;
	left: 50%;
}
#header {
	height: 300px;
	position: relative;
	z-index: 1;
}
#logo {
	height: 88px;
	width: 147px;
	position: absolute;
	left: 780px;
	top: 200px;
}
ul#menu {
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 2;
}
ul#menu li {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	float: left;
}
h1 {
	color: #003a9e;
	font-size: 18px;
	margin-top: 40px;
	margin-left: 100px;
	margin-bottom: 20px;
}
p {
	margin-bottom: 15px;
	margin-left: 100px;
	margin-right: 200px;
	font-size: 12px;
	line-height: 18px;
}
ul#menu li.ultimoMenu {
	border-right-style: none;
}
ul#menu li a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
ul#menu li a:hover {
	color: #099bb4;
}
img.colSx {
	border: 1px solid #999999;
	margin-left: 100px;
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
	margin-right: 60px;
}
div.colDx {
	float: left;
	margin-top: 40px;
	margin-right: 100px;
	width: 500px;
}
.colDx p {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	clear: left;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 40px;
}
hr.ombra {
	border-top-style: none;
	background-image: url(img/ombra.jpg);
	height: 95px;
	width: 980px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 40px;
	display: block;
}
.clear {
	clear: left;
}
h2 {
	color: #003a9e;
	font-size: 16px;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	width: 180px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	margin-left: 320px;
	background-image: url(img/pulsante.gif);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-bottom: 40px;
}
h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	margin-left: 0px;
	font-size: 12px;
	margin-bottom: 5px;
	color: #2b3169;
}
a {
	color: #099bb4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#footer h5 {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
#footer {
	height: 40px;
	width: 980px;
	background-color: #b6b6b6;
	margin-top: 40px;
}
#footer    h5    a.qualifarma  {
	color: #FFFFFF;
	font-weight: normal;
}
#footer    h5    a:hover    {
	color: #FFFFFF;
}
#mappa {
	margin-left: 100px;
}
#mappa a {
	font-size: 11px;
	display: block;
	padding-top: 10px;
}
strong {
	font-weight: bolder;
}

