* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color: #CBEAFF;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	background-color:#fff;
	background-image:url("gradiente_content.gif"/*tpa=http://www.studiogm2000.it/images/gradiente_content.gif*/);
	background-position:top left;
	background-repeat:repeat-x;
}

#header {
	width:760px;
	margin:0 auto;
	height:80px;
}

#header h1 {
	float:left;
	height:80px;
	overflow:hidden;
}

#lingue {
	float:right;
}

#menunav {
	height:40px;
	margin-left:181px;
	padding-top:40px;
}

#contentarea {
	width:760px;
	margin:0 auto;	
}

#sidebar {
	float:left;
	width:200px;
	background-color:#fff;
	border-bottom: 1px solid #99E6FF;
	margin-bottom:10px;
}

#maincontent {
	display:inline;
	float:right;
	width:540px;
	margin:10px;
}

#footer {
	height:2em;
	line-height:2em;
	clear:both;
	padding:5px;
	background-color:#CBEAFF;
	border-top: 1px solid #99E6FF;	
	font-size:.8em;
	text-align:center;
}
#footer, #footer a, #footer a:hover {
	color: #4E9CCF;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav ul {
	height:40px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
	float:right;
}

#menunav ul li {
	height:40px;
	float:left;
}

#menunav ul li a {
	text-transform:lowercase;
	height:40px;
	line-height:40px;
	float:left;
	padding:0 15px;
	color: #396EB0;
	font-weight:normal;
	text-decoration:none;
	font-size:1.2em;
}

#menunav ul li a.active {
}

#menunav ul li a:hover {
	color: #22416A;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat {
	padding:10px;	
}

#menucat ul {
	list-style-type:none;
	padding:10px 0;
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	line-height:19px;
	padding:2.5px;
	padding-left:20px;
	text-decoration:none;
	color:#666;
	background-image:url("punto_elenco.gif"/*tpa=http://www.studiogm2000.it/images/punto_elenco.gif*/);
	background-position:0 -25px;
	background-repeat:no-repeat;
}

#menucat ul li a:hover {
	background-position:-11px 0;
	color: #F3AE13;
	background-repeat:no-repeat;
}


#menucat ul ul {
	padding:0 0 0 30px;
}


#menucat ul ul li a {
	line-height:1.3em;
	padding:0;
	background-image:none;
}

/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
	padding:10px;
	height:3em;
}

#cerca form {
	height:21px;
	background-image:url("testo_ricerca.gif"/*tpa=http://www.studiogm2000.it/images/testo_ricerca.gif*/);	
	background-position:top left;
	background-repeat:no-repeat;
}

#cerca input {
	float:left;
}

#cerca .testo_ricerca {
	border:none;
	border-width:0px;
	height:15px;
	font-size:11px;
	margin:3px;
	width:130px;
	color:#888;
}

/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px;
	padding:10px;
	background-color:#eee;
}

#mailing_list p {
	font-size:.8em;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	margin:5px;
	padding:10px;
	font-size:.9em;
	padding-bottom:50px;
}

#lista_eventi_news h5 {
	font-size:1.2em;
	color:#338AD1;
	font-weight:bold;
	border-bottom:1px solid #99E6FF;
	margin-bottom:5px;
}

.listaeventinews_elenco {
	padding:0 10px;
}

.listaeventinews_elenco p {
	line-height:1.5em;
}

.listaeventinews_elenco p a {
	font-weight:bold;
	padding:3px 0;
	color: #F7A503;
	text-decoration:none;
}

.listaeventinews_elenco p a:hover {
	text-decoration:underline;
}

/*######################################################*/

/*INDIRIZZO*/
#indirizzo {
	margin:5px;
	padding:5px;
	line-height:1.4em;
	height:3em;
	clear:both;
	border-top:2px solid #fc0;
	color: #2D5596;
}

#indirizzo #ragione_sociale {
	float:left;
}

#indirizzo #contatti_telefonici {
	float:right;	
}
