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%;
	vertical-align: baseline;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	background : white;
	color : #040636;
	text-align: left;
}
a{
    color: darkblue;
    text-decoration: none;
    }
p{
	padding: 15px 0 20px 0;
    max-width: 75ch; 
}
.small{
font-size: 0.7em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 0.8em;
    }
p {
	margin: 0 0 0.5em 0;
}
img {
	max-width: 100%;
}
.banner-wrap {
	text-align: center;
	background: #ffc;
	border-bottom: 1px solid #076194;
	padding: 0 10px 1em;
	margin-bottom: 1em;
}
.grid {
	padding: 0 20px;
}
.row {
	margin-bottom: 1.2em;
}
h1{
	font-size : 2em;
	line-height: 1.7em;
	padding: 1em 0 0.2em 0;
	display: block;	
	max-width: 100%;
	color : #040636;
	text-align : left;
	margin: 0 auto 10px auto;
    font-weight: bold;
}
.bottom{
	font-size: 13pt;
	position: fixed;
	right: 0px;
	bottom: 0px;
	text-shadow: 1px 1px #a6a7b8;
	padding-right: 8px;
	padding-bottom: 1px;
	}
.top {
	background : white;
	position : absolute;
	top : 0px;
	margin-left: auto;
	margin-right: auto;
	width : 100%;
}
hr.clear{
	clear: both;
	display: block;
	opacity: 0;
	margin: 0;
	padding: 0;}
.bord{
	background-color: whitesmoke;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 5px;
	}	
.padd{
		padding: 15px;}
div.product{
	display: inline-table;	
	background-color: whitesmoke;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 15px;
	margin: 10px 10px 0 0;
	min-height: 50px;
	text-align: center;}
div.three{
	max-width: 25%;
	width: 25%;
	height: 50px;
	}
div.two{
	max-width: 40%;
	width: 40%;}
.footer{
	background-color: #dee2e7;
	padding-left: 30px;
	padding-top: 30px;
    margin-top: 128px;
	}
.foot a{
	display: block;
	font-size: 0.8em;
	line-height: 1em;
	padding-bottom: 10px;
	}
#nav{
	margin-left: auto;
	margin-right: auto;
	float: center;
	padding: 15px 10px 5px 10px;
	list-style: none;
	background-color: #fafafa;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#nav li{
	float: left;
	padding: 0 0 8px 0;
	position: relative;
}
#nav a{
	float: right;
	height: 28px;
	padding: 10px 16px 5px 16px;
	color: #133b52;
	text-transform: capitalize;
	font: bold 18px/28px;
	text-decoration: none;
}
#nav li:hover > a{
	background-color: #076194;
	color: white;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
*html #nav li a:hover{ /* IE6 */
	color: #fff;
    background-color: #076194;
}
#nav li:hover > ul{
	display: block;
}
#nav .active{
    border-bottom: 2px solid #ddd;
    color: #333;
  }  
#nav ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 9999;    
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#nav ul:nth-child(2){
    margin-left: 10px;}
#nav ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}
#nav ul a{    
    padding: 9px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*html #nav ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}
*:first-child+html #nav ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}
#nav ul a:hover{
    color: #f8f8f8;
    background-color: #076194;
}
#nav ul li:first-child a{
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
#nav ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #076194;
}
#nav ul li:last-child a{
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
#nav ul {
    margin-top: 5px;
    border-left: 3px solid #076194;
    border-top: 1px solid #076194;
    background: #f3f3f3;
}
#nav ul ul{
    margin-top: 5px;
    border-left: 3px solid #076194;
    border-top: 1px solid #076194;
    background: #f3f3f3;
}
#nav:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #nav             { zoom: 1; } /* IE6 */
*:first-child+html #nav { zoom: 1; } /* IE7 */
a.likeabutton {
    display: inline-block;
	background-color: #076194;
    color: #fff !important;
    padding: 10px 15px;
    border: 0;
    border-radius: 3px;
    margin-top: 20px;
}
a.likeabutton:hover {
	background-color: #084a70;
}
ul, ol{
	padding-left: 20px;
	padding-top: 5px;
}
ul li, ol li {
	padding-bottom: 10px;}
