 body {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 77%;
	text-align: center;
	color: #909090;
	background: url(../images/bkg_red.jpg) #383535 repeat-x 0 0;
}

table {
	font-size: 1em;
}
* html td { /* font size bug in ie5x Win */
	font-size: 1em !important; /* mac */
	font-size: 1em;	/* ie6 */
	font-size /* */: 0.8em; /* ie5 */
}
table {
	display: table;
	empty-cells: show; 
	border-collapse: collapse;
}
tr { display: table-row; }
thead { display: table-header-group; }
tbody { display: table-row-group; }
tfoot { display: table-footer-group; }
col { display: table-column; }
colgroup { display: table-column-group; }
td, th { display: table-cell; }
caption { display: table-caption; }
td {vertical-align: top; }


/* ------------------------------------------------------------   hr --*/

hr {  /* for IE */
	text-align: center;
	height: 1px;
	color: #ddd;
	border: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
html>body hr {  /* for Gecko-based browsers */
	margin: 0 auto;
	height: 1px;
	background-color: #ddd;
	border: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
html>body hr {  /* for Opera and Gecko-based browsers */
	margin: 0 auto;
	height: 1px;
	background-color: #ddd;
	border: 0px solid #ddd;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
hr.thin {
	margin-top: 8px;
	margin-bottom: 8px;
}
.clearerBoth {
	clear: both;
}
.clearerBoth br {
	height: 1px;
}

/* ------------------------------------------------------------------------- frames e wrappers */

#outerFrame	{ /* contenitore generale */
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: center;
	
}
#mainContent { /* contenitore delle colonne */
	margin: 0 auto;
	padding:0;
	width: 760px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------------------- testata */

#headerHome {
	height: 100px;
	background: url("../images/bkg_header_red.jpg") no-repeat 0 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

#logo {
	width: 200px;
	height: 75px;
	margin: 0;
	padding: 0;
	background-color: green;
}

/* ------------------------------------------------------------------------------tools */

#tools {
	margin: 0;
	padding: 0;
	height: 30px;
	margin-left: 560px;
	padding-top: 0px;
}
#tools ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tools ul li {
	display: inline;
	list-style-type: none;
}
#tools ul li a {
 display: block;
 float: left;
 margin-top: 10px;
 padding: 0 8px;
 font-size: 1em;
 text-decoration: none;
}
* html #tools ul li a {
	height: 1%;
}
#tools ul li a:link, 
#tools ul li a:visited {
 color: #fff;
}
#tools ul li a:hover, 
#tools ul li a:focus,
#tools ul li a:active  {
 color: black;
}

/*--------------------------------------------------------------- menu */

 #menu {
	margin: 0;
	padding: 0;
	margin-left:225px;
	padding-top:45px;
	z-index: 1000;
}
 #menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

 #menu ul li {
	float: left;
	list-style-type: none;
	font-size:1.2em;
	font-weight:bold;
	padding:4px 4px 0 4px;
}
 #menu ul li a {
}

#menu ul li a:link, 
#menu ul li a:visited {
	text-decoration:none;
	color: #383535;
}
#menu ul li a:hover,
#menu ul li a:focus,
#menu ul li a:active,
#menu ul li a.selected{
	border-bottom:2px solid red;
	color: #666;
}



/* --------------------------------------------------------------------------------- banner Zone */

.bannerZone {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 15px;
	height:203px;
	background: url(../images/rays2.jpg) no-repeat 0 0;
}
* html .bannerZone {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}


/* --------------------------------------------------------------------------------- Colonna sinistra */

#mainContent #column_sx {
  float: left;
  width: 400px;
  margin: 0 5px 5px 0px;
  text-align: left;
}
* html #mainContent #column_sx {
margin: 0 0px 5px 0px;
}

#mainContent #column_dx {
  float: left;
  display: inline;
  width: 340px;
  margin: 0;
  text-align: left;
	float: right;
}

#boxClaim {
	width: 400px;
	background: url("../images/bkg_claim2.gif") no-repeat 0 0;
	margin: 0;
	padding-top: 36px;
	padding-left: 10px;
}
#boxClaim h2,
#boxNews h2{
	margin:0;
	padding:0;
	line-height:1em;
	font-size:1.4em;
	color:#FF8000;
	font-weight: normal;
	margin-bottom: 5px;
}
#boxNews {
	width: 340px;
	background: url("../images/bkg_news2.gif") no-repeat 0 0;
	margin: 0;
	padding-top: 34px;
	padding-left: 8px;
	color:#CCCCCC;
}
#boxNews #boxText,
#boxClaim #boxText{
	margin-right:14px;
}
#boxNews P,
#boxClaim P{
	color: #bcbcbc;
}

#boxNews P a{
	color: #FF8000;
	text-decoration:none;
}

/* --------------------------------------------------------------------------------- footer */

#footer {
	width: 760px;
	margin: 0px auto;
	padding: 6px 0 10px 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: right;
	border-top: 1px dashed #565353;
}
#footer ul {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	line-height: 1.2em;
	color: #888;
}
#footer ul li{
	list-style-type: none;
	display: inline;
}
#footer ul li a{
	padding: 1px 4px 1px 4px;
}
#footer ul li a:link,
#footer ul li a:visited {
	color: #FF8000;
	text-decoration: none;
}
#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a:active {
	color: #FF8000;
	text-decoration: none;
	/*background-color: #EBEBD4;*/
}
#footer .copy {
	margin-top: 12px;
}
