@charset "UTF-8";
/* CSS Document */


 
/* ====== RESET CSS =======*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ====== FINE RESET CSS =======*/







* {
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	
}

body, html {
	margin:0;
	
}

img, img a {
	
}

a {
	text-decoration:none;
	color: #333333;
}

a:hover {


}

.titoletti {
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	border-bottom: 4px solid #FFFF66;
	padding-bottom: 1px;
}

.titoletti2 {
	font-weight:700;
	border-bottom: 2px solid #FFFF66;
	padding-bottom: 1px;
}

b {
	font-weight:700;
}

em {
	font-style:italic;
	font-weight:700;
}

.container{
	position:absolute;
	width: 1200px;
	height: auto;	
	left:50%;
	margin-left:-600px;
	background-image:url(../img/logo-sfondo.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

.header{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	clear: both;
}

.logo{
	position: relative;
	height: 90px;
	float: left;
	margin-top: 30px;
	margin-left: 14px;
	margin-bottom:30px;
}

.lang{
	position: relative;
	float: right;
	margin-top: 58px;
	margin-right: 8px;
}

.lang img{
	margin-right: 8px;
}

.contenitore-menu{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	clear: both;
}

.menu{
	position: relative;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	margin: 30px 0;
	line-height: 40px;
	
}

.menu li{
	display:inline;
	margin-left: 15px;
	margin-right: 40px;
	font-family: 'Oxygen', sans-serif;
	line-height: 40px;
}

.menu li a{
	line-height: 40px;
}

.menu li a:hover{
	border-bottom: 4px solid #FFFF66;
	padding-bottom: 1px;
}

.breadcrumb {
	font-family: 'Oxygen', sans-serif;
	position: relative;
	float: left;
	font-size: 11px;
	color: #666666;
	margin-left: 15px;
	margin-bottom: 20px;
}

.yellow-line{
	position: relative;
	float: left;
	background-color: #FFFF66;
	width: 100%;
	height: 10px;
	margin-bottom: 22px;
	display: block;
}

.contenuti{
	position: relative;
	float: left;
	border: solid 1px #999999;
	width: 100%;
	margin-bottom: 56px;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.description{
	position: relative;
	float: left;
	padding-top: 20px;
	margin: 40px 20px 40px 40px;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #333333;
	width: 540px;
	text-align: justify;
	
}

.description p{
	position: relative;
	float: left;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #333333;
	width: 540px;
	text-align: justify;
}

.parte-dx{
	position: relative;
	float: right;
	display: block;
	width: 540px;
	margin: 20px 40px 20px 20px;
}

.circle-title {
	position: absolute;
	z-index: 100;
	width: 100%;
}

.estimo{
	font-family: 'Oxygen', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	line-height: 32px;
	margin: 60px 0;
}

.incendio{
	font-size:17px;
	line-height: 18px;
}

.circle{
	position: relative;
	float: left;
	height: 266px;
	width: 266px;
	background-color: #FFFF66;
	display: block;
	margin: 0 137px;
	
	-webkit-border-radius: 266px;
	-moz-border-radius: 266px;
	border-radius: 266px;
}

.footer{
	position: relative;
	float: left;
	display: block;
	height: 50px;
	background-color: #666666;
	width: 100%;
	margin-bottom: 20px;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.footer p{
	color: #FFFFFF;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
}

