* {
	padding: 0;
	margin: 0;
}
body {
	background: transparent url("../img/bgbody.png") fixed;
	color: #444;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 100%;
}
div#main {
	width: 90%;
	margin-left: 5%;
	background-color: transparent;
}
h1 {
	padding: 0.5em 0 0 1em;
	margin-bottom: 0.3em;
	border-bottom: 1px inset #aaa;
	color: #3f4c6b;
	font: bold 150% "Trebuchet MS", verdana, sans-serif;
}
h2 {
	padding: 0.5em 0 0 0.3em;
	margin-bottom: 0.3em;
	color: #3f4c6b;
	font: bold 130% "Trebuchet MS", verdana, sans-serif;
}
h3 {
	padding: 0.5em 0 0 0.3em;
	margin-bottom: 0.3em;
	color: #444;
	font: bold 110% "Trebuchet MS", verdana, sans-serif;
}
p {
	font-size: 100%;
}
p.nuovo {
	margin-top: 1em;
}
a, a:link {
	color: #3f4c6b; /*#ff0084;*/
	text-decoration: underline;
}
a:visited {
	color: #b02b2c;
	text-decoration: underline;
}
a:hover {
	background: #3f4c6b;
	color: #fff;
	text-decoration: none;
}

/* testata */
div#testata {
    background: url(../img/titolo.png) no-repeat;
	height: 140px;
	margin-left: 4em;
}
div#utenza {
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
 	float: right;
	width: 20%;
	padding: 0.5em;
	background: #fff url("../img/bgnavicerca.png") repeat-x top;
	font-size: 80%;
	text-align: center;
}

/* menu */
.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 40px;
	background: transparent;
	position: relative;
	border-bottom: 2px solid #333;
}
.menu li {
	height: 50px;
	width: 150px;
	background: transparent url(../img/tab.png) no-repeat;
	float: left;
}
.menu li a {
	position: relative;
	top: 0;
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	line-height: 40px;
	color: #3F4C6B;
	/*border-bottom: 2px solid #484a4a;*/
	text-decoration: none;
	font-size: 16px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0;
	cursor: pointer;
}
.menu li a b {
	float: left;
	display: block;
	padding: 0 16px 0 12px;
}
.menu li.current a {
	position: relative;
	top: -8px;
	color: #356AA0;
	border: none;
	background: url("../img/tabcurrent.png") no-repeat bottom;
	/*border-bottom: 2px solid #fAe49b;*/
}
.menu li.current a b {
	/*background: url("../img/button3.gif") no-repeat right top;*/
}
.menu li a:hover {
	position: relative;
	top: -8px;
	color: #356AA0;
	background: transparent url("../img/tabcurrent.png");
}
.menu li a:hover b {
	/*background: url(../img/button4.gif) no-repeat right top;*/
	top: -8px;
}
.menu li.current a:hover {
	color: #356AA0;
	background: transparent url(../img/tabcurrent.png);
	cursor: default;
}
.menu li.current a:hover b {
	/*background: url(../img/button3.gif) no-repeat right top;*/
}

/* subnavigazione e cerca */
div#naviCerca {
	padding: 1em 0.5em 1.8em 0.5em;
	background: #fff url("../img/bgnavicerca.png") repeat-x top;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
}
div#naviCerca a, div#naviCerca a:visited, div#naviCerca li a:link {
	color: #3F4C6B;
	text-decoration: none;
}
div#naviCerca li a:hover {
	background: #3F4C6B;
	color: #fff;
}
ul.navi {
	width: 65%;
	list-style-position: inside;
	list-style: none;
}
ul.navi li {
	float: left;
	padding-left: 0.8em;
}
ul#alfa {
    clear:both;
	padding: 0.5em 0 0 0.5em;
	list-style-position: inside;
	list-style: none;
	list-style-image: none;
}
ul#alfa li {
	float: left;
}
ul#alfa li a, ul#alfa li a:visited, ul#alfa li a:link {
	padding: 0 0.3em 0 0.3em;
}

div#cercaRapi {
	float:right;
	position: relative;
	top: 0.5em;
	right: 2.5em;
}
div#cercaRapi .btcerca {
	width: 28px;
	height: 28px;
	border: none;
	background: transparent url("../img/btcerca.png") bottom no-repeat;
	cursor: pointer;
}
div#cercaRapi form input {
	padding: 0;
	border: 1px solid #aaa;
	background: #fff;
	font-size: inherit;
	font: inherit;
	display: inline;
}

/* pulsantiera */
div#pulsantiera {
	margin: 0.5em 1em 0 0;
	text-align: right;
}
div#pulsantiera a {
	text-decoration: none;
}
div#pulsantiera a:link {
	background-color: #fff;
	color: #3f4c6b;
}
div#pulsantiera a:visited, a:active {
	background-color: #fff;
	color: #3f4c6b;
}
div#pulsantiera a:hover {
	background-color: #3f4c6b;
	color: #fff;
}
div#pulsantiera span {
	padding: 0.2em 0 0.2em 2.2em;
	margin: 0 0.5em 0 0.5em;
	background: no-repeat center left;
}
div#pulsantiera span#indietro {
	background-image: url("../img/indietro2.png");
}
div#pulsantiera span#stampa {
	background-image: url("../img/stampa.png");
}
div#pulsantiera span#help {
	background-image: url("../img/help.png");
}

/* contenuto */
div#contenuto {
	min-height: 800px;
	padding: 0.5em 2em 2em 2em;
	background: #fff;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
	font-family: georgia, arial, verdana;
	line-height: 1.5em;
}
div#contenuto_sx {
    margin-right: 31%;
    text-align: justify;
}
div#contenuto_dx {
    width: 27%;
    float: right;
    margin: 1% 0 1% 1%;
    padding: 1% 0 1% 1%;
    border: 1px solid #ddd;
    background: #eaf7ff;
    font-size: 85%;
}

/* pedata */
div#pedata {
	float: none;
	clear: both;
	padding: 0.5em 0 0.5em 0;
	margin-bottom: 5em;
	height: 80px;
	line-height: 1.5em;
	background: #a0522d;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	color: #eee;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 60%;
}
div#pedata a, div#pedata a:link, div#pedata a:active, div#pedata a:visited {
	color: #eee;
	text-decoration: underline;
}
div#pedata a:hover {
	background: #eee;
	color: #36393d;
}
div#menuBottom {
	padding: 0.2em;
}
div#menuBottom ul {
	list-style: none;
}
div#menuBottom li {
	display: inline;
}

/* altro */
.nofloat {
	clear: both;
}
