@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-color:#c9c9c9;
	background-image:url(images/pagebg.jpg);
}

a {
	position: relative;
	color:#2977ff;
	text-decoration:none;
}

a:hover {
	color:#F60;
}

div#container {
	margin:0 auto; /* center, not in IE5 */
	padding:0 13px 0 13px;
	width:889px;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/center_background.png', sizingMethod='scale');
	background-position:left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

 #container[id] {
	background-image:url(images/center_background.png);
}

h1 {
	line-height:120%;
	margin:25px 0 25px 0;
}

h2 {
	line-height:120%;
}




div#container2 {
	background-color:#eaeaea;
	padding-bottom:24px;
}

#left_side {
	background:url(images/perfolenta.gif); 
	background-position:left bottom; 
	background-repeat:no-repeat;
}

.maintext {
	font-size: 13px;
	line-height:18px;
	color:#333;/*  :#787f87; */
	padding: 55px 50px 0px 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.maintext table {
	margin:15px 0;
}

.maintext table td{
	padding:4px 0;
	vertical-align:top;
}

.margined_list {
	float:left;
	margin-left:8em;
}
.margined_list_title {
	float:left;
	width:0;
	overflow:visible;
}

.margined_list + p {
	display:block;
	clear:both;
	margin-top:2ex;
}

.ctitle {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:115%;
	margin-top:1.2em;
	text-indent:0;
	padding-left:0;
}

hr {
	margin-top:2.5em;
	color:#aaa;
	background-color:#999;
	height:1px;
	border:0;
}

.line2 {
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:150%;
}


.news { 
	color: #777; 
	font-weight:normal; 
	padding: 0;
}

.news p {
	font-style:italic;
}

.news p:before {
	content: "- "
}

P {	
	text-align:justify;
	margin: 16px 0 0 0;
	text-indent:0;
	padding:0 0 0 0;
}


.subdiv_title {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#777;
	letter-spacing:5px;
	position:relative;
	top:-0.9em;
	text-align:center;
	background-color:#eaeaea;
	width:30%;
	border:0;
}

ul {
	padding-left:1em;
}
li {
	margin-top:1em;
}

.navi_text {
	display: none;		
}
.navi_text_sel {
	display:none;
}

.navi_img {
	height:36px;	
}

#logo {
	margin:30px 0 30px 115px;
}
#title {
	margin:30px 0 30px 38px;
}

ol {
	padding-left:2em;
}
.representative {
	position:relative;
	display:inline-block;
	vertical-align:top;
	left:10px;
	width:60%;
}
