/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #0066FF;}
a:hover {color: #0033FF;}
body {
	color: #000000;
	background-image: url(img/aaa.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {
	margin-left: 1.2em;
	list-style-type: disc;
}
li {
	list-style-image: none;
	list-style-type: none;
}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.cont {
	width: auto;
	background-image: url(img/ombra1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.container {
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.container li{
	list-style-type: disc;
}
.container ul{
	margin-left: 15px;	
}

/* top */
.alto {
	height: 140px;
	width: 800px;	
}
.top {
	font: normal 2.4em Verdana,sans-serif;
	height: 120px;
	width: 560px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.topa {
	float: right;
	height: 80px;
	width: 240px;
}
.bandiere a{
	margin-right: 0px;
	margin-left: 0px;
}


/* header */
.header {
	height: 150px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.flashcontent {
	height: 150px;
	width: 800px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}

/* item */
.item {
	clear: both;
}

.item .content {
	float: right;
	width: 580px;
	height: 560px;
}
.item .contact {
	padding-right: 18px;
	padding-bottom: 12px;
}
.item h1 {
	color: #0000FF;
	line-height: 30px;
	font-size: 14px;
}
.item .body {
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
}

/* main */
.main {
	margin-top: 30px;
}

/* navigation */
.navigation {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.navigation h1 {
	font-size: 14px;
	line-height: 30px;
	display: block;
	background-color: #0000CC;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(img/menu1.jpg);
	background-repeat: no-repeat;
}
.navigation h1 a{
	color: #FFFFFF;
	text-decoration: none;	
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	list-style: none;
}
.navigation li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0033FF;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #0066FF;
	padding-left: 10px;
	height: 18px;
	background-image: url(img/menu2.jpg);
	background-repeat: no-repeat;
}
.navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #0000CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0033FF;
	background-image: url(img/menu1.jpg);
}




/* footer */
.footer {
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	background-image: url(img/bgfooter.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FFFFFF;}
