/* @override http://www.fmcom.it/css/humana.css */

/* @group reset & fix */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, label, legend, p, blockquote, img, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-collapse: collapse;
	zoom: 1;
}

:focus {
	outline: none;
}

ol, ul {
	list-style: none;
}

input {
	outline: 0;
}

/* @end */

/* @group layout */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.85em;
	line-height: 100%;
	background: url('temp-bg.jpg') repeat-x;
	padding: 0 0 60px 0;
}

#page {
	width: 970px;
	margin: 0 auto;
	background: url('temp-head.jpg') no-repeat 0 0;
}

#header {
	position: relative;
	height: 190px;
	padding: 0;
}

#sidebar {  /* mod */
	display: block;
	width: 298px;
	float: left;
	text-align: center;
}

#logo {
	margin: 20px 0 0 58px;
}

#inside {
	width: 288px;
	margin: 0 0 0 5px;
}

#inside .box {
	background: #DBE2E9;
	margin: 0 0 4px 0;
	padding: 12px 24px 12px 12px;
	position:  relative;
	min-height: 77px;
}

#inside .top {
	background: #DBE2E9 url('inside-top.png') 0 0 no-repeat;
}

#inside .bot {
	background: #DBE2E9 url('inside-bot.png') 0 bottom no-repeat;
}

#inside .rgt {
	text-align: right;
}

#inside h2 {
	color: #004081;
	line-height: 120%;
	font-size: 1.1em;
}

#inside h2.light {
	color: #6B93BC;
}

#inside .icon {
	position: absolute;
	left: 12px;
}

#inside .arrow {
	position: absolute;
	right: 0;
	top: 33px;
}

#content {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;
	width: 652px;
	margin: 0 0 40px 318px;
	padding: 0 0 0 0;
	text-align: left;
}

#footer {
	clear: both;
	margin: 40px 0 0 0;
	border-top: 1px solid #004081;
}

/* @group header */

#nav {
	height: 40px;
	padding: 10px 0 0 0;
}

#nav ul {
	position: absolute;
	top: 12px;
	left: 200px;
}

#nav ul li {
	display: inline;
	margin: 0 28px 0 0;
}

#nav ul li a:link,
#nav ul li a:visited {
	text-decoration: none;
	color: #666;
}

#nav ul li a:hover,
#nav ul li a:active {
	text-decoration: none;
	color: #004081;
}

#domande {
	position: absolute;
	top: 10px;
	right: 0;
	left: 760px;
}

/* @end */

/* @group search box and page */

#searchHead {
	position: relative;
	width: 170px;
}

#searchHead .searchbox {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #999;
	width: 138px;
	font-size: 11px;
	padding: 3px;
	color: #666;
	margin: 0;
}

#searchHead #searchbut {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	cursor: hand;
}

#searchPage {
	position: relative;
	text-align: center;
	margin: 24px 0 0 0;
}

#searchPage .searchbox {
	border: 1px solid #999;
	width: 400px;
	font-size: 1em;
	padding: 3px;
	color: #666;
	margin: 0;
}

#searchPage #searchbut {
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
	margin: 0 0 0 12px;
}

/* @end */

/* @group news */

.news {
	clear: both;
	margin: 0 0 15px 0;
	text-align: left;
	display: block;
	font-size: 0.85em;
}

.news img {
	margin: 0 6px 0 0;
	float: left;
	border: 1px solid #EEE;
}

.news .newstxt {
	padding: 10px 0 0 0;
	margin: 0;
	min-height: 78px;
	border-bottom: 1px dotted #999;
}

.news p {
	color: #666;
}

.news h3 {
	font-size: 1em;
	font-weight: bold;
	color: #004081;
}

.news h3 a:link,
.news h3 a:active,
.news h3 a:visited,
.news h3 a:hover {
	color: #004081;
	text-decoration: none;
}

.newsindex {
	background: #DBE2E9;
	margin: -3px 0 4px 0;
	padding: 12px;
}

.newsindex a:link,
.newsindex a:visited {
	text-decoration: none;
	color: #666;
}

