/* CSS Document */

html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

*:first-child+html{/*solo per ie7*/
	overflow:auto;
}

html{
	background:#fff url(images/bg.gif) 0 0 repeat-x;
}

body.homepage{
	background:url(images/linea-cont.gif) 50% 391px no-repeat;
}

body.int{
	background:url(images/bg2.jpg) 0 0 repeat-x;
}

p, h1, h2, h3{
	margin:0;
	padding:0;
}

/*
p{
	position:relative;
	overflow:auto;
}*/

p.padd{
	padding:25px;
}

hr{
	margin:10px 0;
	border:0;
	height:1px;
	size:1px;
	background:#e8e5d8;
	color:#e8e5d8;
}

a{
	outline:none;
	color:#154aa6;
}

a:hover{
	color:#916f31;
}


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


#contenitore{
	overflow:auto;
	z-index:1;
	margin:0 auto;
	padding:0;
	width:990px;
	min-height:100%;
	height:auto !important;
	height:100%;
	
}

#testa{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0 5px;
	width:980px;
	height:197px;
}

#contenuti{
	overflow:auto;
	z-index:1;
	margin:0;
	padding:0 0 180px;
	width:990px;
	min-height:250px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#221f1c;
	line-height:16px;
}

#contenuti.dettaglio{
	background:#fff url(images/bg-dettaglio.jpg) 0 0 repeat-x;
}

#fondo{
	z-index:2;
	width:100%;
	height:130px;
	margin:-160px auto 0;
	padding:0;
	border-top:10px solid #cdc7c1;
	background:#989088;
}

#fondo a{
	color:#3178c5;
}

#fondo a:hover{
	color:#fff;
}


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


#nav{
	position:relative;
	overflow:hidden;
	float:right;
	width:200px;
	height:130px;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#989088;
	text-transform:uppercase;
	text-align:right;
	line-height:15px;
}

#nav strong{
	font-weight:normal;
	color:#1964bf;
}
	
#nav ul{
	margin:0 0 50px 165px;
	padding:0;
	width:35px;
	height:35px;
	background:url(images/nav.gif) 0 0 no-repeat;
}

#nav li{
	overflow:hidden;
	float:left;
	width:17px;
	height:35px;
}

#nav li a{
	display:block;
	padding:60px 0 0 0;
}



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


#logo{
	position:relative;
	overflow:hidden;
	z-index:4;
	width:260px;
	height:130px;
	background:url(images/cnc-logo.gif) 0 0 no-repeat;
}

#logo h1 a{
	display:block;
	padding-top:150px;
}


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


#menu_or{
	position:relative;
	overflow:hidden;
	width:980px;
	height:60px;
	padding:7px 0 0;
	margin:0;
	background:url(images/menu01.gif) 0 bottom no-repeat;
}

#menu_or ul{
	width:980px;
	height:60px;
	margin:0;
	padding:0;
}

#menu_or li{
	overflow:hidden;
	float:left;
	height:60px;
	background-image:url(images/menu01.gif);
	background-repeat:no-repeat;
}

#menu_or li:hover, #menu_or li.selezionato{
	background-image:url(images/menu02.gif);
}

#menu_or li a{
	display:block;
	padding:60px 0 0 0;
}

#menu_or li.home{
	width:134px;
	background-position:0 0;
}

#menu_or li.gruppo{
	width:159px;
	background-position:-134px 0;
}

#menu_or li.servizi{
	width:169px;
	background-position:-293px 0;
}

#menu_or li.settori{
	width:188px;
	background-position:-462px 0;
}

#menu_or li.news{
	width:160px;
	background-position:-650px 0;
}

#menu_or li.info{
	width:170px;
	background-position:-810px 0;
}

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


#top{
	position:relative;
	overflow:hidden;
	width:980px;
	height:160px;
	padding:20px 5px;
	background:url(images/cornice-tot.gif) 0 15px no-repeat;
}

#cornice_top{
	position:absolute;
	overflow:hidden;
	z-index:5;
	left:0px;
	top:15px;
	width:990px;
	height:12px;
	background:url(images/cornice-top.gif) 0 0 no-repeat;
}

