@charset "utf-8";
body  {
	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;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	background-color: #666666;
}

.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #3C798C;
	border-bottom-color: #3C798C;
	border-left-color: #3C798C;
} 
.thrColFixHdr #header {
	height: 226px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(../public/templates/prova/images/gtopimg.jpg);
	background-repeat: no-repeat;
} 
.thrColFixHdr #container #header #toptel {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: right;
	margin-top: 150px;
	margin-right: 20px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #FFFFFF;
	padding: 0px;
}

.thrColFixHdr #sidebar1 .side1botton {
	background-image: url(../public/templates/prova/images/gbarBotton.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 111px;
	width: 220px;
}

.thrColFixHdr #sidebar1 .side1top {
	background-image: url(../public/templates/prova/images/gbar1top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 220px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 222px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
} 
.thrColFixHdr #articolo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCDBE5;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699CC;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}	
.thrColFixHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 /*nota display: inline*/
#navigation .logo {
	width: 166px;
	float: left;
	background-image: url(../public/templates/prova/images/gtopLOGO.jpg);
	background-repeat: no-repeat;
	height: 81px;
}

div#navigation {
	background-image: url(../public/templates/prova/images/gtopBG.jpg);
	background-repeat: repeat-x;
}



ul#QS_menulist{
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:81px;
	text-transform:uppercase;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial;
	font-weight: bold;
	background-color: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#navigation #QS_menulist {
	margin-left: 166px;
}
ul#QS_menulist li{
	display:block;
	float:left;
	margin:0;
	
	}
ul#QS_menulist li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	height:24px;
	height:69px;
	width: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}
ul#QS_menulist li a:hover{
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../public/templates/prova/images/gtopnavselect.jpg);
	}
div#navigation ul li ul{
	display: none;
}

.select{
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../public/templates/prova/images/gtopnavselect.jpg);
	}
#subnavigation {
	width: 200px;
	border-size: 1px;
	background-image: url(../public/templates/prova/images/gbar1BG.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
#subnavigation li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 30px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2F0F3;
	border-bottom-color: #4E91A4;
	}	
	
#subnavigation li a:link, #subnavigation li a:visited {
	color: #000000;
	display: block;
	padding: 8px 0 0 25px;
	}
	
#subnavigation li a:hover {
	color: #A6C3CB;
	padding: 8px 0 0 27px;
	background-color: #E2F0F3;
	background-position: 0 -32px;
	}
#subnavigation	ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#subnavigation img {
    border: none;
} 

#areanews{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCDBE5;
	padding-left: 20px;
} 
