body {
	position: relative;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000;
	font-size:11px;
	background-color:#861614;
	text-align: center;
	}


#content{
	position: relative;
	margin-top:9px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FBEDD7;
	border:1px solid #000;
	width:690px;
	padding:5px;
	text-align:left;
	background-image: url(../gfx/gradient.jpg);
	background-repeat: no-repeat;
	height: auto;
	overflow: auto;
	}

#leftcolumn{
	padding:5px;
	padding-right:10px;
	float:left;
	left:0px;
	top:0px;
	width:330px;
	border-right:1px solid #EFC179;
}

#leftcolumn h2{
	font-size:12px;
}

#leftcolumn ul{
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}

#rightcolumn{
	padding:0px;
	padding-right:5px;
	right:0px;
	top:0px;
	width:320px;
	float:right;
}

#rightcolumn h2{
	font-size:12px;
}

#rightcolumn ul{
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}

#rightcolumn #twoimages{
	margin-left:auto;
	margin-right:auto;
	width:210px;
}

ul#companylist li{
	list-style:none;
	margin-left:60px;
	}

ul#companylist{
	margin:-0px;
	padding:0px;
	border-bottom:1px solid #EFC179;
}

/*#menu{
	position: relative;
	margin-top:9px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F6DDB6;
	border:1px solid #000;
	width:690px;
	padding:5px;
	text-align:center;
	}
*/

#footer{
	position: relative;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#861614;
	color: #FFF;
	text-align:center;
	}

a.menulink{
	position:relative;
	left:0px;
	background-color:#F6DDB6;
	height:15px;
	width:100px;
	display:inline;
	margin:0px;
	padding:5px;
	text-decoration:none;
}

a.menulink:hover{
	background-color:#ECB660;
}

a.outer:link {
	color: #fff;	
}
a.outer:visited {
	color: #fff;	
}
a.outer:active {
	color: #fff;	
}
a.outer:hover {
	color: #bbb;
}

img {
	border: 0px;	
}
a.img {
	border: 1px solid #000;	
}
a.img:hover {
	border: 1px solid #888;	
}

img.thumbnail{
	margin:5px;
	border:1px solid #000;
	}

img.smlogo{
	float:left;
	}

img.centered{
	display: block;
	margin-left:auto;
	margin-right:auto;
}

a:link {
	COLOR: #000
}
a:visited {
	COLOR: #000
}
a:hover {
	COLOR: #000
}
a:active {
	COLOR: #000
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;

   }

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;

   }


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;

   }

p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

   }

/* tables */

table {
	border-collapse: collapse;
}
tr {
	
}
td {
	border: 1px solid #000;
}
table#woods {
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}
table#woods td {
	padding: 5px;	
	font-size: 14px;
	font-weight: bold;
}
table#gallery {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
table#gallery td {
	border: 0px;
	width: 33%;
	vertical-align: top;
}
table#gallery tr.header {
	font-size: 14px;
	font-weight: bold;	
}

table#thumbnails {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
table#thumbnails td {
	border: 0px;
	width: 20%;
}
table#thumbnails td.half {
	width: 50%;
	border: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table#products {
	text-align: center;	
	width: 100%;
}
table#products td {
	border: 0px;
	padding: 5px;
	text-align: center;	
}

table#colourchart {
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}
table#colourchart tr {
	
}
table#colourchart td {
	border: 0px;
	width: 102px;
	height: 102px;
}

div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}
div.left {
	float: left;
	text-align: left;
}
div.right {
	float: right;
	text-align: right;
}

div#form {
	float: left;
	text-align: left;
	clear: both;
	display: block;
	position: relative;	
}

/* Web Forms */

form {
	margin: 2px;
}

label {
	position: relative;
	margin: 1px;
}
input {
	position: relative;
	margin: 1px;
}
select {
	position: relative;
	margin: 1px;
}
textarea {
	position: relative;
	margin: 1px;
}

label.label {
	font-size: 11px;
	color: #000;
	text-align: center;
	text-decoration: none;
}

.field {
	font-size: 11px;
	color: #000;
	background-color: #F6DDB6;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
}

textarea.textarea {
	font-size: 11px;
	color: #000;
	background-color: #F6DDB6;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	width: 80%;
	height: 150px;
}

input.fixed {
	font-size: 11px;
	color: #000;
	background-color: #F6DDB6;
	border-width: 1px;
	width: 80px;
	border-color: #000;
	border-style: solid;
}

input.checkbox {
	color: #000;
}

input.button {
	font-size: 11px;
	color: #000;
	background-color: #F6DDB6;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000;
	cursor: pointer;	
}

select.fieldmain
{
	font-size: 11px;
	color: #000;
	background-color: #F6DDB6;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
}

.hidden {
	visibility: hidden;
	position: absolute;
	z-index: -1;	
	display: none;
	color: #861614;
}

#contacting {
	border:0;
	border-collapse:collapse;
	width: 100%;
}

#contacting td {
	width: 50%;
	border:0;
}
