/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 "Trebuchet MS", sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #1468ac; color:#fff; text-shadow: none; }
::selection { background:#1468ac; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #1468ac; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active { color: #1468ac; text-decoration: none; }
a:hover { color: #1468ac; text-decoration: underline; }


/**
 * Primary styles
 *
 * Author: Marco Pugliese
 */

.center {
 text-align: center;
}

body {
	/* background: #fff url(../img/bkg.gif) repeat-x top left;*/ 
}

#container {
 width: 1006px;
 margin: 0 auto;
 background: url(../img/cont.gif) repeat-y top left;
}
 
div.header {
  background: url(../img/head.jpg) no-repeat top center;
}

header {
 padding-bottom: 252px;
 background: url(../img/header.html) no-repeat bottom center;
}

div.header2 {
  background: url(../img/head.jpg) no-repeat top center;
}

header2 {
 background: url(../img/header.html) no-repeat bottom center;
}



header hgroup {
 display: none;
}


.titlepag { 
	padding: 20px 0 10px 0;
	height: 25px; 
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1468ac;
}

.errore  {
	padding: 8px 0 8px 0;	
	text-align: center;
	text-decoration: none;
	font-size: 12px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000 !important;
}

.contattieti {
	text-align: center;
	font-size: 12px !important;
	color: #ff0000 !important;
}

nav.main {
 padding-top: 42px;
 height: 25px;
 background: url(../img/navMain.jpg) no-repeat bottom center;
}

nav.main ul {
 padding-left: 22px;
}

nav.main ul li {
 float: left;
}

nav.main ul li h2 a {
 color: #fff;
 height: 25px;
 line-height: 25px;
 width: 90px;
 text-align: center;
 text-decoration: none;
 display: block;
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
}

nav.main ul li.orange h2 a:hover, nav.main ul li.orange h2 a.selected {
 background: #f39221;
}
nav.main ul li.blue h2 a:hover, nav.main ul li.blue h2 a.selected {
 background: #214c9b;
}
nav.main ul li.grey h2 a:hover, nav.main ul li.grey h2 a.selected {
 background: #999999;
}
nav.main ul li.green h2 a:hover, nav.main ul li.green h2 a.selected {
 background: #149346;
}

nav.contatti {
 position: absolute;
 background: url(../img/navContatti.png) no-repeat top left;
 width: 351px;
 height: 25px;
 line-height: 25px;
 top: 42px;
 margin-left: 633px;
}

nav.contatti ul {
 margin-left: 10px;
}

nav.contatti ul li {
 float: left;
 height: 25px;
 line-height: 25px;
}

nav.contatti ul li.contatti {
 float: right; 
}

nav.contatti ul li a {
 height: 25px;
 display: block;
}

nav.contatti ul li a.contatti {
 background: url(../img/contatti.html) no-repeat center right;
 color: #fff;
 padding-right: 37px;
 font-size: 12px;
 margin-right: 12px;
}

nav.contatti ul li a.contatti:hover {
 text-decoration: none;
}

nav.contatti ul li a.home {
 background: url(../img/skp_home.html) no-repeat center right;
 width: 37px;
}

nav.contatti ul li a span {
 display: none;
}

nav.contatti ul li a.contatti span {
 display: block;
}


#main {
 padding: 0 22px;
 text-align: justify;
}

#main div.intro {
 padding: 10px;
 padding-bottom: 14px;
}

#main div.intro1 {
 padding: 1px;
 padding-bottom: 4px;
}

#main p {
 color: #585857;
 padding-bottom: 6px;
 font-size: 13px;
 line-height: 16px;
}

div.sezioni {
 clear: left;
 text-align: justify;
}

.agg{
	clear: both;
	height: 420px;
	width: auto;
}

section {
 float: left;
 margin-left: 20px;
 width: 294px;
 padding-bottom: 24px;
 text-align: justify;
}

section h2 {
 border-bottom-width: 3px;
 border-bottom-style: solid;
 padding-bottom: 5px;
 margin-bottom: 5px;
 font-size: 17px
}

section h2.orange {
 border-bottom-color: #f39221;
}
section h2.blue {
 border-bottom-color: #214c9b;
}
section h2.grey {
 border-bottom-color: #999999;
}
section h2.green {
 border-bottom-color: #149346;
}
section h2.grey2 {
 border-bottom-color: #e6e6e6;
}

section h2 a {
 display: block;
 color: #1d1d1b;
 text-transform: uppercase;
 text-decoration: none;
}

section h2 a:hover {
 color: #1d1d1b;
 text-decoration: none;
}