#cornice_down{
	position:absolute;
	overflow:hidden;
	z-index:5;
	left:0px;
	top:170px;
	width:990px;
	height:12px;
	background:url(images/cornice-down.gif) 0 0 no-repeat;
}

.quadro{
	float:left;
	overflow:hidden;
	width:230px;
	height:35px;
	margin-right:20px;
	padding-top:125px;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

.quadro.ultimo{
	margin-right:0;
}

.quadro .soprafoto{
	display:block;
	width:220px;
	height:35px;
	padding:0 0 0 10px;
	background:url(images/white75.png);
}

.quadro .soprafoto strong{
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#1964bf;
	text-transform:uppercase;
	line-height:35px;
}

.quadro .soprafoto strong a{
	color:#4a4a4a;
	text-decoration:none;
}

.quadro .soprafoto strong a:hover{
	color:#1964bf;
}


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


#top.settoritot{
	overflow-x:hidden;
	overflow-y:auto;
	height:auto;
}

#top.settoritot #cornice_down{
	background:url(images/cornice-down2.gif) 0 0 no-repeat;
}

.settore{
	float:left;
}

.settore .quadro{
	float:none;
	overflow:hidden;
	width:230px;
	height:35px;
	margin-right:20px;
	padding-top:125px;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

.settore .quadro.ultimo{
	margin-right:0;
}

.settore .desc{
	position:relative;
	margin:0 10px;
	padding:10px 7px 30px 13px;
	width:190px;
	min-height:150px;/**/
	height:auto !important;
	height:150px;
	background:#cdc7c1 url(images/bg-desc.jpg) 0 0 repeat-x;
	color:#6b645c;
}

.settore .btn_dettagli{
	position:absolute;
	display:inline-block;
	bottom:13px;
	width:164px;
	padding:3px 10px;
	background:#1964bf;
	font:bold 14px "Trebuchet MS", Arial;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
}

.settore .btn_dettagli:hover{
	background:#989088;
	color:#cdc7c1;
}


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

.lavori .quadro{
	float:left;
	overflow:hidden;
	width:230px;
	height:60px;
	margin-right:20px;
	padding-top:100px;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

.lavori .quadro.ultimo{
	margin-right:0;
}

.lavori .quadro .soprafoto{
	display:block;
	width:220px;
	height:53px;
	padding:7px 0 0 10px;
	background:url(images/white75.png);
	font-size:13px;
	color:#4a4a4a;
}

.lavori .quadro .soprafoto strong{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	text-transform:none;
}

.lavori .quadro .soprafoto strong.tit{
	font-size:15px;
	text-transform:uppercase;
}

.lavori .quadro .soprafoto strong a{
	color:#2d2d2d;
	text-decoration:none;
}

.lavori .quadro .soprafoto strong a:hover{
	color:#1964bf;
}

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


#cont{
	position:relative;
	overflow:hidden;
	padding:20px 0 0;
	margin:0 5px;
	/*border-top:1px solid #cdc7c1;*/
}

#cont .colonna_doppia{
	float:left;
	width:480px;
}

#cont .colonna_doppia_dx{
	float:left;
	width:480px;
	padding-left:20px;
	/*margin-left:14px;
	padding-left:5px;
	border-left:1px solid #cdc7c1;*/
}

#cont .colonna{
	float:left;
	width:230px;
	padding-left:20px;
}


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

#servizihome{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}

#servizihome .titolo{
	display:block;
	padding:15px 0 14px;
	margin:20px 0 0;
	border-top:3px solid #1859a8;
	font:normal 21px Arial, Helvetica, sans-serif;
	color:#989088;
	text-transform:uppercase;
	line-height:22px;
}

#servizihome ul{
	position:relative;
	overflow:auto;
	margin:0;
	padding:0;
	background:url(images/bg-servizi.gif) 0 0 no-repeat;
}

#servizihome li{
	float:left;
	width:120px;
	list-style-type:none;
	text-align:center;
}

#servizihome li a{
	display:block;
	height:20px;
	padding-top:50px;
	font:italic 15px Arial, Helvetica, sans-serif;
	color:#5a5249;
	text-decoration:none;
}

#servizihome li a:hover{
	color:#2d70c5;
}

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


