/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(/includes/img/bg-header.gif) repeat-x left top;
	line-height: 20px;
	text-align: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h3 {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color:#EF7A2C;
	}

p.sottolineato{
	text-decoration:underline;
	}

.tit-a{
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color:#0065A0;
	padding: 5px 0 15px 10px;
	}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(/includes/img/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(/includes/img/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 10px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 70px;
	color: #254360;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 778px;
	margin: 10px auto;
	padding-bottom: 20px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(/includes/img/img04.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;

}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

#ads {
	width: 778px;
	margin: 0px auto;
	padding: 0px 0px 14px 0px;
	}

#pagina {
	float: left;
	width: 538px;
	padding-right: 20px;
	padding-bottom: 40px;
	border-right: 1px dashed #EEEEEE;
}

#pagina h2 {
	margin-top:20px;
	margin-bottom: 4px;
	font-size: 13pt;
	color:#003C5C;
}

#tit-book{
	border: 1px dotted #eeeeee;
	padding:2px 2px 2px 2px;
	font-size: 13pt;
	font-weight:bold;
	background-color:#EFFCFF;
	color:#336699;
}

#ibs a {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color:#EF7A2C;
	border-bottom: 1px dotted;
	text-decoration:none;
	float:right;

}

#bcrumb {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
	display:block;
	padding: 2px;
	background-color:#F4FAFD;
	color:#003399;
	text-decoration:none;
	float:left;
	margin-bottom:20px;
	}

#sidebar {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	float: right;
	width: 200px;
	}

#sidebar h3 {
	height: 20px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
	color:#EF7A2C;
	}




/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(/includes/img/bg-footer.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}