html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 75%;
	color: #666;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	color: #e87321;
	margin: .5em 0 .5em 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	margin-top: 0;

}

h2 {
	font-size: 1.6em;

}

h3 {
	font-size: 1.4em;
}

p {
	font-size: 1em;
	line-height: 1.4;
	margin: 0 0 1em 0;
}

#header {
	display: none;
}

#header h1 {
	margin: 0;
	padding: 0;
	background: url(img/headerlogo.jpg) no-repeat 0 0;
	text-indent: -3000em;
	width: 590px;
	height: 145px;
}

#navbar {
	position: absolute;
	top: 100px;
	left: 0;
	height: 40px;
	margin: 0 20px;
}

#nav, #nav ul {
	float: left;
	width: 910px;
	line-height: 38px;

	list-style: none;
	margin: 0;
	padding: 1px 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #fff;
	font-size: 16px;
}

#nav ul {
	width: 260px;
	line-height: 1;
	margin: 0 0 1em 0;
	border: solid #dccfae;
	border-width: 1px 0;
	background: url(img/subnavback.jpg) 0 0;
	font-size: 14px;
}

#nav a {
	display: block;
	width: 130px;
	color: #7C6240;
	text-decoration: none;
	text-align: center;
}

#nav ul a {
	width: 190px;
	text-align: left;
	padding: 5px 10px;
}


#nav a.daddy {
	background: url(img/subarrow.gif) 190px 0 no-repeat;
}
#nav a.daddy:hover {
	background: url(none);	
}

#nav li {
	float: left;
	padding: 0;
	width: 130px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 210px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li ul li {
	/*padding-right: 1em;*/
	width: 210px;
}

#nav li ul a {
	width: 200px;
	
}

#nav li ul ul {
	margin: -1.75em 0 0 210px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}

/*#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #fff;
	font-size: 16px;
	height: 40px;
	width: 100%;
}

#navbar ul li {
float: left;
	width: 120px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	
}*/

#content,
#drawings {
	margin: 15px 20px 20px;
	/*border: 1px solid red;*/
	padding: 0;
}

#drawings img {
margin: 10px auto;
background-color: #fffcef;
	padding: 8px;
	border: 1px solid #333;
}

#drawings table table {
	border-top: 2px solid #f00;
}

#content img {
	float: right;
	margin: 0 0 20px 20px;
	background-color: #fffcef;
	padding: 8px;
	border: 1px solid #333;
}

#footer {
	clear: both;
	background: none;
	border-top: 1px solid #000;
	padding: 20px;
}

.footerlinks, .footerlinks a {
	text-align: center;
	color: #666;
	padding: 0 .5em;

}

#searchbox {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26px;
	left: 640px;
	height: 40px;
}

#newsletter {
	position: absolute;
	top: 60px;
	left: 640px;

}

#newsletter a,
#newsletter a:link,
#newsletter a:visited {
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #7C6240;
	background: url(img/subnavback.jpg) 0 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	display: block;
}

#newsletter a:hover,
#newsletter a:focus {
background: #eda;
}



#searchbox input
{
	width: 140px;
	padding: 2px 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
}

#contactus div {
width: 70%;
padding: 0.5em;
display: table;
}
#contactus label {
font-weight: bold;
float: left;
display: block;
font-size: 12px;
padding: 4px 0;
}
#contactus div input, #contactus div textarea {
font-family: "Courier New", Courier, mono;
font-size: 12px;
float: right;
width: 70%;
border: 1px solid #cfc0a3;
padding: 2px;
}
.required {
color: #f00;
}
.formerror {
color: #f00;
font-weight: bold;
}

.article {
width: 66%;
}

#articlelist {
margin: 15px 20px 20px 0;
padding: 0 1em 1em;
width: 25%;
float: right;
border: 1px solid #cfc0a3;
background: #fbebcb;
}

#articlelist h3 {
text-align: center;
border-bottom: 1px solid #cfc0a3;
}
#articlelist ul {
margin: 0 auto;
padding: 0;
list-style: none;
}
#articlelist ul li {
margin: .5em 0;
}
#articlelist a,
#articlelist a:link,
#articlelist a:visited
{
display: block;
padding: 2px 3px;
text-decoration: none;
color: #7c7857;
}

#articlelist a:focus,
#articlelist a:hover
{
background: #eda;
}

.hrarticle {
border: 0;
color: #f00;
background-color: #f00;
height: 1px;
}

.catalogue {
margin: 0;
padding: 0;
}

.catalogue th {
margin: 0;
padding: 5px;
color: #f00;
font-size: 1.2em;
background: #fbebcb;
}

.catalogue tr {

}
.catalogue td {
padding: 10px;
border-bottom: 1px solid red;
}

button {
    width:auto;
    overflow:visible;
    padding:1px 10px 1px 7px; /* IE6 */
}
button[type]{
    padding:2px 10px 1px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

a.actionDo, 
a.actionDo:link, 
a.actionDo:visited {
color: #9f9073;
font-weight: bold;
text-decoration: none;
background: #fbebcb;
padding: 5px;
border: 1px solid #cfc0a3;
height: 1%;
}
a.actionDo:hover, 
a.actionDo:focus {
color: #e87321;
border-color: #e87321;
}

.pagingtop a,
.pagingtop a:link,
.pagingbottom a,
.pagingbottom a:link {
padding: 0.25em 0.5em;
margin-right: .25em;
border: 1px solid #cfc0a3;
color: #9f9073;
background: #fbebcb;
text-decoration: none;
height: 1%;
}

.pagingtop a:hover,
.pagingtop a:focus,
.pagingbottom a:hover,
.pagingbottom a:focus {
color: #e87321;
border-color: #e87321;
}
.pagingtop strong, .pagingbottom strong {
margin-right: .25em;
padding: 0.25em 0.5em;
color: #e87321;
}
.pagingtop {
text-align: center;
}
.pagingbottom {
padding-top: 2em;
text-align: center;
border-top: 1px solid #000;
}

.mainlink {
text-decoration: none;
}
#footerlogos {
width: 350px;
margin: 0 auto 10px;
}

#footerlogos a img {
border: 0;
}
#footerlogos a {
margin-right: 5px;
}