html,body {
	background-color: #a1a1a1;
	color: #696a6f;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#wrapper {
	width: 850px;
	margin: 15px auto;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
}

div#header {
	background: url('../img/header.jpg') #d1d2d4 bottom left no-repeat;
	height: 227px;
}

ul#headernav {
	margin: 13px 12px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

ul#headernav li {
	display: inline;
	list-style: none;
	margin: 0 11px 0 0;
	padding: 13px 5px 15px 0;
	background: url('../img/headerline.gif') right top no-repeat;
}

ul#headernav li a {
	color: #86878a;
	text-decoration: none;
}

img#logo {
	margin: 18px 0 0 88px;
}

div#headerimg {
	margin: 37px 0 0 38px;
	width: 185px;
	height: 75px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

div#main {
	margin: 0;
	padding: 58px 0 0 28px;
}

div#footer {
	clear: both;
	padding: 39px 0 0 0;
	background: url('../img/footerback.gif') #ffffff left 39px repeat-x;
	height: 29px;
}

ul#footernav {
	list-style: none;
	padding: 0;
	margin: 0 0 0 28px;
}

ul#footernav li {
	display: inline;
	color: #86878a;
	line-height: 25px;
}

ul#footernav li a {
	color: #86878a;
	text-decoration: none;
	margin: 0 5px;
}

ul#footernav li a:hover, ul#headernav li a:hover {
	text-decoration: underline;
}

#main h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
	font-weight: bold;
	color: #f8982c;
}

#main h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
	font-weight: bold;
	color: #696a6f;
}

#main p {
	margin-top: 0;
	padding-top: 0;
	color: #696a6f;
}

#main a {
	color: #f8982c;
	text-decoration: none;
}

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

#main #sidebar {
	float: left;
	margin-top: 3px;
	border-right: 1px solid #dddedf;
	width: 227px;
	padding: 0 15px 0 0;
	margin: 0 25px 0 0;
}

#sidebar strong {
	font-weight: normal;
	color: #f8982c;
}

#main #content {
	float: left;
	width: 530px;
}

a img {
	border: none;
}

div.homepage {
	float: left;
	width: 160px;
	height: 165px;
	font-size: 12px;
	color: #58585a;
	padding-right: 25px;
	line-height: 16px;
}

div.homepage h3 {
	margin: 0 0 1px 0;
	padding: 0 0 0 6px;
	background-color: #d4e2f4;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	width: 148px;
}

div.homepage img {
	margin-bottom: 7px;
}

div.subcat {
	float: left;
	width: 110px;
	height: 45px;
	font-size: 12px;
	color: #58585a;
	padding-right: 25px;
	line-height: 16px;
}

div.subcat h3 {
	margin: 0 0 1px 0;
	padding: 0 6px 0 6px;
	background-color: #d4e2f4;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}

div.product {
	float: left;
	width: 110px;
	height: 165px;
	font-size: 12px;
	color: #58585a;
	padding-right: 25px;
	line-height: 16px;
}

div.product h3 {
	margin: 0 0 1px 0;
	padding: 0 6px 0 6px;
	background-color: #d4e2f4;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}

div.product img {
	margin-bottom: 7px;
}

ul#sidemenu {
	margin: 0;
	padding: 0;
}

ul#sidemenu li {
	border: 1px solid #dddedf;
	margin-bottom: -1px;
	list-style-position: inside;
	padding-left: 15px;
	font-size: 13px;
}

ul#sidemenu li.child {
	list-style-type: circle;
	padding-left: 30px;
	font-style: italic;
	border-top: 1px solid #ffffff;
}

ul#sidemenu li.catalogue a {
	text-decoration: line-through;
	font-style: italic;
}

ul#sidemenu li a {
	line-height: 20px;
	color: #86878a;
	text-decoration: none;
}

ul#sidemenu li a:hover {
	color: #f8982c;
	text-decoration: none;
}

ul#sidemenu li.current, ul#sidemenu li.current a {
	color: #f8982c;
	font-weight: bold;
}

.centered {
	text-align: center;
}

form.showroomform {
	margin-top: 2em;
	padding: 5px;
	border: 1px solid #dddedf;
	background-color: #f7f8f8;
}

form.showroomform label {
/*	clear: left;*/
	float: left;
	width: 150px;
	display: block;
}

form input, form select, form textarea {
	margin-bottom: 4px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
}

form.showroomform textarea {
	width: 250px;
	height: 80px;
}

form.showroomform input.submitButton {
	border: 1px solid #f8982c;
	background-color: #dddedf;
	color: #0f6ea8;
	margin-bottom: 0;
	margin-top: 5px;
}

form span.inline label {
	clear: none;
	float: none;
	width: auto;
	display: inline;
}

span.error {
	color: #f00;
}

#main h3 a {
	color: #696a6f;
	text-decoration: none;
}

div.radio 
{
	height: 10px;
}

div.radio legend 
{
     display: none;
}

div.radio fieldset
{
	border: 0;
}

div.radio label 
{
      float: 		left;
      width:        90px;
      margin-right: 5px;
      height:       25px;
}

div.radio input 
{
      width:        auto;
      float: 		left; 
}
