/*
  eMouldings.co.za
*/

/*** Classes ***/

.latline{
  width: 784px;
  height: 1px;
  background-image: url(../images/long_lateral.jpg);
  background-repeat: no-repeat;
  margin-bottom: 0px;
}

.producttitlelarge{
   font-size: 18px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #000000;
}

.producttitlelargehighlight{
   font-size: 18px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color:#FAC261;
}

.ctable{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.ctable strong{
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

.tp{
  width: 100%;
}

.tpa{
  width: 50%;
}

.tpb{
  width: 50%;
}

.widget{
  margin-right: 5px;
}

.focusguide{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  text-align: right;
  padding-right: 30px;
}

.ident{
  text-indent: 16px;
}











/*** Identifiers ***/
#ptitlesection{
position: relative;
margin-top: 10px;
width:100%;
height:auto;
margin-bottom: 10px;
}

#pbody{
  position: relative;
  height: 500px;
}

#timbers{
margin-top: 10px;
position: absolute;
top: 0px;
left: 0px;
height: auto;
width: auto;
float: left;
z-index: 10;
}

#dxf{
margin-top: 10px;
  position: relative;
  height: auto;
  width: auto;
  float: right;
  margin-right: 20px;
  z-index: 100;
}

#img{
margin-top: 30px;
  position: absolute;
  width: 784px;
  height: auto;
  text-align: center;
  z-index: 0;

}

#copyright{
margin-top: 10px;
  position: relative;
  font-size: 12px;
  text-align: left;
}





