a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#918F90;
}

body {
	background-color:#fff;
	margin:0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;   /*centra in IE 5.x */
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
}

div#container{
	position: relative;
	width: 960px;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/
	padding:0;
	background-color:#fff;
	margin-bottom:5px;
	border-left:#fce691 1px solid;
	border-right:#fce691 1px solid;
	border-bottom:#fce691 1px solid;
}

div#header{
	height:130px;
	margin-bottom:10px;
}

.logo{
	height:90px;
	padding:5px 0 0 5px;
}

.menu{
	height:28px;
/*	background-color:#FEB858;*/
	margin-bottom:10px;
}

.lavaLampWithImage {
	position: relative;
	height: 28px;
	background: url("../images/sfondo_mainmenu.jpg") repeat-x top;
	padding: 0 10px;
	margin: 10px 0;
	overflow: hidden;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
}

.lavaLampWithImage li.back {
	background: url("../images/lava.gif") no-repeat right -28px;
	width: 9px;
	height: 28px;
	z-index: 8;
	position: absolute;
}

.lavaLampWithImage li.back .left {
	background: url("../images/lava.gif") no-repeat top left;
	height: 28px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a {
	font: bold 13px Tahoma,Verdana,sans-serif;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 6px;
/*	text-transform: uppercase;*/
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 28px;
	position: relative;
	overflow: hidden;
	margin: auto 15px;    
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}

div#content{
	padding:0 5px;
}

.cont_sx{
	float:left;
	display:inline;
	width:694px;
	padding-right:8px;
}

.cont_dx{
	float:left;
	display:inline;
	width:244px;
	padding:0 2px;
}

