/* body.css */

body, html,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, p, blockquote,
table, tr, th, td,
form, fieldset, input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1em;
}
body {
	color: #646464;
	font-size: 62.5%;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #fff url('/media/dsg/bg.gif') repeat-x top left;
}
h1 img,
#main_menu img,
.home_prod_thumb img,
.product_home .more img,
.product img,
.news img,
.thumb img,
form img,
.supplier_single img,
.search_form_submit img {
	border: 0px;
}
img {
	vertical-align: bottom;
}
a {
	color: #0066b3;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
p {
	line-height: 18px;
}