/* genoni - main */

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, freesans, sans-serif;
	font-size: 12px;
	min-width: 900px;
	background-color: #80726d;
	color: #ffffff;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	color: #6e8a1e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hidden {
	display: none;
}

h1, h2, h3, h4, h5, p {
	margin: 0px;
	margin-bottom: 10px;
}

/* header e footer */

div.container {
	width: 900px;
	padding-top: 110px;
	background-color: #ffffff;
}

div.main,
div.footer {
	width: 900px;
}

div.header {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 150px;
	height: 240px;
	padding-top: 20px;
	background-color: #ffffff;
	background-image: url(../images/all_logo_parc.png);
	background-position: 29px 20px;
	background-repeat: no-repeat;
}

div.header a {
	display: block;
	width: 92px;
	height: 220px;
	margin-left: 29px;
}

/* footer */

div.footer {
	clear: both;
	height: 100px;
	background: #4a4640;
}

div.footer div a {
	color: #4a4640;
}

div.footer div.logo_comune {
	float: left;
	width: 150px;
	height: 100px;
	background-color: #ffffff;
	color: #4a4640;
	position: relative;
}
div.footer div.logo_comune a {
	display: block;
	position: absolute;
	top: 13px;
	left: 25px;
	width: 99px;
	height: 64px;
}

div.footer div.content {
	float: left;
	width: 600px;
	height: 100px;
	background: #fbf8e9 url(../images/footer_sfondo.png) top left repeat-y;
	color: #4a4640;
}

div.footer div.content div.info {
	float: left;
	width: 150px;
	padding-top: 18px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 1em;
}
div.footer div.content div.info img {
	margin-bottom: 2px;
}

div.footer div.content div.piva {
	margin-top: 4px;
}

div.footer div.content div.links {
	float: right;
	width: 140px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 11px;
}

div.footer div.content div.links ul {
	list-style: square;
	margin: 0px;
}
div.footer div.content div.links ul li {
	margin: 0px;
	margin-bottom: 8px;
}

div.footer div.credits {
	float: right;
	width: 134px;
	padding-top: 60px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10px;
	color: #cccccc;
}
div.footer div.credits a {
	color: #eeeeee;
}

/* definizioni comuni */

ul.squares_white,
ul.squares_yellow,
ul.squares_grey {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.squares_white li,
ul.squares_yellow li,
ul.squares_grey li {
	padding-bottom: 10px;
	padding-left: 24px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

ul.squares_white li { background-image: url(../images/4squares_white.gif); }
ul.squares_yellow li { background-image: url(../images/4squares_yellow.gif); }
ul.squares_grey li { background-image: url(../images/4squares_grey.gif); }

/* parte centrale */

div.col_left {
	float: left;
	width: 150px;
	color: #ffffff;
}

div.col_left div.row_top {
	background: #98a918;
}
div.col_left div.row_bottom {
	background: #6e8a1e;
}

div.col_left div.row_top ul,
div.col_left div.row_bottom ul {
	padding-top: 20px;
	margin-left: 15px;
}

div.col_left div.row_top ul {
	font-weight: bold;
}

div.col_left ul li.selected {
	background-image: url(../images/4squares_darkgrey.gif);
	color: #252324;
}
div.col_left ul li.selected a {
	color: #252324;
}

div.col_left div.row_bottom h1 {
	display: block;
	width: 119px;
	height: 13px;
	margin: 0px 0px 10px 14px;
	padding-top: 20px;
	background-image: url(../images/all_tit_genoni.png);
	background-position: 0px 20px;
	background-repeat: no-repeat;
}

