/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
 html, body, div, span, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, code,
 del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	font-weight: inherit;
 	font-style: inherit;
 	font-size: 100%;
 	font-family: inherit;
/* 	vertical-align: baseline;*/
 }


/*body { line-height: 1.5; background: #000000; margin:1.5em 0; }*/

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
/*caption, th, td { text-align: left; font-weight:400; }*/

/* Remove possible quote marks (") from <q>, <blockquote>. color: #797979; */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


body {
	     background: #000000;
        color: #ffffff;
		font-family:  Verdana, Arial;
	    font-size: 11px;
		
}

a {
	color: #607293;
	text-decoration: none;
}

a:hover {
	color: #354158;
}


#masterpage {
	width:100%;
	height:100%;
	margin: auto;
	vertical-align: middle;
	
	
}

#container {
    
	width:600px;
	/*height:600px;*/
	margin: auto;

	
	padding-top: 50px;
	padding-bottom: 50px;
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:200;
	text-align:center;
}



#imageMenu {

	position: relative;
	width: 600px;
	height: 264px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	width: 1056px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1056px;
	background:#000000 none repeat scroll 0%;
	border-right: 2px solid #000000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 150px;
	height: 264px;
}

#imageMenu ul li.c1c a {
	background: url(images/grafica.jpg) repeat scroll 0%;
}


#imageMenu ul li.c2c a {
	background: url(images/consulenza.jpg) repeat scroll 0%;
}

#imageMenu ul li.c3c a {
	background: url(images/comunicazione.jpg) repeat scroll 0%;
}

#imageMenu ul li.c4c a {
	background: url(images/stampa.jpg) repeat scroll 0%;
	width: 360px;
}

.clear {
	clear: both;
}
.bordo {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: GREY;
	border-right-color: GREY;
	border-bottom-color: GREY;
	border-left-color: GREY;
	border-bottom-width: 1px;
}
.testom, .testom:visited, .testom:link, .testom:active{
	font-family: verdana,"Trebuchet MS", Arial;
	font-size: 10px;
	color:#c1c1c1;
	line-height: 140%;
	text-decoration: none;
}

/* BOTTONI ROLLOVER del sito */

  
    #contatti
  {
    display: block;
    width: 32px;
    height: 32px;
    background: url("images/iconcinaposta.jpg") no-repeat 0 0;

  }

  #contatti:hover
  { 
    background: url("images/iconcinapostaarancio.jpg") no-repeat 0 0;
  }
    #contatti span
  {
    display: none;
  }
  
  
      #home
  {
    display: block;
    width: 32px;
    height: 32px;
    background: url("images/iconcinahome.jpg") no-repeat 0 0;

  }

  #home:hover
  { 
    background: url("images/iconcinahomearancio.jpg") no-repeat 0 0;
  }
    #home span
  {
    display: none;
  }
  
  
   #lavori
  {
    display: block;
    width: 32px;
    height: 32px;
    background: url("images/iconcinadati.jpg") no-repeat 0 0;

  }

  #lavori:hover
  { 
    background: url("images/iconcinadatiarancio.jpg") no-repeat 0 0;
  }
    #lavori span
  {
    display: none;
  }
  
    #catalogo
  {
    display: block;
    width: 32px;
    height: 32px;
    background: url("images/iconcinacatalogo.jpg") no-repeat 0 0;

  }

  #catalogo:hover
  { 
    background: url("images/iconcinacatalogoarancio.jpg") no-repeat 0 0;
  }
    #catalogo span
  {
    display: none;
  }

/* TITOLO GRIGIO IN BASSO A DESTRA delle sottosezioni Link */
.testoiva{
	font-family: Arial;
	font-size: 9px;

	color:#666666;	
}
/*************************************************************/
