@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	-moz-border-radius: 7px;
}

input[type="text"],input[type="password"], textarea {
	background: #FFFFFF url(images/backgoundInputText.png) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
	-moz-border-radius: 5px;
}

input[type="button"], input[type="submit"]{
	-moz-border-radius: 3px;
	background: #FFFFFF url(images/backgoundButton.png) repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;	
	border: 1px;
	border-style: solid;
	border-color: gray;
}


input[type="button"]:hover, input[type="submit"]:hover{
	background: #FFFFFF url(images/backgoundInputText.png) repeat-x;
}

body {
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F7772;
}

h1, h2, h3 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 13px;
	line-height: 1.6em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img09.gif) repeat-y;
	font-style: italic;
}

a:link {
	color: #0AAAFD;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF6700;
}

a:visited {
	color: #7F7772;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Menu */

#menu {
	width: 99%;
	height: auto;
	margin: 0 0 0 0;
	display: block;
	padding-bottom: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 122px;
	height: 65px;
	padding: 36px 0 0 0;
}

#menu a {
	display: block;
	width: 122px;
	height: 32px;
	padding: 13px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img03.jpg);
}

#menu .active {
	padding-top: 35px;
}

#menu .active a {
	height: 37px;
	padding-top: 16px;
	background-image: url(images/img04.jpg);
	color: #327EBE;
}

#menu .active a:hover {
	background-image: url(images/img04.jpg);
}

#menu a:bandiere {
	
}
/* Header */

#header {
	width: 770px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 160px;
	background: url(images/img05.jpg) no-repeat;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 90px;
	background: url(images/img07.jpg) no-repeat center center;
	letter-spacing: 8px;
	font-size: 197%;
}

#logo h2 {
	letter-spacing: 2px;
	font-size: 85%;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

/* Banner */

#banner {
	float: right;
	width: 520px;
	height: 160px;
	background: url(images/img06.jpg) no-repeat;
}

#banner a {
	float: right;
	padding: 120px 20px 0 0;
	text-decoration: none;
	text-align: right;
	font-size: 136%;
	font-style: italic;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content */

#content {
	float: right;
	width: 510px;
}

.post {
	margin-bottom: 20px;
}

.post .title {
	padding: 0 20px;
}

.post .story {
	padding: 0 20px;
}

.post .meta {
	padding: 5px 20px;
	background: url(images/img09.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	font-size: 77%;
}

.boxed .title {
	height: 32px;
	margin: 0;
	padding: 8px 0 0 20px;
	background: url(images/img08.jpg) no-repeat;
	letter-spacing: -1px;
	color: #FF3300;
}

.boxed .story {
	padding: 20px;
	border: 1px solid #FF8D17;
}

.boxed .meta {
	padding: 5px 10px;
	background: #FF8D17;
	color: #FFFFFF;
}

.boxed .meta a {
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 0;
}

#sidebar li ul {
	padding: 10px;
	border: 1px solid #0AAAFD;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	background: url(images/img09.gif) repeat-x;
	text-align: justify;
}

#sidebar li li.first {
	background: none;
}

#sidebar li h2 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 15px;
	background: url(images/img10.jpg) 100%;
	letter-spacing: -1px;
	color: #327EBE;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar li a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 15px 0;
	background: #D1D1D1;
	border-top: 5px solid #999999;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #FFFFFF;
}

#divPrincipale {
	width: 99%;
	margin: 1px;
	display: block;
}

#divIntestazioneSinistro {
	width: 19%;
	float: left;
	margin: auto;
}

#divIntestazioneDestro {
	width: 19%;
	height: 100%;
	float: left;
	text-align: center;
	vertical-align: top;
	margin-top: 10px;
}

#divIntestazioneCentro {
	width: 60%;
	float: left;
	height: 100%;
}

#menu #divIntestazioneSinistro,#menu   #divIntestazioneCentro,#menu  #divIntestazioneDestro{
	border: none;
}

#menu  h1 {
	padding-top: 20px;
	letter-spacing: 8px;
	font-size: 197%;
	color: blue;
	font-weight: bold;
}

#testoPiccolo{
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7772;
	margin: 0%;
	font-stretch: condensed;
}

#successoOperazione{
	text-align: center;
	font-family: "Courier New";
	font-size: 12px;
	color: red;
	margin: 0%;
	font-weight: bold;
	font-style: italic;
}
#divSpazio{
	width: 100%;
	display: block;
}
#divAnnuncio{
	margin-top: 0 auto;
}

#riga{
	border-bottom: thin;
	border-bottom-color: purple;
	border-bottom-style: solid;
}

#divFinePagina{
	background: url("Immagini/Varie/prato.gif");
	height: 55px; 
}

input.input-text {
	border:medium none;
	font-size:10px;
	height:15px;
	margin:0;
	padding:5px 5px 5px 10px;
	width:157px;
}

#genericButton{
	background: url(images/img02bis.jpg) repeat-x scroll 0 0;
	padding-top:    4px;
	padding-bottom: 4px;
	padding-left:   6px;
	padding-right:  6px;
}

body.submit{
	colore:red;
}

#genericButton INPUT:HOVER{
	background: url(images/img03.jpg) repeat-x scroll 0 0;
}

#login{
	position: absolute;
	top: 90px;
	right: 25px;
	color: #488cbc;
	font-weight: normal;
}
#login a:visited{
	color: #488cbc;
}