@charset "iso-8859-1";
/* CSS Document */

#container {
	position:relative;
	margin:auto;
	width:956px;
	height:596px;
	background-color:#1D2934;
	border:#000 solid 2px;
}

#info{
	position:relative;
	margin:auto;
	height:auto;
}

#header{
	position:absolute;
	top:0px;
	background-image:url(/images/layout/header_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:956px;
	height:193px;
}

#header_domain{
	position:absolute;
	top:99px;
	left:508px;
	width:448px;
	height:28px;
}

#menu{
	position:absolute;
	bottom:0px;
	background-image:url(/images/layout/menu_label_home.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:956px;
	height:37px;
	border-bottom:#000 solid 2px;
}

#menu_home{
	position:absolute;
	top:0px;
	left:8px;
	width:80px;
	height:24px;
	padding-top:6px;
	cursor:pointer;
}

#menu_servizi{
	position:absolute;
	top:0px;
	left:98px;
	width:80px;
	height:24px;
	padding-top:6px;
	cursor:pointer;
}

#menu_contatti{
	position:absolute;
	top:0px;
	left:189px;
	width:80px;
	height:24px;
	padding-top:6px;
	cursor:pointer;
}

#menu_produzioni{
	position:absolute;
	top:0px;
	left:288px;
	width:105px;
	height:24px;
	padding-top:6px;
	cursor:pointer;
}

#menu_language{
	position:absolute;
	top:9px;
	right:10px;
	width:16px;
	height:11px;
	cursor:pointer;
}


#text_home {
	position:absolute;
	top:215px;
	left:25px;
	width:400px;
	height:auto;
	overflow:visible;
}

#text_services, #text_contact, #text_produzioni{
	position:absolute;
	top:215px;
	left:25px;
	width:400px;
	height:auto;
	overflow:visible;
	display:none;
}

#video{
	position:absolute;
	top:225px;
	left:450px;
	width:480px;
	height:270px;
	border:#000 solid 1px;
	display:block;
}

#video_produzioni{
	position:absolute;
	top:225px;
	left:450px;
	width:480px;
	height:270px;
	border:#000 solid 1px;
	display:none;
}

#bottom{
	position:absolute;
	margin:auto;
	padding-top:9px;
	bottom:0px;
	background-image:url(/images/layout/bottom_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	width:98%;
	height:28px;
	border-top:#000 solid 2px;	
}