section h2.orange a:hover em {
 color: #f39221;
}
section h2.blue a:hover em {
 color: #214c9b;
}
section h2.grey a:hover em {
 color: #999999;
}
section h2.green a:hover em {
 color: #149346;
}

section.sezione {
 padding-top: 192px;
 background-position: top center;
 background-repeat: no-repeat;
}

#main section p {
 font-size: 12px;
}

section.investigazioni {
 background-image: url(../upload/1/investigazioni.html);
}

section.vigilanza {
 background-image: url(../upload/1/vigilanza.html);
}

section.technology {
 background-image: url(../upload/1/technology.html);
}

section.sicurezza {
 background-image: url(../img/sicurezza.html);
}

section.formazione {
 background-image: url(../upload/1/formazione.html);
}

section.certificazioni img {
 margin-top: 20px;
}


 
footer {
 clear: left;
 background: #1468ac;
}

#main footer p {
 text-align: center;
 height: 32px;
 color: #f6f6f6;
 font-size: 11px;
 padding: 2px 0 2px 0;  
}

footer p a {
 text-decoration: none;
 color: #f6f6f6;
 font-size: 10px;
}

footer p a:hover {
 text-decoration: underline;
 color: #f6f6f6;
}

/* PAGINE INTERNE */
/* INVESTIGAZIONI */
header.investigazioni {
 background: url(../img/header_investigazioni.html) no-repeat bottom center;
}

#main.investigazioni section {
 width: 451px;
}

#main.investigazioni h4 {
 display: block;
 border-bottom: 2px solid #f39221;
 font-size: 16px;
 margin-bottom: 10px;
 padding-bottom: 6px;
}

#main.investigazioni ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

#main.investigazioni ul li {
 margin-bottom: 6px;
 background: url(../img/dot_orange.html) no-repeat 0 8px;
 padding-left: 14px;
}

/* VIGILANZA */
header.vigilanza {
 background: url(../img/header_vigilanza.html) no-repeat bottom center;
}

#main.vigilanza section {
 width: 608px;
}

#main.vigilanza h4 {
 display: block;
 border-bottom: 2px solid #214c9b;
 font-size: 16px;
 margin-bottom: 10px;
 padding-bottom: 6px;
}

#main.vigilanza ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

#main.vigilanza ul li {
 margin-bottom: 6px;
 background: url(../img/dot_blue.html) no-repeat 0 8px;
 padding-left: 14px;
}

/* TECHNOLOGY */
header.technology {
 background: url(../img/header_technology.html) no-repeat bottom center;
}

#main.technology div.intro {
 padding-bottom: 0px;
}

#main.technology h4 {
 display: block;
 border-bottom: 2px solid #999999;
 font-size: 16px;
 margin-bottom: 10px;
 padding-bottom: 6px;
}

#main.technology div.sezioni > p {
 margin: 0 20px 10px;
}

#main.technology ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

#main.technology ul li {
 margin-bottom: 6px;
 background: url(../img/dot_grey.html) no-repeat 0 8px;
 padding-left: 14px;
}

/* SICUREZZA */
header.sicurezza {
 background: url(../img/header_sicurezza.jpg) no-repeat bottom center;
}

#main.sicurezza section {
 width: 608px;
}

#main.sicurezza h4 {
 display: block;
 border-bottom: 2px solid #f39221;
 font-size: 16px;
 margin-bottom: 10px;
 padding-bottom: 6px;
}

#main.sicurezza ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

#main.sicurezza ul li {
 margin-bottom: 6px;
 background: url(../img/dot_orange.html) no-repeat 0 8px;
 padding-left: 14px;
}


header.sicurezza2 {
 background: url(../img/header_sicurezza1.jpg) no-repeat top center;
 padding-bottom: 0px !important;
}


/* FORMAZIONE */
header.formazione {
 background: url(../img/header_formazione.html) no-repeat bottom center;
}

#main.formazione div.intro {
 padding-bottom: 10px;
}

#main.formazione section {
 width: 451px;
 border-top: 2px solid #149346;
 padding-top: 10px;
}

#main.formazione h4 {
 display: block;
 border-bottom: 2px solid #999999;
 font-size: 16px;
 margin-bottom: 10px;
 padding-bottom: 6px;
}

#main.formazione section p {
 font-size: 13px;
 font-weight: bold;
}

#main.formazione ul {
 margin: 0;
 padding: 0;
 list-style: none;
 margin-bottom: 10px;
}

#main.formazione ul li {
 margin-bottom: 3px;
 background: url(../img/dot_green.html) no-repeat 0 8px;
 padding-left: 14px;
}

