/*
 * layout contents
 */

.hidden_link{
	width:100%;
	height:100%;
	display:block;
}

.header, .footer{
	height: 80px;
}

.contents{
	height: 430px;
}

.fixed_height{
	height: 395px;
	overflow:hidden;
}

#logo{
	text-indent: -5000px;
	overflow:visible;
	height: 80px;
	background: url(../images/logo.gif) no-repeat top left;
}

.dashed{
	background: url(../images/dashed_line.gif) repeat-y top right;
}

.nav{
	font-size: 20px;
	line-height: 25px;
}

.nav ul{
	list-style:none;
	padding:0;
	margin-top: 8px;
}

.nav ul li{
	list-style:none;
	padding:0;
	margin:0;
	cursor: pointer;
	color: #c81e25;
	background: none;
}

.nav ul li:hover{
	background: url(../images/red_arrow.gif) no-repeat right;
}

.nav ul li.on{
	background: url(../images/red_arrow.gif) no-repeat right;
}

.nav ul li a{
	text-decoration:none;
	color: #c81e25;
}

.nav ul div.element ul{
	padding: 20px 0;
}

.nav ul div.element ul li a{
	text-decoration:none;
	color: #000;
}

.nav ul div.element ul li{
	background: none;
}

.nav ul div.element ul li:hover{
	background: url(../images/black_arrow.gif) no-repeat right;
}

.nav ul div.element ul li.on{
	background: url(../images/black_arrow.gif) no-repeat right;
}

.vcard{
	text-align:right;

}

.vcard p{
	padding-top:10px;
}

.vcard img{
	margin:0;
	vertical-align: middle;
}

.arrow{
	display:block;
	width:100%;
	background: url(../images/black_arrow.gif) no-repeat right center;
	cursor: pointer;
}

.arrow:hover{
	color: #c81e25;
	background: url(../images/red_arrow.gif) no-repeat right center;
}

.back_arrow{
	text-align:right;
	display:block;
	width:100%;
	background: url(../images/black_arrow_left.gif) no-repeat left center;
	cursor: pointer;
}

.back_arrow:hover{
	color: #c81e25;
	background: url(../images/red_arrow_left.gif) no-repeat left center;
}

.map_link{
	position: absolute;
	top:0;
	right:0;
	width:120px;
}

.relative{
	position:relative;
}

#frame{
	overflow:hidden;
}

#scroll{
	float:left;
	height: 430px;
	width: 1000000px;
}

.page{
	float:left;
	height: 430px;
	width: 744px;
	overflow:hidden;
}
/*
 * navigazione 
 */

.nav_container{
	height:25px;
	width:100%;
}

.button{
	width: 20px;
	height:25px;
	cursor: pointer;
	float:left;
}

.nav_text{
	width: 190px;
	height:25px;
	float:left;
	text-align:center;
	padding-top:8px;
}

.small_arrow{
	background: url(../images/black_arrow.gif) no-repeat right center;
}

.small_arrow:hover{
	background: url(../images/red_arrow.gif) no-repeat right center;
}

.small_back_arrow{
	background: url(../images/black_arrow_left.gif) no-repeat left center;
}

.small_back_arrow:hover{
	background: url(../images/red_arrow_left.gif) no-repeat left center;
}

/*
 * img gallery
 */

.img_frame{
	margin-top: 15px;
	/*background: #aaa url(../images/back_white.gif) repeat left top;*/
}

.img_frame img{
	margin: 0;
}

#home_project{
	position:relative;
}

#home_partner{
	position:relative;
}

.home_stack{
	position:absolute;
	top:0;
	background: #fff;
	height: 100%;
}

.img_nav_container div{
	float:left;
	padding:5px;
}

.imgbutton{
	cursor: pointer;
}

.imgbutton:hover{
	color: #c81e25;
}

/*vecchio metodo puro css, ma a IE non andava...*/
/*
div.overlay{
	position:relative;
}

div.overlay .img_hover{
	display:block;
	position:absolute;
	top:0;
	left:0;
	opacity: 0;
}

div.overlay .img_hover:hover{
	opacity: 1;
}*/

div.overlay{
	margin-top: 15px;
	position:static;
	background: #aaa url(../images/back_white.gif) repeat left top;
}

div.overlay .img_hover{
	display:none;
	position:static;
}

.img_normal{
	display:block;
}

/*
 * 
 * collaboratore 
 * 
 */
.collaboratore{
	height:198px;
	width: 232px;
	float:left;
	overflow: hidden;
	margin: 0 16px 0 0 ;
}

/*
 * ADMIN
 * 
 */
.admin_menu{
	font-size: 12px;
	line-height: 16px;
}

.admin_contents a{
	font-weight:bold;
}

.admin_contents h4{
	color: #c81e25;
}

.admin_contents table{
	text-align:left;
	vertical-align: top;
}

.admin_contents table th{
	border-bottom: 2px solid #c81e25;
	padding: 5px;
}

.admin_contents table td{
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.flash{
	background-color: #54ca48;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align:middle;
	padding: 5px;
}

