A:link, A:active, A:visited {
	text-decoration: none;
	color:#FFF;
} 

A:hover {
	text-decoration: none;
	color:#AC1313;
}
#pag {
	position: absolute;
	color: #FFF;
	left: 10px;
	top: 10px;
	font-size: 20px;
}


* {
	padding:				0;
	margin:					0;
	border:					0px none;
}
html {
	height: 100%;
	width: 100%;
}

ul, ol {
	list-style-type:		disc;
}

.link a, .link a:active, .link a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	color: #FFF;
	padding-right: 2px;
	padding-left: 2px;
}
.link a:hover {
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9CCDE0;
	color: #044D69;
	background-color: #9CCDE0;
	padding-right: 2px;
	padding-left: 2px;
}
p {
	line-height:			18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
h3, h4, h5  {
	font-weight:			normal;
	padding-bottom:			10px;
	margin-bottom:			15px;
}

h3 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #04506E;
	background-color: #9CCDE0;
	color: #044C68;
	font-size: 120%;
	padding: 3px;
}

h5 {
	font-size:				12px;
	margin-bottom:			8px;
	text-transform:			uppercase;
	font-weight: bold;
	color: #4e4e4e;
	font-variant: small-caps;
}

div.clear {
	clear:					both;
	line-height:			0;
	height:					0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	vertical-align: top;
	height: 100%;
	width: 100%;
	background-color: #000;
}
#wrapper_bg {
	background-color: #EAEBED;

}
#wrapper_bg #wrapper {
	width: 1021px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper_bg #wrapper #header {
	background-image: url(../images/layout/testata1.jpg);
	height: 130px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#wrapper_bg #wrapper #content {
	background-image: url(../images/layout/content1.jpg);
	height: 519px;
}
#wrapper #content #contenuti {
	height: 350px;
	padding-top: 75px;
	overflow: hidden;
}

#wrapper #content #loghi {
	width: 800px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#wrapper #content #loghi li {
	width: 360px;
	height: 105px;
	float: left;
	margin-bottom: 14px;
}
#contenuti #loghi a img {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;  
	-khtml-opacity: 0.9;
	opacity: 0.9;  
}
#contenuti #loghi a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;  
	-khtml-opacity: 1.0;
	opacity: 1.0;  
}

#wrapper #content #loghi .sx {
	margin-right: 42px;
	padding-left: 0px;
}
#wrapper #content #loghi .dx {
	padding-top: 1px;
}
#wrapper #content #agente {
	position: relative;
	height: 84px;
	text-align: center;
	margin-top: 11px;
}
#wrapper_bg #marchi  {
	height: 44px;
	text-align: center;
	background-color: #FFF;
	padding-top: 7px;
	background-image: url(../images/layout/bg-foot.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#wrapper_bg #foot  {
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(../images/layout/bg-foot.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	font-size: 10px;
}

