/* homepage button links */

.leftmessage
	{
	position: absolute;
	font: 8pt arial;
	font-style: italic;
	top: 180px;
	left: 94px;
	float: left;
	width: 280px;
	height: 140px;
	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;
	text-align: justify;
	color: #606060;
	}

/* movie box */

.leftbox
	{
	position: absolute;
	top: 268px;
	left: 94px;
	float: left;
	width: 280px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;
	text-align: justify;
	color: #333333;
	}

/* box below message */

.homebuttons
	{
	position: absolute;
	top: 527px;
	left: 455px;
	width: 402px;
	padding: 0px 0px;
	float: left;
	}

/* mat button */

#butmat
{
  display: block;
  width: 134px;
  height: 46px;
  background: url("../images/btHomeMat.png") no-repeat 0 0;
  float: left;
}

#butmat:hover
{
  background-position: 0 -46px;
}

#butmat span
{
  display: none;
}

/* paint button */

#butpaint
{
  display: block;
  width: 134px;
  height: 46px;
  background: url("../images/btHomePaint.png") no-repeat 0 0;
  float: left;
}

#butpaint:hover
{
  background-position: 0 -46px;
}

#butpaint span
{
  display: none;
}

/* wedge button */

#butwedge
{
  display: block;
  width: 134px;
  height: 46px;
  background: url("../images/btHomeWedge.png") no-repeat 0 0;
  float: left;
}

#butwedge:hover
{
  background-position: 0 -46px;
}

#butwedge span
{
  display: none;
}

/* homepage image links */

.homeimages
	{
	position: absolute;
	top: 318px;
	left: 444px;
	width: 402px;
	padding: 0px 0px;
	float: left;
	}

/* mat image */

#imgmat
{
  display: block;
  width: 134px;
  height: 246px;
  background: url("../images/imHomeMat.png") no-repeat 0 0;
  float: left;
}

#imgmat:hover
{
  background-position: 0 -246px;
}

#imgmat span
{
  display: none;
}

/* paint image */

#imgpaint
{
  display: block;
  width: 134px;
  height: 246px;
  background: url("../images/imHomePaint.png") no-repeat 0 0;
  float: left;
}

#imgpaint:hover
{
  background-position: 0 -246px;
}

#imgpaint span
{
  display: none;
}

/* wedge image */

#imgwedge
{
  display: block;
  width: 134px;
  height: 246px;
  background: url("../images/imHomeWedge.png") no-repeat 0 0;
  float: left;
}

#imgwedge:hover
{
  background-position: 0 -246px;
}

#imgwedge span
{
  display: none;
}