/* Start of CMSMS style sheet 'Layout:css comune' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 71.01%;
   line-height: 1em;
height:100%; /* this is the key! */ 

min-width: 940px
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: none; 
   color: #FFFFFF; 
}

a:visited {
   text-decoration: underline;
   background-color: none;
  color: #F3F3F3;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   
   color: #f8d512;
}

/*****************
basic layout 
*****************/
body {
   height:100%;
   color: #333;
      background: #ffffff url(images/cms/bckheader.gif) repeat-x top; 
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;       /* this centers wrapper */
width:940px;   
   height:100%; /* this is the key! */ 

 background: #ffffff; 


   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 207px;    /* adjust according your image size */
   background: #ffffff;    
   
width:940px;
}


div#headersx{
width:253px;
height:207px;
float:left;
 background: #d9d9d9 url(images/cms/headersx.jpg) ; 
}

div#headersx_eng{
width:253px;
height:207px;
float:left;
 background: #d9d9d9 url(images/cms/headersx_eng.jpg) ; 
}

div#headercnt{
width:434px;
height:207px;
float:left;
background: #d9d9d9 url(images/cms/headercnt.jpg) ;
}
div#headercnt1{
width:434px;
height:207px;
float:left;
background: #d9d9d9 url(images/cms/headercnt2.jpg) ;
}

div#headercnt2{
width:434px;
height:207px;
float:left;
background: #d9d9d9 url(images/cms/headercnt_contatti.jpg) ;
}

div#headerdx{
width:253px;
background: #d9d9d9 url(images/cms/bckmenu.gif) ; 
height:207px;
float:left;

}





div#header h1 a {
/* you can set your own image here */

   display: block;
margin:0;
   height: 207px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* position for the search box */
div#search {
   float: right;
   width: 27em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
     font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
    border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 




div#content {
float:left;
margin:0 auto;
width:940px;
background: #ffffff url(images/cms/bckdefault.gif) 0 0 repeat-y;
}

div#content2col {
float:left;
width:940px;
background: #ffffff url(images/cms/bck2col.gif) 0 0 repeat-y;
}


div#main {
background:#373737;  
width:394px;
color:#f3f3f3;
float:left;
padding-left:20px;
padding-right:20px;
padding-top:20px;
font-size:92%;
text-align: justify;
}


div#main a {
color:#999999;
font-size:92%;
background: transparent url(images/cms/vcmenu3.gif) no-repeat 0px 0px ; 
padding:0 1em; /* lascia spazio far il bordo del menu e il testo del link */
height:2em;line-height:2em; /* altezza del link: height e line-height devono avere il medesimo valore */
padding-left:15px;

height:2em;line-height:2em; /* altezza del link: height e line-height devono avere il medesimo valore */

}

div#main img {
border: 2px solid white;
margin-right:10px;
}


div#mainvideo {
background:#f3f3f3;  
width:687px;
color:#373737;
float:left;

padding-top:20px;
font-size:92%;
text-align: justify;
}



div#mainsx {
background: #ffffff;  
width:253px;
float:left;
font-size:92%;
text-align: justify;
}

div#mainsx a {
color:#ff6600;

}

div#maindx {
text-align: justify;
  width:243px;
background: #ffffff;  
padding-left:2px;
float:left;
font-size:92%;
}

div#maindx a {
color:#ff6600;

}

div#maincol1 {
  width:687px;
background: #ffffff;  
margin-top:0px;
float:left;
 font-size: 12px;
}

div#maincol1 a {
color:#ff6600;

}


div#maincol2 {
width:243px;
background: #373737;  
height:100%;
padding-left:10px;
float:left;
color:#ffffff;
}

div#maincol2 a {
color:#ff6600;

}




div#indirizzi{
width:251px;
float:left;
}

div#mappagoogle{
width:434px;
float:left;
}

div#mainhome {
   margin-left: 97px; /* this will give room for sidebar to be on the left side, make sure this space is igger than sidebar width */
   margin-right: 97px; /* and some air on the right */
background: #eeeded;   
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 185px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 96px;
margin-right: 15px;
background: #ffffff;    
height:100%;

}
div#footer940 {
   clear: both;       /* keep footer below content and menu */
  width:940px;
margin:0 auto;
}


div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #bababa; 
   height:80px;
width:100%;



}

div#footercnt {
background: #373737;  
width:434px;
height:20px;

border-bottom: 5px solid; 
border-bottom: #232323; 
margin:0 auto;
text-align:center;
}

div#footercnt1 {
background: #bababa;  
width:434px;
height:20px;

float:left;
margin:0 auto;
text-align:center;

}

div#footersx { 
width:253px;
height:20px;
float:left;
}

div#footerdx {
background: #373737;  
width:253px;
height:20px;
float:left;
border-bottom: 5px solid; 
border-bottom: #232323; 
margin:0 auto;
text-align:center;
}


div#footer p {
   font-size: 0.8em;
        /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */



/* MENU PRINCIPALE */


ul.menu1 {
width:180px;
list-style:none; /* elimino i punti elenco */
margin-left:40px; padding:0px; /* elimino i rientri delle liste */
margin-top:0px;

}


ul.menu1 li a {
display:block; /* il link occupa tutto lo spazio orizzontale */
text-decoration:none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
padding:0 1em; /* lascia spazio far il bordo del menu e il testo del link */
height:2em;line-height:2em; /* altezza del link: height e line-height devono avere il medesimo valore */
padding-left:20px;
background: transparent url(images/cms/vcmenu.gif) no-repeat 0px 5px ; 
}
ul.menu1 li { display:inline } /*elimina lo spazio fra gli elementi della lista introdotto da Opera*/


/* FINE MENU PRINCIPALE */



/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;

}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
html #menu_vert li a { height: 1%; } 
html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #ffffff; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 

}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
padding: 0.5em 0.5em 0.5em 2.8em;

      background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   
}
div#menu_vert a.activeparent:hover {
   
   color: #fe8c05;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   
   color: #ffffff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #ffffff;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fe8c05;                                 /* this will be link color for all levels */
   font-size: 90%;                          /* instead of the normal font size for <h3> */
   margin: 0;         
font-weight: none;                         /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #fe8e06;    
   
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
    padding: 0.3em 0.5em 0.3em 4.3em;
    background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 0.1px;
 margin-top: -1px;
   margin-bottom: 0;
   padding:1px 0 2px 0;
   background-color: #ff9900;
   overflow:hidden !important;
   /*line-height:1px !important;*/
   /*font-size:0.5px;  for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}



.ProductDirectoryItem
{width:200px;
height: 140px;

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 90.01%;
   line-height: 1em;
text-align:center;
float:left;
margin-left:20px;
margin-bottom:15px;

border: 1px dotted #000;
background:#f3f3f3;

}

.ProductDirectoryItem img
{margin-bottom:10px;
text-align:center;



}
/* End of 'Layout:css comune' */