#newshome{
	position:relative;
	overflow:auto;
	padding:0 10px 10px;
	margin:00;
	border-bottom:1px solid #989088;
	background:#cdc7c1;
}

#newshome .titolo{
	display:block;
	overflow:hidden;
	padding:18px 0 14px;
	margin-left:-10px;
	background:url(images/angolo-sx-alto.gif) 0 0 no-repeat;
	font:normal 21px Arial, Helvetica, sans-serif;
	color:#6a6158;
	text-align:right;
	text-transform:uppercase;
	line-height:22px;
}

#newshome .titolo strong{
	font-weight:normal;
	color:#181614;
}

#newshome .titolino{
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#1859a8;
}

#newshome img{
	margin:5px 0;
	border:5px solid #989088;
	width:200px;
}

/*----*/

#newshome #mappa{
	position:relative;
	overflow:hidden;
	/*float:right;*/
	width:210px;
	height:150px;
	margin:10px 0;
	/*margin-left:20px;
	background:url(../images/mapdata.gif);*/
}

#newshome #mappa img{
	border:none;
	width:auto;
	margin:0;
	padding:0;
}


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

#newsletter{
	position:relative;
	overflow:auto;
	padding:10px;
	border-top:2px solid #cdc7c1;
	background:#989088 url(images/angolo-dx-basso.gif) right bottom no-repeat;
	color:#ece8e4;
}

#newsletter .titolo{
	font:normal 21px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	line-height:22px;
}

#newsletter strong{
	color:#1859a8;
	font-size:14px;
}

#newsletter em, #newsletter em a{
	color:#4e4338;
	font-size:13px;
	text-decoration:none;
}

#newsletter a{
	color:#fff;
}

#newsletter a:hover{
	color:#0680ce;
}



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

#galleryhome{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}

#galleryhome.partners{
	text-align:right;
}

#galleryhome .titolo{
	display:block;
	padding:15px 0 14px;
	margin:0;
	border-top:3px solid #1859a8;
	font:normal 21px Arial, Helvetica, sans-serif;
	color:#989088;
	text-align:right;
	text-transform:uppercase;
	line-height:22px;
}

#galleryhome img.grande{
	width:230px;
}

#gallery_or{
	position:relative;
	overflow:hidden;
	width:235px;
	height:60px;
	margin:10px -5px 10px 0;
	padding:0;
	background:url(images/frecce.gif) 0 0 no-repeat;
}

#gallery_or .frecce{
	float:left;
	overflow:hidden;
	width:15px;
	height:60px;
	margin-right:5px;
}

#gallery_or .frecce a{
	display:block;
	padding-top:80px;
	cursor:pointer;
}

#gallery_or #finestra_foto{
	position:relative;
	overflow:hidden;
	float:left;
	width:195px;
	height:60px;
}

#gallery_or #elenco_foto{
	position:absolute;
	margin:0;
}

#gallery_or #elenco_foto a{
	float:left;
	margin:0 5px 0 0;
}

#gallery_or #elenco_foto a img{
	width:60px;
	height:60px;
	border:none;
}


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

#areariservata{
	display:block;
	padding:18px 0 7px;
	margin:0;
	border-top:3px solid #1859a8;
	background:url(images/btn_areariservata.jpg) bottom no-repeat;
	text-align:center;
	text-transform:uppercase;
	line-height:22px;
}

#areariservata a{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#989088;
	text-decoration:none;
}

#areariservata a strong{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#756d65;
}

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


#gallery{
	position:relative;
	overflow-x:hidden;
	overflow-y:auto;
	margin:0 -10px 0 0;
}

#gallery .cornice{
	float:left;
	border:1px solid #cdc7c1;
	margin:0 10px 10px 0;
	padding:4px;
}

#gallery img{
	/*float:left;
	margin:0 9px 9px 0;*/
	border:none;
	width:90px;
	height:90px;
}



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


.new{
	position:relative;
	overflow:auto;
	padding:15px 0;
	margin:0 0 15px;
	border-bottom:1px dotted #cdc7c1;
}

.new .data{
	float:left;
	padding:0 3px;
	background:#989088;
	font:normal 16px "Trebuchet MS", Arial, Verdana;
	color:#fff;
}

