* {
	font-family: Arial, Helvetica, Verdana;
}

a {
	text-decoration: none;
}

a:ACTIVE, a:LINK, a:VISITED {
	color: inherit;
}

img {
	border-style: none;
}

p {
	margin: 15px 5px;
}

h1 {
	font-size: 16px;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 10px;
}

html {
	height: 100%;
	width: 100%;
	background-color: rgb(61, 61, 65);
}

body {
	border-top: 5px solid;
	margin: 0px;
}

#header_background {
	position: absolute;
	top: 5px;
	left: 0px;
	height: 350px;
	width: 100%;
	background: url('../images/colori.png') no-repeat scroll center top transparent;
	z-index: -1;
}

#header {
	position: relative;
	height: 108px;
	width: 940px;
	margin: 0px auto;
}

#header #header_background {
	position: absolute;
	top: 5px;
	left: 0px;
	height: 350px;
	width: 100%;
	background: url('../images/colori.png') no-repeat scroll center top transparent;
	z-index: -1;
}

#header #payoff_logo {
	float: right;
}

#header #payoff_logo #payoff {
	position: relative;
	top: 20px;
	right: 10px;
}

#header #payoff_logo #logo {
	position: relative;
	top: 35px;
}

#header #languages {
	position: absolute;
	top: 70px;
	right: 265px;
	color: rgb(237, 237, 237);
}

#header #menu {
	position: absolute;
	left: 0px;
	color: rgb(237, 237, 237);
}

#header #menu ul {
	padding: 40px 0px;
	margin: 0px 0px;
	list-style: none outside none;
}

#header #menu ul li {
	float: left;
	display: block;
	width: 80px;
}

#header #menu ul li .numero_menu {
	position: relative;
	bottom: 7px;
}

#header #menu ul li .voce_menu {
	font-size: 12px;
	text-transform: lowercase;
	margin-left: 6px;
}

#header #menu ul li .voce_menu a {
	color: rgb(237, 237, 237);
}

#pagecontent {
	background-color: white;
	width: 940px;
	margin: 0px auto;
}

#footer {
	background-color: white;
	width: 940px;
	margin: 0px auto;
}

#footer #contact {
	position: relative;
	height: 112px;
	font-size: 11px;
	color: rgb(88, 88, 94);
}

#footer #contact a {
	color: rgb(88, 88, 94);
}

#footer #contact a:HOVER {
	color: rgb(169, 168, 174);
}

#footer #contact table {
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 30px;
}

#footer #contact table td img {
	position: relative;
	top: 2px;
	float: left;
}

#footer #company {
	height: 29px;
	margin: 0px 10px 0px;
	border-top: 1px dashed rgb(204, 204, 204);
	font-size: 10px;
	color: rgb(169, 168, 174);
}

#footer #company a {
	color: rgb(169, 168, 174);
}

#footer #company a:HOVER {
	color: rgb(61, 61, 65);
}


#footer ul {
	margin: 5px;
	list-style: none outside none;
	float: right;
}

#footer ul li {
	float: left;
	display: block;
	margin: 5px 10px 5px 0px;
}
