#header {
	height: 104px;
	position: relative;
}
h1 {
	position: absolute;
	top: 28px;
	left: 31px;
}
ul#nav {
	height: 34px;
	position: absolute;
	top: 35px;
	right: 12px;
}
ul#nav li {
	list-style: none;
	height: 34px;
	float: left;
	position: relative;
	margin-left: 10px;
}
ul#nav li a {
	height: 34px;
	text-indent: -9000px;
	display: block;
	outline: 0;
}
ul#nav li a.nav-home {
	background: url(../img/nav-home-eng.png) no-repeat 0 0;
	width: 68px;
}
ul#nav li a.nav-about {
	background: url(../img/nav-about-eng.png) no-repeat 0 0;
	width: 98px;
}
ul#nav li a.nav-products {
	background: url(../img/nav-products-eng.png) no-repeat 0 0;
	width: 94px;
}
ul#nav li a.nav-contact {
	background: url(../img/nav-contact-eng.png) no-repeat 0 0;
	width: 85px;
}
ul#nav li a:hover {
	background-position: 0 -34px;
}
ul#nav li a.selected {
	background-position: 0 -68px;
}
ul#nav li a.selected:hover {
	background-position: 0 -68px;
}
h3.sb-products {
	background: url('../img/sb-products-eng.gif') no-repeat 0 0;
}
h3.sb-about {
	background: url('../img/sb-about-eng.gif') no-repeat 0 0;
}
h3.sb-contact {
	background: url('../img/sb-contact-eng.gif') no-repeat 0 0;
}
a.details {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 21px;
	text-indent: -9999px;
	background: url('../img/details-eng.gif') no-repeat 0 0;
}