.new p{
	position:relative;
	overflow:auto;
	border-left:1px solid #989088;
	padding-left:5px;
	font-size:13px;
}

.new p img{
	float:left;
	margin:0 10px 0 0;
	height:100px;
	border:none;
}

.new strong{
	font:bold 18px "Trebuchet MS", Arial, Verdana;
	color:#989088;
}

#new a{
	color:#1964bf;
	text-decoration:none;
}

#new a:hover{
	color:#989088;
	text-decoration:none;
}


#chiusuranews{
	padding:5px;
	text-transform:uppercase;
	text-align:right;
	color:#989088;
}

#chiusuranews a{
	color:#1964bf;
	text-decoration:none;
}

#chiusuranews a:hover{
	color:#5e564d;
	text-decoration:underline;
}


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


ul.dett{
	margin:10px 0 0;
	padding:0;
}

ul.dett li{
	margin:0 0 5px 0;
	padding:7px 0 0 15px;
	width:265px;
	height:33px;
	list-style-type:none;
	font:bold 11px "Trebuchet MS", Arial;
	color:#513e1d;
	line-height:12px;
	text-transform:uppercase;
}

ul.dett li strong{
	font:bold 14px "Trebuchet MS", Arial;
	line-height:15px;
	color:#916f31;
}

ul.dett li a{
	color:#513e1d;
	text-decoration:none;
}

ul.dett li.telefono{
	background:url(images/sf-li-telefono.gif) 50% 50% no-repeat;
}

ul.dett li.mail{
	background:url(images/sf-li-busta.gif) 50% 50% no-repeat;
}

ul.dett li.scheda{
	background:url(images/sf-li-scheda.gif) 50% 50% no-repeat;
}



/*------*/

ul.prodsx{
	margin:10px 0 0;
	padding:0;
}

ul.prodsx li{
	margin:0;
	padding:2px 5px;
	list-style-type:square;
	list-style-position:inside;
	font:italic 15px "Trebuchet MS", Arial;
	color:#b17e3d;
}

ul.prodsx li a{
	color:#fff;
	text-decoration:none;
}

ul.prodsx li a:hover{
	color:#820000;
	text-decoration:none;
}


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


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


#bottom{
	overflow:hidden;
	margin:0 auto;
	width:980px;
}

#bottom ul{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:25px 0;
}

#bottom li{
	float:left;
	list-style-type:none;
	width:225px;
	margin-right:25px;
	border-right:1px solid #b4aba2;
	font:normal 12px "Trebuchet MS", Arial;
	color:#e4e0dc;
	text-align:left;
	line-height:14px;
}

#bottom li.ultimo{
	margin-right:0;
}

#bottom li strong{
	text-transform:uppercase;
}

#bottom li a{
	color:#e4e0dc;
	text-decoration:none;
}

#bottom li a:hover{
	color:#fff;
	text-decoration:underline;
}

#chiusura{
	position:relative;
	overflow:auto;
	margin:0 auto;
	padding:0;
	width:980px;
	height:20px;
	font:normal 12px "Trebuchet MS", Arial;
	color:#989088;
	line-height:20px;
}

#idlab{
	float:right;
	display:inline-block;
	overflow:hidden;
	width:130px;
	height:20px;
	margin:0;
	background:url(images/idlab.gif) no-repeat;
}

#idlab a{
	display:block;
	padding-top:30px;
}

#goit{
	float:right;
	display:inline-block;
	overflow:hidden;
	width:130px;
	height:20px;
	margin:0;
	background:url(images/goit.gif) no-repeat;
}

#goit a{
	display:block;
	padding-top:30px;
}



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

.sx{
	float:left;
	margin:0 15px 0 0;
}

.dx{
	float:right;

	margin:0 0 0 15px;
}

.bordo{
	border:5px solid #cdc7c1;
}

.cornice{
	position:relative;
	overflow:auto;
	display:inline-block;
	padding:4px;
	border:1px solid #e8e5d8;
}

a.cornice img{
	border:none;
}

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


.titoli1, .titoli2{
	font:normal 21px Arial, Helvetica, sans-serif;
	color:#1859a8;
	text-transform:uppercase;
}

