﻿    body 
    {
	    margin:0px;
	    padding:0px;
        color:#003E65;
        font-family:Verdana,Helvetica,Arial,sans-serif;
        font-size:13px;
	    background:#fff;
    }

	/* Header */

   #header, #ctl00_zonHeader_editor_zona_header1_header, #ctl00_zonHeader_zona_header1_header
   {
        float:left;
        width:1000px;
        height:269px;
        position:relative;
        overflow:visible;
        border-bottom:solid 12px #fff;
   }

   #ctl00_zonHeader_editor_zona_header1_container, #ctl00_zonHeader_zona_header1_container
   {
        float:left;
        width:1000px;
        height:269px;
        position:relative;
        overflow:visible;
   }
   
   /* Bug IE7 con menu a discesa */   
   .IEbugfixed
   {
        z-index:28;
   }   
   
   /* Container */
   #containersx
   {
        float:left;
        width:1000px;
        background: url("images/containersx_bk.gif") repeat-y left;
   }

   #containerdx
   {
        background: url("images/containerdx_bk.gif") repeat-y right;
        float:left;
        width:1000px;
   }
   
   /* Footer */
   #ctl00_zonFooter_editor_zona_footer1_footer,#ctl00_zonFooter_zona_footer1_footer
   {
        float:left;
        width:1000px;
        height:28px;
        position:relative;
        border-top:solid 12px #fff;
        background-color:#fff;
   }
   
   #ctl00_zonFooter_editor_zona_footer1_container, #ctl00_zonFooter_zona_footer1_container
   {
        float:left;
        width:1000px;
        height:28px;
        position:relative;
   }

