/*-- CSS for technical overview page - based upon that for home page --*/

/*-- section1: typography --*/



/*-- section2: colour--*/

#id_tech #col1 {background-color: #F4F4EC;}

#id_tech h2 {background-color: transparent;}

#tech #footer_marg{border-top: 2px solid #D3D3D3;}



/*-- section3: layout--*/

#id_tech#col1_marg {padding: 2px 0;}



#id_tech #content h2 {

  padding: 25px 0 0 0;

  margin:  0 10px 0.5em 10px;

  border-bottom: 1px solid red;

}



#sect1 {

  position: relative;

  margin: 10px 0 2em 0;

}



#a_ferrousprob {

  position: relative;

  left: 1%;

  width: 32%;

}



#b_magnomtheory {

  position: absolute;

  top: 0;

  left: 34%;

  width: 32%;

}



#c_benefit {

  position: absolute;

  top: 0;

  left: 67%;

  width: 32%;

}



#sect2 {

  position: relative;

  margin: 10px 0 1em 0;

}

#d_install {

  position: relative;

  left: 1%;

  width: 32%;

}



#e_service{

  position: absolute;

  top: 0;

  left: 34%;

  width: 32%;

}



#f_download {

  position: absolute;

  top: 0;

  left: 67%;

  width: 32%;

}





#b_magnomtheory .gbox_br , #c_benefit .gbox_br,

#e_service .gbox_br , #f_download .gbox_br

{margin-bottom: 0}

