@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dbdbdb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-repeat:repeat-y;
	background-image:url(./images/bkgrnd.png);
	background-position:center;
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 15px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat:repeat-y;
	background-image:url(./images/bkgrnd.png);
	background-position:center;
}
.oneColFixCtrHdr #headerpages {
	background: #ffffff; 
	padding: 20px 0 70px 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat:repeat-y;
	background-image:url(./images/bkgrnd.png);
	background-position:center;
}
.oneColFixCtrHdr #headerpages img{
	border:0px;
}
.oneColFixCtrHdr #mainContent {
	margin-top: 20px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	height: auto;
	text-align:center;
	background-repeat:repeat-y;
	background-image:url(./images/bkgrnd.png);
	background-position:center;
}
.oneColFixCtrHdr #mainContentpages {
	padding: 0 0 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	height: auto;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif
	background-repeat:repeat-y;
	font-size: 14px;
	background-image:url(./images/bkgrnd.png);
	background-position:center;
	margin-bottom: 15px;
}
.oneColFixCtrHdr #mainContent a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size: 16px;
	color:#000;
}
.oneColFixCtrHdr #mainContentpages a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-style:italic;
	text-decoration:underline;
	font-size: 14px;
	color:#000;
}
.oneColFixCtrHdr #leftlist {
	list-style-type: square;
}
.oneColFixCtrHdr #text {
	text-decoration: none;
	font:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
	float:left;
	background:url(images/windowback.png);
	background-repeat:repeat-y;
	padding: 0 15px 0 15px;
	overflow-y: auto;
	max-height: 180px;
	scrollbar-arrow-color: #FFF; 
	scrollbar-3dlight-color: #FFF; 
	scrollbar-highlight-color: #FFF; 
	scrollbar-face-color: #dbdbdb; 
	scrollbar-shadow-color: #FFF; 
	scrollbar-darkshadow-color: #FFF; 
	scrollbar-track-color: #FFF;
}
.oneColFixCtrHdr #list {
	width: 290px;
	float:left;
	text-indent: 0px;
	margin-right: 10px;
}
.oneColFixCtrHdr #elenco {
	overflow-y: auto;
	max-height: 160px;
	scrollbar-arrow-color: #FFF; 
	scrollbar-3dlight-color: #FFF; 
	scrollbar-highlight-color: #FFF; 
	scrollbar-face-color: #dbdbdb; 
	scrollbar-shadow-color: #FFF; 
	scrollbar-darkshadow-color: #FFF; 
	scrollbar-track-color: #FFF;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #dynloadarea{
	padding-top: 20px;
	/*background: url(ante/finestre/sx_bw.jpg) no-repeat center;*/
	width: auto;
	height: 340px;
	overflow: hidden;
	text-align:left;
	display:block;
	text-align:center;
}
.oneColFixCtrHdr #footer {
	padding: 10px 40px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-style:italic;
	color:#A0A0A4;
	font-size:12px;
	background-repeat: repeat-y;
	background-image:url(./images/bkgrnd.png);
	background-position:bottom;
	float:none;
}
.oneColFixCtrHdr #footer a {
	margin: 0px;;
	text-decoration: none;
	color:#A0A0A4;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #menubar {
	background-color: #dbdbdb;
	width: 100%;
	height: 40px;
	margin-bottom:25px;
	text-align: left;
}
.oneColFixCtrHdr #menubar li {
	display: inline;
	background-color: #dbdbdb;
	vertical-align: middle;
	color: #b9b9b9;
	height:60%;
	position:relative;
	top:20%; /* yy=(100-60)/2=20*/
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
}
.oneColFixCtrHdr #menubar a {
	color: #FFF;
}
.oneColFixCtrHdr #menubar a:hover {
	color: #262626;
}
.oneColFixCtrHdr #slider {
    width: 370px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	padding-top: 40px;
	
}
.oneColFixCtrHdr #sliderContent {
	width: 361px; /* important to be same as image width or wider */
	position: absolute;
	top: 20px;
	margin-left: 0;
	height: 320px;
	list-style-type: none;
	text-align:center;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	text-align: center;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 300px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.oneColFixCtrHdr #img1 {
}
.oneColFixCtrHdr #img2 {
}
.oneColFixCtrHdr #img3 {
}
.oneColFixCtrHdr #img4 {
}

