
body {
	color: #d1d1d1;
	background-color: #090909;
	font-size: 108%;
}

body { /* body vuoto necessario altrimenti cambia l'apparenza */
	
}

* {
    margin: 0px;
    padding: 0px;
}




/* *********** GENERAL PAGE SETTINGS ************** */
.full_page {
	width: 950px;	/* var(--totalw); to save room for scrollbar*/ 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.page_lev2{
	position: absolute; /* questa div sta centrata rispetto alla full page */
}
.area {
	padding: 0.5em 0em 0.5em 0em;
}
p {
	font-family: 'Source Sans Pro',sans-serif;
	width: 95%;
	padding: 0.0em 0em 0.5em 0em;
}

a:link { /* non cambiare l'ordine delle definizioni di a: */
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: inherit;
	text-decoration: none;
}
button {
	color: inherit;
	background-color: #090909;
	border: #090909;
	width: auto;
	height: auto;
}
span.if_menu_visible { /* used for text depending on menu visibility  */
	display: inherit;	
}
span.if_menu_hidden { /* used for text depending on menu visibility  */
	display: none;
}
/* *********** HEADER SETTINGS ************** */
div.button_line {
	width: 100%;
	display: flex;
	justify-content: space-around;
	text-align: center;
}
div.button_line_dense {
	display: none;
}
div.top_row {
	width: 950px; 	/* var(--totalw); to save room for scrollbar*/ /* provare 	width: 100%;  invece, per eviatre 2 volte lo stesso 98 */
	float: left;
	overflow: hidden;
	position: fixed;
	background-color: #090909;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%); /* for older Chrome / Safari */
	-ms-transform: translate(-50%, 0%); /* for older Explorer / Edge */
	-moz-transform: translate(-50%, 0%); /* for older Firefox */
	height: 80px;	
	white-space: nowrap;	
	z-index: 100;
}
div.top_row_video {
	width: 950px; 	/* var(--totalw); to save room for scrollbar*/ /* provare 	width: 100%;  invece, per eviatre 2 volte lo stesso 98 */
	float: left;
	overflow: hidden;
	position: absolute;
	background-color: #090909;
	top: 0;
	height: 80px;	
	white-space: nowrap;	
	z-index: 100;
}
.header_area {
	padding: 0.5em 0em 0.5em 0em;
	border-width: 0px 0px 1px 0px; 
	border-style: solid;
	border-color: #d1d1d1;
}
.main_title_below { /* top title below table - narrow screen */
	font-size: 0em;
	padding: 0.0em 0.5em 0.0em 0.0em;
	text-align: center;	
}
.main_title_inside { /* top title inside table - wide screen */
	font-size: 2em;
	padding: 0.0em 0.5em 0.0em 0.0em;
	text-align: center;	
}
.main_title_below_long { /* top title below table - narrow screen */
	font-size: 0em;
	padding: 0.0em 0.5em 0.0em 0.0em;
	text-align: center;	
}
.long_title {
	font-size: 1.25em;
	padding: 0.4em 0.2em 0.4em 0.0em;
	text-align: center;	
}
.main_title_inside_long { /* top title inside table - wide screen */
	font-size: 1.25em;
	padding: 0.0em 0.5em 0.0em 0.0em;
	text-align: center;	
}
img.small_menu { /* local menu hamburger - narrow screen */
	width: 0px;	
	margin: 0 0 0 0;
}
img.ilogo { /* logo image in col 2 - narrow screen */
	width: 0px;	
}
p.ilogo {
	padding: 0.0em 0em 0.0em 0em;
}
img.ilogo_left { /* logo image in col 1 - wide screen */
	width: 120px;	
}
span.logo_left {
	height: 0px;	/* used for wider screens only*/
}
.main_menu_link {
	text-align: right;
	padding: 0.0em 0.0em 0.0em 0.0em;
	color: #d1d1d1;
}
.main_menu_link_in {
	font-size: 1.25em; 
	text-align: center;
}

table.header_table{
	width: 100%;
}
td.col1{
	width: 33%;
}
td.col2{
	width: 34%;
	text-align: center;
}
td.col3{
	width: 33%;
}

/* *********** SCROLLING SECTION SETTINGS ************** */
div.vert_spz{
	font-size: 0.75em;
}
div.bot_row {
	position: absolute;
	top: 95px;  	/* var(--bot-y); */
	background-color: #090909;
	float: left;
	left: 290px;
	width: 660px;  	/* var(--rightw); */ /* provare 	width: 100%;  invece, per eviatre 2 volte lo stesso 98 */
	z-index: 70;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

img.page_wide {
    width: 648px;  	/* var(--image-w);*/
	margin-top: 8px;
}
p.captions { /* used for captions  */
	font-size: 0.875em; /* 16pt */
	text-align: center;
	padding: 0em 0.0em 0.5em 0.0em;
	color: #d1d1d1;
}
span.prod { /* used for product names  */
	font-style: italic;
	font-weight: bold;
}
a.moreswitch{
	font-style: italic;
	text-decoration: underline;
}
a.textlink {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}
.start_hidden{
	display: none;
	padding-left: 3em;
	font-size: 85%;
}
/* VIDEO PAGE */
div.bot_row_video {
	width: 645px;  
	
}
video.ten_reasons {
  width: 100%;
  height: auto;
 }
/* IFRAME PAGES */
iframe.embedform {
	width: 630px;
	height: 800px;
	border:none;
}
/* BUY PAGES */
.topborder {
	border-color: #d1d1d1; 
	border-style: solid; 
	border-width: 2px 0px 0px 0px;
	margin-left: 5px;
}

/* *********** SIDEBAR (local menu) SETTINGS ************** */
div.leftSidebr {
	position: absolute;
	top: 90px;  	/* var(--bot-y); */
	left: 4px;
	width: 282px; 
/*	height: 100%; */
	min-height: 5em; 
	overflow: hidden;
	background-color: #292929;
	z-index: 50;
	border-style: solid;
	border-width: 0 2px 2px 0px;
	border-color: #a0a0a0;
}
.base_left_menu { /* used for left menu - page contents */  
	font-size: 1em; 
	text-align: left;
	padding: 0.0em 0.0em 0.25em 0.25em;
}
p.left_menu { /* used for left menu - page contents */  
	color: #d1d1d1;
}
p.left_menu_dis { /* used for disabled left menu - current page contents  */
	color: #808080;
}
p.lm_interlinea {
	font-size: 0.25em; 
}
