/* CSS Document */

#img_bkg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	border: solid #f00 0px;
	z-index:0;
	}
	
#header{
	width:640px;
	height:160px;
}

#container{
	padding-left:25px;
	width:960px;
	margin:0px auto;
	border: solid #0f0 0px;
	position:relative;
	z-index:1;
	}
	
#fixed_area{
	width:320x;
	float:left;
	display:inline;
	position:fixed;
	border: solid #0000FF 0px;
	}
	
#graphic_tab{
	width:160px;
	height:480px;
	margin:0px;
	border: solid #003366 0px;
	padding:0px;
	float:left;
	display:inline;

}
	
#content{
	width:640px;
	margin:0px;
	border: solid #003366 0px;
	padding:0px;
	float:right;
	display:inline;
	}


.title_block{
	width:142px;
	height:50px;
	padding:110px 0px 0px 18px;
	background:#000;
	text-align:left;
	font-size:1px;
}

.block{
	width:160px;
	height:160px;
	font-size:1px;
}

.f_left{
	float:left;
	display:inline;
	}
	
.f_right{
	float:right;
	display:inline;
	}

#multilanguage{
	position: absolute;
	top:0px;
	left: -25px;
	}

.lang_container{
	height: 10px;
	width: 10px;
	padding: 5px;
	margin-bottom: 2px;
	background:url(../img/graphic/bkgs/bkg_transparent.png);
	font-size: 1px;
	line-height: 100%;
	position: relative;
	}
	

	
.lang_container_selected{
	height: 10px;
	width: 10px;
	padding: 5px;
	margin-bottom: 2px;
	background: rgb(0, 0, 0);
	font-size: 1px;
	line-height: 100%;
	}

#slideshow_home_wrapper{
	height:370px;
	width:100%;
	background:url(../img/graphic/bkgs/slideshow_homepage.jpg) repeat-x;
	border: solid #003366 0px;
	}
	
#slideshow_home{
	width:1100px;
	height:370px;
	margin:0px auto;
	border: solid #003366 0px;
	}
	
#title_banner_wrapper{
	height:220px;
	width:100%;
	background:url(../img/graphic/bkgs/top_page_gradient.jpg) repeat-x;
	border: solid #00c 0px;
	}
	
	
#title_banner{
	width:1100px;
	height:220px;
	margin:0px auto;
	border: solid #0c0 0px;
	font-size:1px;
	}
	


#content_wrapper{
	width:964px;
	margin:0px auto 0px auto;
	border: solid #c00 0px;
	position:relative;
	}
	


#top_content_border{
	width:964px;
	height:3px;
	margin:0px auto;
	font-size:1px;
	background:url(../img/graphic/bkgs/content_border_top.png) repeat-x;
	border: solid #003366 0px;
	}
	
#bottom_content_border{
	width:964px;
	height:3px;
	margin:0px auto;
	font-size:1px;
	background:url(../img/graphic/bkgs/content_border_bottom.png) repeat-x;
	}
	
	
.lang_container_it{
	width:25px;
	height:32px;
	margin-bottom: 2px;
}

.lang_container_it a{
	width:25px;
	height:32px;
	background:url(../img/graphic/bullets/icon_lang_it.png) no-repeat top center;
	display:block;
	text-align:center;
	text-decoration:none;
}

.lang_container_it a:hover{
	background-position:bottom;
	color:#000;
}

.lang_container_en{
	width:25px;
	height:32px;
	margin-bottom: 1px;
}

.lang_container_en a{
	width:25px;
	height:32px;
	background:url(../img/graphic/bullets/icon_lang_en.png) no-repeat top center;
	display:block;
	text-align:center;
	text-decoration:none;
}

.lang_container_en a:hover{
	background-position:bottom;
	color:#000;
}

.lang_container_en.selected a, .lang_container_it.selected a{
	background-position:bottom;
}
