
@font-face {
  font-family: "tempus-sans";
  src: url('./font/TEMPSITC.TTF') format("truetype");
}

@font-face {
  font-family: "korean calligraphy";
  src: url('./font/Korean_Calligraphy.ttf') format("truetype");
}



body {
	background: #18314f url('./img/bg_body.png') 0 0 repeat-x;
	font-family: verdana;
	/* font-size: 0.75em; */
	font-size: 0.8125em;
	color: #2F2F2F;
}

div.contenitore {
	width: 960px;
	margin: 15px auto;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#header {
	height: 186px;
	/* background-color: red; */
	background-image: url('./img/top.jpg');
	background-position: 13px 15px;
	background-repeat: no-repeat;

}
#header div.canna {
	height: 25px;
	background-image: url('./img/img_header_hifi.png');
}
div.logo {
	float: left;
	width: 152px;
	height: 152px;
	margin-left: 30px;
	margin-top: 6px;
}
#menu {
	background-image: url('./img/bg_contenuto.png');
	background-position: 13px 0;
	background-repeat: repeat-y;
	height: 24px;
}

#footer {
	height: 25px;
	background-image: url('./img/img_footer_hifi.png');
}
/*******************************************
 *		MENU
 *******************************************/

#menu ul {
	background-image: url('./img/bg_menu.png');
	background-position: 0% 50%;
	background-repeat: repeat-x;
	height: 24px;
	list-style-type:none;
	width: 922px;
	margin:0 auto;
	padding:0;
}

#menu ul li {
	float:left;
	display: inline;
	height:26px;
	line-height: 50px;
	margin:0px;
	margin-top: -1px;
	padding: 0px;
	margin-right: 5px;
	overflow: hidden;
}

#menu ul li a {
	display: block;
	float: left;
	height: 26px;
	font-size: 0.6923em;
	color: #FFF;
	font-weight: bold;
	/* font-size: 0.75em; */
	text-decoration: none;
	line-height:24px;
	padding: 0px;
}
#menu ul li a div.pre {
	height: 26px;
	width: 3px;
	float: left;
	background-image: none;
	margin-right: 4px;
}
#menu ul li a div.post {
	height: 26px;
	width: 3px;
	float: right;
	background-image: none;
	margin-left: 4px;
}
#menu ul li a:hover {
	background-image: url('./img/bg_menu_on_cx.png');
	color: #FFF;
}
#menu ul li a:hover div.pre {
	background-image: url('./img/bg_menu_on_sx.png');
}
#menu ul li a:hover div.post {
	background-image: url('./img/bg_menu_on_dx.png');
}

/* #menu ul li.active a {
	background-image: url('./img/menu_selected.png');
} */


/*******************************************
 *		PAGINA E CONTENUTI
 *******************************************/

div.pagina_out {
	padding: 0px 18px;
	background-image: url('./img/bg_contenuto.png');
	background-position: 13px 0;
	background-repeat: repeat-y;
}

div.subm {
	/* background-image: url('./img/bg_contenuto_submenu.png'); */
}

div.pagina {
	padding: 10px 24px;
	background-image: url('./img/img_big_photo.jpg');
	background-position: 100% 0%;
	background-repeat: no-repeat;
	line-height: 1.4;

}
div.pagina_s{
	padding: 10px 24px 10px 3px;
	background-image: url('./img/img_big_photo.jpg');
	background-position: 100% 0%;
	background-repeat: no-repeat;
	line-height: 1.4;
}
div.pagina_submenu {
	margin-left: 230px;
}

div.pagina a {
	color: #18263A;
}

span.titolo_altro {
	color: #C80519;
	font-weight: bold;
}

p {
	text-align: justify;
}
h1 {
	background-repeat: no-repeat;
	text-indent: -999999px;
	height: 40px;
	margin-top: 4px;
}

h2 {
	font-size: 1.2em;
	color: #C80519;
	margin-top: 30px;
}

div.pagina_submenu ul li,
div.pagina ul li {
	list-style-type: square;
	text-align: justify;
}

p.citazione {
	font-size: 1.23em;
	font-style: italic;
	color: #868686;
	text-align: center;
	/* vertical-align: default; */
}
p.citazione span {
	font-size: 1.75em;
	color: #DB626D;
	font-weight: bold;
}
p.citazione span.pre {
	/* vertical-align: bottom; */
}
p.citazione span.post {
	vertical-align: middle;
}
p.cx {
	text-align: center;
}

div.sep {
	height: 1px;
	background-color: #BCBCBC;
	margin: 8px 0px;
}

div.column {
	float:left;
	width: 388px;
	padding: 4px 25px;
}
div.clean {
	clear: both;
}

/*******************************************
 *		news
 *******************************************/

 div.news {
	 padding: 10px;
	 border-bottom: 1px solid #DDD;
 }

 div.news span.data {
	 color: #888;
	 font-size: 0.75em;
 }
 div.news span.titolo {
	 font-size: 1.50em;
 }

/*******************************************
 *		gallery
 *******************************************/

div.gallery {
	padding: 10px;
	border-bottom: 1px solid #DDD;
}
div.gallery a {
	text-decoration: none;
}
div.gallery a span.data {
	color: #888;
	font-size: 0.95em;
}
div.gallery a span.titolo {
	font-weight: bold;
}
p.nav {
	color: #D92322;
	font-weight: bold;
	text-align: right;
}
p.nav a {
	color: #D92322;
}

 /*******************************************
 *		Submenu
 *******************************************/
#submenu {
	float: left;
	padding-top:15px;
}

#submenu ul {
	padding: 0px;
	margin:0px;
	list-style-type:none;
	width: 207px;
	/*background-color: #136186;*/
}

#submenu ul li {
	margin:0px;
	color: #1B426F;
	font-weight: bold;
	font-size: 0.8467em/* 0.9em */;
}
/* #submenu ul li a,
#submenu ul li a:visited ,
#submenu ul li a:hover { */
#submenu ul li a {
	display: block;
	line-height: 28px;
	font-weight: bold;
	color: #041B3E;
	border-bottom: 1px solid #C80519;/*#1B426F*/
	padding: 0px 6px;
	/* background-image: url('./img/submenu.png'); */
	text-decoration: none;
}

#submenu ul li.active a {
	color: #C80519;
	text-decoration: none;
	background-image: url('./img/img_submenu_active.png');
	background-repeat: no-repeat;
	text-indent: 12px;
}

#submenu ul li a:hover,
#submenu ul li.active a:hover{
	/* background-color: #CCCCCC; */
	background-color: #E6E9EC;
	/* color: #FFF; */
}

ul#links li {
	list-style-type: none;
}
ul#links li a {
	text-decoration: none;
	line-height: 77px;
}
ul#links li img {
	vertical-align: middle;
	border: 0px;
	margin-right: 10px;
	margin-top: -5px;
}

