body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
}

#box{
	background-color: #EBEBEB;
}

img{
	border: none;
}


#container{
	margin: auto auto;
	width: 770px;
	padding-top: 10px;
	text-align: right;
}





/*		ADDITIONAL MENU		*/

#additional_menu{
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#additional_menu .contattaci:link, #additional_menu .contattaci:visited{
	display: block;
	float: right;
	padding-right: 20px;
	color: #999999;
	text-decoration: none;
}

#additional_menu .contattaci:hover{
	text-decoration: underline;
}





/*		HEADER		*/

#header{
	width: 770px;
	height: 208px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#header .efuture{
	position: absolute;
	/*
	left: 73px;
	top: 84px;
	*/
	left: 23px;
	top: 33px;
}

#header #image{
	position: absolute;
	left: 15px;
	top: 16px;
}

#header_bottom{
	width: 770px;
	height: 16px;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	padding-bottom: 10px;
}





/*		MAINMENU		*/

#mainmenu{
	background-image: url(../images/mainmenu_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 10px 7px 0px 176px;
	margin: 0px;
	list-style: none;
	text-align: center;
}

#mainmenu li{
	display: inline;
}

#mainmenu li a{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#mainmenu .normal:link, #mainmenu .normal:visited{
	color: #FFFFFF;
}

#mainmenu .normal:hover{
	color: #336699;
}

#mainmenu .active{
	color: #336699;
}

#mainmenu .separator{
	background-image: url(../images/mainmenu_separator.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 5px;
	padding-right: 5px;
}





/*		SIDEBAR		*/

#sidebar{
	width: 162px;
	float: left;
}





/*		LOGIN PANEL		*/

#login{
	color: #FFFFFF;
	width: 162px;
	text-align: left;
	background-image: url(../images/login_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#login form{
	padding: 0px;
	margin: 0px;
}

#login .login_top{
	height: 14px;
	line-height: 14px;
	background-image: url(../images/login_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#login .login_middle{

	padding-left: 19px;
	padding-right: 23px;
}

#login .login_bottom{
	clear: both;
	height: 14px;
	background-image: url(../images/login_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#login .login_title{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#login label{
	display: block;
	color: #666666;
	padding-bottom: 4px;
}

#login label input, #login label select{
	padding: 0px;
	font-size: 10px;
	color: #666666;
}

#login .submit, #login .logout{
	padding: 1px;
	font-size: 10px;
	clear: both;
}

#login .link:link, #login .link:visited{
	color: #336699;
	clear: both;
	display: block;
}

#login .link:hover{
	text-decoration: none;
}





/*		SUBMENU		*/

#submenu{
	text-align: left;
	width: 162px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-image: url(../images/submenu_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;

	background-color: #FFFFFF;
}

#submenu .title{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 15px;
	line-height: 20px;
	padding-right: 31px;
	padding-bottom: 10px;
}

#submenu li a{
	display: block;
	padding-right: 5px;
}

#submenu li .lv_0{
}

#submenu li .lv_1{
	padding-left: 5px;
}

#submenu li .lv_2{
	padding-left: 10px;
}

#submenu li .lv_3{
	padding-left: 15px;
}

#submenu .normal, #submenu .active{
	margin-left: 15px;
	line-height: 20px;
	padding-right: 31px;
}

#submenu .normal{
	background-image: url(../images/submenu_normal.jpg);
	background-repeat: no-repeat;
	background-position: 117px center;
}

#submenu .active{
	background-image: url(../images/submenu_active.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#submenu .normal a, #submenu .active a{
	text-decoration: none;
}

#submenu .normal a:link, #submenu .normal a:visited{
	color: #CCCCCC;
}

#submenu .normal a:hover{
	color: #FFFFFF;
}

#submenu .active a{
	color: #FFFFFF;
}

#submenu .separator{
	margin-left: 15px;
	margin-right: 21px;
	line-height: 2px;
	background-image: url(../images/submenu_item_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

#submenu .top{
	line-height: 15px;
	background-image: url(../images/submenu_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#submenu .bottom{
	line-height: 16px;
	background-image: url(../images/submenu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}





/*		BREADCRUMBS		*/

#breadcrumbs{
	margin-left: 15px;
	height: 12px;
	line-height: 12px;
	color: #336699;
	text-align: left;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs strong{
	color: #999999;
}

#breadcrumbs a:hover{
	text-decoration: none;
}





/*		CONTENT		*/

#content{
	width: 601px;
	float: right;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
}

#content a:link,#content a:visited{
	color: #336699;
}

#content a:hover{
	text-decoration: none;
}

#content .content_top{
	height: 15px;
	line-height: 15px;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1000;
}

#content .content_bottom{
	height: 16px;
	line-height: 16px;
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content .content_middle{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 10px;
	padding-top: 10px;
}

/*
#content .title{
	line-height: 20px;
	padding-bottom: 4px;
	text-align: right;
	background-image: url(../images/content_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 15px;
	margin-top:0px;
}

#content .title span{
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
	background-image: url(../images/content_title_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
*/

