
body {
	padding: 20px 0;
	margin: 0;
	background: #fef0d4;
}

body, p, ul, ol, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 { font-size: 14px; }

a img { border: none; }

.required { color: #f00; }

form#searchbox {
	background: #fef0d4;
	text-align: center;
	padding: 5px 0;
}
#searchbox input { margin: 5px 0; }

#layout {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000;
	background-color: #fff;
	background-image: url(/images/verticalbg.gif);
}

#header {
	height: 156px;
	background-image: url(/images/header.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#topnav {
	height: 26px;
	line-height: 26px;
	background-image: url(/images/topnav.gif);
	margin: 0;
	padding: 0;
}

#topnav ul, #topnav li { list-style: none; }

#topnav li { float: left; }

#topnav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 125px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
}

#topnav a:hover { text-decoration: underline; }

#navhome { margin-left: 148px; }
#topnav a#navcatalogue { width: 122px }


#sidenav ul, #sidenav li {
	font-weight: bold;
	padding: 0; margin: 0;
	list-style: none;
}

#sidenav a { color: #fff; text-decoration: none; display: block; padding: 5px 10px 5px 16px; border-bottom: 1px solid #e9544a; background-image: url(/images/navbullet.gif); background-repeat: no-repeat; background-position: 5px 9px;}
#sidenav a:hover { text-decoration: underline; }

#sectionnav li {
  width: 73px;
  float: left;
  height: 24px;
  line-height: 24px;
}

#sidenav #sectionnav a {
  padding: 0;
  background: transparent;
  display: block;
  text-align: center;
  width: 73px;
  font-size: 11px;
}

ul#sectionnav {
  height: 24px;
}

#sidenav #sectionnav .active_section a {
  background: #e62100;
}

#sidenav #sectionnav .inactive_section a {
  background: #FEF0D4;
  color: black;
}


#renishaw {
	width: 255px;
	height: 156px;
	margin: 0;
	padding: 0;
	background-image: url(/images/logo.gif);
}

#renishaw a { text-indent: -5000px; display: block; height: 156px; }

#sidenav {
	width: 146px;
	float: left;
}

#content {
	width: 602px;
	float: left;
	padding: 10px;
}

#clear {
	color: #fff;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0; padding: 0;
}

#footer { text-align: center; color: #000; }
#footer a { color: #000; text-decoration: none; }

form dt {
  width: 200px;
  float: left;
  clear: left;
  text-align: right;
  margin-top: 5px;
}

form dd {
  float: left;
  width: 300px;
  margin-left: 10px;
  margin-top: 5px;
}

.wpform h1 {
  display: none;
}

.wpfrequired {
  font-weight: bold;
  color: #f00;
}

.wp_form_errors {
  border: 2px solid #f00;
  padding: 4px;
  background: #f90;
  color: #fff;
  font-weight: bold;
}

#breadcrumbs {
  font-size: 12px;
  display: block;
}

#category h2 {
  margin-top: 12px;
  font-size: 18px;
}
