html,body{
	margin: 0;
	padding:0;
	/*height:100%;*/
	background-image:url(../immagini/bgnd.jpg);
	background-repeat:repeat-x;
	font: normal 11px Tahoma, Verdana, Arial, Georgia, sans-serif;
	text-align:justify;
	line-height:20px;
	color:#47646c;

}
div#headerBgnd{
	position:absolute;
	left:0px;
	height:200px;
	width:100%;
	background-color:#ff0000;
}

div#container{
	position:relative;
	width:900px;
	height: 100%;
	margin: 0 auto;
	background-color:#FFFFFF;	
}

body>div#container{
	height:auto;
	min-height:100%;
}


div#header{
	position:relative;
	width: 900px;
	height:425px;
	text-align:center;
}

div#focusBar{
	position:relative;
	width: 900px;
	height:60px;
	background-image:url(../immagini/focusBar.gif);
}

div#hilights{
	position:relative;
	width: 900px;
	height:160px;
}

.copicon{
	width:175px;
	height:155px;
	float:left;		
	background-repeat:no-repeat;
	cursor:pointer;
}
.copiconTxt{
	font-size:9px;
	padding:100px 12px 0px 10px;
}

div#contentContainer{
	position:relative;
	width: 900px;
	/*line-height:17px;*/
	float:left;
}
div#leftColumn{
	width: 600px;
	padding-left:20px;
	float:left;
}

div#rightColumn{
	width: 280px;
	float:left;
}

.box1{
	position:relative;
	width: 300px;
	float:left;
}


.box290{
	width: 290px;
}
.box_menu_top{
	width: 256px;
	height:37px;
	background-image:url(../immagini/box_menu_top.gif);
	background-repeat:no-repeat;
}
.box_menu_mid{
	width: 256px;
	background-image:url(../immagini/box_menu_mid.gif);
	background-repeat:repeat-y;
	padding-left:15px;
}
.box_menu_bottom{
	width: 256px;
	height:36px;
	background-image:url(../immagini/box_menu_bottom.gif);
	background-repeat:no-repeat;
}

.box290_top{
	width: 290px;
	height:25px;
	background-image:url(../immagini/box_290_top.gif);
	background-repeat:no-repeat;
}

.box290_mid{
	width: 290px;
	background-image:url(../immagini/box_290_mid.gif);
	background-repeat:repeat-y;
position:relative;
	
}
.box290_content{
	padding:0px 27px 0px 21px;

}

.box290_bottom{
	width: 290px;
	height:25px;
	background-image:url(../immagini/box_290_bottom.gif);
	background-repeat:no-repeat;
}


.box640_top{
	width: 600px;
	height:5px;

}

.box640_mid{
	width: 550px;
	padding-left:21px;
	padding-right:27px;
}

.box640_bottom{
	width: 600px;
	height:29px;
}

.box640_topnull{
	width: 640px;
	height:5px;
}

.box640_midnull{
	width: 590px;
	padding-left:21px;
	padding-right:27px;

}

.box640_bottomnull{
	width: 640px;
	height:29px;
}

div#footer
{   position: relative;
	float:left;
	bottom:0px;
	height:40px;
	width: 900px;
}

.minicop{
	width:173px;
	height:120px;
	padding-top:4px;
	background-image:url(../immagini/bgminicop.gif);
	background-repeat:no-repeat;
	float:left;	
}

.hidden{
	visibility:hidden;
	display:none;
}

.visible{
	visibility:visible;
	display:block;
}

/* Tooltips */
.preview-tooltip {
	width: 285px;
	height: 295px;
	background: url(../immagini/demo-preview.png) no-repeat;
	padding: 0;
	z-index: 53000;
	text-align: center;
}

.preview-tooltip .tip-title {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 22px 0pt 0pt;
	padding: 5px;

}

.preview-tooltip .tip-text {
	margin-right: 0px;
	margin-top: 5px;

}

.preview-tooltip .error {
	background: none;
	width: 220px;
	height: 155px;
}


/* Drop down menu */

.drop_list { background-image:url(../immagini/drop_chooser.gif); background-repeat:no-repeat; width:253px; height:33px; position:relative; float:left}

#drop_down_menu { display:block; position:absolute; clear:both; margin:0px; padding:0px; text-align:left; cursor:pointer;  background-image:url(../immagini/dummy.jpg); list-style-type:none; float:none; left:10px; top:5px;}
#drop_down_menu li { font-size:11px; font-weight:bold; float:left; color:#333333;  margin:0px; padding:0px; cursor:pointer;  width:230px;  }
#drop_down_menu li ul { margin:0px; padding:0px; margin-top:5px;  list-style-type:none; border:1px solid #dedede; background-color:#ffffff;}
#drop_down_menu li ul li { display:block; float:none; padding-left:5px; clear:both; }
#drop_down_menu li ul li a { color:#111111; font-weight:normal; text-decoration:none; display:block; }
#drop_down_menu li ul li a:HOVER { text-decoration:underline; color:#ffcc00; }

/* Image player */

#player{
	position: absolute;
	height:100%;
	width:100%;
	z-index:52000;
}