.titolo_pagina{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

.sottotitolo_pagina{
	font-weight:bold;
	margin-bottom:5px;
}

.testo_pagina{
	margin-bottom:10px;
}

.box_home{
	float:left;
	display:inline;
	width:222px;
	height:150px;
	border:#CCC 1px solid;
	padding:1px;
	margin:0 0 5px 8px;
}

.box_home.primo_home{	
	margin-left:0;
}

.tit_box_home{
	border-bottom:#CCC 1px solid;
	padding:0 2px;
	background-image:url(../images/bg_h3.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#777;
	line-height:24px;
	font-size:14px;
}

.tit_box_home span{
	background-image:url(../images/marker.jpg);
	background-repeat:no-repeat;
	background-position:3px center;
	padding-left:20px;
}

.tit_box_home a{
	color:#777777;
	background-image:url(../images/marker.jpg);
	background-repeat:no-repeat;
	background-position:3px center;
	padding-left:20px;
}

.tit_box_home a:hover{
	color:#FEB858;
}

.img_small_box_home{
	float:left;
	display:inline;
	width:52px;
	text-align:center;
	padding:3px 0;
}

.txt_box_home{
	float:left;
	display:inline;
	padding:2px;
	font-size:11px;
	width:160px;
}

.dati_box_home{
	height:103px;
}

.dati_box_home p{
	margin:0;
	padding:0;
}

.link_box_home{
	text-align:right;
}

.titolo_news{
	font-weight:bold;
	padding:2px;
	font-size:12px;
}

.testo_news{
	font-size:11px;
	padding:0 2px;
}

.box_portfolio_home{	
	border:#ccc 1px solid;
	padding:1px;
	margin-bottom:13px;
}

.titolo_portfolio{
	border-bottom:#CCC 1px solid;
	padding:0 2px;
	background-image:url(../images/bg_h3.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#777;
	line-height:24px;
	font-size:14px;
}

.titolo_portfolio span{
	background-image:url(../images/marker.jpg);
	background-repeat:no-repeat;
	background-position:3px center;
	padding-left:20px;
}

.titolo_portfolio a{
	color:#777;
	background-image:url(../images/marker.jpg);
	background-repeat:no-repeat;
	background-position:3px center;
	padding-left:20px;
}

.titolo_portfolio a:hover{
	color:#FEB858;
}

.in_portfolio{
	height:55px;
	padding:4px 3px;
	border-top:#ccc 1px solid;
}

.in_portfolio.primo_box{
	border-top:none;
}

.img_portfolio_small{
	float:left;
	display:inline;
	width:52px;
	text-align:center;
	padding-top:1px;
}

.txt_portfolio{
	float:left;
	display:inline;
	font-size:11px;
	width:175px;
	padding:0 0 0 5px;
}

.dati_portfolio{
	height:35px;
	font-weight:bold;
	font-size:12px;
}

.nome_portfolio{
	font-weight:bold;
	font-size:13px;
	margin-bottom:2px;
}

.link_portfolio{
	text-align:right;
}

.portfolio_go{
	clear:both;
	height:18px;
	line-height:18px;
	background-color:#DDD;
	padding:3px;
	font-weight:bold;
	font-size:10px;
	text-align:right;
}

.box_portfolio{
/*	clear:both;*/
	float:left;
	display:inline;
	width:345px;
	margin-bottom:10px;
/*	height:80px;*/
}

.portfolio_menu{
	display: block;
	margin-bottom: 0px;
	color: #000;
	position: relative;
}

.portfolio_menu .c1{
	padding: 2px;
	display: block;
}

.portfolio_menu .c2{
	display: block;
	height:75px;
}

.portfolio_menu .box_dati_portfolio{
	float:left;
	display:inline;
	width:270px;
}

.portfolio_menu .tit_portfolio{
	padding: 0 5px;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:2px;
}

.portfolio_menu .desc_portfolio{
	padding: 0 5px;
	font-size: 11px;
}

.portfolio_menu .img_portfolio{
	float:left;
	display:inline;
	width:60px;
}

.portfolio_menu .desc_dati_portfolio{
	padding: 0 5px;
	display:block;
	font-size: 12px;
	left:-999em;
	position: absolute;
	color:#000;
}

.portfolio_menu:hover{
	background: #aaa;
	cursor:pointer;
}

.portfolio_menu:hover .c1{
	background: #FEB858;
}

.portfolio_menu:hover .c2{
	background: #fff;
}

.portfolio_menu:hover .desc_dati_portfolio{
	left: 60px;
	width:270px;
}

.portfolio_menu:hover .box_dati_portfolio{
	display: block;
	background: #ccc;
	visibility:hidden;
}

.anno_portfolio{
	margin-bottom:10px;
}

.testo_portfolio{
	margin-bottom:25px;
}

.web_portfolio{
	margin-bottom:10px;
}

.img_portfolio{
	text-align:center;
	margin-bottom:10px;
}

.box_link{
	margin-bottom:10px;
	height:80px;
}

.box_dati_link{
	float:left;
	display:inline;
	width:500px;
}

.img_link{
	float:left;
	display:inline;
	width:170px;
}

.tit_link{
	padding: 0 5px;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:2px;
}

.desc_link{
	padding: 0 5px;
	font-size: 11px;
}

div#bottom{
	clear:both;
	height:60px;
	background-color:#777;
}

.menu_btm{
	padding:10px 5px;
}

.menu_btm ul{
	margin:0;
	padding:0;
	list-style:none;
}

.menu_btm li{
	display:inline;
	border-right:#FFF 1px solid;
	padding-left:6px;
}

.menu_btm li a{
	color:#FFF;
	font-weight:normal;
	font-size:11px;
	margin-right:6px;
}

.menu_btm li a:hover{
	color:#FEB858;
}

div#footer{
	clear:both;
	text-align:center;
	font-size:10px;
	height:20px;
	line-height:20px;
}

p{
	margin:0 0 8px 0;
	padding:0;
}

h1, h1 a {
	margin:0 0 10px 0;
	font-size: 18px;
	color: #f60;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:left;
}

h1 a:hover {
	font-size: 18px;
	color: #f60;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:left;
}

h2{
	margin:0 0 5px 0;
	padding:0;
	color: #000;
	font-size:14px;
	text-align:left;
}

#pannelli{
	height:270px;
	padding-top:10px;
	margin-bottom:10px;
}

#pannelli h2{
	color: #f60;
	font-size:24px;
	font-weight:normal;
	margin-bottom:5px;
}

#pannelli .boxTxtPane{
	float:left;
	display:inline;
	width:540px;
}

#pannelli .txtPane{
	font-size:18px;
	line-height:26px;
}

#pannelli .imgPane{
	float:left;
	display:inline;
	width:128px;
	height:128px;
	margin:20px 16px 0 10px;
}

.paginazione{
	height:20px;
	line-height:20px;
	padding:0 2px;
	margin:5px 0 10px 0;
	background-color:#FEB858;
}

.pagina {
	float:left;
	display:inline;
}

.navpagine{
	float:right;
	display:inline;
}

/* stile moduli-form */
form{
	padding:0px;
	margin:0px;
}

fieldset{
    margin:0;
	padding:1px;
    border: none;
	font-size: 11px;
}

fieldset div{
	clear:both;
	font-size:12px;
    line-height:24px;
	margin-bottom:5px;
}

label{
	float:left;
	width:150px;
    display:inline;
    line-height:23px;
	font-weight:bold;
}

textarea {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:#FBB437 1px solid;
}

input {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:#FBB437 1px solid;
}

input.error, textarea.error {
	border: 1px dotted red;
	background-color: #FEE0E0;
}

select {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

checkbox {
	margin:0;
	padding:0;
	padding-top:2px;
}

.pulsante{
	border:none;
	background-color:#FEB858;
	padding:2px;
	font-weight:bold;
	font-size:13px;
}

.noborder{
	border:none;
}
