/* **************************************************************************************************** */
/* STRUCTURE GENERALE */
/* **************************************************************************************************** */ 

#global{
	width:1000px;
	position:relative;
	margin:0 auto 0 auto;
	padding:0px;
}

/* **************************************************************************************************** */

#flags{
	text-align:right;
	margin:10px 5px 0 0;
	float:right;
}

#flags a{
    float: left;
    margin: 0;
    position: relative;
    width: 24px;
}



/* **************************************************************************************************** */

div#marketing{
	float:right;
	width:84px;
	height:20px;
	margin:10px 0 0 0;
}

/* **************************************************************************************************** */

#header{
	height:111px;
}

/* **************************************************************************************************** */

.menu{
    height: 40px;
    margin-top: 3px;
    position: relative;
    z-index: 10;
}

/* **************************************************************************************************** */

#content{

}

#content #content-middle{	
	margin:0;
	padding:0;
	min-height:500px;
	height:auto!important;
}
#content #content-middle #data{
}

/* **************************************************************************************************** */

#footer{
	overflow:hidden;
	clear:both;
	margin:0 auto 0 auto;
	padding:10px;
	background: url("../../images/css/general/bg_footer.png") repeat-x;
}

#footer-inside {
	width:1000px;
	margin:0 auto;
	height: 139px;
}

/* **************************************************************************************************** */
/* DEV BAR */
/* **************************************************************************************************** */

#devbar{
	width:1000px;
	text-align:center;
	margin:auto;	
	padding:0;
} 
#devbar a{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

#global .flashInfo{
	display : none;
}

.thickbox_dev{
	position : fixed;
	z-index: 50;
	
	top : 0;
	left: 0;
	background : black;
	width : 100%;
	height : 100%;
	opacity : 0.8;
  -moz-opacity : 0.8;
  -ms-filter: "alpha(opacity=80)"; /* IE 8 */
  filter : alpha(opacity=80); /* IE < 8 */ 
  display : none;
}