@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html, body {
	background-color: #EBEBE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 15px;
}

.clearFloat {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
#contenitore {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#sagoma {
	height: 302px;
	width: 163px;
	position: absolute;
	left: 381px;
	top: 84px;
	z-index: 10;
	background-image: url(../images/sagoma2.png);
	background-repeat: no-repeat;
}


#actions {
	height: 60px;
	/*width: 200px;*/
	width:280px;
	position: absolute;
	left: 20px;
	top: 165px;
	z-index: 10;
}
#reclami {
	height: 60px;
	width: 185px;
	position: absolute;
	left: 20px;
	z-index: 10;
	top: 320px;
}

#testata {
	height: 80px;
	margin-bottom: 2px;
	position: relative;
	z-index: 10;
}
#marchio {
	height: 100px;
	width: 320px;
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 10;
}
#bullets {
	position: absolute;
	top: 35px;
	right: 20px;
	list-style-type: none;
}
#bullets li {
	display: block;
	float: left;
	margin-left: 10px;
}


#fascia_videoSorveglianza {
	height: 71px;
	margin-bottom: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	position: relative;
	background-image: url(../images/bg_comic1.png);
	background-repeat: no-repeat;
	background-position: 510px center;	/*background-image: url(../images/bg_fasciaSorveglianza.png);
	background-repeat: repeat-x;*/
	background-color: #D0ECED;
	
}

#fascia_amministratore {
	height: 71px;
	margin-bottom: 2px;
	background-color: #EEEC95;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	position: relative;
	background-image: url(../images/bg_comic2.png);
	background-repeat: no-repeat;
	background-position: 510px center;
}

#fascia_settoreSanitario {
	height: 71px;
	margin-bottom: 2px;
	background-color: #FEEBA0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	position: relative;
	background-image: url(../images/bg_comic3.png);
	background-repeat: no-repeat;
	background-position: 510px center;
}
#fascia_biometria {
	height: 71px;
	margin-bottom: 2px;
	position: relative;
	background-color: #FCC694;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-image: url(../images/bg_comic4.png);
	background-repeat: no-repeat;
	background-position: 510px center;
}
.comics {
	height: 56px;
	width: 215px;
	position: absolute;
	left: 558px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-family: 'BebasNeueRegular',Arial, Helvetica, sans-serif;
	line-height: 22px;
	padding-top: 15px;
}
.comics a {
	color: #FFF;
	text-decoration: none;
}
.comics a:hover {
	color: #333;
	text-decoration: none;
}

.comics span {
	height: 16px;
	width: 10px;
	position: absolute;
	top: 28px;
	right: -8px;
}

#comic_amministratore {
	background-color: #D5D558;
}
#comic_sanitario {
	background-color: #FDCF40;
}
#comic_biometria {
	background-color: #F89D66;
}


#comic_videoSorveglianza {
	background-color: #78CEDA;
}



#zonaSx {
	float: left;
	width: 290px;
	margin-right: 40px;
	margin-left: 20px;
}
#zonaSx h1{
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#newsletter {
	width: 290px;
	position: absolute;
	left: 20px;
	top: -40px;
}
#newsletter h1 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#frmNewsletter {
	border: 3px solid #FFF;
	-moz-box-shadow: 3px 3px 5px #CCC;
	-webkit-box-shadow: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 5px #CCC;
	height: 50px;
	background-color: #EBEBE6;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#frmNewsletter #email {
	margin-left: 20px;
	border: 1px solid #333;
	padding-right: 3px;
	padding-left: 3px;
}

#frmNewsletter ul {
	list-style-type: none;
	margin-top: 10px;
}
#frmNewsletter ul li {
	float: left;
	display: block;
	line-height: 22px;
	margin-right: 20px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#frmNewsletter ul li a {
	color: #333;
	text-decoration: none;
}
#frmNewsletter ul li a:hover {
	color: #333;
	text-decoration: underline;
}



#cella_news {
	border: 3px solid #FFF;
	background-color: #F5EED5;
	padding: 5px;
	-moz-box-shadow: 3px 3px 5px #CCC;
	-webkit-box-shadow: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 5px #CCC;
}
.giornoNews {
	color: #F26B19;
	font-weight: bold;
	background-image: url(../images/bg_giornoNews.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 2px;
}
.anteprimaNews {
	margin-bottom: 10px;
}
.anteprimaNews a {
	display: block;
	text-align: right;
	color: #F26B19;
	text-decoration: none;
	font-weight: bold;
}
.anteprimaNews a:hover {
	display: block;
	text-align: right;
	color: #F26B19;
	text-decoration: underline;
	font-weight: bold;
}

#zonaDx {
	float: left;
	width: 590px;
}
#mainMenu {
	line-height: 40px;
	background-image: url(../images/bg_mainMenu.png);
	background-repeat: repeat-x;
	color: #FFF;
	margin-bottom: 20px;
}
#mainMenu ul {
	list-style-type: none;
}
#mainMenu ul li {
	display: block;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	text-transform: capitalize;
}
#mainMenu ul li a {
	color: #FFF;
	text-decoration: none;
}
#mainMenu ul li a:hover {
	color: #27B4EE;
	text-decoration: none;
}
#current {
	color: #27B4EE !important;
	text-decoration: none;
	font-weight: bold;
}



