* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
}

#top {
	width: 960px;
	height: 217px;
	margin: 0px auto;
	background: url(images/logo.jpg);
}

#productlist {
	width: 782px;
	margin: 0px auto;
}

.list {
	background: url(images/bottom.gif) bottom;
}

h1 {
	margin: 0px 0px 0px 55px;
	font-size: 14px;
	font-weight: bold;
	color: #117fb9;
}

ul {
	width: 686px;
	margin: 0px auto;
}

ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #E5E5E5;
}

ul li.noborder {
	border: 0px none;
}

ul li p {
	float: left;
}

ul li a {
	float: right;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px 0px 0px;
	font-size: 10px;
	color: #202020;
	text-decoration: none;
	background: url(images/pdf.gif) center right no-repeat;
}

#footer {
	height: 181px;
	background: #EDEDED;
	text-align: center;
}