body, html {
	height: 100%;
}

div#container {
	width: 820px;
	height: 100%;
	overflow:hidden;
	margin: auto;
	margin-right: auto;
}

div#content {
	width: 820px;
	height: 540px;
	background-color: #fff;
	overflow:hidden;
	position:    absolute;
  	top: 50%;
  	left: 50%;
	margin: -270px 0 0 -410px;
}

div#topMenu {
	padding-top: 10px;
	float: right;	
}

div#topMenu > ul {
 	float: right;
	margin-right: 40px;
}

div#showcase {
	clear:both;
	background-color: #1d4c67;
	overflow: hidden;
	color: #fff;
	height: 400px;
	background-image:url("../images/showcase_bg.jpg");
}

div#contentHeader {
	margin-top: 25px;
	margin-left: 50px;
	margin-bottom: 80px;
	width: 763px;
	height: 91px;
	overflow: hidden;
	background-image:url("../images/logo_home.png");
}

div#contentHeader h1,
div#contentHeader strong {
	text-indent: -1000px;
	display: block;
}

div#contentBody p.main {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	line-height: 26px;
	text-align: right;
	width: 300px; 
}

div#bottomMenu {
	padding-top: 10px;
	overflow: hidden;
	background-image:url("../images/bottom_menu_bg.gif");
	background-color:#fff;
	background-repeat: repeat-x;
}

div#bottomMenu li {
 	width: 165px; 
	float: left;
}

div#bottomMenu li a {
	width: 165px;
	height: 47px;
	text-indent: -1000px;
	background-position: top;
	display: block;
}

div#bottomMenu li a:hover {
	background-position: bottom;
}

div#bottomMenu li.erp a {
	background-image: url('../images/home_erp.gif');
}

div#bottomMenu li.finance a {
	background-image: url('../images/home_finance.gif');
}

div#bottomMenu li.businessIntelligence a {
	background-image: url("../images/home_business_intelligence.gif");
}

div#bottomMenu li.contabilitaGenerale a {
	background-image: url("../images/home_contabilita_generale.gif");
}

div#bottomMenu li.realEstate {
	width: 160px;
}

div#bottomMenu li.realEstate a {
	background-image: url("../images/home_real_estate.gif");
	width: 160px;
}

/* ul.contentMenu {
	display:inline-block;
	overflow: hidden;
	float:right;
	width: 240px;
}*/

div#promo {
	display:inline-block;
	overflow: hidden;
	float:right;
	width: 240px;
}

div#promo a.promo_box {
	background-image:url("../images/promohome.gif");
	border: solid 1px #fff;
	display:block;
	overflow:hidden;
	width: 196px;
	height: 70px;
	margin: 12px;
	text-indent: -1000px;
	text-decoration: none;
}


ul.contentMenu li {
	float:left;
}
ul.contentMenu a {
	display:block;
	overflow: hidden;
	border: solid 1px #fff;
	width: 48px;
	height: 48px;
	margin: 12px;
	color: #123649;
	background-image:url("../images/white_alpha50.png");
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.contentMenu a:hover {
	background-color: #fff;
}

.orceanaVertical {
	text-indent: -1000px;
	float: left;
	width: 27px;
	height: 113px;
	background-image:url("../images/orceana_group_verticale.gif");
}

#footer {
	display: block;
	padding: 10px;
	text-align: center;
}

p.copyright {
	color: #9A9A9D;
	font-size: 8pt;
}

p.copyright strong,
p.copyright a {
	color: #1d4c67;
	text-decoration: none;
}

ul.contentMenu li.single_line span {
	margin-top: 16px;
	display: block;
}

ul.contentMenu li.double_line span {
	margin-top: 9px;
	display: block;
}

