/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td 
{
	margin:0;
	padding:0;
}

ol, ul 
{
	list-style:none;
}

img {
	border:0;
}

strong {
	color: #002939;
}

h2 {
	color: #164563;
	font-weight:normal;
	margin:0 0 5px 0;
	font-size:13pt;
}

h3 {	
	color:#164563;
	margin:0 0 5px 0;
	font-size:10pt;
	font-weight:normal;
}

.alignleft {
	float:left;
	margin-right: 10px;
}

a:link {
	color:#164563;
}

a:hover {
	text-decoration:none;
}

a:visited {
	color:#164563;
}

html {
	font: 8pt/14pt Verdana, sans serif;
	text-align: center;
	background: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
	background-color: #F1F2F4;
}

body {
	width: 945px;
	margin: 0 auto;
	text-align:left;
}

#header {
	background: url(../images/headerbg1.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 950px;
	height: 113px;
	position:relative;
}

#utility{
	position: absolute;
	width: 50px;
	top:4px;
	right:0;	
	display:inline;
	margin:0;
	padding:0;
}

#utility li {
	display:block;
	float: left;
	margin:0;
	padding:0;
}

#utility li a{
	display:block;
	width: 25px;
	height:16px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

#utility li a.home{
	background: url(../images/casa.gif);
	background-repeat: no-repeat;
}

#utility li a.sitemap{
	/*background: url(../images/mappa.gif);
	background-repeat: no-repeat;*/
}

#logo {
	position:absolute;	
	top:22px;
	left:0;
	background: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#logo a{
	width: 334px;
	height: 89px;
	display:block;
	text-indent: -9999px;
}

#lingua {
	width: 20s0px;
	height: 89px;
	position: absolute;
	top:40px;
	right:0;
	display: inline;
}

#lingua li {
	display:block;
	float: left;
	margin:0;
	padding:0;
}

#lingua li a{
	display:block;
	float: left;
	width: 65px;
	color:#fff;
	margin:0;
}

#lingua li a.ita{
	border-right: 1px solid #fff;
	padding:15px 10px;
	text-align:right;
}

#lingua li a.eng{
	padding:15px 10px;
}

#promo {
	width:910px;
	height:206px;
	margin: 0 auto;
	padding:0;
	background: url(../images/promo.gif);
	background-repeat:no-repeat;
	position:relative;
}

#promoin {
	width:910px;
	height:104px;
	margin: 0 auto;
	padding:0;
	background: url(../images/promoin.gif);
	background-repeat:no-repeat;
	position:relative;
}

#flash {
	position:absolute;
	top:18px;
	left:22px;
}

#main-nav{
	text-align:center;
	background: url(../images/mainmenubg.gif);
	background-repeat:no-repeat;
	width: 910px;
	height: 43px;
	margin:0 auto;
}

#projectnav a.projects,
#aboutnav a.about,
#activitiesnav a.activities,
#medianav a.media,
li a:hover.media
{
	background: url(../images/menuon.gif);
	background-repeat:no-repeat;
	color:#16364F !important;
}


/* ------------------------------------------------------------

	Top Nav

--------------------------------------------------------------- */

#nav {
	width: 520px;
	height: 30px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#nav li {
	float:left;
	display:inline;
	margin-top:8px;
}

#nav li a {
	width:130px;
	height:25px;
	color: #fff;
	text-decoration:none;
	margin:0;
	display:block;
	position: relative;

}

/* Hovers & Current Tab: sfhover class added with JS (for old IE)

--------------------------------------------------------------- */

#nav li:hover, #nav li.sfhover, #nav li.current {

	background: url(../images/menuon.gif);
	background-repeat:no-repeat;
	color:#16364F !important;

}

#nav li:hover a, #nav li.sfhover a, #nav li.current a {

	color: #0a4425;
	background: url(/images/nav_on_right.gif) no-repeat right top;

}


/* Dropdowns 

--------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	text-align:left;
	padding: 0;
	margin: 0 0 0 -1px;
	list-style: none;
	left: -999em; /* using left because display:none isn't read by screen readers */
	z-index: 10;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li {
	margin: 0;
	padding: 0;
}

#nav li:hover ul li a, #nav li.sfhover ul li a, #nav li.current ul li a {
	margin: 0;
	padding: 0 4px;	
	background: url(../images/middleoff.png);
	background-repeat:repeat-y;
	background-color: transparent;
	border-bottom:1px solid #ccc;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
}


#nav li ul li.last a, #nav li.current ul li.last a {
	border-bottom-color: #fff;
}

#nav li ul li a:hover, #nav li.current ul li a:hover {
	color: #002939;
	background: #ccc;
}

#nav li ul li.current a {
	font-weight: bold;
}

#nav li ul li:first-child a {
	background: url(../images/fcoff.png);
	background-repeat:no-repeat;
	background-color: transparent;
	border-bottom:1px solid #ccc;
}

#nav li ul li:first-child a:hover {
	background: url(../images/fcon.png);
	background-repeat:no-repeat;
}

#nav li ul li:last-child a {
	background: url(../images/lcoff.png);
	background-repeat:no-repeat;
	background-color: transparent;
	border: none;
}

#nav li ul li:last-child a:hover {
	background: url(../images/lcon.png);
	background-repeat:no-repeat;
}

