#product-menu {
	width: 150px;
	float: left;
}
#product-menu h2 {
	margin: 1em 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
#product-menu ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#product-menu ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#supplier-info {
	width: 490px;
	float:right;
	position:relative;
	padding: 0 0 30px 0;
}

h1 {
	margin: 1em 0 2em 0;
}

#supplier-description {
	float:left;
	text-align:justify;
}

img.supplier-image {
	float: right;
}

#products {
	clear: both;
	border-top: 1px solid #bdbebe;
	width: 741px;
}

h3 {
	margin: 1em 0;
	text-transform:uppercase;
}

#tip_text {
	float:left;
	width:340px;
}