@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%;
}
* html #wrapper {
	height:100%;
}
blockquote {
	margin: 0px;
	padding: 10px;
}
big {
	font-size: 150%;
}
.arancio {
	color: #f60;
}
.rosso {
	color: #b91518;
}
.nero {
	color: #000000;
}
.rosa {
	color: #ff7c80;
}
body {
	text-align:center;
	background-color: #000;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #f60;
	text-decoration: none;
}
form p {
	line-height: 1em;
}
#bottoni_contenutodinamico  {
	font-weight: bold;
	color: #f60;
	letter-spacing: 0.25em;
}
#bottoni_contenutodinamico a {
	text-decoration: none;
	color: #f60;
	font-size: 1.5em;
}
#contenutodinamico {
	width: 100%;
	border: none;
}
#contenuto_dinamico a {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}
.clearer {
	clear: both;
}
#wrapper{
	width:780px;
	text-align:left;
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 100%;
	}
.header{
	height:294px;
	width:100%;
}
.logo{
	float:left;
	width:240px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: center;
}
img {
	border: none;
}
.navbg{
	float:right;
	width:510px;
	height:65px;
	margin-right:0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: none;
	padding-right: 10px;
}
.navbg2 {
	width:100%;
	height: 65px;
	}
.content{
	width:100%;
}
.leftcolumn{
	width:230px;
	float:left;
	padding:10px 10px 10px 10px;
	color: #000;
	text-align: center;
}
.rightcolumn{
	width:490px;
	float:right;
	padding:10px 10px 10px 10px;
	background-color: #f5f5dc;
	margin-right: 10px;
	margin-left: 10px;
}
.clear {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
}
h1, h2 {
	font-size: 14px;
	color: #f60;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px dotted #ededed;
}

#menu {
	float: left;
	width: 510px;
	height: 65px;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer {
	font-size: 10px;
	text-align: center;
	padding: 10px;
	line-height: normal;
	height: 100%;
//	border-top: 1px dotted #666;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 102px;
}
#menu a {
	float: left;
	display: block;
	background: url(images/navbg.jpg);
	text-decoration: none;
	width: 102px;
	height: 65px;
	margin-top: 0px;
	text-indent: -9999px;
}
header > ul a { width:auto; }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a { float:none; }
p {
	margin: 0px;
	padding: 0px;
}
    /* End IE5-Mac hack */

li#navHome a { background-position: 0px 0px;}
li#navHome a:hover { background-position: 0px -65px; }
body#pageHome li#navHome a { background-position: 0px -130px; }

li#navCorporate a { background-position: -102px 0px;}
li#navCorporate a:hover { background-position: -102px -65px; }
body#pageCorporate li#navCorporate a { background-position: -102px -130px; }

li#navProgetto a { background-position: -204px 0px;}
li#navProgetto a:hover { background-position: -204px -65px; }
body#pageProgetto li#navProgetto a { background-position: -204px -130px; }

li#navLavora a { background-position: -306px 0px;}
li#navLavora a:hover { background-position: -306px -65px; }
body#pageLavora li#navLavora a { background-position: -306px -130px; }

li#navContatti a { background-position: -408px 0px;}
li#navContatti a:hover { background-position: -408px -65px; }
body#pageContatti li#navContatti a { background-position: -408px -130px; }
