body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #CCC;
	margin: 0px;
	background-image: url(../immagini/sfondo_body.jpg);
	background-repeat: repeat-x;
}
#main-header {
	background-color: #FFF;
	height: 47px;
}
#header-logo {
	float: left;
}
#header-menu {
	float: left;
	width: 450px;
	margin-top: 5px;	
	margin-left: 30px;
	height: 33px;
}
#header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}
#header-menu ul li {
	display: inline;
}
#header-menu ul li a:link, #header-menu ul li a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-image: url(../immagini/tabs01.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#header-menu ul li a:hover {
	color: #FF9;
	background-image: url(../immagini/tabs01hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#header-servizi {
	float: right;
	width: 300px;
	font-size: 10px;
	text-align: right;
}
#header-servizi p {
	margin-bottom: 5px;
	margin-right: 15px;
}

#header-servizi ul {
	list-style-type: none;
	margin: 8px;
	padding: 0px;
}
#header-servizi li {
	display: inline;
}
#header-servizi a:link, #header-servizi a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#header-servizi a:hover {
	margin: 5px;
	color: #900;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: auto;
	width: 950px;
	margin-top: 2px;
}
#bottom-menu {
	background-color: #FFF;
	background-image: url(../immagini/sfondo_bottom-menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#bottom-menu table tr td h2 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#bottom-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bottom-menu a:link, #bottom-menu a:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	display: block;
	padding: 5px;
	width: 90%;
}
#bottom-menu a:hover {
	color: #F60;
	text-decoration: underline;
}

#selezione-paese {
	padding: 10px;
	background-color: #FFF;
}

#footer {
	text-align: center;
	height: 10px;
	padding: 5px;
	font-size: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}

#footer ul {
	list-style-type: none;
	margin: 8px;
	padding: 0px;
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:hover {
	margin: 5px;
	color: #900;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: underline;
}