/* General styles */
/*------------------------------------------------------------*/
body,html 
{ 
  height:100%;
  margin:0 
}

body 
{
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#ffffff;
  min-width:600px;    /* Minimum width of layout - remove line if not required */
  /* The min-width property does not work in old versions of Internet Explorer */
  font-size:90%;
}

a
{
  color:#1e5c9c;
}
a:hover
{
  color:#1e90ff;
  /*background:#336699;*/
  text-decoration:underline;
}


h1, 
h2, 
h3
{
  margin:.8em 0 .2em 0;
  padding:0;
}

p 
{
  margin:.4em 0 .8em 0;
  padding:0;
}

img 
{
  margin:10px 0 5px;
}

#Page 
{
  clear:both;
  width:100%;
  height:100%;
  border:0px solid #000000;
  background:#ffffff;
  font-family: "Trebuchet MS";
  font-size: 13px;
  font-weight:normal;
  color:#AAAAAA;
  text-align:center;
}

#PageSite 
{
  clear:both;
  //float:middle;
  width:850px;
  height:600px;
  border:0px solid #000000;
  background:#ffffff;
  font-family: "Trebuchet MS";
  font-size: 13px;
  font-weight:normal;
  color:#AAAAAA;
  margin-left: auto; 
  margin-right: auto;
  position:absolute;
  top:50%;
  left:50%;
  margin:-350px 0 0 -425px;
  
}

/* Header styles */
/*------------------------------------------------------------*/
#header 
{
  clear:both;
  float:left;
  width:850px;
  height:160px;
  border:0px solid #000000;
  background:#FFFFFF;
  font-family: "Trebuchet MS";
  font-size: 13px;
  font-weight:normal;
  color:#AAAAAA;
}

#header p, 
#header h1, 
#header h2 
{
  padding:.4em 15px 0 15px;
  margin:0;
}
DIV.Logo
{
  position:relative;	
  float:left;
  top:0;
  left:0;
  margin:0;
  padding:0;
  width: 120px;
  height: 140px;
  background-image:url('../images/Logo.jpg');
  background-position: center center; 
  background-repeat: no-repeat;
  cursor:pointer;
  border:0px solid #FFB03F;
}
DIV.Testata
{
  float:right;
  width: 725px;
  height: 67px;
  margin:0;
  padding:0;
  border:0px solid #FF0000;
}
DIV.Langue
{
  float:right;
  width: 50px;
  height: 17px;
  margin: 0px 0px 0px 0px;
  padding:0;
  border-bottom:0px solid #006892;
  FONT-FAMILY: "Trebuchet MS";
  color:#006892;
  FONT-SIZE: 12px;
  font-weight:bold;  
}
A.Langue
{
  color:#006892;
  text-decoration:none;
}
A.Langue:hover
{
  color:#006892;
  text-decoration:underline;
}

DIV.Mnu
{
  float:right;
  width: 725px;
  margin:0;
  padding:0;
  border:0px solid #FF0000;
}




/* 'widths' sub menu */
/*------------------------------------------------------------*/
#layoutMnu 
{
  clear:both;
  background:#FFFFFF;
  border-top:0px solid #AAAAAA;
  margin:0;
  padding:4px 0px !important;
  text-align:right;
  FONT-FAMILY: "Trebuchet MS";
  FONT-SIZE: 15px;
  font-weight:bold;
}

#layoutMnu a 
{
  padding:3px 10px;
  text-align:center;
  right:-10px;
  /*background:#eeeeee;*/
  color:#AAAAAA;
  text-decoration:none;
  position:relative;
  line-height:1.3em;
}

#layoutMnu a:hover 
{
  color:#000000;
  text-decoration:none;
  /*background:#FFFFFF;*/
}

#layoutMnu a.active, 
#layoutMnu a.active:hover 
{
  color:#006892;
  /*background:#004E64;*/
}

#layoutMnu img 
{
  vertical-align:text-bottom;
}

/* 'widths' sub menu */
/*------------------------------------------------------------*/
#layoutSubMnu 
{
  clear:both;
  background:#FFFFFF;
  border-top:1px solid #AAAAAA;
  margin:0;
  padding:4px 0px !important;
  text-align:right;
  FONT-FAMILY: "Trebuchet MS";
  FONT-SIZE: 13px;
  font-weight:normal;
}