.newsindex a:hover,
.newsindex a:active {
	text-decoration: none;
	color: #004081;
}

.targetbox {
	width: 255px;
	margin: 8px 0 0 0;
	display: block;
	white-space: nowrap;
}

/* @end */


/* @group nav catalogue */

#navbox {
}

#navbox #prev {
	cursor: pointer;
}

#navbox #next {
	cursor: pointer;
}

#navcat {
	margin: 5px 0 0 0;
	width: 288px;
	position: relative;
	overflow: hidden;
}

#navcat ul {
	text-align: left;
	min-width: 1000px;
}

#navcat ul > li {
	width: 144px;
	float: left;
	display: block;
	padding: 0;
}

#navcat ul li ol {
	padding: 0;
}

#navcat ul li ol.brd {
	border-left: 1px dotted #CCC;
	padding: 0 0 0 3px;
}

#navcat ul li ol li {
	color: #666;
	padding-left: 0;
}

#navcat ul li ol li a:link,
#navcat ul li ol li a:visited {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 0 3px 0;
	display: block;
}

#navcat ul li ol li a.here:link,
#navcat ul li ol li a.here:visited {
	color: #004081;
}

#navcat ul li ol li a:hover,
#navcat ul li ol li a:active,
#navcat ul li ol li a.here:hover,
#navcat ul li ol li a.here:active {
	color: #004081;
	text-decoration: none;
	background: #DBE2E9;
}


/* @end */


/* @group nav target */
ul#targ {
	margin: 0 0 0 0;
	height: 50px;
	overflow: hidden;
}

ul#targ li {
	float: left;
	position: relative;
}

ul#targ li .rollover {
	display: block;
	height: 50px;
}

ul#targ #tat {
	width: 54px;
	background: url('s-target-attesa.png') 0 0;
}

ul#targ a.here #tat,
ul#targ a:hover #tat {
	background: url('s-target-attesa.png') 0 -51px;
}


ul#targ #t06 {
	width: 45px;
	background: url('s-target-0-6.png') 0 0;
}

ul#targ a.here #t06,
ul#targ a:hover #t06 {
	background: url('s-target-0-6.png') 0 -51px;
}


ul#targ #t71 {
	width: 53px;
	background: url('s-target-7-12.png') 0 0;
}

ul#targ a.here #t71,
ul#targ a:hover #t71 {
	background: url('s-target-7-12.png') 0 -51px;
}


ul#targ #t13 {
	width: 47px;
	background: url('s-target-1-3.png') 0 0;
}

ul#targ a.here #t13,
ul#targ a:hover #t13 {
	background: url('s-target-1-3.png') 0 -51px;
}


ul#targ #tma {
	width: 52px;
	background: url('s-target-mamma.png') 0 0;
}

ul#targ a.here #tma,
ul#targ a:hover #tma {
	background: url('s-target-mamma.png') 0 -51px;
}

/* @end */


/* @group footer */

#container {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#dati {
	padding: 8px 0 0 0;
	color: #666;
	font-size: 0.9em;
	text-align: center;
}

#dati a:link,
#dati a:visited {
	text-decoration: none;
	color: #666;
}

#dati a:hover,
#dati a:active {
	text-decoration: none;
	color: #004081;
}

/* @end */

/* @end */


/* @group content */

#content h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #004081;
	margin:  5px 0 12px 12px;
}

#content h2 {
	font-size: 2.2em;
	line-height: 1.1em;
	font-weight: normal;
	color: #444;
}

#content h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	color: #4C79A7;
	font-style: italic;
	margin: 0 0 12px 0;
}

#content h4 {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
	color: #4C79A7;
	margin: 0 0 3px 0;
}

#content h5.target {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
	color: #4C79A7;
	margin: 3px 0 12px 0;
}

#content h5 {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
	color: #4C79A7;
	margin: 0;
}

#video a,
#video a:link,
#video a:active,
#video a:visited,
#video a:hover {
	color: #666;
	text-decoration: none;
	font-size: 0.9em;
}


