﻿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, 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;
	/* [disabled]vertical-align: baseline;
        font-weight:400; */
	font-family:Helvetica;
}

hr{
	display:none
}

.hr{
	background-color:#E02700;
	color:#E02700;
	border:0;
	height:1px;
	width:8%;
	margin-left:19px;
	position: relative;
    z-index: 111;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body a{color:#000;text-decoration:none;font-size:1.2em; outline:none;}
body a:hover{color:#F00;text-decoration:none;}


#wrapper{
	width:100%;
	height:100%
}

ol, ul {
	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;
}

.clear{
	clear:both;
}

/* STILE GENERALE
----------------------------------------------- */
body {
    font-family:Arial;
    font-weight:400;
    font-size: 12px;
	background-color:#FFF;
}

p, li {
    line-height: 1.8em;
}                

/* HEADER
----------------------------------------------- */
#header {
    height: 40px;
	width:100%;
	position:relative;
	z-index:1500;	
	background-color:transparent;
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:2000;
	min-width:768px;
}
#myhome_download, #sfoglia_catalogo{
	color:black;
}
#myhome_download:hover, #sfoglia_catalogo:hover{
	color:#e02700;
}
.contenitore {
    margin: 0 auto;
}

#logo {
    float: left;
}
/*---------------Left Menu -----------------*/
#megamenu {
    float: left;
	width:100%;
	min-width:1002px;
    position: relative;
    top: 0px;
}
.menutop {
    position:absolute;
	top:-8px;
	right:0px;
	padding-right: 30px;
	height:45px;
	color:#FFF;
}

#menutop{
	position:fixed;
	top:20px;
	right:0px;
	padding-right: 30px;
	height:35px;
	color:#FFF;
    z-index:200;
}
.LiBorderRight
{
    /*border-right: 1px solid black;*/
    background:url("/Resources/Images/LiBorderRight.png") no-repeat;
    background-position:0px 0px;
}
.LiBorderRight:hover {
     /*background:url("/Resources/Images/bg_txt_menuHover.png") !important;*/
    background-color: #E02700 !important;
    /*filter: alpha(opacity=22);
    opacity: 0.9;*/
}
.LiBorderLeft_Home
{
      background:url("/Resources/Images/LiBorderLeft_Home.png") no-repeat;
}
.MenuUppercase_gdl,.parent
{
    text-transform:uppercase;
}
#megamenu li, #megamenu li a {
    height: 40px;
    line-height: 36px;
    float: left;
    text-align: center;
	margin-top:0px;
	font-family:'Arial Unicode MS';
    letter-spacing:0.06em;
}

#megamenu li a {
    display: block;
    color: #fff;
    font-size: 12px; 
    text-decoration: none;
    padding: 0 1.667em;
    cursor:pointer;
}
/*#megamenu li:hover a {
	color:#E02700;
}*/
/*#megamenu li:hover 
{ 
    display: block;
  background:url("/Resources/Images/bg_txt_menuHover.png") !important;
    background-color: #000 !important;
    filter: alpha(opacity=22);
    opacity: 0.9;
}*/
#megamenu li.parent a {
  /*  background-image: url('../images/sub-indicator.png');
    background-repeat: no-repeat;
    background-position: 80% center;
    padding-right: 38px;*/
	
}
/* da css nascondiamo il sottomenu, verrà mostrato soltanto da js */
#megamenu .wrapMegamenu {
    display: none;
    position: absolute; 
    top: 40px;
	background:url(/Resources/Images/wrap_shadowbox_H.png) repeat-x #FFF top;
    padding:10px 15px 25px 15px;
	/*left:25px;*/
	overflow:hidden;
	z-index:1300;
	box-shadow:0px 1px 1px 1px #E4E4E4;	  
    min-width:200px;
}
.no-js #megamenu li:hover .wrapMegamenu {
    display: block;
}
                            
/* reset */                            
#megamenu .sub-menu li, #megamenu .sub-menu li a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: auto;
    line-height: 2.5em;
    padding: 0;
}
/* colonne */
#megamenu .sub-menu li {
    width: 200px;
    float: left;
	margin-left:5px;
    border-bottom:1px dotted #c1b69b;
}

#megamenu .sub-menu li.last {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;        
}
/* stili */
#megamenu .sub-menu li a {
    /*text-transform: uppercase;*/
    display: block;
    float: none;
    text-align: left;
    color: black;
    font-size: 13px;
    /*margin-bottom:-15px;*/
	margin-left:6px;
}

#megamenu .sub-menu li a:hover {
	color:#F00;
}

#megamenu .sub-menu li p.descrizione {
    text-align: left;
    color: #4a5054;  
    font-size: 0.83em;
}     

#megamenu .sub-menu li p.descrizione a {
    color: #095DA0;
    display: inline;
    font-size: 1em;
    margin: 0;
    text-transform: none;
}  
#megamenu .sub-menu li ul {
    margin-top: 1em;
}
#megamenu .sub-menu li ul li a {
    text-transform: none;
    display: block;
    float: none;
    text-align: left;
    color: #000000;
    font-size: 13px;
    margin: 0;
    padding-left: 4px;
	padding-top:15px;
	font-family:'Arial Unicode MS';
    font-weight:400;
	line-height:15px;
	padding-right:15px;
    letter-spacing:0.01em;
}
#megamenu .sub-menu li ul li a:hover {
	color:#F00;
}
.parent_two
{
    cursor:default;
    font-family:'Times New Roman';
    letter-spacing:0.10em;
    font-size:15px;
    margin-top:-3px;
}
