@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(img2/bg1.gif);
	font-size: 12px;
	font-family: Tahoma, helvetica, "sans serif";
	background-color: #fdfdfd;
	background-repeat: repeat-x;
}

a:link {
	color: #396a92;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #396a92;
}
a:hover {
	text-decoration: underline;
	color: #091d42;
}
a:active {
	text-decoration: none;
	color: #396a92;
}


h1 {
	font-size: 18px;
	color: #396a92;
}
h2 {
	font-size: 16px;
	color: #396a92;
}
h3 {
	color: #0000FF;
	font-size: 2.5em;
	font-variant: small-caps;
	/*display: block;*/
	/*background: #396a92;*/
	text-align:center;
}
h4 {
	color: #091d42;
	font-size: 18px;
}
h5 {
	font-size: 16px;
	color: #091d42;
}
h6 {
	font-size: 14px;
	color: #091d42;
}


 #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 180px;
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #mainContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
 #footer {
	color: #091d42;
	font-size: 10px;
	background: #fdfdfd;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	/*float:left;*/
	float: none;
}
.sectiontitle{
	width:100%;
	height:50px;
	margin-bottom:5px;
	/*float:none;*/
	margin-top: 5px;
}


.services {
	width: 960px;
	padding-left: 4px;
	margin-bottom: 10px;
	font-size:12px;
	float:left;
	border-top: solid #ecedf2 2px;
}
.col1 {
	width: 300px;
	margin: 0 25px 25px 0;
	padding-top: 3px;
	float: left;
}

.col2 {
	width: 300px;
	margin: 0 25px 25px 0;
	padding-top: 3px;
	float: left;
}
.col3 {
	width: 300px;
	margin: 0 0 25px 0;
	padding-top: 3px;
	float: left;
}
.logobox{
	height:150px;
	width:180px;
	float:left;
	margin-top: 5px;
	margin-left: 10px;
}
	.logobox a:hover{
	border-bottom: solid #091d42 3px;


}
.box{
	color: #999999;
	margin: 0 0 15px 10px;
	padding-right: 0px;
	font-size: 10px;
	background:transparent;
	width: 400px;
	float: left;
}

.box p{
	color: #666666;
	margin: 0 0 10px 0;
	padding: 0 10px;
	font-size: 11px;
	background:transparent;
	margin-bottom: 15px;
	width:400px;
}


 /*inizio 3jslider*/
#slider1 {
	width: 900px; /* important to be same as image width */
	height: 400px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */


}

#slider1Content {
	width: 920px; /* important to be same as image width or wider */
	padding:0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;


}
.slider1Image span {
	position: absolute;
	font: 15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 950px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
	left: 0;
	width: 200px !important;
	height: 400px;
}
.right {
	right: 0;
	bottom: 0;
	width: 200px !important;
	height: 400px;
}
ul {
	/*list-style-type: disc;*/
	list-style-type: none;
}
 /*fine 3jslider*/

 /*aggiunti da Santo*/

ul li {
	margin-bottom: 2em;
}

 .primariga {
	 font-size: 1.5em;
	 margin-bottom: 2em;
 }

.imgsecurity {
	margin-bottom: 2em;
}
