html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #000000;
/*	background-image: url(images/layout/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: center top; */
	font-family:  Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#container h1 {
	display: none;
}

#header {
	background-image: url(images/layout/head.png);
	height: 175px;
}

#menu {
	padding-top: 139px;
}

#menu table {
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-color: #C2EEF7;
	background-image: url(images/layout/bgbody.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#info {
	float: right;
	width: 220px;
	margin-right: 10px;
}

.content_box {
	border: 1px solid #000000;
	background-color: #80766A;
	background-image: url(images/layout/bgcontent.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: justify;
	margin-bottom: 15px;
}

#footer {
	clear: both;
/*	background-image: url(images/layout/foot.png);
	background-repeat: no-repeat;
	background-position: top center; 	
	padding-top: 45px; */
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid #000000;
/*	background-image: url(images/layout/bgfoot.png);
	background-repeat: repeat-x; */
	font-size: 11px;
	font-weight: bold;
}

.footer_info {
	padding-left: 15px;
	padding-right: 15px;
}

h2 {
	font-size: 20px;
	margin-top: 0;
	border-bottom: 3px solid #213C46;
}

p {
	text-align: justify;
}

.areehome {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.areehome, #contentbody {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

.areahome h3, .areahome p {
	display: none;
}

.areahome {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.azienda {
	float: left;
	width: 220px;
	padding: 10px 10px 10px 10px;
	background-image: url(images/layout/bgtext.gif);
	margin-right: 10px;
	margin-bottom: 15px;
}

.text {
	color: #000000;
}

.imgbody {
	float: left; 
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #FFFFFF;
}

.serviziHidden {
	display: none;
}

.serviziDisplayPopUp {
	position: absolute;
	z-index: 3;
	width: 205px;
	float: left;
	clear: both;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;   
}

.serviziDisplayPopUpOmbra {
	position: absolute;
	z-index: 2;
	width: 205px;
	float: left;
	clear: both;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;   
}

.serviziPopUpTop {
	background-image: url('images/layout/popup_serv_head.png');
	background-position: left;
	background-repeat: no-repeat;
	width: 205px;
	height: 8px;
	margin-bottom: 0px;
}

.serviziPopUpBody {
	background-image: url('images/layout/bgpop.gif');
	width: 183px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.serviziPopUpBody  h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #A7DCE7;
}

.serviziPopUpBottom {
	background-image: url('images/layout/popup_serv_bottom.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 205px;
	height: 27px;
}