/* ------------------------------ */
/* 1. universal reset */
/* ------------------------------ */

* {
	margin: 0;
	padding: 0;
}





/* ------------------------------ */
/* 2. layout della pagina */
/* ------------------------------ */

	/* base */

body#pagetop  { color: #333; font-size: 12px; font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana; font-weight: normal; background-color: #596483; background-position: center 0; text-align: center; margin: 0; padding: 0 }

div#generale    { background-color: transparent; background-image: url("images/body_bg.jpg"); background-repeat: repeat-y; text-align: left; margin: 0 auto; width: 896px; border: solid 1px #000000 }

div#generale p {
	padding-bottom: 8px;
}

div#generale h1 {
	font-size: 20px;
	padding: 5px 0 10px 0;
}

div#generale h2 {
	font-size: 18px;
	padding: 5px 0 10px 0;
}

div#generale h3 {
	font-size: 16px;
	padding: 5px 0 10px 0;
}

div#generale h4 {
	font-size: 22px;
	text-transform: uppercase;
	color: #ff0000;
	padding: 5px 0 10px 0;
}

div#spaziovuoto {
	height: 35px;
	background: #444444;
}

/*div#bordosopra {
	height: 22px;
	background-color: #444444;
}*/

div#top {
	clear: both;
}



div#content  { background-color: transparent; background-image: url("images/leaf.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom }

div#main {
	width: 656px;
	float: right;
	padding: 14px 0 0 30px;
}

div#destra    { font-size: 12px; font-weight: bold; line-height: 16px; margin: 0 0 0 20px; padding: 8px 20px 0 0; width: 170px; float: left }

div#bottom {
	clear: both;
	height: auto;
	padding: 0 0 0 0;
	color: #444444;
	line-height: 14px;
}

div#footer  { color: #333; height: 55px; clear: both }

div#close {
	clear: both;
	height: auto;
	padding: 0 0 0 0;
	color: #333;
}


	/* titolo */

div#header {
	height: 129px;
	background: url(images/header.jpg) no-repeat;
	vertical-align:baseline;
}
	/* main */

div#main div.container  { margin: 0 40px 0 0 }

div#main div.section {
	padding-top: 9px;
}

div#main img {
padding: 5px 10px 5px 10px;
}

	/* destra */

div#destra h2 {
	padding: 9px 3px 5px 3px;
}

div#destra p,
div#destra ul {
	padding: 7px 3px 7px 3px;
}

div#destra h2 {
	color: #444444;
	font-size: 13px;
}

div#destra div.section   { margin-top: 11px }

div#destra ul  { 
	list-style-position: inside;
	margin-left: 20px
}

	/* bottom */

li#footertx  { font-size: 10px; text-align: center; list-style: none; margin-top: 20px; margin-left: 75px; width: 756px }
li#footertx, #dummy {
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

li#footertx a {
	height: 10px;
}
li#footertx a:link,
li#footertx a:visited,
li#footertx a:active,
li#footertx a:hover {
	border: none;
	background: transparent;
	text-decoration: none;
}




/* ------------------------------ */
/* 3. layout */
/* ------------------------------ */

	/* home */

div#contenuti h2 {
	height: 14px;
}

	/* downloads */



/* ------------------------------ */
/* 4. links */
/* ------------------------------ */

div#header a:link,
div#header a:visited,
div#header a:active,
div#header a:hover,
div#top a:link,
div#top a:visited,
div#top a:active,
div#top a:hover {
	border: none;
	text-decoration: none;
}

a:link,
a:visited {
	color: #444444;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #8C8C8C;
	text-decoration: underline;
}

div#destra a:active,
div#destra a:hover {

}

/* ------------------------------ */
/* 6. altro */
/* ------------------------------ */

strong {
	color: #000;
	font-weight: bold;
}

.cerca { 
margin-top: 130px;
margin-left: -40px;
font-size: 12px;
font-family: verdana, helvetica, sans-serif;
background:none;
border-style:none;
color:#4a4a4a;
text-align:right;
width:95px;
}

.buttonsearch { 
margin-left: 7px;
width:50px;
font-size: 10px;
font-family: verdana, helvetica, sans-serif;
background:none;
border-style:none;
color:#4a4a4a;
background-attachment: fixed;
text-align:center;

}
