html{height:101%}
body{
 margin:0;
 padding-top:25px;
 background-color:#FFFFFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#000000;
 text-align:justify;
/* scrollbar-face-color: #FFFFFF; 
 scrollbar-shadow-color: #FFFFFF; 
 scrollbar-highlight-color: #FFFFFF; 
 scrollbar-3dlight-color: #000000; 
 scrollbar-darkshadow-color: #3F919D; 
 scrollbar-track-color: #FFFFFF; 
 scrollbar-arrow-color:#000000;*/
}
a:link    {text-decoration:none}
a:visited {text-decoration:none}
a:hover   {text-decoration:none}
a:active  {text-decoration:none}
/*--------------------------*/
/*DIVISIONS*/
/*--------------------------*/
#principal {
 margin: auto;
 width: 900px;
 background-color:#FFFFFF;
}
#logotip{
 position:absolute;
 z-index:5;
 width:215px;
 padding-left:30px;
}
#sobre_fons_capcalera{
 position:absolute;
 z-index:3;
 width:900px;
 height:185px;
 background-image:url(../imatges/sobre_fons_capcalera.gif);
 background-repeat:no-repeat;
 top:119px;
}
#franja_superior{
 height: 66px;
 background-image:url(../imatges/franja_superior.jpg);
 background-repeat:no-repeat;
 padding-right:20px;
 padding-top:10px;
 text-align:right;
}
#idiomes{
 color:#4f4f4f;
 padding-right:20px;
 padding-bottom:5px;
 text-align:right;
}
#foto_cap{
 height:185px;
 background-image:url(../imatges/imgcapcalera2.gif);
 background-repeat:no-repeat;
}
#distribuidor{
 height:25px;
 padding-left:20px;
 padding-top:5px;
 font-weight:bold;
}
#marques{
 height:40px;
 padding-bottom:15px;
}
#navegacio{
 width:167px;
 float:left;
 background-image:url(../imatges/menu_esq_fons.jpg);
 background-repeat:repeat-y;
 padding-left:30px;
 padding-top:10px;
}
#area_text{
 width:695px;
 float:right;
}
#area_text_esquerra{
 width:515px;
 float:left;
 padding-top:10px;
 padding-right:10px;
}
#area_text_dreta{
 width:130px;
 float:right;
 background-image:url(../imatges/menu_dre_fons.jpg);
 background-repeat:repeat-y;
 padding-top:10px;
 padding-right:30px;
 padding-left:10px;
 padding-bottom:10px;
} 
#franja_inferior{
 clear:both;
 height: 42px;
 background-image:url(../imatges/franja_inferior.jpg);
 background-repeat:no-repeat;
 padding-top:20px;
 padding-left:190px;
 color:#FFFFFF;
}
/*Característiques de cada divisió*/
#idiomes a:link    {color: #4f4f4f}
#idiomes a:visited {color: #4f4f4f}
#idiomes a:hover   {color: #4f4f4f}
#idiomes a:active  {color: #4f4f4f}

#franja_inferior a:link    {color: #FFFFFF}
#franja_inferior a:visited {color: #FFFFFF}
#franja_inferior a:hover   {color: #FFFFFF}
#franja_inferior a:active  {color: #FFFFFF}

#area_text_esquerra a:link    {color: #0097cf; font-weight:bold}
#area_text_esquerra a:visited {color: #0097cf; font-weight:bold}
#area_text_esquerra a:hover   {color: #b2e0f1; font-weight:bold}
#area_text_esquerra a:active  {color: #0097cf; font-weight:bold}

#area_text_dreta a:link    {color: #0097cf;}
#area_text_dreta a:visited {color: #0097cf;}
#area_text_dreta a:hover   {color: #ffffff;}
#area_text_dreta a:active  {color: #0097cf;}

#franja_superior a:link    {color: #FFFFFF}
#franja_superior a:visited {color: #FFFFFF}
#franja_superior a:hover   {color: #FFFFFF}
#franja_superior a:active  {color: #FFFFFF}

#navegacio img {border:thin; border-color:#000000;}
#area_text_dreta img {border:thin; border-color:#000000;}
/*Característiques vàries*/
form{
 background-color:#FFFFFF;
 width:95%;
}
label {display:block;}
#area_text_esquerra ul, li{
 list-style:none;
 display:block;
 margin-bottom:-2px;
}
table tr{ vertical-align:top;}
/*----------------------------
menú CSS
------------------------------*/
/* Root = Vertical, Secondary = Vertical */
ul#navmenu-v,
ul#navmenu-v li,
ul#navmenu-v ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 125px; /*For KHTML*/
  list-style: none;
}

ul#navmenu-v:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px Verdana;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-v li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu-v a {
  border: 0px solid #f6cac5;
  border-bottom-width:1px;
  border-right-color: #f6cac5;
  border-bottom-color:#FFFFFF;
  padding: 0 6px;
  display: block;
  background: #0097cf;
  color: white;
  font: bold 12px/24px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
  background: #b2e0f1;
  color: #white;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
  background: #0097cf;
  color: #black;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,
ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {
  background: #b2e0f1;
  color: #black;
}

/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li a {
  background: #0097cf;
  color: #black;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover,
ul#navmenu-v li:hover li:hover li:hover a,
ul#navmenu-v li.iehover li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover a {
  background: #b2e0f1;
  color: #black;
}

/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li.iehover li a {
  background: #0097cf;
  color: #black;
}

/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover li a:hover {
  background: #b2e0f1;
  color: #black;
}

ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 125px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
  display: none;
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
  display: block;
}

/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
