/* Top row */
div#buyers-top {
	clear: both;
	width: 970px;
	padding: 12px 0 0 0;
}

/* Main column */
div#buyers {
	clear: both;
	width: 970px;
	margin: 18px 0 0 0;
	background-image: url("../images/tiles/panel-970.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#buyers h2 {
	clear: both;
	margin: 0 0 30px 0;
	padding: 19px 0 16px 38px;
	font-size: 1.6em;
	font-weight: bold;
	background-image: url("../images/tiles/heading-arrow-970.gif");
	background-repeat: no-repeat;
}

div#buyers img {
	clear: both;
	float: left;
	width: 164px;
	padding: 0 24px 38px 24px;
}

div#buyers h3 {
	float: left;
	width: 738px;
	padding: 0 0 18px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #c50100;
}

div#buyers p {
	float: left;
	width: 738px;
	padding: 0 0 18px 0;
	font-size: 1.2em;
	line-height: 17px;
}

div#buyers ul {
	float: left;
	width: 738px;
	padding: 0 0 38px 0;
}

div#buyers ul li {
	padding: 0 0 6px 12px;
	font-size: 1.2em;
	background-image: url("../images/bullets/grey-on-white.gif");
	background-repeat: no-repeat;
	line-height: 15px;
}

