@charset "utf-8";
/* CSS Document */
.lang {
	display: inline;
	float: right;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../interface/back.gif);
	text-align: center;
}
#w {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 201px;
	background-image: url(../interface/top.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 0px;
	margin-bottom: 0px;
}
#logo {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	text-align: left;
	margin-top: -50px;
}
#menu_main {
	margin-top: 10px;
	background-image: url(../interface/bkg_topheader.gif);
	background-repeat: repeat-x;
	height: 34px;
}
#menu_main ul {
	list-style-type: none;
	height: 34px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu_main ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
}
#menu_main ul a, #menu_main ul a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #595959;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#menu_main ul a:hover {
	color: #C60;
}
#content_top {
	background-image: url(../interface/content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 82px;
	width: 960px;
}
#content_bottom {
	background-image: url(../interface/content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	width: 960px;
}
#content_main{
	background-image: url(../interface/content_main.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 960px;
}
#content {
	margin-right: 30px;
	margin-left: 30px;
}
#bottom {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:400;
	color: #fff;
}
#bottom a, #bottom a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#bottom a:hover {
	color: #CF0F1D;
}

/* content */
#cat {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
	font-style: oblique;
}
#cat a, #cat a:hover {
	text-decoration: none;
	color: #F90;
}
#cat a:hover {
	color: #999;
}
#pager {
	font-family: "Trebuchet MS";
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.page_selected {
	color: #69A3DD;
}

#pager a, #pager a:hover {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#pager a:hover {
	color: #F90;
}
#titolo {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #000;
	text-decoration: none;
	display: block;
}
#titolo_home {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #F90;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7EB1E7;
}

#data {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #7EB1E7;
	text-decoration: none;
	display: block;
}
#sottotitolo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4B92DE;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	display: block;
}
#main_testo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin-top: 20px;
}
#main_testo a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #7EB1E7;
	text-decoration: none;
	vertical-align: middle;
	margin: 10px;
	font-weight: bold;
}
#main_testo a:hover {
	color: #666666;
}


#dettagli_titolo {
	font-family: "Trebuchet MS";
	color: #CF0F1D;
}
#dettagli {
	font-family: "Trebuchet MS";
	color: #000000;
	font-style: italic;
	font-size: 12px;
}
.sub, .sub:hover {
	font-family: "Trebuchet MS";
	text-decoration: none;
	display: list-item;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7EB1E7;
}
.sub:hover {
	background-color: #C9DCF5;
}
.sub_testo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B92DE;
	text-decoration: none;
	display: block;
}
.sub_titolo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	color: #000;
}
#file {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 5px;
	text-align: left;
}
#file a, #file a:hover {
	color: #4B92DE;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#file a:hover {
	color: #999;
}
#gallery {
	width: 100%;
	text-align: center;
}
.gallery_down {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a.gallery_down , a.gallery_down:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7EB1E7;
	text-decoration: none;
	width: 200px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	border: 1px solid #7EB1E7;
	padding: 0px;
	margin: 2px;
	font-style: italic;
}
a.gallery_down:hover {
	color: #FFF;
	background-color: #7EB1E7;
	border: 1px solid #7EB1E7;
}
a.gallery_down img {
	margin: 0px;
	padding: 0px;
}
strong, b {
	color: #4B92DE;
}
