/*-------------------------------------------
	ISM
	- - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup styles
	Filename:		ism.css
	Date:			Dec, 2007	
	Company:        ExpertWeb
	Please:         You may adapt elements of this CSS in your own projects, 
					but the unique combination of layouts, styles, sizes, typography, 
					and positioning ("the design") is copyright 2007 at Expertweb.it 
					and may not be reproduced.
-------------------------------------------*/


/* HTML ELEMENTS */
/**********************************/

html, body {margin:0; padding: 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
}
h1 {display: none;
}
h1, h2, h3, h4, h5 {margin:0; padding:0;
}
h2 {color:#9c9d9f; font-size: 32px; font-weight: normal; 
}
h3 {font-size: 12px; padding: 10px;
}
a {color: #004494;
}


/* LAYOUT */
/*****************************/
div#container  {width:990px; margin: 0 auto;
}

div#header {clear:both;
}
div#header div#logo  {float:left; height: 155px; width: 275px; background: #004494; padding:0; margin:0;
}
div#header div#head  {float:right; height: 155px; width:715px; padding:0; margin:0;
}

div#content {clear:both;
}
div#content div#colsx  {width:275px; float:left; padding:0; 
}
div#content div#colmd  {width:480px; float:left; padding:0; margin:15px 30px;
}
div#content div#coldx  {width:175px; float:right;padding:0; 
}


/* MENU */
/******************************/
div#menu ul {list-style: none; margin:0; padding:0;
}
div#menu ul li {list-style: none; background: #e0e8f2; padding:0; margin:0; margin-top:5px; text-align:right; font-size: 12px;
}
div#menu ul li a {font-weight:bold; text-decoration: none; background: #e0e8f2; padding:5px 10px 0 0; display:block; height:20px;
}
div#menu ul li a:hover {background:#668fbf; color: #fff;
}
div#menu ul li.boxcontatti a{background:#FFDF08;
}
div#menu ul li.boxcontatti a:hover {background:#668fbf; color: #fff;
}

//div#menu ul li.boxcontatti a:hover{background:#004494;color:#fff;
//}

div#menu ol {list-style: none; margin:0; padding:0;
}
div#menu ol li {list-style: none; background: #fff; padding:0; margin:0;text-align:right; font-size: 12px;
}
div#menu ol li a {font-weight:normal; text-decoration: none; background: #fff; padding:3px 10px; display:block; height:12px;
}
div#menu ol li a:hover {background:#f1f1f1; color: #000;
}

/* COLONNA SX */
/******************************/

div#contatti {color: #9c9d9f; text-align: right; margin: 8px 0;
}
div#contatti a {font-weight:bold; text-decoration: none; color: #9c9d9f;
}
div#contatti a:hover {text-decoration: underline;
}

div#modenainfo {background: #004494; text-align: right;
}
div#modenainfo a {color:#fff; font-weight:bold; text-decoration: none;
}

div#ib {text-align: center;padding-top:20px;
}


/* CONTENUTO */
/****************************/
div#pagina {width:99%
}



/* COL DX */
/*****************************/
div#foto {padding-top:5px;
}

div#credits {color: #9c9d9f;
}
div#credits a {text-decoration: none; color: #9c9d9f;
}
div#credits a:hover {text-decoration: underline;
}

div#lingue {background: #d7d8d9; padding:4px 12px; margin: 5px 0;
}
div#lingue a {color:#000;  text-decoration: none;
}
div#lingue a:hover {text-decoration: underline;
}