/* CONTATTI */
#main.contatti section {
 float: none;
 text-align: right;
 padding-left: 588px;
 margin-left: 40px;
 margin-top: 20px;
 background-repeat: no-repeat;
 background-position: top left;
 height: 150px;
}

#main.contatti section address {
 color: #666;
 font-weight: normal;
 font-size: 12px;
 margin-bottom: 6px;
 width: 294px;
}

#main.contatti section h3 {
 margin-bottom: 6px;
 font-size: 14px;
 font-weight: normal;
 width: 294px;
 border-bottom: 2px solid;
 padding-bottom: 6px;
}

#main.contatti section.inv {
 background-image: url(../img/skp_investigazioni.html);
}

#main.contatti section.vig {
 background-image: url(../img/skp_vigilanza.html);
}

#main.contatti section.tec {
 background-image: url(../img/skp_technology.html);
}

#main.contatti section.form {
 background-image: url(../img/skp_formazione.html);
}

#main section.inv h3 {
 border-color: #f39221;
}
#main section.vig h3 {
 border-color: #214c9b;
}
#main section.tec h3 {
 border-color: #999999;
}
#main section.form h3 {
 border-color: #149346;
}

/* CERTIFICAZIONI */
#main.certificazioni div.intro {
 float: left;
 width: 608px;
}

#main.certificazioni div.intro h3 {
 border-bottom: 2px solid #e6e6e6;
 font-size: 16px;
 margin-bottom: 10px;
 padding-bottom: 6px;
}


#main.certificazioni div.cert {
 float: left;
 width: 294px;
 margin-top: 20px;
 padding-bottom: 20px;
}



.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.box_new_h{
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:294px;
	height:130px;
	background:#C90;
	overflow:hidden;
	z-index:0;
}



	
	
	}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
*/


/* Codice claudio nuove sezioni ***************************/

/* formazione */

.Sotto-menu{
	position: absolute;
	z-index: 1000;
	margin-top: -252px;
	height: 252px;
	width: 270px;
	background-image: url(../img/velina.html);
	background-repeat: no-repeat;
	background-position: right top;
}

.Sotto-menu ul{
	float: left;
	width: 100%;
	margin-top: 25px;
	position: relative;
	list-style-type: none;
}

.Sotto-menu ul li{
	height: auto;
	width: auto;
	margin-left: -18px;
	cursor: pointer;
	margin-bottom: 15px;	
}

.Sotto-menu ul li.c-form{
	background-image: url(../img/Formazione-l1.html);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px;
	width: 0px;
	padding-top: 37px;
	padding-left: 257px;
}

.Sotto-menu ul li.c-form:hover{
	background-image: url(../img/Formazione-l1-on.html);
	background-repeat: no-repeat;
	background-position: left top;
}

.Sotto-menu ul li.contatti{
	background-image: url(../img/Formazione-l2.html);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 222px;

}


.Sotto-menu ul li.contatti:hover{
	background-image: url(../img/Formazione-l2-on.html);
	background-repeat: no-repeat;
	background-position: left top;
}

.activ1{
	background-image: url(../img/Formazione-l1-on.html) !important;
	}
	
.activ2{
	background-image: url(../img/Formazione-l2-on.html) !important;
	}	
	
/* formazione */	
	

#A-formazione .box-formazione{
	clear: both;
	height: 172px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 30px;
}


#A-formazione .box-formazione .img img{
	height: 152px;
	width: 276px;
	box-shadow: 5px 5px 4px -5px #000;
	float:left;
}

#A-formazione .box-formazione .testo{
	float: left;
	height: 152px;
	width: 360px;
	margin-left: 20px;
	overflow:hidden;
} 

#A-formazione .box-formazione .testo p strong{ color:#000; font-size:10pt;}


#A-formazione .box-formazione form{
	float: right;
	height: 156px;
	width: 246px;
}


#A-formazione .box-formazione form label{
	width: auto;
	position: absolute;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ededed;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
}

#A-formazione .box-formazione form .info{
	float: right;
	font-size:8pt;
	margin-bottom: 5px;
	line-height: normal;
	font-weight: normal;
	margin-right:8px;
}

#A-formazione .box-formazione form input{
	height: 25px;
	width: 240px;
	padding-left:6px;
	border: none;
	background-color: #DADAD9;
	border-radius: 5px;
	margin-bottom: 5px;
}

#A-formazione .box-formazione form button{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	height: auto;
	width: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background: #1C9538;
	border: none;
	border-radius: 5px;
	display: block;
	font-weight: bold;
	margin-top:5px;
}

