.contact
{
  width:178px;
  height:128px;/*200px*/
  margin-top:17px;
  text-decoration:none;

}
/*
.contact:hover
{
  cursor: pointer;
}*/

.contact_left
{
  background-image: url(../images/contact_left.gif);
  width:7px;
  height:128px;
  float:left;
}

.contact_center
{
  background-image: url(../images/contact_center.gif);
  width:164px;
  height:128px;
  float:left;
  font-size: 11px;
  font-weight:bold;
}

.contact_right
{
  background-image: url(../images/contact_right.gif);
  width:6px;
  height:128px;
  float:left;
}


.contacttitleline
{
  margin-left: 10px;
  margin-top: 8px;/*6px*/

  color: #ffffff;
  text-decoration:none;
}

.contacttitleline a
{

  color: #ffffff;

}

.requestquote
{
  margin-left: 10px;
  margin-top: 8px;/*6px*/
  color: #ffffff;
  cursor:pointer;
/*  behavior: url(css/iepngfix.htc); */
}


.requestquote:hover
{
	text-decoration:underline;

}

.requestquote a
{

  font-size: 14px;
  color: #ffffff;
}


.contactcontentline
{
  margin-left: 20px;
  margin-top: 5px;
  color: #ffffff;
  font-weight:normal;

}


.contactmailline
{
  margin-left: 20px;
  margin-top: 5px;
  color: #ffffff;
  text-decoration:underline;  
  font-weight:normal; 
  
}

.contactmailline a
{
  color: #ffffff;
  text-decoration:underline;  
}