.list li:first-of-type{
	border-top: 1px dashed #ddd;
}
.list li{
	border-bottom: 1px dashed #ddd;
	list-style-type: none;
	padding: 15px 0px;
}
ul.list{
	padding: 0;
}
img{
	display: block;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    border: 0;
}
img.sp{
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.notavailable{
	display: block;
    background-color: #cc0000;
    color: white;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
}
.leftmenu{
	float: left;
	width: 250px;
	margin-right: 15px;
	margin-left: 0;}
img.floatleft{
	float: left;
	padding: 1em;}
img.floatright{
	float: right;
	padding: 1em;}
img.header{
	display: block;
	margin-left: 0;
    margin-top: 0;
    margin-bottom: 2em;
	}
span.cen{
	padding: 1em;
}
table {
	border : 0;
	padding : 5px 0 15px 0;
	border-spacing: 9px;
	text-align : justify;
}
div#container img{
	margin:5px auto 0px auto;
}
.cen{
	margin-left: auto;
	margin-right: auto;
    text-align: center;
}
.center {
	position : relative;
	display: inline-block;
	top : 5px;
	bottom : 55px;
	left : 12%;
	right : 10%;
	width: 53%;
	margin : 0.5em;
	padding : 1em;
	text-align: justify;
	background : white;
}
h2, h3, h4, h5, h6{
	font-size : 1.3em;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 5px;
	color : #040636;
	text-align : left;
}
span.h{
	display: block;
	font-size : 14pt;
	padding: 3pt;
	width: 80%;
	margin: auto;
	color : #040636;
	text-align : center;
}
.rightmenu {
	display: inline-block;
	font-size: 12pt;
	float: right;
	margin-right : 10%;
	width : 250px;
	max-height: 120%;
	padding: 1.5em;
	color : darkgray;
	font-weight: bold;
	clear: none;
}
.bold {
	font-weight : bold;
}
a:link {
	color : #003366;
	text-decoration: none;
}
a:link.link{
	color : #003366;
	text-decoration: none;
}
a:visited {
	color : #333;
}
a:hover, a:active {
	text-decoration : none;
	color : #0066ff;
}
a.right {
	display: block;
	position: relative;
	margin-right: 10px;
	text-align : right;
	padding: 10px 0;
}
.rig{
	text-align: right;}
.nascondi {
	display : none;
}
div.c{
	text-align: center;
	position : relative;
	top : 10px;
	bottom : 10px;
	left : 200px;
	right : 335px;
	width : 60%;
	margin : 1em;
	padding : 1em;
	border-style : groove;
	border-width : 0px;
}
div.cen{
	text-align: center;}
div.biggest{
	font-size: 15pt;
	font-weight: bold;
	left : 20%;
	right : 25%;
	text-align: center;
	}
table.mini {
	margin-left:auto; 
	margin-right:auto;
	padding : 6px;
	border-spacing: 9px;
	width : 80%;
	text-align : center;
}
div.j{
	text-align: justify;
}
ul{
	list-style-type: disc;	
	}
	ul.sm{
		list-style-type: none;
		margin-left: 0;
		padding-left:  0;
		}
ul.sm li{
	margin-left: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}		
.date{
	text-align: right;
	font-size: 0.8em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
    background: whitesmoke;
    padding: 3px;
} 
.ime {
text-align: left;
font-size: 1.1em; 
color: #040636;
font-weight: bold;
padding: 15px 0 10px 0;
}
div.map{
	margin-left:30%; 
	margin-right:auto;
	}
.speci
{
	font-size: 11pt;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #d0d0d2;
	text-align: left;
	}
.speci th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #3b3b3f;
}
.speci tbody
{
	background: #eff0f4;
}
.speci td
{
	padding: 10px;
	color: #3b3c41;
	border-top: 1px dashed #fff;
	border-right: 1px dashed #fff;
}
.speci tbody tr:hover td
{
	color: #040636;
	background: #fff;
}
.spec
{
	font-size: 11pt;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #d0d0d2;
	text-align: left;
	}
.spec th
{
	padding: 8px 8px 8px 8px;
	font-weight: normal;
	font-size: 14px;
	color: #3b3b3f;
}
.spec tbody
{
	background: #eff0f4;
}
.spec td
{
	padding: 7px;
	color: #3b3c41;
	border-top: 1px dashed #fff;
	border-right: 1px dashed #fff;
}
.spec tbody tr:hover td
{
	color: #040636;
	background: #d7d8dc;
}
tr.dark{
	border-bottom: 1px solid lightgray;
}
iframe
{
	display: block;	
	border: 0;
	margin: auto;
	}
.marg{
	margin: 20px 0 20px 0;
::-moz-selection{
background:#142e70; color:#ffffff;
}
::selection{
background:#142e70; color:#ffffff;
}