/***************************** TAG GENERALI *****************************/

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

body {
	font-family: Helvetica, "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

a:focus {
	outline: none;
}

#contenitore {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	clear: both;
	display: block;
	background: white;
}

#colSx {
	width: 50px;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
}

#colDx {
	width: auto;
	margin: -20px 0px 0px 50px;
}

#colDx #titolo {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -4px;
	padding: 0px 0px 10px 0px;
}

#colDx #path {
	font-size: 30px;
	font-weight: bold;
	color: #dddddd;
	letter-spacing: -4px;
	padding: 0px 0px 10px 0px;
}

#colDx #menu {
	width: 215px;
	padding: 0px 10px 0px 0px;
	/*background: green;*/
	float: left;
	color: #999999;
}

#colDx #menu a{
	color: #999999;
	text-decoration: none;
}

#colDx #menu a:hover{
	color: #dddddd;
	text-decoration: none;
}

#colDx #contenuto {
	width: 700px;
	/*background: yellow;*/
	float: left;
	display: block;
	font-size: 12px;
}

#colDx #contenuto a{
	text-decoration: none;
	color: #CCCCCC;
}

#colDx #contenuto a:hover{
	text-decoration: underline;
	color: #dddddd;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

ul ul {
	padding: 5px 0px 10px 10px;
}

ul ul ul {
	padding: 5px 0px 10px 10px;
}

li {
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;/*20px*/
}

li li {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;/*17px*/
}

li li li {
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;/*13px*/
}

.thumb {
	margin: 10px 10px 10px 10px;
}

a img {
	border: 0px;
}

#colonna1 {
	width: 300px;
	padding: 0px 10px 0px 0px;
	float: left;
	border-right: 1px solid #999999;
}

#colonna2 {
	width: 300px;
	padding: 0px 0px 0px 10px;
	float: left;
}

/***************************** FINE TAG GENERALI *****************************/