#content{
	position: relative;
}

#box_contatto{
	background-image: url(../images/box_contatto_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	width: 370px;
	height: 40px;

	text-decoration: none;

	position: absolute;
	left: 211px;
	top: 17px;
}

#content .title_con_box_contatto{
	background-image: url(../images/content_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 23px;
	padding-top: 25px;
	padding-bottom: 15px;
	line-height: 20px;
	display: block;

	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

#content .title{
	background-image: url(../images/content_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 25px;
	padding-bottom: 15px;
	line-height: 20px;
	display: block;

	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

#content .text{
	margin-top: 40px;
}

#content img{
/*	border: solid 1px #CCCCCC;	*/
}





/*		FOOTER		*/

#footer{
	margin: 0px;
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	padding-bottom: 30px;
}

#footer .text{
	color: #F9F8F7;
	font-weight: normal;
	font-size: 10px;

	width: 770px;
	margin: auto auto;
	padding-top: 38px;
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#informazioni{
	color: #EFEFEF;
	display: block;
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;
}




/*		DOWNLOAD TBL		*/

#download_table{
	width: 100%;
}

#download_table .category{
	font-size: 14px;
	line-height: 20px;
	color: #336699;
	font-weight: bold;
	border: none;
}

#download_table th{
	padding: 2px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}

#download_table .row_par td{
	background-color: #FFFFFF;
}

#download_table .row_odd td{
	background-color: #EBEBEB;
}

#download_table td{
	padding: 2px;
	border-bottom: solid 1px #CCCCCC;
	text-align: left;
	vertical-align: top;
}

#download_table .filename{
	font-weight: bold;
}

#download_table .filesize{
	text-align: right;
}

#download_table .download_file{
	text-align: right;
	padding-left: 10px;
}

#download_table .download_file img{
	border: none;
}





/*		ARTICLE SPOTLIGHT		*/

.article_spotlight{
	margin-bottom: 20px;
}

.article_spotlight .header .article_title{
	margin-left: 60px;
}

.article_spotlight .header .article_title a:link, .article_spotlight .header .article_title a:visited{
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	text-decoration: none;
}

.article_spotlight .header .article_title a:hover{
	border-bottom-style: solid;
}

.article_spotlight .header .date{
	float: left;
	width: 50px;
	height: 50px;
	background-image: url(../images/calendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.article_spotlight .header .date .day{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	margin-top: 4px;
	text-align: center;
}

.article_spotlight .header .date .month{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 11px;
	text-align: center;
}

.article_spotlight .header .date .year{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 11px;
	margin-bottom: 4px;
	text-align: center;
}

.article_spotlight .abstract{
	clear: both;
	margin-top: 3px;
}

.article_spotlight .abstract p{
	margin: 0px;
	padding: 0px;
}

.article_spotlight .abstract img{
	border: solid 1px #999999;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: #FFFFFF;
}





/*		PORTFOLIO		*/

.portofolio_item_title{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 5px;
}

hr{
	background-image: url(../images/content_title_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 2px;
	height: 2px;
}





/*		SITEMAP		*/

.sitemap{
	width: 105px;
	margin: 10px;
	padding: 0px;
	list-style: none;
	float: left;
	text-align: left;
	display: block;
}

.sitemap li{
	line-height: 20px;
}

.sitemap .lv_0 a{
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

.sitemap .lv_1{
	padding-left: 0px;
}

.sitemap .lv_2{
	padding-left: 5px;
}

.sitemap .lv_3{
	padding-left: 10px;
}

.sitemap .lv_1, .sitemap .lv_2, .sitemap .lv_2, .sitemap .lv_4{
	background-image: url(../images/sitemap_item_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.sitemap .lv_1 a:link, .sitemap .lv_1 a:visited,
.sitemap .lv_2 a:link, .sitemap .lv_2 a:visited,
.sitemap .lv_3 a:link, .sitemap .lv_3 a:visited,
.sitemap .lv_4 a:link, .sitemap .lv_4 a:visited{
	color: #666666;
	background-image: url(../images/sitemap_item_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-right: 2px;
	padding-left: 9px;
	display: block;
	text-decoration: none;
}

.sitemap .lv_1 a:hover,
.sitemap .lv_2 a:hover,
.sitemap .lv_3 a:hover,
.sitemap .lv_4 a:hover{
	color: #FFFFFF;
}





/*		ELENCO CLIENTI		*/

.elencoClienti .lettera{
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 14px;
	background-image: url(../images/lettera.gif);
	background-repeat: no-repeat;
	background-position: left center;
}





/*		JOB FORM		*/

#job_form label{
	display: block;
	font-weight: bold;
}

#job_form label .asterisco{
	color: #DD2222;
}





/*     PARTNER     */

#partners{
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	background-image: url(../images/partners/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#partners a{
	margin-left: 15px;
	margin-right: 15px;
}