/*------------------------------------ Global ------------------------------------*/
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	font-weight:normal;
}
li, dd {
	margin-left:5%;
}
.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}
a img {
	border:none;
}
html {
	background:#a1bfde;
}
body {
	background:#a1bfde;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:lighter;
	color:#ffffff;
}
.inside {
	width:900px;
	margin:0 auto;
	padding:0 14px 0 14px;
}
p {
	text-align:justify;
	margin-bottom:25px;
}
h1 {
	font-family: Arial, Impact, Arial, Helvetica, Verdana, sans-serif;
	font-family: Arial, "HelveticaNeue HeavyCond", Impact, Helvetica, Arial, Verdana, sans-serif;
	font-size:21px;
	line-height:25px;
	color:#FFF;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom:1px solid #5E95CC;
	padding-bottom:5px;
	margin-bottom:20px;
}
h2 a {
	color:#FFF;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	text-decoration:none;
	margin-bottom:5px;
	display:block;
}
h2 {
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	text-transform:uppercase;
	text-decoration:none;
	margin-bottom:5px;
	margin-top:20px;
	display:block;
	width: 90%;
	border-bottom:1px solid #5E95CC;
}
img.title {
	border-bottom:1px solid #5E95CC;
	margin-bottom:20px;
}
/*------------------------------------ Header ------------------------------------*/
#wrapper {
	width:928px;
	margin:0 auto;
}
#header_home a#congressofai {
	display:block;
	height:40px;
	width:152px;
}
#header {
	position:relative;
	width:928px;
	height:153px;
	background:url(../img/bg_header.gif) no-repeat center top;
	margin:0;
	padding:0;
	z-index:9
}
#header a {
	outline:0;
}
#header a#logo {
	display:block;
	height:153px;
	float:left;
	width:180px;
}
#header div#menu_top {
	position:relative;
	margin:3px 0 0 0;
	padding:0;
	float:left;
	width:auto;
	font-size:12px;
}
#header div#menu_top a {
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	padding-left: 14px;
}
#header div#menu_top a:hover {
	color:#ff2750;
	background:transparent url(../img/img_arrow_left.gif) no-repeat left center;
}
#header div#right {
	position:relative;
	margin:0px 20px 0 0;
	padding:0;
	float:right;
	width:166px;
	height:78px;
	background:url(../img/bg_header_right.gif) no-repeat left top;
}
#header div#destra {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	width:286px;
	height:97px;
}
#header #destra #presidenza {
	position:relative;
	margin:0;
	float:left;
	padding:0;
	width:195px;
	height:50px;
	background:url(../img/presidenza-del-consiglio.gif) no-repeat left top;
}
#header #destra #presidenza a {
	display:block;
	width:195px;
	height:20px;
}
#header #destra #miur {
	position:relative;
	margin:0px 0px 0 0;
	padding:0;
	float:right;
	width:122px;
	height:42px;
	background:url(../img/miur.gif) no-repeat left top;
}
#header #destra #miur a {
	display:block;
	width:122px;
	height:42px;
}
#header div#destra #ambiente {
	position:relative;
	margin:0px 0px 0 0;
	padding:0;
	float:right;
	width:164px;
	height:42px;
	background:url(../img/ministero-ambiente.gif) no-repeat left top;
}
#header #destra #ambiente a {
	display:block;
	width:164px;
	height:42px;
}
span.delimiter {
	margin: 0 5px 0 10px;
}
/*------------------------------------ Services ----------------------------------*/
#services {
	background:#000 url(../img/bg_services.gif) repeat-x left top;
}
#services #container {
	border-top:3px solid #29568B;
	width:100%;
}
#services .inside {
	height:268px;
	background:#000 url(../img/bg_serv_inside.gif) no-repeat center top;
}
#services .inside a#mot {
	height:197px;
	width:203px;
	display:block;
	float:left;
	background:transparent url(../img/ico_mot.jpg) no-repeat left top;
	margin:51px 0 0 30px;
	text-indent:-9999px;
}
#services .inside a#mot.unselected {
	background:transparent url(../img/ico_mot_bn.jpg) no-repeat left top;
}
#services .inside a#bulb {
	height:197px;
	width:234px;
	display:block;
	float:left;
	background:transparent url(../img/ico_bulb.jpg) no-repeat left top;
	margin-top:51px;
	text-indent:-9999px;
}
#services .inside a#bulb.unselected {
	background:transparent url(../img/ico_bulb_bn.jpg) no-repeat left top;
}
#services .inside a#copy {
	height:197px;
	width:210px;
	display:block;
	float:left;
	background:transparent url(../img/ico_copy.jpg) no-repeat left top;
	margin-top:51px;
	text-indent:-9999px;
}
#services .inside a#copy.unselected {
	background:transparent url(../img/ico_copy_bn.jpg) no-repeat left top;
}
#services .inside a#world {
	height:197px;
	width:193px;
	display:block;
	float:left;
	background:transparent url(../img/ico_world.jpg) no-repeat left top;
	margin-top:51px;
	text-indent:-9999px;
}
#services .inside a#world.unselected {
	background:transparent url(../img/ico_world_bn.jpg) no-repeat left top;
}
/*------------------------------------ Content -----------------------------------*/
#content {
}
#content .inside {
	width:928px;
	padding:0;
	background:url(../img/body_bg.gif) repeat-y center top;
}
#content .inside #liquid {
	width:900px;
	min-height:700px;
	margin:0 auto;
	padding:0 14px 0 14px;
	background:url(../img/body_bg.gif) repeat-y center top;
}
* html body #content .inside #liquid {
	height:700px;
	overflow:visible;
}
body#internal #content .inside #liquid {
	background:url(../img/body_bg.gif) repeat-y center top;
}
body#secondary #content .inside #liquid {
	background:url(../img/body_bg.gif) repeat-y center top;
}
#content .inside #liquid #left {
	width:840px;
	float:left;
	margin:20px 20px 32px 20px;
}
* html body #content .inside #liquid #left {
	width:840px;
	float:left;
	margin:20px 20px 32px 20px;
}
#content .inside #liquid #left_info {
	width:420px;
	float:left;
	margin:20px 20px 32px 20px;
}
* html body #content .inside #liquid #left_info {
	width:420px;
	float:left;
	margin:20px 20px 32px 20px;
}
#content .inside #liquid #right {
	width:426px;
	height:539px;
	background:url(../img/bg_box_right.jpg) no-repeat center top;
	float:left;
	margin:0px 10px 32px 0px;
}
* html body #content .inside #liquid #right {
	width:426px;
	height:539px;
	background:url(../img/bg_box_right.jpg) no-repeat center top;
	margin:0px 10px 32px 0px;
}
#content .inside #liquid #right #sidebox {
	height:500px;
	width:350px;
	color:#FFF;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-align:left;
	padding-top:20px;
	padding-left:40px;
}
#content .inside #liquid #right #sidebox a {
	color:#FFF;
}
#content .inside #liquid #right #sidebox a:hover {
	color:#FF2750;
}
#content .inside #liquid #right #sidebox p {
	margin-top:85px;
	margin-top :75px;
	text-align:justify;
}
*:first-child+html #content .inside #liquid #right #sidebox p {
	margin-top:87px;
}
body#secondary #content .inside #liquid #right #sidebox p {
	float:left;
	margin:0;
	text-align:center;
}
body#secondary #content .inside #liquid #right #sidebox img {
	float:left;
}
body#secondary #content .inside #liquid #right #sidebox h1 {
	text-align:center;
}
#content .inside #liquid #right #menu {
	height:202px;
	width:360px;
	margin:20px 0 0 30px;
}
* html body #content .inside #liquid #right #menu {
	margin:5px 0 0 30px;
}
*:first-child+html body #content .inside #liquid #right #menu {
	margin:20px 0 0 30px;
}
* html body#secondary #content .inside #liquid #right #menu {
	margin:20px 0 0 30px;
}
#content .inside #liquid #right #menu ul.left {
	width:170px;
	float:left;
	list-style-type:none;
}
#content .inside #liquid #right #menu ul.right {
	width:170px;
	float:right;
	list-style-type:none;
}
#content .inside #liquid #right #sidebox ul.left {
	width:120px;
	float:left;
	list-style-type:none;
}
#content .inside #liquid #right #sidebox ul.right {
	width:220px;
	float:right;
	list-style-type:none;
}
* html body #content .inside #liquid #right #menu li {
	padding:0;
	margin-bottom:-20px;
}
#content .inside #liquid #right #sidebox li a {
	color: #CCCCCC;
	font-size:11px;
	line-height:18px;
	font-weight:lighter;
	text-transform:uppercase;
	margin-top:6px;
	border-bottom:1px solid #FFFFCC;
	text-decoration:none;
	display:block;
}
#content .inside #liquid #right #sidebox .right .red a {
	color: #000099;
	font-weight: bold;
	border: 0px;
}
#content .inside #liquid #right #sidebox .left .bottom a {
	border: 0px;
}
#content .inside #liquid #right #sidebox li a:hover {
	color: #FFFF99;
	background:transparent url(../img/img_arrow.gif) no-repeat right center;
}
#content .inside #liquid #right #sidebox li a.selected {
	color:#000A14;
	background:transparent url(../img/img_arrow.gif) no-repeat right center;
}
#content .inside #liquid #right #menu li a {
	color:#FFF;
	font-size:11px;
	line-height:18px;
	font-weight:lighter;
	text-transform:uppercase;
	margin-top:6px;
	border-bottom:1px solid #5E95CC;
	text-decoration:none;
	display:block;
}
#content .inside #liquid #right #menu .right .red a {
	color: #000099;
	font-weight: bold;
	border: 0px;
}
#content .inside #liquid #right #menu .left .bottom a {
	border: 0px;
}
#content .inside #liquid #right #menu li a:hover {
	color:#000A14;
	background:transparent url(../img/img_arrow.gif) no-repeat right center;
}
#content .inside #liquid #right #menu li a.selected {
	color:#000A14;
	background:transparent url(../img/img_arrow.gif) no-repeat right center;
}
#content .inside #liquid #right a img#phone {
	margin:70px 0 0 13px;
}
#content .inside #liquid #right a img#skype {
	margin:5px 0 0 190px;
}
#content .inside #liquid #right a img#gmail {
	margin:10px 0 0 232px;
}
body#internal #content .inside #liquid #right a img#phone {
	margin:40px 0 0 0;
}
.article {
	border-bottom:1px solid #5E95CC;
	margin-bottom:20px;
}
.article p.more {
	text-align:right;
	margin-bottom:0;
	color:#FFF;
	font-size:11px;
}
.article p.more a {
	color:#FFF;
	font-size:11px;
	font-weight:lighter;
	text-decoration:none;
	letter-spacing:0.3px;
}
.ischia {
	margin-bottom:20px;
}
#content .inside #liquid ul.pages, #content .inside #liquid ul.map, #content .inside #liquid ul.map ul {
	list-style-type:square;
	color:#FFF;
	padding:0;
	margin-bottom:15px;
}
#content .inside #liquid ul.pages li {
	margin-bottom:6px;
}
#content .inside #liquid ul.pages li a {
	text-transform:uppercase;
	font-size:14px;
}
.cal {
	float:left;
	width:22%;
	height:100px;
	background:transparent url(../img/bg_cal.gif) no-repeat center center;
	text-align:center;
}
.cal .month {
	margin-top:25px;
	text-transform:uppercase;
	font-weight:bold;
}
.cal .day {
	margin-top:7px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:26px;
	color:#29568B;
}
.blog {
	width:78%;
	float:right;
}
a.contact {
	background:transparent url(../img/bg_contact_link.gif) no-repeat left center;
	padding:12px 0 12px 55px;
}
a.read_full {
	background:transparent url(../img/bg_read_full.gif) no-repeat left center;
	padding:12px 0 8px 20px;
}
a.back {
	background:transparent url(../img/bg_back.gif) no-repeat left center;
	padding:12px 0 8px 26px;
}
/*------------------------------------ Secondary ---------------------------------*/
body#secondary #content .inside #liquid #left img.zoom, body#internal #content .inside #liquid #left img.zoom {
	width:130px;
	float:left;
}
body#secondary #content .inside #liquid #left p span, body#internal #content .inside #liquid #left p span {
	width:280px;
	float:left;
	margin:0 0 20px 10px;
}
/*------------------------------------ Footer ------------------------------------*/
#footer {
	background:url(../img/bg_footer.gif) no-repeat center top;
	position: fixed;
	bottom: 0px;
	height: 100px;
	width: 928px;
}
#footer .inside {
	padding-top:10px;
	color:#fff;
	font-size:10px;
	line-height:12px;
}
#footer .inside img {
	vertical-align: middle;
	padding-right:5px;
}
#footer .inside a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#footer .inside a:hover {
	color:#FF2750;
	text-decoration:none;
}
a {
	text-decoration:none;
	color:#FFF;
}
a:hover, p.more a:hover {
	color:#FF2750;
}
/*------------------------------------ Forms -------------------------------------*/
.notes {
	color:#FFF;
	font-size:11px;
	line-height:13px;
}
.notes_bold {
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
}
form {
	color:#FFF;
	font-size:11px;
}
form td {
	padding:3px 0 3px 0;
}
form input, textarea {
	border:2px solid #93BFF0;
	background:#FFF url(../img/bg_input.jpg) no-repeat left top;
}
form input.submit {
	border:0;
	width:126px;
	height:29px;
	margin-top:10px;
	background:url(../img/btn_submit.gif) no-repeat left top;
	text-indent:-9999px;
	cursor:pointer;
}
*:first-child+html form input.submit {
	border:2px solid #93BFF0;
	background:#FFF url(../img/bg_input.jpg) no-repeat left top;
	text-indent:0;
	cursor:pointer;
}
/*------------------------------------ Forms -------------------------------------*/
#error {
	background:#ffb3b5;
	width:850px;
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
}
.socialtools {
	float: right;
	width: 290px;
	margin: 0;
	padding: 0;
	height: 200px;
	background: transparent url(../images/social.gif) no-repeat right bottom;
}
h2.social-title {
	margin: 0;
	padding: 20px 0 10px 3px;
	background: none !important;
	font-size: 1.4em;
}
h2.titles {
	margin: 0;
	padding: 20px 0 10px 3px;
	background: none !important;
	font-size: 1.2em;
	font-weight: normal;
}
p.packagetitle {
	background:transparent url(../img/package.png) no-repeat left center;
	padding: 12px 0 12px 55px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	text-align: left;
	line-height:20px;
	color:#FFF;
	font-weight:lighter;
	text-transform:uppercase;
	border-bottom:1px solid #5E95CC;
	margin-top:20px;
}
p.packagetitlefav {
	background:transparent url(../img/packagefav.png) no-repeat left center;
	padding: 12px 0 12px 55px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
	text-align: left;
	text-transform:uppercase;
	border-bottom:1px solid #5E95CC;
	margin-top:20px;
}
p.question {
	background:transparent url(../img/question.png) no-repeat left center;
	padding:12px 0 12px 55px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	line-height:26px;
	color: #FFF;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom:1px solid #5E95CC;
	margin-top:20px;
	text-align: left;
}
acronym {
	cursor: help;
	color: #FFFFFF;
	border-bottom: 1px dashed #FF0000;
}
#secondary #content .inside #liquid #left .article li {
	list-style-image: url(../img/arrow.png);
}
#secondary #content .inside #liquid #left .article p.answer {
	background:transparent url(../img/answer.png) no-repeat left center;
	padding:14px 0 14px 25px;
	color: #FFFFFF;
	font-weight: bold;
}
#secondary #content .inside #liquid #left .article a.pdf {
	background:transparent url(../img/pdf.png) no-repeat left center;
	padding:14px 0 14px 35px;
	color: #FFFFFF;
	font-weight: bold;
}
#secondary #content .inside #liquid #left .article a.pdf_2 {
	background:transparent url(../img/pdf_2.png) no-repeat left center;
	padding:14px 0 14px 22px;
	color: #FFFFFF;
	font-weight: bold;
}
#secondary #content .inside #liquid #left .article a.doc {
	background:transparent url(../img/doc.png) no-repeat left center;
	padding:14px 0 14px 35px;
	color: #FFFFFF;
	font-weight: bold;
}
#secondary #content .inside #liquid #left .article a.xls {
	background:transparent url(../img/xls.png) no-repeat left center;
	padding:14px 0 14px 35px;
	color: #FFFFFF;
	font-weight: bold;
}
#secondary #content .inside #liquid #left .article a.ppt {
	background:transparent url(../img/ppt.png) no-repeat left center;
	padding:14px 0 14px 22px;
	color: #FFFFFF;
	font-weight: bold;
}
#secondary #content .inside #liquid #left .article a.ppt_2 {
	background:transparent url(../img/ppt_2.png) no-repeat left center;
	padding:14px 0 14px 35px;
	color: #FFFFFF;
	font-weight: bold;
}
#secondary #content .inside #liquid #left .article li.faqs {
	list-style-image: url(../img/faqs.png);
}
#secondary #content .inside #liquid #left .article li.tick {
	list-style-image: url(../img/tick.png);
}
#secondary #content .inside #liquid #left .article li.answers {
	list-style-image: url(../img/answer.png);
}
#secondary #content .inside #liquid #left .article a.top {
	background:transparent url(../img/top.png) no-repeat left center;
	padding-left: 40px;
	text-transform: uppercase;
}
#secondary #content .inside #liquid #left .article a.back {
	background:transparent url(../img/back.png) no-repeat left center;
	padding-left: 40px;
	text-transform: uppercase;
}
#secondary #content .inside #liquid #left .article a.hands {
	background:transparent url(../img/hands.png) no-repeat left center;
	padding-left: 40px;
	text-transform: uppercase;
}
#secondary #content .inside #liquid #left_info .article a.top {
	background:transparent url(../img/top.png) no-repeat left center;
	padding-left: 40px;
	text-transform: uppercase;
}
#secondary #content .inside #liquid #left_info .article a.back {
	background:transparent url(../img/back.png) no-repeat left center;
	padding-left: 40px;
	text-transform: uppercase;
}
#secondary #content .inside #liquid #left_info .article a.hands {
	background:transparent url(../img/hands.png) no-repeat left center;
	padding-left: 40px;
	text-transform: uppercase;
}
#secondary #content .inside #liquid #left .article p.high {
	line-height: 30px;
	text-transform: uppercase;
}
#secondary #content .inside #liquid #left .article p.share {
	line-height: 45px;
	text-transform: uppercase;
}
.linktext {
	margin-left:5%;
	margin-right:5%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.linktextarea {
	font-size:10px;
	font-family:verdana;
	overflow: visible;
}
#secondary #content .inside #liquid #left li.smfax {
	list-style-image: url(../img/fax.png);
	list-style-position: inside;
	font-size: 16px;
	height: 25px;
	padding-left: 5px;
}
#secondary #content .inside #liquid #left li.smsky {
	list-style-image: url(../img/skype.png);
	list-style-position: inside;
	font-size: 16px;
	height: 25px;
	padding-left: 5px;
}
#secondary #content .inside #liquid #left li.smtel {
	list-style-image: url(../img/tel.png);
	list-style-position: inside;
	font-size: 16px;
	height: 25px;
	padding-left: 5px;
}
#secondary #content .inside #liquid #left li.smemail {
	list-style-image: url(../img/email.png);
	list-style-position: inside;
	font-size: 16px;
	height: 25px;
	padding-left: 5px;
}
#akst_form {
	background: #02254b;
	border: 1px solid #02254b;
	display: none;
	position: absolute;
	width: 330px;
	z-index: 999;
}
#akst_form a.akst_close {
	color: #fff;
	float: right;
	margin: 5px;
}
#akst_form ul.tabs {
	border: 1px solid #02254b;
	list-style: none;
	margin: 10px 10px 0 10px;
	padding: 0;
}
#akst_form ul.tabs li {
	background: #ccc;
	border-bottom: 1px solid #02254b;
	cursor: pointer;
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 5px 2px 5px;
	list-style-image: none;
}
#akst_form ul.tabs li.selected {
	background: #fff;
	border-bottom: 1px solid #fff;
	cursor: default;
	padding: 4px 5px 1px 5px;
	list-style: none;
}
#akst_form div.clear {
	clear: both;
	float: none;
}
#akst_social, #akst_email {
	background: #fff;
	border: 1px solid #fff;
	padding: 10px;
}
#akst_social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#akst_social ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 45%;
	list-style-image: none;
}
#akst_social ul li a {
	background-position: 0px 2px;
	color: #0066FF;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 24px;
	padding: 4px 0 0 22px;
	vertical-align: middle;
	list-style-image: none;
}
#secondary #content .inside #liquid #left .article li.bookmarks {
	list-style-image: none;
}
#akst_email {
	display: none;
	text-align: left;
}
#akst_email form, #akst_email fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#akst_email fieldset legend {
	display: none;
}
#akst_email ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#akst_email ul li {
	margin: 0 0 7px 0;
	padding: 0;
	list-style: none;
}
#akst_email ul li label {
	color: #555;
	display: block;
	margin-bottom: 3px;
}
#akst_email ul li input {
	padding: 3px 10px;
}
#akst_email ul li input.akst_text {
	padding: 3px;
	width: 260px;
}
.red {
	color: #FF0000;
	font-weight:bold;
}
