@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*   top nav area   */

#navigation_area {
	height: 80px;
	margin: 0px auto;
}
#top_links {
	width: auto;
	height: 38px;
	margin: 0px;
	font-size: 8.5pt;
	text-align: right;
	padding: 10px 10px 0px 0px;
}
#top_links a {
	text-decoration: none;
}
#top_links a:hover {
	text-decoration: underline;
}
#site_buttons {
	width: 640px;
}
#site_buttons div {
	float: right;
	display: inline;
}
#site_buttons div a {
	border: 0px;
}
#site_buttons div a img {
	border: 0px;
}
#site_buttons div a.about_us {
	display: block;
	background-position: 0px 0px;
}
#site_buttons div a.about_us:hover {
	background-position: 125px 0px;
}
#site_buttons div a.services {
	display: block;
	background-position: 0px 0px;
}
#site_buttons div a.services:hover {
	background-position: 125px 0px;
}
#site_buttons div a.clients {
	display: block;
	background-position: 0px 0px;
}
#site_buttons div a.clients:hover {
	background-position: 125px 0px;
}
#site_buttons div a.downloads {
	display: block;
	background-position: 0px 0px;
}
#site_buttons div a.downloads:hover {
	background-position: 125px 0px;
}
#site_buttons div a.contacts {
	display: block;
	background-position: 0px 0px;
}
#site_buttons div a.contacts:hover {
	background-position: 125px 0px;
}



