@charset "UTF-8";

body {
	background: url('images/bkg.jpg') repeat-x #ccc;
	margin: 0;
	padding: 0;
	font: 11px Helvetica, sans-serif;
	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 */
}

A:link {text-decoration: none; color: #6585B9;}
A:visited {text-decoration: none; color: #6585B9;}
A:active {text-decoration: none; color: #6585B9;}
A:hover {text-decoration: underline; color: #6585B9;}

img { border:none;}
img A:active, A:visited, A:link, A:hover {text-decoration: none;}


#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 

#header {
	width: 941px;
	height: 121px;
	margin-left: 9px;  /* 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. */
	padding: 0;
}

#logo {
	float: left;
	width: 255px;
	height: 121px;
	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: 0;
	background: url('images/index_r1_c2.jpg') no-repeat;
}

#lang_menu {
	color: #fff;
	float: right;
	width: 209px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 58px;
	background: url('images/index_r1_c10.jpg') no-repeat;
	padding: 0;
	margin-right: 5px;
}

#lang_menu select {
	width: 100px;
	margin-left: 100px;
	margin-top: 30px;
}

#mainContent {
	width: 932px;
	margin: auto;
	padding: 0;
}

#menu {
	width: 932px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#bannerhome{
	width: 932px;
	height: 280px;
	margin: auto;
	padding: 0;
}

#bannerhead{
	border-bottom: 1px dashed #6585B9;
	height: 60px;
	margin: auto;
	padding-left: 30px;
	background: url('images/bannerpage.png');
	background-position: 0 0;
}

#bannerhead #title {
	font: 14px Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 20px;
	text-align: left;
	color: #6585B9;
    line-height: 40px;
}

#square{
	padding: 0;
	margin: auto;
	display: block;
}

#square_block1 {
	float: left;
	width: 250px;
	margin-right: 45px;
	background-color: #fff;
}

#square_block1 img {
	margin: 0 10px 0 20px;
}

#square_block2 {
	float: left;
	width: 250px;
	margin: 0 46px 0 46px;
	background-color: #fff;
}

#square_block3 {
	float: right;
	width: 250px;
	margin: 0;
	background-color: #fff;
}

#square_block3 img {
	margin: 0 10px 0 20px;
}

.square_head {
	background: url('images/index_r7_c2.jpg') no-repeat;
	height: 18px;
}

.square_title {
	font: 11px Helvetica, sans-serif;
	font-weight: bolder;
	text-align: left;
	color: #666;
	height: 18px;
	padding: 0 0 5px 30px;
	margin: 0;
	text-align: left;
	background: url('images/index_r9_c2.jpg') no-repeat;
	background-position:0% 15px
}

.square_text {
	margin: 0;
	padding: 0;
	height: 150px;
	font: 12px Georgia, serif;
	color: #000;
	text-align: left;
}

.square_text ul li {
	list-style-image: url('images/qthoverfill_plus_sub.gif');
	margin: 5px;
}

.square_foot {
	background: url('images/index_r11_c3.jpg') no-repeat;
	height: 18px;
}

#footer {
	width: 930px;
	height: 11px;
	padding: 2px;
	margin: auto;
	font: 11px Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	text-align: center;
	word-spacing: 5px;
	background-color: #fff;
}


#homeMainMidArea {FLOAT: right; PADDING-TOP: 6px; PADDING-RIGHT: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; MARGIN: 0px;}
#hp_testim {border: 0; margin: 0; margin: 0; background: #fff;}
#hp_testim-uc { BACKGROUND: url("images/pagetable_uc.gif") repeat-x 0px 0px;}
#hp_testim-ml { BACKGROUND: url("images/pagetable_ml.gif") repeat-y 0px 0px;}
#hp_testim-mr { BACKGROUND: url("images/pagetable_mr.gif") repeat-y 0px 0px;}
#hp_testim-bc { BACKGROUND: url("images/pagetable_bc.gif") repeat-x 0px 0px;}
#hp_testim-text A {COLOR: #006bb6; TEXT-DECORATION: none;}
#hp_testim-text A:hover {COLOR: #5ea2d1; TEXT-DECORATION: underline;}
#hp_testim-text a:visited {font-weight:normal; color:#0057a6}
#hp_testim-name {font-weight:bold; font-size:10px; color:#c0c0c0; padding:0; margin:0;}
#mp_testim-name {font-weight:bold; font-size:13px;color:#003698;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
    margin-top: 25px;
    font-size: 11px;
    line-height: 16px;
	border-bottom: 1px dashed #6585B9;
}

.separator {
    height: 10px;
    font-size: 1px;
    line-height: 0px;
}

.news_titolo {
	font-family: Georgia, serif;
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
	border-bottom: 1px dashed #6585B9;
}

.news_categoria {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #7f7f7f;
    line-height: 20px;
}

.news_descrizione {
	font-family: "Trebuchet MS", Verdana, sans-serif;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 20px;
}

.news_contenuto {
	font-family: "Trebuchet MS", Verdana, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    padding-top: 20px;
}


fieldset {
	border: 1px dashed #939594;
	background-color: #ffffff;
	margin-bottom: 50px;
	background-image: url('../img/fieldset_bkg.jpg');
	background-repeat: repeat-x;
}

fieldset table {
	margin-top: 20px;
	background-color: #d4d4d4;
	border: 1px dotted #999;
}

fieldset hr {
	border: 1px dotted #999;
}

fieldset .leading {
	margin-top: 50px;
	background-color: #AF0015;
	color: #fff;
	text-align: center;
	padding: 2px 10px;
}

fieldset .subleading {
	background-color: #AF0015;
	color: #fff;
	text-align: left;
}

legend {
	padding: 3px 10px;
	background-color: #aaffaa;
	color: #666;
	text-shadow: none;
}

legend a {
	color: #000;
	text-shadow: none;
}

legend a:hover {
	color: #000;
	text-shadow: 1px 1px #369;
}

.leading a {
	color: #000;
	text-shadow: none;
}

.leading a:hover {
	color: #000;
	text-shadow: 2px 2px #369;
}