body {
	background: #033C5A;
	color: #444444;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
* {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4 {
	color: #444444;
	font-weight: lighter;
	padding: 5px 0 5px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3, h4 {
	font-size: 14px;
}
h4 {
	font-weight: bold;
	padding: 0;
}
li {
	list-style: inside disc;
}
a img, img, form, fieldset {
	border: none;
}
a {
	color: #098BC7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form span {
	color: #ff0000;
}
label, input {
	color: #888888;
}
label {
	padding: 7px 0 0 10px;
}
input {
	transition: all 0.25s ease-in-out 0s;
	padding: 10px 0;
	width: 78%;
}
#footer {
	padding: 10px 0 5px 0;
	color: #FFFFFF;
}
#footer img {
	width: 174px;
	height: 30px;
}
.main {
	background: #FFFFFF;
}
.left, .onecol, .twocol, .threecol, .ninecol, .rowForm label, .lang li, .content-generale.second h3 {
	float: left;
}
.onecol, .twocol, .threecol, .ninecol {
	margin-right: 3.8%;
	min-height: 1px;
}
.twocol {
	width: 13.45%;
}
.threecol {
	width: 22.05%;
}
.ninecol {
	width: 74.05%;
}
.row {
	max-width: 1140px;
	margin: auto;
	width: 100%;
}

/* Fix for older browsers: Clear floats inside rows to prevent height collapse */
.row::after, .branding .row::after {
	content: "";
	display: table;
	clear: both;
}

.container {
	padding: 0 20px;
}
.page-main {
	/*line-height: 25px;*/
	line-height: 20px;
	min-height: 150px;
	overflow: hidden;
	padding: 15px 20px 10px 20px;
}
.left {
	width: 55%;
}
.second .left {
	width: 33%;
}
.second .left.small {
	width: 20%;
}
.right {
	float: right;
}
.menu-column {
	float: left;
	width: 20%;
	padding-right: 1.5%;
	box-sizing: border-box;
}
.menu-column h3.small {
	margin-bottom: 5px;
}

.menu-column .left.small {
	float: none; 
	width: 100%;
}
.menu-column h3,
.menu-column div.left.small {
	float: none !important;
	width: 100% !important; 
	clear: both;
}
.helpdesk {
	line-height: 20px;
}
.helpdesk p {
	font-size: 13px;
}
.sidebar {
	margin-top: 43px;
	margin-right: 0;
}
.branding {
	background: #033C5A url(../images/header.png) repeat-x 0 0;
	position: relative;
}
.logo img {
	margin: 15px 0 10px 0;
}

/* Fix for older browsers: Force layout context and bring flags layer to the top */
.lang {
	overflow: hidden;
	position: relative;
	z-index: 9999;
	min-height: 30px;
}
.lang ul {
	float: right;
}
.lang li {
	text-indent: -9999px;
	list-style: none;
}
.lang a {
	padding: 3px;
	display: block;
	width: 25px;
	height: 22px;
}
.it {
	background: url(../images/flag_it.png) no-repeat center center;
}
.en {
	background: url(../images/flag_en.png) no-repeat center center;
}
.cn {
	background: url("../images/flag-cn.jpg") no-repeat center center;
}
.inner {
	padding: 10px 20px;
}
.slider-wrapper, .content {
	position: relative;
}
.area-spot {
	position: absolute;
	bottom: 0;
	background: url(../images/bg_transp.png) repeat;
	width: 100%;
	z-index: 2;
}
.content-generale h3 {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.content-generale.second  h3 {
	width: 33%;
}
.content-generale.second  h3.lg {
	width: 67%;
}
.content-generale.second  h3.small {

}
.list li, .list a {
	display: block;
	color: #0D3C5A;
}
.list li {
	font-weight: bold;
	padding: 5px 8px;
	border-bottom: 1px solid #FFFFFF;
	background: #F0F0F0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.list li.active, .list li:hover {
	background-color: #033C5A;
	color: #FFFFFF;
	text-decoration: none;
}
.list a {
	background: url(../images/arrow.png) no-repeat 0 0;
	padding-left: 20px;
}
.list a:hover {
	background-position: 0 -41px;
	color: #FFFFFF;
	text-decoration: none;
}
.rowForm, .rowFormSubmit {
	text-align: right;
}
.rowForm {
	border: 1px solid #CCCCCC;
	margin: 10px 0 10px 0;
}
input, .goButton {
	border: none;
}
.goButton {
	cursor: pointer;
	background: #011E2D;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 130px; 
	height: auto; 
	padding: 10px 60px; 
	text-align: center;
}
.goButton:hover {
	background: #526670;
}
.powered {width: auto !important;height:auto !important;}
.powered {font-size: 11px; }