.titoli1 strong{
	color:#cc0606;
}

.titoli2{
	color:#989088;
	font-size:21px;
}

.titoli2 strong{
	color:#65b3e2;
}

.titoli2 em{
	font-weight:bold;
	color:#b90303;
}

.titolino1, .titolino2{
	font:normal 15px Arial, Helvetica, sans-serif;
	color:#989088;
}

.titolino2{
	color:#1859a8;
}

.titolino1 a{
	color:#989088;
	text-decoration:none;
}

.titolino1 a:hover{
	color:#1859a8;
}


/*--------------------------------------form----------------------------------------*/


form#mailing{
	position:relative;
	overflow:hidden;
	margin:0 -10px -10px 0;
	padding:10px 0 0;
	background:url(images/angolo-dx-basso.gif) right bottom no-repeat;
}

	
form#mailing div{
	/*float:left;*/
	position:relative;
	overflow:auto;
	border:none;
	margin:0;
	padding:0 0 10px;
	line-height:25px;
}

form#mailing input{
	float:left;
	border:none;
	overflow:hidden;
	margin:0;
	padding:0;
	width:190px;
	height:20px;
	background:#fff url(images/input_newsletter.jpg) right top no-repeat;
	font:normal 14px "Trebuchet MS", Arial, Verdana;
	color:#1859a8;
}
	
form#mailing .bottone{
	float:left;
	margin:0;
	padding:0;
	width:20px;
	height:20px;
	line-height:20px;
	border:none;
	background:url(images/btn_newsletter.jpg) 0 0 no-repeat;
	font:bold 14px "Trebuchet MS", Arial, Verdana;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
}

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


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

form#frm_informazioni{
	position:relative;
	overflow:auto;
	float:left;
	margin:0;
	padding:0;
	width:730px;
}

form#frm_informazioni fieldset{
	position:relative;
	float:left;
	border:1px solid #cdc7c1;
	padding:5px;
	margin:0 0 10px 0;
	width:348px;
}
	
form#frm_informazioni legend{
	border:none;
	padding:0;
	margin-left:0;
	font:normal 18px "Trebuchet MS", Arial, Verdana;
	color:#585858;
	text-decoration: none;
}

form#frm_informazioni fieldset div{
	border:none;
	margin:0;
	padding:0;
	float:left;
}

form#frm_informazioni fieldset div img{
	margin-left:5px;
}

form#frm_informazioni label{
	border:none;
	float:left;
    display: inline;
	margin-left: 0;
	width:150px;
	height:25px;
	border-bottom:1px dashed #cdc7c1;
	color:#433319;
    line-height:25px;
}

form#frm_informazioni input{
	margin:2px 0 2px 5px;
	padding:2px 5px 0;
	width:180px;
	height:20px;
}
	
form#frm_informazioni input.cap{
	width:100px;
}

form#frm_informazioni input.citta{
	width:145px;
}

form#frm_informazioni input.prov{
	width:20px;
}

form#frm_informazioni select{
	margin:5px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:20px;
}
	
form#frm_informazioni textarea{
	overflow:auto;
	margin:5px 0 0 0;
	padding:0 0 0 5px;
	width:343px;
	height:177px;
}
	
form#frm_informazioni input, form#frm_informazioni select, form#frm_informazioni textarea{	
	float:left;
	border:none;
	background:#cdc7c1;
	font:normal 14px "Trebuchet MS", Arial, Verdana;
	color:#5d554c;
}

form#frm_informazioni textarea.info{
	height:194px;
	font:normal 12px "Courier New", Courier, monospace;
	color:#817a73;
}
	
form#frm_informazioni label.piccolo{
	width:30px;
	height:15px;
    line-height:15px;
}
	
form#frm_informazioni label.medio{
	width:60px;
	height:15px;
    line-height:15px;
}
	
form#frm_informazioni input.radio{
	background:none;
	border:none;
	margin:1px 10px 0 0;
	width:40px;
}
	
form#frm_informazioni .bottone{
	margin:5px 0 0 0;
	padding:0;
	width:160px;
	height:30px;
	line-height:24px;
	border:none;
	background:#1964bf;
	font:bold 16px "Trebuchet MS", Arial, Verdana;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
}