body {
	margin:0;
	padding:15px 0;
	color:#e3e3dd;
	font:12px Helvetica;
	background:#000;
	min-width:850px;
}
img {
	border: none;
}
a {
	text-decoration:underline;
	color:#e3e3dd;
	outline:none;
}
a:hover {
	text-decoration:none;
}
#main {
	width:708px;
	margin:0 auto;
}
#container {
	display:table;
	width:708px;
}
/*header container*/
#header {
	display: table-header-group;
}
.member-logo-outer {
	width:100%;
	margin:0 0 18px;
	overflow:hidden;
}
.member-logo {
	float:right;
}
.logo {
	display:block;
	width:709px;
	margin:0 auto 10px;
}
.logo a {
	display:block;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/logo.gif') no-repeat;
}
.top-info {
	width:100%;
	margin:0 0 45px;
	overflow:hidden;
}
.top-info ul {
	margin:0;
	padding:0 0 0 1px;
	list-style:none;
	float:left;
	background: url('../images/separ1.gif') no-repeat;
}
.top-info li {
	float:left;
	padding:0 12px 0 11px;
	background: url('../images/separ1.gif') no-repeat 100% 0;
}
.top-info li img {
	float:left;
}
.date {
	float:right;
}
ul#nav {
	width:100%;
	margin:0;
	padding:0 0 18px;
	list-style:none;
	overflow:hidden;
}
#nav li {
	float:left;
	padding:0 0 0 42px;
}
#nav li.first {
	padding:0;
}
#nav li a {
	float:left;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
}
.home {
	width:42px;
	background: url('../images/home.gif') no-repeat;
}
.about-us {
	width:67px;
	background: url('../images/about-us.gif') no-repeat;
}
.pawnbroking {
	width:100px;
	background: url('../images/pawnbroking.gif') no-repeat;
}
.selling {
	width:59px;
	background: url('../images/selling.gif') no-repeat;
}
.history {
	width:60px;
	background: url('../images/history.gif') no-repeat;
}
.press {
	width:42px;
	background: url('../images/press.gif') no-repeat;
}
.contact-us {
	width:86px;
	background: url('../images/contact-us.gif') no-repeat;
}
#nav li a:hover,
#nav li.active a {
	background-position:0 -17px;
}
/*content*/
#content {
	display: table-footer-group;
}
.content-inner {
	width:708px;
	padding:0 0 20px;
}
.heading-block {
	width:706px;
	margin:0 0 18px;
	border:1px solid #2e2c28;
}
.main-pict {
	display:block;
}
.heading-text {
	display:none;
}
.heading-text h1 {
	margin:0;
}
.subheading {
	display:block;
}
.columns-holder {
	width:100%;
	overflow:hidden;
	position:relative;
}
.columns-holder h2 {
	margin:0 0 5px;
}
.columns-holder p {
	margin:0 0 10px;
	line-height:13px;
}
.columns-holder h2 img {
	display:block;
}
.sidebar {
	width:200px;
	float:left;
}
ul.subnav {
	width:204px;
	margin:0 0 0 -4px;
	padding:5px 0 0;
	list-style:none;
	overflow:hidden;
}
.subnav li {
	width:175px;
	float:left;
	padding:2px 0 1px 25px;
	background: url('../images/bullet1.gif') no-repeat 0 50%;
}
.subnav li a {
	float:left;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
}
.jewellery {
	width:83px;
	background: url('../images/jewellery.gif') no-repeat;
}
.watches {
	width:66px;
	background: url('../images/watches.gif') no-repeat;
}
.art {
	width:28px;
	background: url('../images/art.gif') no-repeat;
}
.antiques {
	width:67px;
	background: url('../images/antiques.gif') no-repeat;
}
.cars {
	width:37px;
	background: url('../images/cars.gif') no-repeat;
}
.private-plates {
	width:103px;
	background: url('../images/private-plates.gif') no-repeat;
}
.vintage-wines {
	width:101px;
	background: url('../images/vintage-wines.gif') no-repeat;
}
.subnav li:hover,
.subnav li.hover,
.subnav li.active {
	background:url('../images/bullet2.gif') no-repeat 0 50%;
}
.subnav li:hover a,
.subnav li.hover a,
.subnav li.active a {
	background-position:0 -20px;
}
#main-content {
	width:500px;
	float:right;
}
footer {
	width:688px;
	padding:0 10px;
	overflow:hidden;
}
.foot-sign {
	display:block;
	text-align:right;
	color:#cccccc;
	font:10px Helvetica;
}
form * {margin:0;padding:0;} /* Standard margin and padding reset, normally done on the body */

legend {
	color:#000; /* IE styles legends with blue text by default */
	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
fieldset {
	border:1px solid #dedede; /* Default fieldset borders vary cross browser, so make them the same */
}
fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
}
fieldset div {display:block;} /* Reset element back to block leaving layout in ie */
label {
	float:left; /* Take out of flow so the input starts at the same height */
	width:5em; /* Set a width so the inputs line up */
}

.radio {
	position:relative; /* Position so children are relative to this container */
	border:0; /* Remove the border */
}
.radio span {
	position:absolute; /* Take the content of the legend out of flow */
	top:0;left:0; /* and position it to the top left of the fieldset */
	width:5em; /* Same width as labels */
}
.radio ul {
	margin-left:5em; /* Since the legend is out of flow. set margin, so inputs are inline */
	list-style:none; /* Dont want bullets */
}
.radio li {
	position:relative; /* Fix a bug in IE zoom functionality */
	display:inline; /* Display the inputs in a line */
	white-space:nowrap; /* We dont want a label to wrap between the input and label */
}
.radio label, .radio input {
	width:auto; /* Reset the width on the label from the 5em, set earlier */
	float:none; /* Reset the float from left on the label, set earlier */
	vertical-align:middle; /* Align the radio buttons with the inputs */
}
.cssform p{
width: 350px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 0px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 220px;
}

.cssform input[type="number"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 220px;
}

.cssform textarea{
width: 250px;
height: 130px;
}

.button{
	font-family:Helvetica;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #e3e3dd;
	background-color:#333333;

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.button2{
	font-family:Helvetica;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #e3e3dd;
	background-color:#333333;

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 25px;
}
