@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	padding:0;margin:0;
	font-size:11px;
	background:#f3f3f3;
}

/* Reset All */
h1,h2,h3,h4,h5,h6,h7,p,ul,li{ padding:0; margin:0;}
#menu ul, #menu li, p{ padding:0; margin:0;}
p, li{ line-height:17px;}
li{ list-style-position:outside;}

/* General */
#all{
	width:990px;
	margin:0 auto;
	background:url(../images/header.png) top left no-repeat;
}

/* Link */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
#menu > ul > li a:link, #menu > ul > li a:visited, #left > .menu li a:visited span{color:#009241;text-decoration:none;}
#menu > ul > li a:hover, #menu > ul > li a:hover, #left > .menu li a:hover span{color:#009241;text-decoration:none;}

/* Struttura */
#header{ }
#corpo{ 
	width:969px;
	border-left:1px solid #666; 
	border-right:1px solid #666; 
	background:#fff; 
	margin:0 auto;
}

#contentIntero{ padding:20px 100px;}
#footer{clear:both; text-align:center; padding:10px 0 20px 0;}

/* Content */
#content_top{ 
	background:url(../images/content_top.png) top left no-repeat;
	width:971px; 
	height:12px; 
	margin:0 auto;}
	
#content_bottom{
	background:url(../images/content_bottom.png) bottom left no-repeat;
	width:971px; 
	height:12px; 
	margin:0 auto;
	clear:both;}

/* Menu */
#menu{ height:50px; width:871px;}
#menu ul{ background:url(../images/menu.png) top left no-repeat; height:28px; position:relative; left:100px; top:30px; padding-top:5px;}
#menu li{ display:inline; margin:0 19px;}
#menu li:first-child{ margin-left:17px;}

/* Font */
h1{ font-size:24px; padding-bottom:10px;}
#corpo p{ width:600px;}
h2{ font-size:18px; color:#666; padding-bottom:10px;}
p{ color:#8d8d8d; padding-bottom:10px;}
#corpo p{ max-width:500px; text-align:justify;}
#corpo ul{ padding-left:10px; margin-left:20px; padding-bottom:10px;}
#corpo ul li{max-width:500px; text-align:justify;}

/* Joomla */
.componentheading { display:none;}
.contentpaneopen{ width:769px;}

