/*
 * general style
 */
body {
  background-image: url('images/home_bkgd.jpg');
  background-repeat: no-repeat;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 10pt;
	margin: -8px -8px -8px -8px;
	padding: 8px 8px 8px 8px;
}
a {
  text-decoration:underline;
	color: #000066;
}
#wrapper	{
	margin: 0px;
	width: 762px;
}
h1, h2, h3, h4 {
	color: #000066;
}
p {
  margin: 0 0 0.75em 0;
}
h1 {
  font-size: 12pt;
  margin-bottom: 1em;
}
h2 {
  font-size: 11pt;
  margin: 1.2em 0 0.25em 0;
}
h3 {
  font-size: 10pt;
  margin: 0.8em 0 0.25em 0;
}
h4.figure {
  font-size: 10pt;
  font-weight: normal;
  margin-top: 0px;
}
img {
  border-width: 0px;
}
img.float-right {
  float:right;
}
span.smalltext {
  font-size: 8pt;
}
span.em-text {
	color: #284259;
  font-weight: bold;
}
dt {
	color: #284259;
  font-weight: bold;
}
dd {
  margin-left: 2em;
}
/*
 * header styles
 */
div#header {
  background: transparent;
	height: 85px;
  position: relative;
	text-align: left;
}
/*
 * main body styles
 */
div#mainbody {
	text-align: left;
  margin-bottom: 20px;
  min-height: 500px;
  padding: 10px;
  position: relative;
  height: 500px;       /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
}
html>body #mainbody {
  height: auto;
}

div#left {
  padding-top: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
}
div#middle {
  margin: 0px 0px 0px 170px;
  padding: 7px 10px 7px 10px;
	position: relative;
}
 /*
 * footer page style
 */
div#footer, div.updated {
	clear: both;
  width: 760px;
  color: #000033;
  font-size: 8pt;
  text-align: center;
  margin-top: 10px;
}
div#footer a {
  color: #000033;
}
div#footer a:hover {
  color: #ababab;
}
/*
 * block styles
 */
.block {
  padding: 1px;
  margin:0px 15px 20px 20px;
}

.blockcontent {
  margin: 11px 10px 10px 10px;
  line-height: 140%;
}
/*
 * contact form styles
 */
form#contact td.label {
	color: #603913;
  width: 100px;
  font-weight: bold;
  vertical-align: top;
}
form#contact input.field,
form#contact textarea.field {
  width: 300px;
  vertical-align: top;
}
/*
 * product styles
 */
.product {
	clear:both;
	margin-bottom: 40px;
}
.prod-image {
	float:left;
	margin-bottom:30px;
}
.prod-detail {
	margin-left: 110px;
}
div.prod-detail h3 {
	margin-top: 0px;
}
div.prod-detail p {
	margin-bottom: 5px;
}
div.prod-detail ul {
	margin-top: 0;
}
.product-range-row {
	clear:both;
	margin-bottom:10px;
}
.pr-odd {
	float:left;
}
.pr-even {
	padding-top: 40px;
	margin-left: 270px;
}
/*
 * Misc
 */
 body.kms_orders input {
	 margin-left: 4px;
 }
	 