#A-formazione .box-formazione form .ris{
    float: left;
	height:auto;
	width: 100px;
	margin-top:-20px;
}

#A-formazione .testo b{
	font-weight: bold !important;
	color: #000;
}

#A-contatti .left{
	float: left;
	height: 522px;
	width: 450px;
	margin-bottom:30px;
	overflow:hidden;
}


#A-contatti .left .box-c{
	clear: both;
	float: left;
	height: 118px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

#A-contatti .left .box-c p{
	font-size: 9pt;
	line-height: 11px;
}

#A-contatti .left .box-c p.mt{ margin-top:10px;}

#A-contatti .left .box-c b{
	color: #000;
	font-weight: bold;
}

#A-contatti a{ color:#0b8e36 !important;}


#A-contatti .right{
	float: left;
	height: 510px;
	width: 426px;
	margin-bottom:30px;
	margin-left:30px;
}

#A-contatti .right iframe{ border: 1px solid #CCC;}

#A-contatti .right p{
	color: #000;
	margin-top: 24px;
}



/* OSCAR */

table.elenco {
	margin: 0 auto;
	padding: 0;
	border: none;
	border-collapse: collapse;
	width: 95%;
}

table.elenco th {	
	padding: 5px;
	border: none;
	color: #ffffff;
	background: #1468ac;
	text-align: left;
}

table.elenco td {	
	padding: 5px;
	border: none;
	text-align: left;
	border-bottom: 1px solid #1468ac;
}

table.elenco td.bottone {	
	text-align: right;
}

table.elenco td.msgoperazione {
	padding: 20px 0 3px 0;	
	text-align: center;
	text-decoration: none;
	font-size: 11px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000 !important;	
	border-bottom: 0px solid #1468ac !important;
}

table.elenco td.msgcancellazione {
	text-align: center;
	text-decoration: none;
	font-size: 12px !important;		
	color: #ff0000 !important;	
	font-weight: bold;
	border-bottom: 1px solid #1468ac !important;
}

table.elenco td.etichettaform {	
	padding: 10px 5px 5px 5px;
	border: none;
	text-align: left;
	border-bottom: 0px solid #1468ac !important;
}


table.elenco td.etichettaform2 {	
	padding: 0 5px 5px 5px;
	border: none;
	text-align: left;
	border-bottom: 0px solid #1468ac !important;
	font-size: 10px;
}

table.elenco td.etichettaform3 {	
	padding: 10px 5px 0 5px;
	border: none;
	text-align: left;
	border-bottom: 0px solid #1468ac !important;
}

a.bottonenuovo {
	display: inline-block;
	padding: 5px;
	color: #ffffff;
	background: #1468ac;
	text-align: center;		
	cursor:pointer;
}

a.bottonenuovo:hover {
	text-decoration: none;
	background: #214c9b;
	cursor:pointer;
}

table.elenco td img {
	height: 20px;
	cursor:pointer;
}

table.elenco td img.load {
	width: 67px;
	height: 50px;
}

table.elenco tr.evidenzia {
	margin: 10px 0 0 0;
	background:#EEE;
	border-top: 1px solid #1468ac;
}

table.elenco tr.rigatratt{	
	padding: 3px;
	border-bottom: 2px dashed #00f;
}

table.elenco td.etichettaformlungo {
	width: 220px;
	padding: 10px 5px 5px 5px;
	border: none;
	text-align: left;
	border-bottom: 0px solid #1468ac !important;
}
table.elenco td.etichettaform3lungo {	
	width: 220px;
	padding: 10px 5px 0 5px;
	border: none;
	text-align: left;
	border-bottom: 0px solid #1468ac !important;
}

table.elenco td.etichettaform4 {	
	width: 920px;	
	padding: 10px 5px 5px 5px;
	border: none;
	text-align: center;
}

table.elenco td.etichettaform5 {	
	width: 920px;	
	padding: 10px 5px 5px 5px;
	border: none;
	text-align: right;
}


table.elenco td.etichettaform6 {	
	width: 990px;	
	padding: 1px 5px 1px 5px;
	background:#EEE;
	border: none;
	text-align: center;
}

table.elenco td.etichettaform6D {	
	width: 990px;	
	padding: 1px 1px 5px 1px;
	border: none;
	text-align: center;
}

.blue:hover .secondario {
	display:block;
	background: #1468ac;
}

.secondario {		
	display: none;	
	background: #1468ac;
	color: #FFF;
	padding: 2px 0 0 0;
	text-align: center;
	text-decoration: none;	
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.secondario a{
	padding: 2px 0 1px 0;
	display: block;
	color: #FFF;
	text-decoration: none;
}