* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #454545;
	font-size: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(images/browser_background.jpg);
}
#wrapper {
	text-align: left;
	width: 990px;
	margin: 0 auto;
}
#ultimakeBar {
	height: 95px;
	width: 990px;
	background-image: url(images/ultimake_bar.png);
	position: relative;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
#ultimakeBar h2 a {
	display: block; /* Allows you to change the width and height of the image */
	height: 49px;
	width: 167px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000;
	background-image: url(images/ultimake_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 25px;
	top: 20px;
	position: relative;
}
#ultimakeBarLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	position: absolute;
	height: 20px;
	width: 495px;
	left: 458px;
	top: 51px;
	color: #2c5f95;
}
#ultimakeBarLinks b {
	padding-right: 50px;
}
#ultimakeBarLinksProducts {
	cursor: pointer;
}
#bottomBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #A6A6A6;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 16px;
}
.ultimakeBarLinksItemNormal {
	font-weight: normal;
	color: #2c5f95;
	text-decoration: none;
	cursor: pointer;
}
.ultimakeBarLinksItemHighlighted {
	color: #2c5f95;
	font-weight: normal;
	cursor: default;
	text-decoration: none;
}
a img {
	border: 0;
}
