*	{ margin: 0px; padding: 0px; }
html	{ overflow: -moz-scrollbars-vertical; height:100%; }
body	{ color: #fff; font: normal 12px "Verdana", sans-serif; text-align: center; }
a	{ color: #fff; text-decoration: none; }
a:hover	{ color: #fff; text-decoration: none; }
a	img	{ border: 0px; }

.container	{ overflow: hidden; width: 992px; padding-top: 30px; text-align: left; }

.top	{ overflow: hidden; width: 992px; }
.top	.logo	{ float:left; width: 350px; margin-right: 12px; }
.top	.topmenu	{ float: right; padding: 50px 0px 0px 0px; list-style: none; }
.top	.topmenu	li	{ float: right; display: block; background: url('images/topmenu_li_bg.png') no-repeat; padding: 13px 0px 14px 0px; }
.top	.topmenu	a	{ float: left; background-repeat: no-repeat; margin: 0px 15px; height: 15px; }
.top	.topmenu	a	span	{ visibility: hidden; }
.top	.topmenu	a.home	{ background-image: url('images/home.gif'); width: 42px; }
.top	.topmenu	a.about_us	{ background-image: url('images/about-us.gif'); width: 71px; }
.top	.topmenu	a.services	{ background-image: url('images/services.gif'); width: 70px; }
.top	.topmenu	a.contact_us	{ background-image: url('images/contact-us.gif'); width: 86px; }
.top	.topmenu	a:hover	{ background-position: 0px -15px; }
.top	.topmenu	a.current	{ background-position: 0px -15px; }
