body {
	margin: 0;
	padding: 0;
	/*background: #F4F4F4 url(images/img01.jpg) repeat-x left top;*/
	background: #F4F4F4;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #333;
	line-height:100%;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(/images/img07.gif);
}

a:link {	text-decoration: none; color: #333;}
a:visited {	text-decoration: none; color: #333;}
a:active {	text-decoration: none; color: #333;}
a:hover { text-decoration: underline; color: #333;}


a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 980px;
	height: 108px;
	margin: 0 auto;
	/*padding: 0 10px;*/
	background: url(/HP/images/sfondoMain.png) repeat-y;
	
}
#logo img {margin-left:5px;}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 30px 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: lowercase;
	padding: 52px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/********* Menu *******************************************************************************************************************/

#menu {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	padding-top: 0px;
	background: url(/HP/images/sfondoMenu.png) no-repeat;
	/*z-index:100;*/
}

#menu ul {
	width: 980px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	margin: 0;
	margin-left: 14px;
	/*background: url(images/img02.gif) no-repeat 1px 50%;*/
	padding: 10px 0px 0px 0px;
	border: none;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	/*background-color:#F60;*/
	color: #FFF;
}
 

#menu a:hover {
	border-top: 4px solid #FFCC00;
	padding-top: 6px;
}
/********* Wrapper *****************************************************************************************************************/
#wrapper {
}
/* Content */
#content {
	float: left;
	width: 612px;
	margin:0;
}
/********* sidebar *******************************************************************************************************************/
.postCorsi {
	/* background-color:#FF6600;*/
	padding:5px;
	border-bottom:1px dotted #666;
}
.postCorsi a {color:#333}
.postAppuntamenti {
	/*background-color:#334666;*/
	padding:5px;
	border-bottom:1px dotted #666;
}
.postAppuntamenti a {color:#333}
.postTecnologie {
	/*background-color:#669999;*/
	padding:5px;
	border-bottom:1px dotted #666;
}
.postEditoriali {
	padding:5px 10px 5px 10px;
	border-bottom:1px dotted #666;
	height:80px;
}
.postEditoriali img {float:left;margin-right:5px;}

/********* Footer*******************************************************************************************************************/
#footer {
	width: 980px;
	margin: 0 auto;
	background: #565656 url(/HP/images/sfondoFooter.png) repeat-y;
	height: 40px;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
.intestazione {
	height:25px;
	background-color:#990000;
	color:#FFFFFF;
	padding-left:5px;
	line-height:25px;
	font-style:italic;
}
.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
	line-height:17px;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	background: url(/images/img04.jpg) no-repeat left 50%;
	text-transform: uppercase;
	color:#333;
}
