/* RESET BROWSER DEFAULTS AND MAIN SETTINGS */

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

/* MAIN HTML TAGS DEFINITIONS */

body {
	background: url(../_img/body_bkgd.png) repeat-x top left;
}

ul {
	list-style-type: none;
}

li {
}

h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #9e3227;
	padding-bottom: 60px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #aaa;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9e3227;
	margin-bottom: 3px;
	margin-top: 10px;
}

h3 {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 5px;
}


h4 {
        font-size: 20px;
        line-height: 22px;
        font-weight: normal;
        color: #9e3227;
	padding-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 5px;
        border-bottom: 1px dashed #aaa;
}


p {
	color: #777;
	margin-bottom: 5px;
	text-align: justify;
}

a {
	color: #9e3227;
	text-decoration:none;
}

a:hover {
	color: #111;
	text-decoration: underline;
}

/* MAIN DIVS  */

#container {
	width: 950px;
	margin: auto;
}

#header {
	display: block;
	width: 950px;
	height: 152px;
	background: url(../_img/header_bkgd.png) no-repeat top left;
}

/* HEADER MENU */

#menu {
	display: block;
	width: 950px;
	height: 100px;
	background: url(../_img/menu_bkgd_chr.png) no-repeat top left;
	padding-top: 9px;
	line-height: 10px;
	margin-bottom: 10px;
}

#header > #menu {
	padding-top: 12px;
}

#menu li {
	margin-bottom: 0px;
	line-height: 10px;
}

#menu a {
	display: block;
	width: 150px;
	height: 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	color: #dedede;
}

#menu a:hover {
	color: #000;
	font-weight: bold;
}

#menu_1, #menu_2, #menu_3 {
	display: block;
	width: 165px;
	height: 57px;
	float: left;
	margin-left: 75px;
}

#menulink1, #menulink2, #menulink3 {
	display: block;
	width: 160px;
	height: 20px;
	margin-bottom: 8px;
}

#menu > #menu_1 {
	margin-left: 150px;
}

#menu_2 {
	margin-left: 64px;
}

#menu_3 {
	margin-left: 79px;
}

/* SLIDING MENUS (LINKS & QUICKINFO) */

#links, #quickinfo, #search {
	position: relative;
	width:127px;
	float: right;
	margin-right: 0px;	
	z-index: 10;
}

#search {
	display: block;
	width: 230px;
	height: 22px;
	background: url(../_img/search_bkgd.png) top left no-repeat;
}

#links_content, #quickinfo_content {
	position: relative;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	z-index: 10;
	text-transform: uppercase;
	font-size: 9px;
	color: #fff;
	padding: 0px 5px 0px 5px;
}

#links_content a, #quickinfo_content a {
	display: block;
	width: 117px;
	height: 17px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	font-size: 9px;
}

	#links_content a:hover, #quickinfo_content a:hover {
		padding-left: 3px;
		font-weight: bold;
		width: 114px;
		background: #9e3227;
		color: #000;
		filter:alpha(opacity=70);
		-moz-opacity:.70;
		opacity:.70;
	}

	#searchstring {
		width: 150px;
		margin-top: 4px;
		margin-left: 9px;
		height: 12px;
		font-size: 10px;
		padding: 1px;
		border: 0px;
		background: #fff;
	}

#links_label, #quickinfo_label {
	display: block;
	height:22px;
	width:127px;
}

	#links_label {
		background: url(../_img/links_bkgd.png) no-repeat top left;
	}
	
	#quickinfo_label {
		background: url(../_img/quickinfo_bkgd.png) no-repeat top left;
	}
	
/* BACKHOME AND LANGUAGE SWITCH */

#backhome {
	display: block;
	width: 170px;
	height: 80px;
	margin: 50px 0px 0px 40px;
	float: left;
}	
	
#lang {
	position: absolute;
	margin-top: 135px;
	margin-left: 765px;
	color: #aaa;
	font-size: 9px;
	/* display: none; */
}

/* MAIN PAGE AREA */

#page {
	width: 950px;
}

#textcontent ul {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}

#textcontent li {
	list-style: square;
	margin: 1px 0px 1px 4px;
}

/* LEFT COLUMN MENU */ 

#leftcol {
	margin-left: 13px;
	width: 150px;
	float: left;
}

#page > #leftcol {
	margin-left: 37px;
}

.leftcol_first {
	margin-top: 8px;
}

.leftcol li {
	display: block;
	width: 150px;
	height: 24px;
	border-top: 1px solid #ccc;
	line-height: 24px;
	color: #777;
	text-transform: uppercase;
}

.leftcol a {
	display: block;
	width: 144px;
	height: 24px;
	line-height: 24px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

	.leftcol a:hover {
		border-right: 6px solid #9e3227;
		color: #9e3227;
	}
	
	#activesection {
		border-right: 6px solid #9e3227;
		color: #9e3227;
	}
	
	#activesubsection {
		padding-left: 10px;
		border-right: 2px solid #9e3227;
		color: #9e3227;
	}
	
.leftcol_sub a {
	display: block;
	width: 138px;
	height: 16px;
	color: #888;
	font-size: 10px;
	line-height: 16px;
	padding-left: 10px;
	border-top: 1px solid #eee;
	text-decoration: none;
}

	.leftcol_sub a:hover {
		border-right: 2px solid #9e3227;
		color: #9e3227;
	}

/* MAIN CONTENT AREA */ 

