html, body {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, 'Trebuchet MS', sans;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	background-color: white;
	text-align: center;
}

h1 {
	margin: 0 0 10px 0; padding: 0;
	font-size: 14px;
	color: #024c96;
}

h2 {
	margin: 0 0 10px 0; padding: 0;
	font-size: 12px;
	color: #024c96;
}

h3 {
	margin: 0 0 5px 0; padding: 0;
	font-size: 13px;
	color: #024c96;
}

p { }

a { color: gray; text-decoration: none; }
a:hover { text-decoration: underline; }

input, textarea { border:1px solid #CCCCCC;	font-family: Verdana, Arial, 'Trebuchet MS', sans; font-size: 11px; color: #444444; margin-bottom: 10px; }


/** -- HOMEPAGE --------------------------------------------------------------------------- */
#layoutHP {
	margin: 0 auto;
	width: 929px; height: 650px;	
}
#containerHP {
	position: relative;
}
#logoHP {
	position: absolute;
	top: 205px; left: 330px;
}
#lingueHP {
	position: absolute;
	top: 430px; left: 510px;
	width: 200px;
}
#lingueHP span {
	float: left;
	padding: 0 5px 0 5px;
	text-align: center;
}
#lingueHP span a { color: #007ac0; }
#lingueHP span img {
	border: 0;
}


#layout {
	margin: 0 auto;
	width: 980px;
	text-align: left;		
}
#container {
	margin: 10px 0 0 0;	
}
#contentSx, #contentCx, #contentDx {
	padding-top: 20px;
	/*padding: 20px 10px 10px 10px;*/
}

#contentSx {
	/*border-right: 1px solid #CCCCCC;*/
}

#contentDx td {
	border-left: 1px solid gray;
}

#menuPrincipale {
	font-size: 13px; font-weight: bold;	
	color: white;
	letter-spacing: 1px;		
	background: transparent url(../immagini/bg-mainmenu.jpg) no-repeat top left;
}
#menuPrincipale td {
	/*border-bottom: 1px solid #6B87B4;*/
	border-bottom: 2px solid white;
}
#menuPrincipale td a { color: white; textdecoration: none; }

#footer td {
	padding: 5px 0 0 5px;
	font-size: 10px;
	color: #A0AFBA;
	border-top: 1px solid #CCCCCC;
}

.thumb {
	margin: 2px 0 0 0;
}

.spacer { margin: 10px 0 10px 0; }

table.tb_misure {
	border: 0;	
}
table.tb_misure td, table.tb_misure th {
	border: 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
table.tb_misure tr:hover td {
	background-color: #E2E2E2;
}
table.tb_misure caption {
	font-weight: bold;
	color: white;
	background-color: #225EB7;	
}

table.tb_colori {
	height: 30px;
	border: 0;	
}
table.tb_colori td {
	width: 30px; height: 30px;
	border: 1px solid gray;	
}
table.tb_colori td.neutro { background-color: #FFF; }
table.tb_colori td.grigio { background-color: #DBD2C1; }
table.tb_colori td.nero { background-color: #000; }
table.tb_colori td.verde { background-color: #063; }
table.tb_colori td.verde2 { background-color: #396; }
table.tb_colori td.marble { background-color: #033; }
table.tb_colori td.arancio { background-color: #FC6; }
table.tb_colori td.arancio2 { background-color: #F90; }
table.tb_colori td.giallo { background-color: #FC0; }
table.tb_colori td.azzurro { background-color: #06C; }
table.tb_colori td.marrone { background-color: #963; }
table.tb_colori td.rosso { background-color: #C00; }
table.tb_colori td.rosa { background-color: #FCC; }

#mainmenu ul {
	margin: 20px 0 0 0; padding: 0;
	list-style-type: none;
}
#mainmenu ul li {
	margin: 0; padding: 0;
	height: 30px; line-height: 30px;
	list-style-type: none;
	border-bottom: 1px solid #6b87b4;
}
#mainmenu ul li.title {
	margin: 0; padding: 0;	
	list-style-type: none;
}
#mainmenu ul li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	color: white;
}

#custommenu ul {
	margin: 0 0 0 0; padding: 0 0 0 0;
	list-style-type: none;
}
#custommenu ul li {
	padding: 2px 0 2px 8px;
	/*height: 25px*/; line-height: 25px;
	list-style-type: none;
	border-bottom: 1px solid #CCC;
}
#custommenu ul li a {
	margin: 0; /*padding: 0 0 0 10px;*/
	line-height: 20px;
}
#custommenu ul li.title {
	margin: 0; padding: 0 0 0 7px;
	font-weight: bold;
	list-style-type: none;
	background-color: #C1C1C1;
}
#custommenu ul li.active a {
	font-weight: bold;	
}

.td-border-right {
	border-right: 2px solid white;	
}
.td-border-bottom {
	border-bottom: 2px solid white;	
}

.boxNews img {
	padding: 1px;
	border: 1px solid #CCC;
}