#content h5 a,
#content h5 a:link,
#content h5 a:active,
#content h5 a:visited,
#content h5 a:hover {
	color: #4C79A7;
	text-decoration: none;
}

#history {
	margin: 6px 0 0 12px;
	padding: 6px 12px;
	background: url('history-bg.png') bottom repeat-x;
	color: #666;
	border-bottom: 1px dotted #999;
}

#history a,
#history a:link,
#history a:active,
#history a:visited,
#history a:hover {
	color: #666;
	text-decoration: none;
}

#content p,
#content ol li,
#content ul li {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	color: #666;
}

#content p {
	margin: 0 0 12px 0;
}

#content .block ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 12px 0 12px 24px;
}

#content .block ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 12px 0 12px 24px;
}

#content .block ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin: 6px 0 6px 24px;
	vertical-align: text-top;
}

#content .block ol li {
	list-style-type: decimal;
	margin: 6px 0 6px 24px;
	margin: 6px 0 6px 24px;
	vertical-align: text-top;
}

#content p.note {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;
	font-style: italic;
	text-align: right;
	font-size: 1em;
	line-height: 1em;
	color: #666;
	margin: 0 12px 0 0;
}

#content p a.more:link,
#content p a.more:visited {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 1px 6px 3px 6px;
	text-decoration: none;
	color: #FFF;
	background: #7F9FC0;
}

#content p a.more:hover,
#content p a.more:active {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 1px 6px 3px 6px;
	text-decoration: none;
	color: #FFF;
	background: #4C79A7;
}

#content a:link,
#content a:hover {
	color: #004081;
	text-decoration: none;
}

#content a:visited {
	color: #444;
}

#content .block {
	clear: right;
	display: block;
	min-height: 90px;
	margin: 0 0 0 12px;
	border-top: 1px dotted #999;
	padding: 10px 0 12px 0;
}

#content .question {
	clear: right;
	display: block;
	margin: 0 0 0 12px;
	border-top: 1px dotted #999;
	padding: 20px 0 20px 0;
}

#content .question h3.q-head {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: light;
	color: #4C79A7;
	font-style: italic;
	margin: 0 5px 0 0;
	cursor: pointer;
}

#content .image {
	float: right;
	margin: 6px 0 6px 36px;
	border: 6px solid #EEE;

}

#content .littlemain {
	float: left;
	margin: 0 12px 6px 0;
	border: 1px solid #EEE;
}

#content .first {
	margin: 0 0 0 12px;
	padding: 20px 0 20px 0;
	border-top: none;
}

#content .last {
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
}

#content .greybox {
	margin: 0 0 8px 12px;
	padding: 12px 22px 12px 12px;
	width: 280px;
	height: 88px;
	background: url('sand-bg.png') no-repeat;
	float: left;
}

#content .greybox h4 {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	color: #666;
	margin: 0;
}

#content .greybox h5 {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	color: #004081;
	margin: 0;
}

#content .greybox p {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #666;
	margin: 2px 0 0 0;
}

#content .greybox ul {
	margin: 2px 0 0 0;
}

#content .greybox li {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #666;
	margin: 0;
	list-style-type: circle;
	list-style-position: inside;
}

#content img.rgt {
	float: right;
	border: none;
	margin: 0 0 0 36px;
}

#content .letter {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;
	font-size: 40px;
	line-height: 40px;
	padding: 12px;
	width: 42px;
	height: 42px;
	margin: 0 7px 7px 0;
	display: inline-block;
	color: #999;
	border: 1px solid #EEE;
}

#content a.letter:link,
#content a.letter:active,
#content a.letter:visited {
	color: #4C79A7;
	text-decoration: none;
}

#content a.letter:hover {
	background: #DBE2E9;
	text-decoration: none;
}

#content .ultest,
#content .ultest li {
	padding: 5px;
	margin: 5px;
}

/* @group tabbed */

#content .box {
	font-size: 0.95em;
	margin: 0 0 0 12px;
}

#content .tabbed {
	margin: 0;
   	padding: 20px 12px 12px 12px;
	background: #ECF3FA;
}

#content ul.tabs {
	margin: 0;
	padding: 0;
}