#textcontent {
	width: 500px;
	margin-left: 35px;
	float: left;
}

	#textcontent_wide, #logoflow {
		width: 694px;
		margin-left: 35px;
		float: left;
	}

        #textcontent_table, #logoflow {
                width: 694px;     
                margin-left: 35px;
                float: left;     
        }  
	
	#logoflow {
		margin: 0px;
	}

	#textcontent_cons {
		width: 550px;
		margin-left: 35px;
		float: left;	
	}

/* RIGHT COLUMN (UTILS)*/

#rightcol {
	padding-top: 93px;
	margin-left: 35px;
	width: 190px;
	float: left;
}


/* FOOTER */ 

#footer {
	width: 950px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #aaa;
	color: #aaa;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
}

#footer a, #lang a {
	font-size: 11px;
	color: #aaa;
	text-decoration:none;
}

#footer a:hover, #lang a:hover {
	color: #9e3227;
}

#footer a {
	font-size: 9px;
}

/* HOME PAGE */

#homebox_1, #homebox_2, #homebox_3 {
	width: 230px;
	background: url(../_img/homebox_1.png) no-repeat top left;
	color: #777;
	margin-left: 15px;
	padding-top: 70px;
	padding-left: 55px;
	float: left;
}

	#page > #homebox_1 {
		margin-left: 40px;
	}
	
	#homebox_2 {
		background: url(../_img/homebox_2.png) no-repeat top left;
	}

	#homebox_3 {
		background: url(../_img/homebox_3.png) no-repeat top left;
	}

.more {
	display: block;
	width: 86px;
	height: 38px;
	margin-top: 5px;
	margin-left: -3px;
	background: url(../_img/more.png) no-repeat top left;
}

	.more:hover {
		background: url(../_img/more_h.png) no-repeat top left;
	}
	
#focus {
	width: 530px;
	margin-left: 13px;
	margin-top: 18px;
	background: url(../_img/focus.png) no-repeat top left;
	color: #777;
	padding-top: 27px;
	padding-left: 55px;
	float: left;
}

#focus a {
	font-size: 11px;
}

#page > #focus {
	margin-left: 40px;
}

#events {
	display: block;
	width: 260px;
	min-height: 273px;
	background: url(../_img/eventi_bkgd_chr.png) no-repeat top left;
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 58px 0px 10px 44px;
}

	#events p {
		color: #555;
		margin: 0px 26px 4px 26px;
	}

	#events a {
		text-transform: uppercase;
	}

	#focus h1 {
		font-size: 20px;
		line-height: 22px;
		font-weight: normal;
		color: #9e3227;
		padding-bottom: 0px;
		margin-bottom: 20px;
		border: 0px;
	}
	
	#focus a.tit {
		font-size: 18px;
		line-height: 22px;
		font-weight: normal;
		color: #9e3227;
		padding-bottom: 0px;
		margin-bottom: 20px;
		border: 0px;
	}
	
	#focus a {
		text-transform: uppercase;
	}
	
	
/* NEWS */

#news {
	display: block;
	width: 530px;
	height: 75px;
	margin-left: 40px;
	margin-top: 20px;
	padding-top: 18px;
	background: url(../_img/news.png) no-repeat top left;
	float: left;
}

#page > #news {
	margin-left: 92px;
}

#news_content {
	display: block;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	width: 528px;
	height: 55px;
	padding: 3px;
	text-transform: uppercase;
	font-size: 10px;
	color: #777;
}

	#news_content li {
		font-size: 10px;
	}

	#news_content a {
		text-decoration: none;
		font-size: 10px;
		color: #e00;
	}

/* TRAFFIC SUMMARY */

#traffic {
	display: block;
	width: 190px;
	height: 80px;
	background: url(../_img/traffic.png) no-repeat top left;
	margin: 23px 0px 0px 20px;
	float: left;
}

	#traffic:hover {
		background: url(../_img/traffic_h.png) no-repeat top left;
	}

/* COMMON CLASSES */ 

.reset {
	clear: both;
}

.picture {
	background: url(../_img/picture_bkgd.png) no-repeat top right;
	padding: 8px 6px 0px 0px;
	margin-bottom: 25px;
}

.imglist {
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

.line {
	display: block;
	width: 119px;
	height: 1px;
	margin: auto;
	border-bottom: 1px solid #aaa;
}

.bottom10 {
	margin-bottom: 10px;
}

#login label {
	display: block; 
	width: 120px;
	height: 16px;
	font-weight: bold;
	float: left;
}

#login input {
	float: left;
	width: 250px;
	height: 13px;
	padding: 2px;
	border: 1px #ddd solid;
}

#login br {
	margin-bottom: 6px;
}

.rss {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-top: -19px;
	background: url(../_img/icon_rss.png) no-repeat top left;
}

/*CHR */
#consorz {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #9e3227;
	padding-bottom: 110px;
	margin-bottom: 5px;	
}

#portfoliolist {
	margin-top: 20px;
	margin-left: 250px;
	width: 700px;
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	/*column-count: ;*/
	/*column-gap: 20px;*/
}

/* LUK */

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-top: 17px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	/*#color: #039;*/
	color: #FFFFFF;
	background: #7d7d7d;
	text-align: center;

}
#rounded-corner td
{
	padding: 7px 17px;
	background: #e4e5e5;
	border-top: 1px solid #fff;
	color: #777;
}
#rounded-corner tbody tr:hover td
{
	background: #c2c3c5;
}

