@charset "utf-8";
/* CSS Document */

/* features */
* {
margin:0;
padding:0;
}
html{
	min-height: 100%;
	height: auto;
	/*background-color: #C2B280;*/
}
body {
	border-top:17px solid #dacee4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8e7d6a;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 150%;
	font-size:13px;
}

a {
	text-decoration: none;
	color:#666699;
}

ul{
	list-style: none;	
}

ul#services{float:left; clear:right;font-family: arial,sans-serif}
ul#services, ul#services li{list-style:none;margin:0;padding:0}
ul#services li{float:left;display:inline;margin: 0 0 20px 20px;width:120px;text-align:center}
ul#services img{display:block;border:0px solid;margin:0 auto 5px}


input {
	background: #fff url(../images/input.png) top left repeat-x;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana;
	font-size: 11px;
	color: #888;
	margin: 1px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: hidden;
	}
	
textarea {
	background: #fff url(../images/input.png) top left repeat-x;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana;
	font-size: 11px;
	color: #888;
	width: 360px;
	margin: 1px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: auto;
	}
	
	input:focus,
	textarea:focus {
		border: 1px solid #a4d5e7;
		}	

select {
	background: #fff url(../images/input.png) top left repeat-x;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana;
	font-size: 11px;
	color: #888;
	margin: 1px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: hidden;
	}
	
.latest_news{
	border:1px solid #dbcee8;
	padding:5px;
	text-decoration: none;	
	color: #8e7d6a;
}

.list_link{
	text-decoration: none;	
	color: #8e7d6a;
}

ul.latest_news {
	list-style:none;
}

.submit {
	background: #fff url(../images/submit.png) top left repeat-x;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	}


#catnav a{
	text-decoration: none;
	color:#666699;
		
}
.bghome{
	background: #f4f4f4 url(../images/bghome.png) bottom left no-repeat;
}
.bgcontact{
	background:#f4f4f4 url(../images/card.png) bottom left no-repeat;
}
.bgnews{
	background:#f4f4f4 url(../images/bgnews.png) bottom left no-repeat;
}
.bgchi{
	background:#f4f4f4 url(../images/bgchi.png) bottom left no-repeat;
}
.bgservices{
	background:#f4f4f4 url(../images/bgserv.png) bottom left no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#666699;
}

h1 {
	font-size: 26px;
}

h2{
	text-align:center;
	margin: auto;	
}

h3{
	font-style: italic;
}

h4 {
	color:#65679a;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom:5px;
}

h5 {
   margin-left: 15px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-top:0px;
   font-style:italic;
	}
A:focus, A:hover, A:active /* Firefox image outline fix */
{ 
	outline: none; 
}

a:link, a:visited, a:active {
	/*color:#66561e;
	text-decoration:underline;*/
}
a:hover {
  /*color:#968774;
  text-decoration:none;*/
}
/* end features */

#global {
	width: 939px;
	margin:0 auto;
}

/* header */
#header {
	width:100%;
	height:155px;
}
#logo {
	width:939px;
	height: 155px;
}
#logo h1 {
	text-indent: -5000px;
	background:url(../images/logo.png) no-repeat;
	width: 939px;
	height: 155px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	z-index:-1;
}
#lingua{
	position:absolute;
	top:0;
	font-size:10px;
	font-weight:bold;
	margin-top:0;
	color:#666699;
}
#lingua a{
	color: #666699;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
}
#lingua a:hover{
	color: #ffffff;
	text-decoration: underline;
}
/* end header */

/* menu */
#nav {
	height:42px;
	width:939px;
	padding-top:3px;
	border-top: 1px solid #dbcee8;
}

/* end menu */

/* lato sinistro */
#sidebar {
	width: 212px;
	float: left;
}

#sidebar H1{
	color:#666699;
	}
#sidebar .foto{
	border:1px solid #dbcee8;
	padding: 5px;
}
/* end lato sinistro */

/* lato destro */
#content {
	float:right;
	width:727px;
	margin-bottom:50px;
	min-height:400px;
}
#flashcontent {
	border:6px solid #dbcee8;
	background-color:#dbcee8;
}
#left {
	float:left;
	width:430px;
	margin-top:22px;
	margin-left:8px;
}
.info {
	line-height:150%;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-top:18px;
	width:240px;
}
#bullets {
	padding-top:8px;
	margin-bottom:15px;
}
.imgfloatleft{
	float:left;
	margin:0 10px 5px 0;
	padding:5px;
	border: #dbcee8 solid 1px;
}
#bullets li{
	clear:right;
	clear:left;
	min-height:50px;
}
#bullets ul li {
	display:block;
	list-style:none;
	font-size:11px;
	color:#615242;
	padding:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
}

#bullets a{
	text-decoration: none;	
	color: #8e7d6a;
}

.list_element {
	
}

.list_element_title {
	font-weight: bold;
	font-size: 12px;
	color: #666699;
}

#item_details {
}

#item_details IMG{
	border: #dbcee8 solid 1px;	
}

.involvement {
	font-size:11px;
}
#pagination{
	margin:0;
	text-align:center;
	font-size: 10px;
	margin-top:20px;
}

#pagination a{
	text-decoration: none;	
	color: #8e7d6a;
	padding: 0 5px 0 5px;
}


/* end lato destro */

/* footer */
#footer {
	clear: both;
	padding-bottom:100px;
}
.footer_sidebar {
	width: 212px;
	float: left;
	background-repeat:repeat-x;
}
.footer_left {
	float:left;
	width:487px;
	font-size:11px;
	color:#3f352a;
	border-top:1px solid #dbcee8;
	padding-top:5px;
}
	
.footer_right {
	float:right;
	width:240px;
	font-size:11px;
	color:#3f352a;
	border-top:1px solid #dbcee8;
	padding-top:5px;
}
.footerlinks A:link {
	color:#3f352a;
    font-size:11px;
	clear:both;
	text-decoration:none;
}
.footerlinks A:visited {
    color:#3f352a;
    font-size:11px;
	clear:both;
	text-decoration:none;
}
.footerlinks A:active {
    color:#3f352a;
    font-size:11px;
	clear:both;
	text-decoration:none;
}
.footerlinks A:hover {
    color:#3f352a;
    font-size:11px;
	clear:both;
	text-decoration:underline;
}
/* end footer */