@charset "utf-8";
/* CSS Document */
#three {
	background-image: url(images/three.gif);
}
#leftcol {
	background-image: url(images/equipment-en.gif);
	background-position: 1px 0px;
	background-repeat: no-repeat;
}
#leftcol ul li a.pictured {
	background-image: url(images/picturelink.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#rightcol ul {
	background-image: url(images/rightnav.gif);
	background-repeat: no-repeat;
}
#rightcol ul li a.company:hover {
	background-image: url(images/comp_roll.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#rightcol ul li a.where:hover {
	background-image: url(images/work_roll.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#rightcol ul li a.contacts:hover {
	background-image: url(images/cont_roll.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#rightcol ul li a.links:hover {
	background-image: url(images/links_roll.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#footer {
	background-image: url(images/shortcuts.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}