/* CSS Document */
* html a:hover
{
visibility:visible
}



.requestbutton
{
position: absolute;
background:url(gfx/requestacatalog-over.gif) no-repeat;
white-space: nowrap;
display: block;
width: 156px;
height: 60px;
margin: 0;
padding: 0;
top:200px;
left:18px;
}

.requestbutton a
{
display: block;
width: 156px;
height: 60px;
display: block;
float: left;
}

.requestbutton img
{
width: 156px;
height: 60px;
border: 0
}

.requestbutton a:hover img
{
visibility:hidden
}



.industriesbutton
{
position: absolute;
background:url(gfx/otherindustries-over.gif) no-repeat;
white-space: nowrap;
display: block;
width: 156px;
height: 60px;
margin: 0;
padding: 0;
top:290px;
left:18px;
}

.industriesbutton a
{
display: block;
width: 156px;
height: 60px;
display: block;
float: left;
}

.industriesbutton img
{
width: 156px;
height: 60px;
border: 0
}

.industriesbutton a:hover img
{
visibility:hidden
}



.dealerbutton
{
position: absolute;
background:url(gfx/becomeadealer-over.gif) no-repeat;
white-space: nowrap;
display: block;
width: 156px;
height: 60px;
margin: 0;
padding: 0;
top:380px;
left:18px;
}

.dealerbutton a
{
display: block;
width: 156px;
height: 60px;
display: block;
float: left;
}

.dealerbutton img
{
width: 156px;
height: 60px;
border: 0
}

.dealerbutton a:hover img
{
visibility:hidden
}

