body {
    text-align: center;
    margin-top: 10px;
}
#wrapper {
    margin: 0 auto;
    width: 850px;
    text-align: left;
}
.clear {
    float: none !important;
    clear: both;
}
ul.navigation {
    margin: 0;
}

#header {
    height: 72px;
}
#header #top_nav {
    height: 15px;
}
#home_bilancio {
    float: left;
}
#languages {
    margin-top: -5px;
    float: right;
}
#languages li {
    float: left;
}
#languages li a {
    display: block;
    padding: 5px 10px;
}
#home_link {
    float: left;
}
#landmarks li {
    float: left;
}
#landmarks ul {
    position: absolute !important;
    margin-left: 0px;
    margin-top: 0px;
}

#landmarks li a {
    display: block;
    padding: 8px 0 8px 20px;
    width: 180px;
    margin-top: 20px;
}

#mainSearch_form {
    padding-top: 24px;
}
#mainSearch_form input.textfield {
    float: left;
    margin-left: 20px;
    width: 165px;
    padding: 3px 8px;
}
#mainSearch_form #submit {
    display: block;
    float: right;
    margin-right: 10px;
}
#pages, #content {
    margin-bottom: 1em;
}
#pages {
    margin-top: 1px;
    position:absolute;
    padding-bottom: 2em;
}
#pages ul {
    width: 200px;
    margin: 0;
    margin-top: -1px;
}
.hitarea {
    width: 10px;
    height: 10px;
    margin: 10px;
    margin-top: 11px;
    margin-right: 2px;
    position: absolute;
    cursor: pointer;
}
* html .expandable-hitarea {
    margin-top: 13px;
}
* html .hitarea {
    margin-left: 5px;
}
li li .hitarea {
    margin: 1px 10px;
    margin-right: 2px;
}
* html li li .hitarea {
    margin-left: 0px;
}
* html li li .expandable-hitarea {
    margin-top: 2px;
}

#pages li a
{
    display: block;
    padding: 10px;
    margin-left: 10px;
}
#pages ul ul {
    margin-left: 1.2em;
    padding-bottom: 5px;
    width: 165px; /* ie6 need this */
}
#pages li li {
    margin: 0 0 4px;
}
#pages li li a {
    padding: 0 10px;
    width: 155px;
}
* html #pages li li a {
    width: 145px;
}
#pages ul ul ul {
    margin-top: 5px;
}
#pages li li li a {
    width: 150px;
}
* html #pages li li li a {
    width: 135px;
}
#content {
    overflow: visible;
    width: 650px;
    padding-left: 200px;
    padding-top: 15px;
}
#content #apertura {
    margin-left: -30px;
}

#content h2 {
    margin-top: 20px;
}
#footer {
    clear: both;
    padding-top:1em;
    margin-bottom: 50px;
    width: 850px;
}
#footer li {
    float: left;
    margin-right: .25em;
}
#footer #copyright {
    float: right;
}

.modal {
    display: none;
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: absolute;
    xtop: 17%;
    xleft: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* single pages */
body#fact-figures #title {
    display: none;
}
body#fact-figures #content {
    padding-top: 0;
}
body#fact-figures #text {
    padding: 0;
}
body#fact-figures #pagination {
    padding-left: 20px;
}
body#home #flash, body#fact-figures #flash {
    width: 650px;
    height: 320px;
}

