body {
    margin: 0;
    padding: 24px 0;
    background-color: #F1F1F0 !important;
}
body img {
    border: none;
}
body p {
    margin: 0;
    padding: 0;
}


.left {
    float: left;
}
.right {
    float: right;
}

.link-hover-effect {
    color: #000000;
    text-decoration: none;
}
.link-hover-effect:hover {
    color: #000000;
    text-decoration: underline;
}

.reset-p {
    margin: 0;
    padding: 0;
}
.classic-p {
    font-size: 14px;
    line-height: 18px;
}
.medium-p {
    font-size: 18px;
    line-height: 22px;
}
.strong-p {
    font-size: 28px;
    line-height: 36px;
}

.boldstyle {font-weight: bold;}
.normalstyle {font-weight: normal !important;}

.w125 {width: 125px;}
.w140 {width: 140px;}
.w150 {width: 150px;}
.w155 {width: 155px;}
.w165 {width: 165px;}
.w240 {width: 240px;}
.w250 {width: 250px;}
.w270 {width: 270px;}
.w300 {width: 300px;}
.w360 {width: 360px;}
.w425 {width: 425px;}
.w550 {width: 550px;}
.w600 {width: 600px;}

.h10 {height: 10px;}
.h15 {height: 15px;}
.h20 {height: 20px;}

.spaced-button {
    padding: 10px 18px;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    font-family: sans-serif;
}
.spaced-button:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
.spaced-button:active {
    color: #FFFFFF;
}
.spaced-button:focus {
    color: #FFFFFF;
}
.spaced-line {
    padding: 3px 18px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.blue-background {
    background-color: #056B9B;
    color: #FFFFFF;
}
.ocher-background {
    background-color: #E0930F;
    color: #FFFFFF;
}
.brown-background {
    background-color: #5D5B5C;
    color: #FFFFFF;
}
.green-background {
    background-color: #519409;
    color: #ffffff;
}

.ocher-text {color: #E0930F !important;}
.green-text {color: #77A002 !important;}
.grey-text {color: #B0B0B0 !important;}
.blue-text {color: #3D73B9 !important;}
.blue-captcha-text {color: #142864 !important;}

.centered-text {text-align: center;}
.vcentered-text {vertical-align: middle;}

.help-cursor {cursor: pointer;}

#site-container {
    width: 960px;
    padding: 20px 0;
    margin: 0 auto;
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#main-body {
    padding: 0 20px;
}
#main-body h1 {
    margin: 0;
    padding: 0;
    font-size: 32px;
}
#main-body h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}


#header {
    height: 180px;
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.slogan {
    position: absolute;
    right: 35px;
    top: 75px;
    font-family: sans-serif;
    font-size: 32px;
    margin: 0;
    padding: 0;
}
.back-site {
    position: absolute;
    top: 0;
    right: 250px;
}
.area-operatori {
    position: absolute;
    top: 0;
    right: 430px;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 24px;
}

#flag {position: absolute; top: -20px; right: 0;}

#menu {
    position: absolute;
    top: 125px;
    left: 10px;
    width: 940px;
    padding: 0 0;
    margin: 0 auto;
}
#menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    zoom: 1;
    background: #F6F6F6;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 5px solid #004098;
}
#menu > ul > li {float: left;}
#menu > ul > li > a {display: block; font-family: Arial, sans-serif; font-size: 18px; font-weight: normal; text-transform: uppercase; text-decoration: none; color: #333; padding: 8px 20px;}
#menu > ul > li.open > a {background: #004098; color: #ffffff;}
#menu > ul > li > a:hover {background: #004098; color: #ffffff;}
#menu > ul > li.active > a {background: #004098; color: #ffffff;}

#menu_ul li ul
{	margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    display: none;
    
}
#menu_ul li ul li {
    display: block;
}
#menu_ul li ul li a
{
    display: block;
    background: #03316F;
    color: #ffffff;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 14px;
    width: 120px;
    border-top: 1px solid #ffffff;
}
#menu_ul li ul li a:hover
{	background: #004098;
}


#footer {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000000;
}
#footer-body {
    width: 920px;
    margin: 0 auto;
    padding: 14px 0;
}


#box-content {
	font-family: Arial;
	font-size: 12px;
	padding: 10px 0 10px 50px;
			}
			
#box-info {
	width: 340px;
	float: left;
	border-bottom: 3px solid #ccc;
	height: 350px;	
			}
			
#box-content h1 {
	font-size: 25px;
	font-weight: bold;
	color: #1a1a1a;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0 20px 0;
}			

#box-content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #1a1a1a;
	text-transform: uppercase;
	padding: 5px 0 10px 0;
	line-height: 20px;
}