@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#0F0
	margin: 0;
	padding: 0;
	color: #000;
	text-align:center;
	background-repeat: repeat;
	background-image: url(../img/sfondoVerde_bk4.png);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-top: 10px;
	height: 100%;
}

h3{
	font-size:15px;
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:0px;
	color:#249045;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}







/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width:776px;
	height:680px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFF;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
.boxbig {
	width:776px;
	height:680px;
	margin:0;
	float:left;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	background-image: url(../img/sfondoContenuto.jpg);
	background-repeat: repeat-y;
}

.boxbigdx {
	/*border:2px solid black;*/ width:18px;
	height:700px;
	text-align:left;
	float:right;
	background-color:#393;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.boxintestazione{
	height: 140px;
	width: 776px;

}
.boxmenusx{
	float:left;
	border:2px solid green;
	width:150px;
	height:730px;
}
.boxmenudx{
	float:right;
	border:2px solid green;
	width:150px;
	height:730px;
}
.boxcontenuto{border:2px solid red; height:730px;}
.piedipagina {
	width:800px;
	height:40px;
	text-align:center;
	clear: both;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	line-height: normal;
}




/* ~~ This grouped selector gives the lists in the .content area space ~~ */
/*
.boxcontenuto ul, .boxcontenuto ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
/*}*/

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 /*
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
*/
.box{
	width:350px;
	height:180px;
	float:left;
	_margin:20px 10px 15px 13px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 19px;
	background-image: url(../img/sfondoBox4.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}
.box_text{
	width:250px;
	float:left;
	border-top-color: #CF0;
	border-right-color: #CF0;
	border-bottom-color: #CF0;
	border-left-color: #CF0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;

}
.box_img{
	width:730px;
	height:180px;
	float:left;
	_margin:20px 10px 15px 13px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 19px;
	background-image: url(../img/sfondoBox4.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}

img.left_img{
float:left;
padding:10px 0 0 0;
}
.box_subtitle{
padding:10px 10px 10px 15px;
float:left;
}
.left_img_box{
clear:both;
float:left;
padding:0 15px 20px 0;
}

p{
	text-align:justify;
	padding:0px;
	margin:0px;
}
p.middle_text{
line-height:13px;
}
h2{
font-size:14px;
font-weight:normal;
padding:10px 0 10px 0;
margin:0px;
color:#25aae1;
}
h2 a{
	font-size:14px;
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:0px;
	color:#249045;
	text-decoration:none;
}
a.nav:link, a.nav:visited {
display:block; float:left; padding:0px; margin:0;width:71px; height:37px; margin:0px 4px 0px 4px; text-align:center; color:#FFFFFF;
text-decoration:none;}

a.nav_selected:link, a.nav_selected:visited {
display:block; float:left; padding:0px; margin:0;width: 71px;margin:0px 4px 0px 4px;text-align:center; height:37px;
text-decoration:none; color: #d34124; background:url(images/bt_bg.gif) no-repeat center;}

a.nav:hover {
color: #d34124; text-decoration:none;background:url(images/bt_bg.gif) no-repeat center;}

.linea{
	height: 2px;
	border:none;
	width: 745px;
	margin-right:28px;
	margin-left:10px;
	color:#9DD2A2;
	background-color: #9DD2A2;
	border-top: 1px solid #9DD2A2;

	
	
}
.bottom_content{
}
.left_box{
float:left;
padding:0 0 0 30px;
}
.left_img_box{
clear:both;
float:left;
padding:0 15px 20px 0;
}
.left_text_content{
	width:600px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.left_text_content_services{
width:220px;
float:left;
}
span.orange{
color:#eb6821;
}
.logo {
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	/*border:2px solid green;*/
	width: 400px;
}
.menuInteSX {
	float: left;
	margin-left: 10px;
	/*border:1px solid green;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
	height:25px
}

.boxes_tab {
	height: 540px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #933;
	border-right-color: #933;
	border-bottom-color: #933;
	border-left-color: #933;
}

ul#menu_principale {
	list-style: none;
	/*border:2px solid green;*/
	height: 25px;
}
ul#menu_principale li {float:left;}
ul#menu_principale li a {
	font:11px/11px Verdana, Geneva, sans-serif; 
	color:#249045;
	 display:block; 
	padding-top:10px; 
	padding-bottom:1px; 
	padding-right:10px; 
	text-decoration: none;}
	
ul#menu_principale li  a:hover {
  color: #333;
  /* text-decoration: underline;
  color:#990000; */
  border-bottom:2px solid #cc0000;
  	padding-top:10px; 
	padding-bottom:1px; 
	padding-right:0px;margin-right:10px;
	
	
}	
	
ul#menu_principale li a.no_mrg_btn {margin-bottom:0;}
ul#menu_principale li > a {height:15px;}

ul#menu_secondario {
	list-style: none;
	/*border:2px solid green;*/
	height: 25px;
}
ul#menu_secondario li {float:right;}
ul#menu_secondario li a {
	font:11px/11px Verdana, Geneva, sans-serif;
	color:#249045;
	display:block;
	padding-top:10px;
	padding-bottom:1px;
	padding-right:10px;
	text-decoration: none;
	padding-right:0px;
	margin-right:28px;
	
	
}

ul#menu_secondario li  a:hover {
  color: #333;
  /* text-decoration: underline;
  color:#990000; */
  border-bottom:2px solid #cc0000;
}
ul#menu_secondario li a.no_mrg_btn {margin-bottom:0;}
ul#menu_secondario li > a {height:15px;}