#layoutSubMnu a 
{
  padding:3px 10px;
  text-align:center;
  right:-10px;
  /*background:#eeeeee;*/
  color:#AAAAAA;
  text-decoration:none;
  position:relative;
  line-height:1.3em;
}

#layoutSubMnu a:hover 
{
  color:#000000;
  text-decoration:none;
  /* background:#FFFFFF;*/
}

#layoutSubMnu a.active, 
#layoutSubMnu a.active:hover 
{
  color:#006892;
  /*background:#004E64;*/
}

#layoutSubMnu img 
{
  vertical-align:text-bottom;
}


/* Frame container */
/*------------------------------------------------------------*/
#MainFrame 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       0px;
  width:      100%;			/* width of whole page */
  height:     390px;			/* width of whole page */
  clear:      both;
  float:      none;
  /*overflow:   hidden;	/* This chops off any overhanging divs */
  border: 0px solid #AAAAAA;
}

#rightFrame 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  float:      left;
  width:      330px;			
  height:     270px;			
  overflow:   hidden;	/* This chops off any overhanging divs */
  border:     0px solid #ff5200;
  padding:    0px 0px 0px 0px;
  margin:     2 0 0 2px;
  /*left: -350px;*/
}

#Footer 
{
  clear:both;
  float:left;
  width:850px;
  height: 50px;
  border-top:1px solid #AAAAAA;
  background:#ffffff;
  font-family: "Trebuchet MS";
  font-size: 11px;
  font-weight:normal;
  color:#AAAAAA;
  padding: 10px 0px 0px 0px;
}

/* Storia */
/*------------------------------------------------------------*/
#StoriaTitle 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       15px;
  width:      840px;			/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 18px;
  font-weight:bold;
  text-align:left;
  letter-spacing:1px;
  color:#006892; 
}

#StoriaIntro, StoriaIntro_empty 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       20px;
  width:      785px;			/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  letter-spacing:1px;
  line-height: 20px;
  color:#006892; 
}

#StoriaIntro_empty
{
  height:     10px;			/* width of whole page */
}
#Storia 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       20px;
  width:      790px;			/* width of whole page */
  height:     325px;			/* width of whole page */
  clear:      both;
  float:      left;
  /*overflow:   auto;	/* This chops off any overhanging divs */
  overflow: auto;
  border: 0px solid #000000;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  line-height: 20px;
  color:#666666; 
  padding:10px;
}
.Storia_Citazione
{
  font-family: "Verdana";
  font-size: 11px;
  font-style: italic;
  font-weight:normal;
  text-align:left;
  line-height: 20px;
  color:#666666;	
}

.Storia_Link
{
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  line-height: 20px;
  color:#000000;
  text-decoration:none;
}
.Storia_Link:hover
{
  text-decoration:underline;
  color:#000000;
}



/* Info */
/*------------------------------------------------------------*/
#InfoTitle 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       15px;
  width:      840px;			/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 18px;
  font-weight:bold;
  text-align:left;
  letter-spacing:1px;
  color:#006892; 
}

#InfoIntro, InfoIntro_empty 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       20px;
  width:      785px;			/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  letter-spacing:1px;
  line-height: 20px;
  color:#006892; 
}

#InfoIntro_empty
{
  height:     10px;			/* width of whole page */
}
#Info 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       10px;
  width:      820px;			/* width of whole page */
  height:     325px;			/* width of whole page */
  clear:      both;
  float:      left;
  /*overflow:   auto;	/* This chops off any overhanging divs */
  overflow: auto;
  border: 0px solid #000000;
  font-family: "Verdana";
  font-size: 14px;
  font-weight:normal;
  text-align:left;
  color:#666666;  
  padding:10px;
}

/* Links */
/*------------------------------------------------------------*/
#LinkTitle 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       15px;
  width:      840px;			/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 18px;
  font-weight:bold;
  text-align:left;
  letter-spacing:1px;
  color:#006892; 
}

#LinkIntro, LinkIntro_empty 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       20px;
  width:      785px;			/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  letter-spacing:1px;
  line-height: 20px;
  /* color:#006892; */
  color:#494949;   
}

