/* Contenitori */
* {margin: 0; padding: 0;}
body
{
	text-align: center;
	font-family: lucida sans unicode, tahoma, arial;
	font-size: 10pt;
	background-color: #7BA6B8;
	background-image: url(bg3.png);
	background-repeat: repeat-x;
	line-height: 160%;
}
#mainwrap
{
	text-align: left;
	width: 980px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(shadows.png);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* Generici */
h2
{
	font-size: 18pt;
	font-family: trebuchet ms, verdana;
	letter-spacing: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ccc;
	color: #428BBA;
}				
p
{
	text-align: justify;
}
a { color: #14d;}
a:hover {color: #428BBA;}
a img {border: none;}


/* Header */
#header { 
	background-color: #fff; 
	height: 110px;
	position: relative;
}
#header hr { visibility: hidden; height: 0;}
#logo 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 110px;
	border-bottom: 4px solid #428BBA;
}
#logo a
{
	display: block;
	margin: 10px;
	width: 410px;
	height:125px;
	background-image: url(logo_web.png);
	background-repeat: no-repeat;
}
#logo a span {
	display: none;
}		
#header .navbar
{
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft:8px;
	background-color:#428BBA;
	background-image:url(grad_menu.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:22px;
	list-style-type:none;
	padding:4px 4px 2px;
	position:absolute;
	right:0;
	top:86px;
}
#header .navbar li
{
	display: inline;
}
#header .navbar li a
{
	position: relative;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 10px;
	color: white;
	padding: 2px 4px 4px 4px;

	color:white;
	font-size:12pt;
	font-variant:small-caps;
	font-weight:bold;
	margin-left:0;
	margin-right:4px;
	padding:2px 4px 4px;
	position:relative;
	text-decoration:none;
}		
#header .navbar li a:hover
{
	background-color: #A1CDE0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	/*color: #428BBA;*/
}                

/* Content */
#content 
{
	clear: both;
	padding-top: 16px;
	background-image: url(bg2.png);
	background-repeat: repeat-x;
	background-color: #fff;

}

/* Showcase */
#showcase
{
	/*
	background-image: url(showcase_bg.png);
	background-color: #3A3A42;
	*/
	background-image: url(showcase_bg.png);
	background-color: #00587C;
	background-repeat: repeat-x;
	width: 860px;
	margin-left: 28px;
	height: 250px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	color: white;
	padding: 16px 32px;
	margin-bottom: 32px;
}
#showcase h2
{
	font-size: 22pt;
	border-bottom: none;
	margin-bottom: 16px;
	color: #fff;
}		
#showcase p
{
	text-align: justify;
	width: 520px;
}
#showcase img
{
	float: right;
}

#showcase a {
	color: #B7FF70;
	text-decoration: none;
}

#showcase a:hover {
	border-bottom: 1px dotted #B7FF70;
}

/* Contenuto normale */
.article
{
	padding: 16px;
}

.article p {
	margin-bottom: 12px;
}

.article ul {
	margin-left: 2em;
}

.article p.disclaimer 
{
	margin-top: 100px;
	color: #aaa;
	font-size: 80%;
}
.article p.disclaimer a
{
 color: #666;
}

/* Footer */
#footer
{
	background-image: url(footer_bg.png);
	color: #ddd;
	height: 236px;
	font-size: 9pt;
	line-height: 140%;
	padding: 20px;
	background-color: #3A3A41;
}
#footer h3 
{
	margin-bottom: 8px;
	font-size: 12pt;
	text-align: center;
}
#footer a 
{
	color: #fff;
	font-size: 11pt;
	line-height: 200%;
	text-decoration: none;
}
#footer ul
{
	list-style-type: none;
}
#footer>div
{
	width: 200px;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	height: 236px;
}
#footer .news, #footer .navi
{
	border-right: 1px dotted #ccc;
}
#footer .news
{
	width: 470px;
}

p.copy {
	text-align: center;
}

ul.sitemap li a, #news_lins a {
	text-decoration: none;
	font-size: 110%;
	border-bottom: 1px dotted blue;
}


