body {
	font-family: sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:url('/img/background.jpg') repeat-x #e6e5e3;
	line-height:1.2em;
	text-align:center; /* Serve a centrare il body su ie6*/
}

a {
	color:#f38e00;
}

img {
	border:none;
}

#header {
	height:91px;
	width:950px;
	background:url('/img/background_header.jpg') repeat-x;
	overflow:hidden;
}
#header img {
	margin-left:10px;
}

#homeimage {
	height:328px;
	clear:both;
	background: #393937;
	text-align:center;
}

#homeimage img {
	width: 950px;
}

#homehighlights {
	font-size:10px;
	margin:auto;
	color:#1a1c17;
	background:white;
}

#homehighlights div.box {
	float:left;
	width:294px!important;
	width:292px;
	height:156px;
	margin:16px 10px;
	border-bottom:1px solid #bababa;
	border-left: 1px solid #e0e2e1;
	border-right: 1px solid #e0e2e1;
	border-top:1px solid #eee;
	background: url("/img/bghomebox.jpg") repeat-x #a6a6a6;
}

#homehighlights div.title {
	font-weight:bold;
	font-size:11px;
	margin:5px 20px;
	text-align:left;
	height:25px;
}


#homehighlights div.content {
	margin:5px 20px;
	text-align:justify;
	height:90px;
	overflow:hidden;
}

#homehighlights .readmore {
	font-weight:bold;
	text-align:right;
	margin-right:10px;
	font-size:11px;
}

#homehighlights a {
	color:#1a1c17;
	text-decoration:none;
	display:block;
}

#mainmenu {
	float:right;
	margin-top:60px;
	height:19px;
	width:800px;
	background:url('/img/bgmenu.jpg') #faf9f7 no-repeat;
	line-height:19px;
}

#mainmenu div {
	display:block;
	margin:0 4px;
	padding:0 8px;
	height:19px;
	float:left;
}

#mainmenu a {
	font-size:11px;
	text-transform:capitalize;
	color:black;
	text-decoration:none;
	
}

#mainmenu div.first{
	margin-left:0px!important;
	margin-left:10px;
}

#mainmenu .pw_parentactive, 
#mainmenu .pw_active {
	background:#f18e00;
	font-weight:bold;	
}

#mainmenu .pw_active a {
	color:white;
	font-weight:bold;	
}

#mainmenu .pw_active .submenu a{
	color:black;
	font-weight:normal;	
}

#mainmenu .submenu a:hover {
	color:white;
}
#mainmenu .submenu .pw_parentactive a,
#mainmenu .submenu .pw_active a {
	color:white;
	font-weight:bold;	
}

#mainmenu .submenu span {
	 border-right:1px solid white;
}

#mainmenu .submenu span.pw_last {
	border-right:none;
}

#mainmenu .submenu {
	display:none;
	position:absolute;
	width:725px!important;
	width:753px;
	top:67px;
	padding-left:20px;
	height:24px;
	line-height:24px;
	background:#f18e00;
}

#mainmenu .submenubox {
	position:absolute;
}

#mainmenu .submenu span {
	padding:0 5px;
}

#menuhome {
	visibility:hidden;
}

#main {
	width:950px;
	margin:auto;
	text-align:left;
}

#sidebar {
	float:left;
	width:200px;
	margin-top:10px;
}

#sidebar .menu {
	margin-bottom:10px;
}

#sidebar .title {
	background: #f18e00;
	padding:5px;
	color:white;
}

#sidebar a {
	background:#e9e2d8;
	line-height:20px;
	display:block;
	padding-left:30px;
	margin:3px 0;
	text-decoration:none;
	color:#4e4d49;
}
#sidebar .pw_active a:hover,
#sidebar .pw_parentactive a:hover,
#sidebar a:hover {
	background:white;
}	

#sidebar .pw_active a {
	background:url('/img/bgactive.jpg') no-repeat #e9e2d8;
}

#sidebar .menu div div div a{
	padding-left:40px;
}

#sidebar .pw_parentactive {
	background:#e9e2d8;
} 

#sidebar .menunews {
	background: #e9e2d8;
	padding-bottom:20px;
}

#sidebar .menunews .date {
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}

#sidebar .menunews .continue a {
	display:inline;
	background:none;
	padding:2px 5px;
	margin:0;
	font-size:10px;
	text-decoration:underline;
	color:#f38e00;
}

#sidebar .menunews .newstitle {
	padding:2px 5px;
	font-size:10px;
}

#sidebar .sidebarnews {
	margin-top:10px;
	margin-bottom:15px;
}

#center {
	margin-top:10px;
	margin-left:210px;
}

#content {
	height:auto!important;
	height:200px;
	min-height:200px;
	border:1px solid white;
	width:735px!important;
	width:737px;
	margin-top:5px;
	background:white;	
}
#content b,
#content strong {
	color:#f38e00;
}

#content li {
	list-style-image: url(/img/point.jpg);
}

#menu3 {
	position:absolute;
	margin-left:150px;
}

#menu3 span a{
	padding:5px 6px 5px 12px;
	text-decoration:none;
	font-style:italic;
}

#menu3 span.pw_active {
	background:url('/img/menu3_active.jpg') no-repeat;
}
#menu3 a {
	font-size:10px;
	font-weight:bold; 
	color:#f38e00;
	text-transform:uppercase;
}
#menu3 span.pw_active a{
	color:#707070;
}

h1 {
	font-size:1.5em;
	color:#f38e00;
	margin-top:20px;
}

h2 {
	font-size:1.2em;
	color:#f38e00;
	margin:0;
}

#page {
	margin-top:20px;
	margin-left:150px;
	min-height:400px;
}

.padding {
	margin:20px 55px 20px 20px;
}
#pager {
	margin-top:5px;
	text-align:center;
}
#pager span {
	padding:5px;
}

#pager .pw_active a {
	color:gray;
}
.form textarea,
.form input {
	width:400px;
	border:1px solid #ccc;
}
.form textarea {
	height:200px;
}
.form #submit {
	width:150px;
}

.form label {
	font-weight:bold;
}

/*** NEWS  ***/
.news {
	border-bottom:1px solid #a5acb2;
	padding:10px 0;
}

.news h2 a {
	text-decoration:none;
}

.news .abstract {
	padding:10px 0;
	line-height:1.4em;
}

.date {
	font-weight:bold;
	font-style:italic;
	font-size:10px;	
}

#mapcontainer {
	width:500px;
	height:300px;
	overflow:hidden;
	padding:0;
}

#footerhome,
#footer {
	text-align:center;
	color:#353850;
	margin:5px;
	padding-top:5px;
	font-size:9px;
	font-style:italic;
}

#footer {
 	border-top:1px solid #353850;
}
