/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
body {font-size:69%; background-image:url(../img/bg_page.jpg); background-repeat:repeat-x; background-color:rgb(255,255,255); font-family: "Book Antiqua"} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:900px; margin:0px auto; margin-top:10px; margin-bottom:10px; font-size:1.0em; }
.main {clear:both; width:900px; background:transparent url(../img/bg_main_withnav.jpg) top left repeat-y; }
.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:200px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-content {float:left; width:640px; margin:0 0 0 30px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;display:inline /*Fix IE floating margin bug*/; }
#primo {width:470px; padding-top:15px; padding-right:10px }
#secondo {margin-bottom:20px;}
.affianca {float: left;  }
.sponsor1{clear:both; width:640px;/*background: rgb(0,1,255);*/text-align:center; margin-bottom:5px; margin-left:5px;}
.sponsor2{clear:both;width:640px;/*background: rgb(255,147,0);*/text-align:center; }
.dynamic_menu{clear:both;width:640px;/*background: rgb(255,57,0)*/;padding:10px 0px 10px 0px;text-align:center}
.footer {clear:both; width:900px; height:80px; padding:0 0 0; background:url(../img/bg_foot.gif); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

/* --- For alternative headers START PASTE here --- */

/* HEADER */
.header {width:900px; font-family:"trebuchet ms",arial,sans-serif;}
.header-top {width:900px; height:80px; background:rgb(240,240,240) url(../img/bg_head_top.jpg); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.header-middle {width:900px; height:160px; background: url(../img/banner.png); overflow:hidden !important /*Firefox*/; overflow:hidden /*IE6*/;}
.header-bottom {width:900px; height:35px; background-color:rgb(205,205,205); float:left; /* url(../img/bg_head_breadcrumbs.png) repeat-y;*/}
.header-breadcrumbs {clear:both; overflow:visible !important /*Firefox*/; overflow:visible /*IE6*/;width:900px; padding:8px 0 8px 0; background:rgb(255,255,255) url(../img/bg_head_breadcrumbs.jpg) repeat-y;}

/********************/
/*  HEADER SECTION  */
/********************/
.header-breadcrumbs ul {float:left; width:560px; list-style:none; padding:0 0 0 15px; font-family: verdana,arial,sans-serif;}
.header-breadcrumbs ul li {display:inline; padding:0 0 0 10px; background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%; font-weight:bold; color:rgb(125,125,125); font-size:100%;}
.header-breadcrumbs ul a {color:rgb(70,122,167); text-decoration:none;}
.header-breadcrumbs ul a:hover {color:rgb(42,90,138); text-decoration:underline;}
.header-breadcrumbs .searchform {float:right; width:285px; padding:0 25px 0px 0px !important /*Non-IE6*/; padding:0 20px 0px 0px /*IE6*/;}
.header-breadcrumbs .searchform form fieldset {float:right; border:none;}
.header-breadcrumbs .searchform input.field {width:10.0em; padding:0.2em 0 0.2em 0.3em; border:1px solid rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:120%; }
.header-breadcrumbs .searchform input.button {width:3.0em; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:120%;}
.header-breadcrumbs .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topright {width:10px; height:10px; position:absolute; z-index:100; margin:0 0 0 190px; background:url(../img/bg_corner_topright.gif) no-repeat;}

/* MAIN CONTENT */
.column1-unit {width:640px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {float:left; width:280px; height:175px; margin-bottom:0px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; padding-left:30px; padding-top:20px; background: url(../img/img02.png) no-repeat;}
.column2-unit-right {float:right; width:280px; height:175px; margin-bottom:0px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; padding-left:30px; padding-top:20px; background: url(../img/img02.png) no-repeat;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.2em; text-align:center; color:rgb(62,143,146/*45,125,80*/); font-weight:bold; font-size:100%;padding:10px 0 0 0;}
.footer p.credits {font-weight:normal; font-size:12px; padding:5px 0 0 0;}
.footer a {text-decoration:none; color:rgb(42,90,138);}
.footer a:hover {text-decoration:underline; }
.footer a:visited {text-decoration:none;color:rgb(42,90,138);}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:640px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:900px; background:transparent;}}
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:900px; height:80px; padding:0 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}

div#split1 {margin:0;padding:0;list-style:none; width:640px;}
div#split1 h3{clear:both; margin:0 0 0 0; padding:0 0 0 20px; font-family: "Book Antiqua"; color:rgb(255,255,255); font-weight:normal; font-size:210%; background:rgb(62,143,146/*120,200,200*/);}
/*div#split1 h3.side {clear:none;}*/
div#split1 p{margin:0; padding:5px 10px 5px 10px; }

ul#elenco {float:left; width:620px; list-style:none; padding-left:10px; }
li#elenco {display:inline; padding:0 0 0 10px; background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%; }

div#split1 p.right{margin:0;padding:5px 8px 5px; }
div#intraCube1{background:rgb(240,250,250); border:2px solid rgb(62,143,146/*120,200,200*/);}

div#intraCube1 img.faq{ border:none; padding-left:80px; padding-bottom:20px;}
div#intraCube1 img{ border:none; padding: 5px 5px 5px 5px;}

div#split1 div#intraCube1 input.button { padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:100%;}
div#split1 div#intraCube1 input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

div#split1 div#intraCube1 input.field {width:30.0em; padding:0.2em 0 0.2em 0.3em; border:1px solid rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:100%; }
div#split1 div#intraCube1 select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:"Book Antiqua"; /*font-size:110%;*/}

div#split2 {margin:0;padding:0;list-style:none; width:640px;}
div#split2 h3{clear:both; margin:0 0 0 0; padding:0 0 0 20px; font-family: "Book Antiqua"; color:rgb(255,255,255); font-weight:normal; font-size:210%; background:rgb(62,143,146/*120,200,200*/);}
/*div#split1 h3.side {clear:none;}*/
div#split2 p{margin:0;padding:5px 8px 5px 0px;font-size:12px;line-height:15px; }
div#intraCube2{background:rgb(255,255,255); border:2px solid rgb(255,147,0);}


.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:630px;}
.round-noborder-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}
.round-noborder-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:0px; margin-left:175px;}




