/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, hi, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul, ol
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }


body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	background: #e98a7b url(../images/body_bg.jpg) repeat-x;
}
#wrapper {						/* Adds margin and border to page */
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	border: 2px solid #491a00;
	background: #FFFFFF;
}

/* Start Header */
#header {
	height: 170px;
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
}
#header p {
	float: right;
	color: #FFFFFF;
	margin-right: 5em;
	margin-top: 0.6em;
	text-align: center;
	font: bold 110% Georgia, "Times New Roman", Times, serif;
}
#header #headerimg {
	margin-top: -2px;
}
/* End Header */

/* Start top navigation */
#topnav {
	font-size: 80%;
	color: #333333;
	font-weight: bold;
	height: 60px;
	background: url(../images/menu_bg.gif) repeat-x 2px 0px;
}

#homepage #mainnav li #homelink, /* Current page menu formatting for top tabs - uses <body id="*page">	+ link id */
 #aboutpage #mainnav li #aboutlink, #antiquespage #mainnav li #antiqueslink, #findpage #mainnav li #findlink, 
 #contactpage #mainnav li #contactlink {
	color: #f8e8c7;
	background: #954200;
}


#content h1 {
	margin-left: 1em;
	color: #8a1b09;
}

#content h1+p {
	font-weight: bold;
}

/* End image replacement for the h1 headings */

#content h2 {
	font-size: 90%;
	color: #8a1b09;
	margin-left: 1em;
}


#content p {
	font-size: 80%;
	line-height: 130%;
	margin: 0.5em 1em 1em 2em;
}
#content ul {
	font-size: 90%;
	margin-left: 3em;
	line-height: 120%;
	margin-bottom: 2ex;
	margin-top: 0.5em;
}
#content li {
	margin-top: 0.45em;
	list-style: disc;
}

#content #closeups {
	float: right;
	margin-left: 1em;
}
#content #closeups img {
	margin-bottom: 0.5em;
	border: 1px solid #999999;
}

#content address {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	width: 35em;
	margin-left: 1em;
	padding: 0.75em;
	margin-bottom: 2em;
	line-height: 140%;
}

/* Start listing formatting */
#content #antiquelist {
	margin-left: 0em;
}
#content #antiquelist li {
	list-style: none;
	display: block;
	width: 420px;
	border: 1px solid #954200;
	background: #faebda;
	float: left;
	margin-left: 2.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 2em;
}
#content #antiquelist img {
	border-top: 1px solid #E5B680;
	border-right: 1px solid #954200;
	border-bottom: 1px solid #954200;
	border-left: 1px solid #E5B680;
	padding: 2px 2px 4px;
	background: #FFFFFF;
	margin-top: 0.7em;
}
#content #antiquelist h3 {
	font-size: 80%;
	color: #8A1B09;
	margin-bottom: 0px;
	margin-left: 1em;
}
#content #antiquelist h3+p {
	margin-top: 0px;
}
#content #antiquelist p {
	margin-left: 1em;
}
#content #antiquelist .tnimg {
	margin-right: 1.5em;
	width: 160px;
	float: right;
	font-size: 80%;
	text-align: center;
	margin-left: 1em;
	margin-bottom: 1em;
}


#content #tvada {
	float: right;
	width: 100px;
	font-size: 80%;
	text-align: center;
	margin-left: .5em;
}

/* End listing formatting */


/* Start Main link formatting */
#content a:link {
	color: #333366;
	font-weight: bold;
}
#content a:visited {
	color: #2b0066;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #993300;
}



/* Start Footer styles */
#footer {
	background: #f9e4e1;
	text-align: center;
	font-size: 65%;
	color: #333333;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	clear: both;
	border-top: 1px solid #491a00;
}
#footer a:link, #footer a:visited {
	color: #333366;
}
#footer a:hover, #footer a:active {
	color: #993300;
}

/* End Footer styles */


/* Other formatting */
.center {
	text-align: center;
}


.backtotop {
	text-align: right;
	border-bottom: 1px solid #E5B680;
	padding-bottom: 0.15em;
	margin-bottom: 0.75em;
	padding-top: 0.15em;
	padding-right: 0.5em;
	clear: left;
	margin-right: 2em;
}
.backtotop a:link, .backtotop a:visited {
	font-size: 85%;
}


/* floats */
.floatleft {
	float: left;
	margin-right: 1em;
	margin-top: .25em;
}
.floatright {
	float: right;
	margin-left: 1em;
	margin-top: 0.25em;
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
