/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
q:before, q:after { content:''; }
/* end reset */

body, td, p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	}
body {
	background:#84875E;
	}
p {
	margin:0 0 14px 0;
	}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24pt;
	color : #84875e;
	text-align : left;
	font-weight : normal;
	}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : #84875e;
	text-align : left;
	font-weight : normal;
	}

a:hover {
	color : #84875e;
	}
 a {
	font-family : Arial, Helvetica, sans-serif;
	color : #161824;
	font-size : 9pt;
	border : 0;
	}
.cred {
	font-size : 7pt;
	text-align : center;
	color:#84875e;
	}
#title {
	color:#84875e;
	}
.ft {
	text-align : center;
	font-size : 8pt;
	}
#indent {
	padding-left:20px;
	}
.red {
	color : red;
	}
#foot a {
	font-size : 8pt;
	}
#index #home {
	position:relative;
	vertical-align:middle;
	height:100%;
	margin:auto;
	}
#page {
	width:750px;
	text-align:left;
 	margin:40px auto 0 auto;  /* centred page */
	padding:0;
  border:0;
	background:#FEFDE4;
	}
#header {
	margin:0;
	padding:0;
	}
#content {
	position:relative;
	width:635px;
/*
	background : #fefde4 url(img/hb_bglogo.gif) no-repeat right bottom;
*/
	}
#content td {
	padding:0 5px;
	color:#75813D;
	}
#title {
	width:100%;
	height:63px;
	text-align:center;
	padding:10px 0;
	}
#writetop {
	margin: 10px 0;
	}
#footer {
	width:100%;
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
	vertical-align:top;
	}

/* Page Styles follow */
#delivery #content,
#press #content,
#hb_details #content,
#hb_nomatch #content,
#hb_thumbs #content {
	background:transparent;
	}
#hb_thumbs .thumbimg {
	border:3px double black;
	max-width:150px;
	}
#hb_details .picimg {
	border:4px double black;
	}
#hb_details #details {
	margin:0;
	padding:10px 0 0 10px;
	}
	
#hb_thumbs #controls {
	width:440px;
	margin-top:10px;
	}
#hb_thumbs #left {
  text-align:right;
	width:100px;
	}
#hb_thumbs #center {
  text-align:center;
	width:100px;
	}
#hb_thumbs #right {
  text-align:left;
	width:100px;
	}

/* Contact Styles follow */
#contact #form {
		width:100%;
		text-align:center;
		}
#contact #form input,
#contact #form textarea {
		width:275px;
		margin-bottom:5px;
		}
#contact #form #submit,
#contact #form #reset {
			width:120px;
		 }
#contact .tdrt {
		text-align:right;
		vertical-align:top;
	 }
#contact .tdlft {
		text-align:left;
		}
#contact .tdcntr {
		text-align:center;
		}

/* Menu Styles follow */
	#menu {
    width:115px;
		vertical-align:top;
		text-align:left;
		padding:0;
		margin:0;
		padding-left:2px;
		}
	#menu ul {
		text-align:center;
		list-style:none;
		}
	#menu ul a {
		display:block;
		width:110px;
		height:26px;
		font-family:Times New Roman, Times, serif;
		font-size: 18px;
		font-weight:bold;
		text-decoration:none;
		color: #010661;
		background-repeat:no-repeat;
		background-position:0% 0px;
		}
	#menu ul a:hover {
		text-decoration:none;
		color:white;
		background-position:0% 100%;
		}
	#menu #pglnk
	 {
		text-decoration:none;
		color:white;
		background-position:0% 100%;
		}