#LinkIntro_empty
{
  height:     10px;			/* width of whole page */
}
#Link 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       10px;
  width:      820px;			/* width of whole page */
  height:     325px;			/* width of whole page */
  clear:      both;
  float:      left;
  /*overflow:   auto;	/* This chops off any overhanging divs */
  overflow: auto;
  border: 0px solid #000000;
  font-family: "Verdana";
  font-size: 14px;
  font-weight:normal;
  text-align:left;
  color:#666666;  
  padding:10px;
}
.Link_Tipo 
{
  position:   relative;
  width: 785px;
  margin: 5px;
  clear: both;
  font-family: "Verdana";
  font-size: 14px;
  font-weight:bold;
  text-align:left;
  color:#666666;    
  border-bottom: 1px solid #666666;
  /*border: 1px solid #000000;*/
}
.Link_Tipo_Desc 
{
  padding: 0px 0px 10px 0px;
  position:   relative;
  width: 785px;
  margin: 5px;
  clear: both;
  font-family: "Verdana";
  font-size: 11px;
  font-weight:normal;
  font-style:normal;
  text-align:left;
  color:#666666;    
  border: opx solid #666666;
  /*border: 1px solid #000000;*/
}

.LinkItem 
{
  position: relative;
  width: 785px;
  height: 60px;
  margin: 5px;
  clear: both;
  border: 0px solid #666666;
}
.Link_Url
{
  clear: both;
  float: left;
  margin: 0px 0px 0px 10px;
  width: 785px;
  border: 0px solid #000000;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:bold;
  font-style:normal;
  text-align:left;
  color:#006892;    
}

A.Link_Url
{
  color:#006892;
  text-decoration:none;
}
A.Link_Url:hover
{
  color:#006892;
  text-decoration:underline;
}




.Link_Desc
{
  clear: both;
  margin: 0px 0px 5px 20px;
  width: 785px;
  border: 0px solid #000000;
  font-family: "Verdana";
  font-size: 11px;
  font-weight:normal;
  font-style:italic;
  text-align:left;
  color:#666666;    
}

/* Guest */
/*------------------------------------------------------------*/
#GuestTitle 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       15px;
  width:      840px;			/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 18px;
  font-weight:bold;
  text-align:left;
  letter-spacing:1px;
  color:#006892; 
}

#GuestIntro, GuestIntro_empty 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       20px;
  width:      785px;			/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  letter-spacing:1px;
  line-height: 20px;
  color:#006892; 
}

#GuestIntro_empty
{
  height:     10px;			/* width of whole page */
}
#Guest 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       20px;
  width:      790px;			/* width of whole page */
  height:     325px;			/* width of whole page */
  clear:      both;
  float:      left;
  /*overflow:   auto;	/* This chops off any overhanging divs */
  overflow: auto;
  border: 0px solid #000000;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  line-height: 20px;
  color:#666666; 
  padding:10px;
}
.Guest_Data
{
  font-family: "Verdana";
  font-size: 11px;
  font-weight:bold;
  text-align:left;
  line-height: 20px;
  color:#000000;	
}
.Guest_Msg
{
  font-family: "Verdana";
  font-size: 11px;
  font-style: italic;
  font-weight:normal;
  text-align:left;
  line-height: 20px;
  color:#666666;	
}
.Guest_Nome
{
  margin: 0px 0px 30px 0px;
  font-family: "Verdana";
  font-size: 11px;
  font-style: italic;
  font-weight:normal;
  text-align:right;
  line-height: 20px;
  color:#006892;	
}

.Guest_Form
{
  width: 400px;
  height: 325px;
  border: 0px solid #000000;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:center;
}

.Guest_Form_Sx
{
  font-family: "Verdana";
  font-size: 11px;
  font-style: italic;
  font-weight:normal;
  text-align:right;
  line-height: 20px;
  color:#666666;
  width: 50px;
  border: 0px solid #666666;	
}
.Guest_Form_Dx
{
  font-family: "Verdana";
  font-size: 11px;
  font-style: italic;
  font-weight:normal;
  text-align:left;
  line-height: 20px;
  color:#006892;
  width: 250px;
  border: 0px solid #666666;	
}
.Guest_Form_Msg
{
  width: 600px;
  border: 1px solid #666666;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
}
.Guest_Form_Nome
{
  width: 250px;
  border: 1px solid #666666;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  color:#006892;
}
.Guest_Form_Mail
{
  width: 250px;
  border: 1px solid #666666;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  color:#006892;
}
.Guest_Form_Btn
{
  width: 250px;
  border: 1px solid #666666;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:bold;
  text-align:center;
  background:#ffffff;
  color:#666666;
}
