body {
	padding: 0;
	margin: 0;
	background-image: url(images/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FEA52F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

* {outline: none;}

a {text-decoration: none;}

a:hover {text-decoration: underline;}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
	border:0px solid #709bbe;
	border-top:none;
	position:relative;
}

.clear {
	clear: both;
	font-size: 1px;
}

/* ==================== HEADER ======================= */
/* ====================================================*/
#header {
	background-color: #D10D15;
	height: 105px;
}
h1.logo{
	display:inline-block;
	width:409px;
	height:76px;
}
h1.logo a{
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	background-image: url(images/logo-newsletter-software-email-marketing.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.logo2{
	float:right;
	width:226px;
	height:76px;	
	float:right;
	margin:0 2px 0 0;
}
/* ==================== NAVIGATION =================== */
/* ====================================================*/
.navi{
	margin-right: 24px;
	float: right;
}
.navi li{
	display:inline;
}
.navi li a{
	display:inline-block;
	color:#ffffff;
	font-size:13px;
	line-height:11px;
	text-transform:uppercase;
	text-decoration:none;
	margin-top: 0;
	margin-right: -6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
*+html .navi li a{
	margin:0 -6px -3px 0;
}
.navi li.active a, .navi li a:hover{
	color:#fff;
	background-color: #FEA500;
}
/* ==================== MAIN ========================= */
/* ====================================================*/
#content{
	background-color: #FFF;
}
#testo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 25px;
	line-height: 21px;
	padding-left: 25px;
}
.imgcentro{
	width:980px;
	height:305px;
}
.two_cols{
	width:980px;
	margin-bottom: 20px;
}
/* ==================== FOOTER ======================= */
/* ====================================================*/
#footer{
	color:#333;
	font-size:10px;
	background-color: #FFF;
}
#credit {
	color:#333;
	font-size:11px;
	margin-bottom: 28px;
}
#credit  a{
	color:#333;
	font-size:11px;
	text-decoration: none;
}
#credit a:hover {
	color:#D10D15;
	font-size:11px;
}
#credit2 {
	color:#333;
	font-size:9px;
	padding-bottom: 12px;
	padding-left: 25px;
}
#credit2  a{
	color:#333;
	font-size:9px;
	text-decoration: none;
}
#credit2 a:hover {
	color:#D10D15;
	font-size:9px;
}
