/* By http://Graphicp.net/ */
body {
	margin: 0px;
    background-color: #eaeaea;
}
h1 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	background-color: #333;
	padding: 30px 10px 0px 0px;
}
#navbar {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 27px;
	background-image: url(bg-nav.gif);
	border-bottom: 1px solid #999;
}
#navbar li {
	float: right;
}
#navbar li a {
	display: block;
	height: 27px;
	text-decoration: none;
	outline: none;
	text-indent: -5000px;
	overflow: hidden;
}

/* ---[Home-Button]------------------------------------------------------*/
#navbar #home {
	width: 98px;
	background-image: url(home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #home:hover {
	background-position: 0px -27px;
}
#navbar #home:active {
	background-position: 0px -54px;
}
#navbar.home #home {
	background-position: 0px -81px !important;
}


/* ---[Services-Button]--------------------------------------------------*/
#navbar #services {
	width: 87px;
	background-image: url(services.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #services:hover {
	background-position: 0px -27px;
}
#navbar #services:active {
	background-position: 0px -54px;
}
#navbar.services #services {
	background-position: 0px -81px !important;
}


/* ---[positions-Button]---------------------------------------------------*/
#navbar #positions {
	width: 87px;
	background-image: url(positions.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #positions:hover {
	background-position: 0px -27px;
}
#navbar #positions:active {
	background-position: 0px -54px;
}
#navbar.positions #items {
	background-position: 0px -81px !important;
}


/* ---[customer-Button]---------------------------------------------------*/
#navbar #customer {
	width: 87px;
	background-image: url(customer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #customer:hover {
	background-position: 0px -27px;
}
#navbar #customer:active {
	background-position: 0px -54px;
}
#navbar.customer #contact {
	background-position: 0px -81px !important;
}


/* ---[Contact-Button]---------------------------------------------------*/
#navbar #contact {
	width: 87px;
	background-image: url(contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #contact:hover {
	background-position: 0px -27px;
}
#navbar #contact:active {
	background-position: 0px -54px;
}
#navbar.contact #contact {
	background-position: 0px -81px !important;
}