/*************************************************************************/
/* RESET 
/*************************************************************************/

body{
  background-image: url(../img/pixel/body_bg.jpg);
}

#header{
  background-image: url(../img/pixel/header.jpg);
}

#breadcrumbs{
  background: #FDC900;
  color: #000;
}


/*************************************************************************/
/* LAYOUT 
/*************************************************************************/

#logoOK a{
  background: url(../img/pixel/headerPixel.jpg) no-repeat;
}

#logo{
  margin: 15px 42px 0 0;
  width: 112px;
  height: 130px;
  float: right;
}

#logo a{
  margin: 0px;
}

#logo a.logoTLM{
  margin: 0px;
  height: 67px;
  width:112px;
  background: url(../img/pixel/tlm_logo.gif) no-repeat;
}

#logo a.logoTLM:hover {
  background: url(../img/pixel/tlm_logo1.gif) no-repeat;
}

#logo a.logoOK{
  margin: 0px;
  height: 61px;
  width:112px;
  background: url(../img/pixel/ok_logo.gif) no-repeat;
}

#logo a.logoOK:hover {
  background: url(../img/pixel/ok_logo1.gif) no-repeat;
}

/*************************************************************************/
/* NAVIGATION 
/*************************************************************************/

#navigation ul .firstNav .active1{
  border-color: #FDC900;
}

.mainActive,
#navigation ul ul a,
#navigation ul ul a:hover{
  border-color: #FAECBE;
}


#navigation ul ul a:hover,
#navigation ul ul li a.active,
#navigation ul ul li.active ul a.active {
    background: #FAECBE;
}


/*************************************************************************/
/* CONTENT 
/*************************************************************************/

.marginalContent a {
background:transparent url(../img/pixel/marginLink.jpg) no-repeat scroll 0 0 !important;
}

.marginalContent a:hover {
background:transparent url(../img/pixel/marginLinkHover.jpg) no-repeat scroll 0 0 !important;
}