#content ul.tabs li {
	display: inline;
	margin: 0 3px 0 0;
	background: #4C79A7;
	font-size: 1em;
	padding: 5px 10px 5px 10px;
	line-height: 26px;
	color: #FFF;
	text-align: center;
	cursor: pointer;  
	cursor: hand;
	font-variant: small-caps;
	border: 1px solid #4C79A7;
}

#content ul.tabs li.selected {
	border-bottom: 1px solid #ECF3FA;
	background: #ECF3FA;
	color: #4C79A7;
}

.boxBody {
	border: 1px solid #4C79A7;
	margin: 0 0 0 0;
}

.boxBody div.show {
    display: block;
    margin: 0 0 0 0;
}

.boxBody div {
    display: none;
}

/* @end */


/* @group gallery & files */

#content .gallery {
	background: #EEE;
	margin: 12px 0 12px 12px;
	padding: 12px;
}

#content .gallery img {
	display: inline;
	border: none;
	margin: 0 7px 0 0;
	padding: 0;
	border: 1px solid #FFF;
}

#content .tagline {
	margin: 0 0 8px 0;
	padding: 12px 22px 12px 12px;
	background: url('blue-bg.png') no-repeat;
	width: 280px;
	height: 88px;
	float: none;
}

#content .products,
#content .pages,
#content .related {
	font-size: 0.94em;
	margin: 0 0 8px 12px;
	padding: 10px 22px 12px 10px;
	width: 282px;
	min-height: 88px;
	float: left;
	position: relative;
}

#content .products p,
#content .pages p,
#content .related p {
	margin: 0;
	line-height: 1.2em;
}

#content .products .arrow,
#content .pages .arrow,
#content .related .arrow {
	position: absolute;
	right: 0;
	top: 33px;
}

#content .products,
#content .related {
	background: url('blue-bg.png') no-repeat;
}

#content .pages {
	background: url('grey-bg.png') no-repeat;
}

#content .slogan h3,
#content .pages h3,
#content .related h3 {
	font-size: 1.4em;
	line-height: 0.85em;
	font-weight: normal;
	font-style: normal;
	color: #444;
	margin: 0 0 12px 0;
}

.products a, .products a:link, .products a:visited, .products a:active, .products a:hover,
.slogan a, .slogan a:link, .slogan a:visited, .slogan a:active, .slogan a:hover,
.pages a, .pages a:link, .pages a:visited, .pages a:active, .pages a:hover,
.files a, .files a:link, .files a:visited, .files a:active, .files a:hover,
.related a, .related a:link, .related a:visited, .related a:active, .related a:hover {
	color: #004081 !important;
	text-decoration: none;
}


#content .files {
	width: 315px;
	float: left;
	font-size: 0.95em;
	position: relative;
}

#content .files .top {
	position: absolute;
	top: 0;
}

#content .files .bot {
	position: absolute;
	bottom: 0;
}

#content .files h3 {
	margin: 12px 0 0 12px;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	color: #444;
}

#content .files {
	background: #E5E5E5;
}

#content .files ul {
	margin: 0 0 8px 10px;
	padding: 0;
}

#content .files ul li {
	padding: 2px 0 0 0;
}

#content .files li {
	margin: 0 0 5px 0;
	display: block;
}

#content .files li .icon {
	display: inline;
	vertical-align: middle;
}

/* @end */


/* @group paging */

.paging {
	display: block;
	margin: 24px 0 24px 12px;
	padding: 12px 0 0 0;
	border-top: 1px dotted #999;
	color: #666;
}

.paging ul li {
	display: inline-block;
}

.paging ul li span a,
.paging ul li span a:link,
.paging ul li span a:visited {
	margin: 3px;
	display: block;
	padding: 7px 9px 3px 9px;
	text-decoration: none;
	color: #666;
	background: #EEE;
}

.paging ul li span a:active,
.paging ul li span a:hover {
	color: #FFF;
	text-decoration: none;
	background: #4C79A7;
}

.paging ul li span.current {
	margin: 3px;
	display: block;
	padding: 7px 9px 3px 9px;
	text-decoration: none;
	color: #FFF;
	background: #4C79A7;
}

