@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#353535;
}
a {
	outline:none;
}
.banner {
	background:url(../img/banner.jpg) no-repeat top;
}
.banner div {
	font-family:Arial;
	font-size:14px;
	color:#555555;
	margin:129px 0 0 36px;
}
.menuBg {
	background:url(../img/menuBg.jpg) repeat-x left top;
}
ul.menuNav {
	margin:0 24px 0 0;
	padding:0;
	float:right;
	list-style:none;
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	overflow:hidden;
	clear:both;
	width:713px;
}
ul.menuNav li {
	float:left;
	list-style:none;
	line-height:47px;
	text-transform:uppercase;
	background:url(../img/menuDivider.jpg) no-repeat right;
}
ul.menuNav li a {
	color:#FFFFFF;
	text-decoration:none;
	line-height:47px;
	padding:14px;
}
ul.menuNav li a:hover {
	background:url(../img/menuBg_hover.jpg) repeat-x top;
	text-decoration:none;
	padding:14px;
}
ul.menuNav li.last {
	background:none;
}
.img_WS {
	background:url(../img/img_weighingScales.jpg) no-repeat left top;
}
.img_CCM {
	background:url(../img/img_currencyCountingMachine.jpg) no-repeat left top;
}
.img_goldTester{
	background:url(../img/img_goldtester.jpg) no-repeat left top;
}
