/****stili struttura principale****/
body
{
	margin: 0px;
	font-size: 14px;
	font-family: Helvetica, Arial;
	background-color: white;
}

a, a:hover
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #ccc;
}

#container
{
	width: 100%;
	height: 100%;
	background-image: url(../immagini/grafica/top/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#mainContent
{
	margin: 0px auto;
	width: 955px;
	height: auto;
	overflow: hidden;
}

#body
{
	overflow: hidden;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/****fine struttura principale****/

/****testata*****/
#header
{
	margin: 0px auto;
	width: 955px;
	height: 170px;
	position: relative;
}


#logo
{
	position: absolute;
	top: 0px;
	left: -50px;
}

#menuTop
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 0px;
	background-image: url(../immagini/grafica/top/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 570px;
	height: 49px;
}

#menuTop li
{
	float: left;
	padding: 3px 8px 3px 9px;
	font-size: 16px;
	font-weight: bold;
}

#menuTop li a
{
	color: #666666;
}

#menuTop li a:hover, #menuTop li.selected a
{
	color: #000000;
}

#submenuTop
{
	position: absolute;
	top: 0px;
	padding-top: 30px;
	left: 425px;
	width: 116px;
	background-image: url(../immagini/grafica/top/submenu.png);
	background-position: left 30px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#submenuTop ul
{
	margin: 12px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #cdcdcd;
	border-top: 0px;
	width: 114px;
	background-color: #ffffff;
}

#submenuTop li
{
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
}


/*****fine testata*****/


/*****content*****/
#content
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*****fine content*****/


/****piede****/
#footerCnt
{
	text-align: center;
	background-image: url(../immagini/grafica/bottom/fondo.jpg);
	background-repeat: repeat-x;
	height: 143px;
}

#footer
{
	text-align: left;
	width: 955px;
	margin: 0px auto;
	height: 100%;
	color: #333333;
	position: relative;
}

#footer .cerca
{
	position: absolute;
	right: 0px;
	top: -12px;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	width: 202px;
	background-image: url(../immagini/grafica/bottom/cerca.jpg);
	background-repeat: no-repeat;
}

#footer .cerca input
{
	vertical-align: middle;
}

#footer .cerca input.text
{
	border: 0px;
	color: #666666;
	width: 160px; 
}

#footer .banner
{
	position: absolute;
	right: 25px;
	top: -145px;
}

#DatiSociali
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #999999;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	padding: 10px;
}

#DatiSociali b
{
	font-size: 14px;
	display: block;
	margin: 5px;
}

#DatiSociali i
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
}

#DatiSociali .address
{
	overflow: hidden;
	float: left;
	width: 115px;
	margin: 5px;
	text-align: left;
	border-right: 1px solid #999999;
}

/****fine piede****/


/**** credits *****/

#credits
{
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 0px;
}

#credits a
{
	color: #999999;
}

#credits a:hover
{
	color: #ffffff;
}

div.credits
{
   background-color: white;
   background-image: url(../immagini/grafica/creditsPopup.jpg);
   background-position : bottom;
   background-repeat: repeat-x;
   border-color: #black;
   color: #333333;
   padding: 20px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}

div.credits div
{
   margin-bottom: 10px;
   font-size: 12px;
}

div.credits .title
{
   text-align: center;
   font-size: 14px;
}

div.credits img
{
   float: left;
   margin-right: 20px;
}


div.credits a
{
   font-size: 16px;
   font-weight: bold;
   color: #333333;
}

div.credits a:hover
{
   color: #aaaaaa;
}

/**** fine credits*/

/*****numeri pagina*****/
div.numPagCnt
{
	margin: 0 auto;
	overflow: hidden;
	width: 150px;
	clear: both;
	padding-top: 10px;
}

div.numPagPrev
{
	float: left;
	margin-right: 5px;
	font-weight: bold;
	padding-top: 2px;
}

div.numPagPage
{
	float: left; 
	margin-right: 5px;
}

div.numPagNext
{
	font-weight: bold;
	padding-top: 2px;
}
/*****fine numeri pagina*****/

/****stili generici****/
h1
{
	font-size: 70px;
	text-align: right;
	z-index: 10;
	line-height: 1;
}

h2
{
	color: #798214;
	font-size: 20px;
}

.warning
{
	font-size: 14px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.errors
{
	font-size: 10px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.titoloSezione
{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

.puntatore
{
	cursor: pointer;
}

.bold
{
	font-weight: bold;
}


.inviaBox
{
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/****fine stili generici****/


/****input generici****/
input, textarea
{
	font-size: 12px;
}


input[type=text], input[type=password], textarea
{
	border: 1px solid #999;
}

input[type=image]{border: 0px;}

input[type=checkbox]{border: 0px;}

input.checkbox, input.radio
{
	border: 0px;
	padding: 0px;
	height: auto;
}

input.checkbox:focus, input.radio:focus
{
	background-color: transparent;
}
/****fine input generici****/


/****** Bubble *********/
#bubble {
    list-style: none;
    margin: 20px 0px 0px;
    padding: 0px;
    position: absolute;
    top: 10px;
    right: 0px;
}
#bubble li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    width: 28px;
    height: 28px;
}

#bubble li a img {
    position: relative;
    border: none;
}

#bubble li a img.large {
    display: none;
}

#bubble li a:hover img.small {
    display: none;
    z-index: 0;
}

#bubble li a:hover img.large {
    display: block;
    margin-top: -22px;
    margin-left: -22px;
    z-index: 1000;
}