#contenuti {
	float: left;
	width: 370px;
	margin-right: 20px;
	line-height: 18px;
}
#contenuti h1 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#contenuti ul {
	margin-left: 20px;
	list-style-type: none;
	margin-bottom: 10px;
}
#contenuti ol ul {
	list-style-type: square;
	margin-bottom: 10px;
}

#contenuti ol {
	margin-left: 20px;
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-top: 5px;
}



#scrollerContent {
	width: 370px;
	margin-right: 20px;
	line-height: 18px;
	height: 230px;
	overflow: auto;
}

.capoverso {
	margin-top: 10px;
}

.capoversoBold {
	margin-top: 10px;
	font-weight:bold;
}
#cloudComputing img {
	margin-left: 25px;
	margin-bottom: 20px;
}
.attestati {
	padding: 5px;
	height: 83px;
	width: 358px;
	margin-bottom: 20px;
	border: 1px solid #999;
	overflow: hidden;
	position: relative;
}

.attestati a {
	color:#333333;
	font-weight:bold;
	text-decoration: none;
}

.attestati .caption {
	width:288px;
	height:43px;
	position:absolute;
	bottom:-150px;
	left:0px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.85);
	padding: 30px 10px 20px 70px;
	background-image: url(../images/bg_tuv.png);
	background-repeat: no-repeat;
	background-position: left center;
}



#login {
	float: left;
	width: 200px;
	position: relative;
	bottom: 0px;
}
#login h1 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
	font-family: 'BebasNeueRegular',Arial, Helvetica, sans-serif;
}


#accessi {
	background-repeat: repeat-x;
	border: 3px solid #FFF;
	padding: 10px;
	background-color: #DDF1F2;
	-moz-box-shadow: 3px 3px 5px #CCC;
	-webkit-box-shadow: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 5px #CCC;
}
#accessi a {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	text-decoration: none;
}
#accessi a:hover {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	text-decoration: underline;
}
.accessoLogin {

}





#frmLogin {
	background-repeat: repeat-x;
	border: 3px solid #FFF;
	padding: 10px;
	background-color: #DDF1F2;
	-moz-box-shadow: 3px 3px 5px #CCC;
	-webkit-box-shadow: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 5px #CCC;
}

#frmLogin input[type=text] {
	width: 98%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #27B4EE;
} 

#frmLogin a {
	color: #333;
	text-decoration: none;
	line-height: 25px;
	padding-right: 3px;
	padding-left: 3px;
	display: block;
}
#frmLogin a:hover {
	color: #333;
	text-decoration: none;
	line-height: 25px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #FFF;
	display: block;
}

#frmLogin .accedi {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#frmLogin .recupera {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#frmLogin .registrati a {
	line-height: 20px;
	color: #27B4EE;
	text-decoration: none;
}
#frmLogin .registrati a:hover {
	line-height: 20px;
	color: #27B4EE;
	text-decoration: underline;
	background-color: #DDF1F2;
}



#footer {
	line-height: 30px;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	color: #FFF;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#menuFooter_sx {
	float: left;
	height: 30px;
	width: 400px;
}
#menuFooter_sx ul {
	list-style-type: none;
}
#menuFooter_sx ul li {
	display: block;
	float: left;
	margin-right: 10px;
}

#menuFooter_middle {
	line-height: 30px;
	float: left;
	width: 120px;
	margin-left: 10px;
}
#menuFooter_middle ul {
	list-style-type: none;
}
#menuFooter_middle ul li {
	display: block;
	float: left;
	font-weight: bold;
}

#menuFooter_dx {
	float: right;
	font-size: 11px;
}
#private {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
#marchioMir {
	position: absolute;
	right: 20px;
	top: -30px;
}

#overlay {
	display:none;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
	cursor:pointer;
	background-image: url(../images/bg_overlay.png);
	background-repeat: repeat;
	
}
 
#reclaim {
	width:550px;
	height:500px;
	background-color:#EBEBE6;
	z-index:+300;
	position:absolute;
	top:0px;
	left:50%;
	padding: 30px 10px 10px;;
	margin-left: -275px;
	margin-top: 75px;
}
#reclaim input[type=text] {
	width: 548px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 10px;
}
#reclaim #reclamo {
	width: 548px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 10px;
}
#reclaim #invio {
	width: 548px;
	border: 1px solid #CCC;
	margin-top: 10px;
}
#closeOverlay {
	position:absolute;
	right:10px;
	top:10px;
	text-align:center;
	padding:5px;
	background-color:#FFF;
	width:15px;
	height:15px;
	border: 1px solid #333;
}

#closeOverlay a {
	display:block;
	color:#333;
	text-decoration:none;
}
