body {
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 80%;
	background-color: #000000;
}

h1 {
	font-size: 140%;
	line-height: 1.5em;
	margin-top:0;
}

p {
	line-height: 1.5em;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 107px;
	background: url(../library/images/home-menu-bg.jpg) no-repeat 0 0;
	position: relative;
}

#header .language-box {
	padding-top: 8px;
	position: absolute;
	font-size:80%;
	top:0;
	right: 44px;
	color: #FFFFFF;
	background: url(../library/images/language-bg-w.gif) no-repeat;
	width: 160px;
	height: 22px;
	text-align: center;
	font-weight:bold;
}

.language-box a:link, .language-box a:visited {
	color: #FFFFFF;
}

#nav {
	position: absolute;
	top: 52px;
	right: 20px;
	width: 500px;
	height: 55px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	float: left;
}

#nav a {
	background-image: url(../library/images/menu.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	outline: none;
	text-indent: -9000px;
	display: block;
	width: 115px;
	height: 55px;
}

#about a {
	background-position: 0 0;
}

#about a:hover {
	background-position: 0 -55px;
}

#products a {
	background-position: -115px 0;
}

#products a:hover {
	background-position: -115px -55px;
}

#quality a {
	background-position: -230px 0;
}

#quality a:hover {
	background-position: -230px -55px;
}

#contact a {
	background-position: -345px 0;
}

#contact a:hover {
	background-position: -345px -55px;
}

#footer {
	height: 59px;
	padding-top:10px;
	color: #FFFFFF;
	text-align: center;
}

.clearfix {
	clear: both;
}