/* Width of DropDowns */

#nav li ul,
#nav li ul li,
#nav li:hover ul li a, 
#nav li.sfhover ul li a, 
#nav li.current ul li a {
	width: 150px;
}



/* Make Last Tab's DropDown Less Wide */

#nav li#last_tab ul,
#nav li#last_tab ul li,
#nav li#last_tab:hover ul li a, 
#nav li#last_tab.sfhover ul li a, 
#nav li#last_tab.current ul li a {
	width: 11em;
}

/* IE7 Sticky Menu Fix */

#nav li:hover, #nav li.hover {
    position: static;
}

/* -----[ Support for the "iehover-fix.js" ]----- */ 

* html ul#nav iframe, * html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;

	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0

select.hide { visibility: hidden; }


/* -----[ End Support for the "iehover-fix.js" ]----- */

#content {
	width:910px;
	margin: 0;
	padding: 20px;
	overflow:hidden;
}

.colsx {
	width: 480px;
	float:left;
}

.coldx {
	width: 400px;
	float:right;
}

#contentmedia {
	width:910px;
	margin: 0;
	padding: 0 20px 20px 20px;
	overflow:hidden;
}

.colgallerysx {
	width: 200px;
	float:left;
}

.colfgallerydx {
	width: 680px;
	float:right;
}


.colfgallerydx div{
	min-height: 150px;
	width:98%;
	padding:5px;
	margin: 0 0 10px 0;
	background-color:#fff;
	border-bottom: 1px solid #ccc;
	text-align: center;
}


.colfgallerydx div:hover{
	background-color:#ccc;
	border-bottom: 1px solid #fff;
}

.lastpj {
	background: url(../images/lastpjbg.gif);
	background-repeat:repeat-x;
	width: 397px;
	height: 157px;
	position:relative;
}

.lastpj h3{
	width:152px;
	position:absolute;
	left: 17px;
	top:16px;
}

.lastpj div{
	position:absolute;
	left: 17px;
	top:40px;
}

.lastpj img{
	width:170px;
	height:103px;
	position:absolute;
	left: 190px;
	top:-5px;
}

p.briciole {
	text-align:right;
	width:910px;
	padding: 5px 0;
	font-size:smaller;
}

/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	
	.threecol .colmid {
		right:25%;			/* width of the right column */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

.roundedcornr_box {
   background: #e6e6e6 url(../images/roundedcornr_grad.gif) repeat-x top left;
	 margin-bottom:10px;
}
.roundedcornr_top div {
   background: url(../images/roundedcornr_tl.gif) no-repeat top left;
}
.roundedcornr_top {
   background: transparent url(../images/roundedcornr_tr.gif) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../images/roundedcornr_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: transparent url(../images/roundedcornr_br.gif) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   /*width: 100%;*/
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 20px; }

#brochure{
	background: transparent url(../images/brochure_bg.gif) no-repeat bottom right;
	margin:0;
	padding:0;
	min-height: 70px;
}


#photo{
	background: transparent url(../images/photo.gif) no-repeat bottom right;
	margin:0;
	padding:0;
}


#video{
	background: transparent url(../images/video.gif) no-repeat bottom right;
	margin:0;
	padding:0;
}

#footer {	
	background: url(../images/footerbg.gif);
	background-repeat:repeat-x;
	height: 28px;
	margin:0;
	padding: 2px 0;
	color:#fff;
	text-align:center;
	clear:both;
}

#footer a {
 color: #fff;
}

div.col1 h3 {
	margin-top:10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	
}

h3.companies {
 margin-top:40px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}


p.briciole{
	text-align:right;
	margin:0 0 2px 0;
	padding:0;
}


div.col2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.col2 {
	color:  #164563;
}

li.not_selected_li {
	background-image: url(../images/piu.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}

li.selected_li{
	background-image: url(../images/meno.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}

li.not_selected_sub_li{
	background-image: url(../images/empty.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}

li.selected_sub_li{
	background-image: url(../images/empty.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	font-weight:bold;
	font-style:italic;
}

div.col1 ul, ul.bullet {
	list-style-type:circle;
	margin-left:15px;
}


div.colfgallerydx h2 {
	margin-top:15px;
	margin-bottom:15px;
}

div.col1 h2 {
	margin-top:15px;
}

div.col3 img {
	border:1px solid #333;
	margin-bottom:10px;
}

/*div.submenu {
	background: url(../images/submenubg.gif);
	background-repeat:no-repeat;
	background-position: bottom center;	
	width: 219px;
	height: 100%;
}

#form_contatti {
}

.nome {
	margin-bottom:10px;
	margin-top:10px;
}


.mail {
	margin-bottom:10px;	
}

.messaggio {
}

#form_contatti label {
	margin-right:5px;
	width:100px;
	display:block;
	font: 9pt/15pt Verdana, sans serif;
}

#form_contatti input {
	margin-left:0
	text-align:right;
	
}

#form_contatti textarea {
	margin-bottom:10px;	
}

#form_contatti input.button {
}

#sendMailResult {
}

span.errormail {
	font-weight:bold;	
}

span.okmail {
	font-weight:bold;	
}

span.errormail img, span.okmail img {
	float:none;
	margin:0;
}*/