/* @end */


/* @group search */

#content .highlight {
	color: #F06;
}

#content .result {
	margin: 12px 0 0 0;
}

.simplePagerNav {
	display: block;
	margin: 12px 0 24px 0;
	padding: 0;
}

ul.simplePagerNav li {
	display: inline-block;
}

ul.simplePagerNav li a:link,
ul.simplePagerNav li a:visited {
	margin: 3px;
	display: block;
	padding: 7px 9px 3px 9px;
	text-decoration: none;
	color: #666;
	background: #EEE;
}

ul.simplePagerNav li a:active,
ul.simplePagerNav li a:hover {
	color: #FFF !important;
	text-decoration: none;
	background: #4C79A7;
}

ul.simplePagerNav li.currentPage a:link,
ul.simplePagerNav li.currentPage a:visited,
ul.simplePagerNav li.currentPage a:active,
ul.simplePagerNav li.currentPage a:hover {
	margin: 3px;
	display: block;
	padding: 7px 9px 3px 9px;
	text-decoration: none;
	color: #FFF !important;
	background: #4C79A7;
}

/* @group Form */

form#familycard {
	display: block;
	float: left;
	width: 640px;
	margin: 0 0 40px 10px;
}

label {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 0 5px 0;
	text-align: right;
	color: #333;
	width: 270px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.radio legend {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 0 5px 0;
	color: #333;
	width: 270px;
	display: block;
	margin: 7px 170px 0 0;
}

div.input {
	clear: both;
	display: block;
	padding: 20px 0 0 0;
}

.rdo {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 0 5px 0;
	text-align: right;
	color: #333;
	width: 270px;
	display: inline-block;
	margin: 7px 5px 0 0;
}

.radio label {
	display: inline;
	margin: 0 10px 0 0;
}

.field {
	clear: both;
	display: block;
	padding: 10px 0;
	background: #eee;
	margin: 1px 0 0 0;
	line-height: 20px;
}

.radio {
	padding: 10px 0;
	background: #eee;
	margin: 1px 0 0 0;
}

.required {
	background: #ECF3FA;
}

.message {
	background: #f0fcc8;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #508e14;
	text-align: center;
	padding: 30px;
	margin: 0 0 0 15px;
}

.required label {
	color: #004081;
}

.error {
	background: #f0fcc8;
}

.error .msg {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.8em;
	color: #508e14;
	margin: 3px 0 0 275px;
}

.required .msg {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.8em;
	color: #508e14;
	margin: 3px 0 0 275px;
}

.field input[type=text] {
	display: inline;
	width: 300px;
	border: 1px solid #CCC;
	color: #444;
	padding: 5px;
	vertical-align: bottom;
	font: 1em "Courier New", Courier, mono;
}


.short input[type=text] {
	display: inline;
	width: 100px;
	border: 1px solid #CCC;
	color: #444;
	padding: 5px;
	vertical-align: bottom;
	font: 1em "Courier New", Courier, mono;
}

select {
	font: 1em "Courier New", Courier, mono;
}

input[type=password] {
	display: inline;
	width: 50%;
	border: 1px solid #CCC;
	color: #444;
	padding: 5px;
	vertical-align: bottom;
	font: 1em "Courier New", Courier, mono;
}

input[type=checkbox] {
	margin: 0 5px 0 0;
}

div.submit {
	margin: 20px 0 0 134px;
}

#familycard div.submit {
	margin: 20px 0 0 275px;
}

input[type=submit]{
	width: 80px;
	font-size: 0.8em;
	padding: 5px;
	cursor: pointer;
	background: #FF9;
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #444;
}

#extractrl {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px 60px 10px 10px;
	text-align: right;
	color: #333;
	width: 570px;
	display: block;
	margin: 1px 5px 0 0;
	background: #eee;
}


#privacy_txt {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

/* @end */


/* @end */

#debug {
	width: 80%;
	margin: auto;
	background: #fefecc;
	font-family: "Andale Mono", "Courier New", Courier, mono;
}





