/* global elements */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffcc;
	text-align: center;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;	
}
h1, h2, h3, h4, h5, h6 {
	color: #030;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E3E9B6;
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E3E9B6;
}

a:link, a:active, a:visited {
	color: #335123;
	padding-bottom: 1px;
	text-decoration: none;
	background: url(../images/border_link.gif) repeat-x bottom;
}
a:hover {
	color: #668552;
	padding-bottom: 1px;
	background: url(../images/border_link_hover.gif) repeat-x bottom;
}

/* form elements */
label {
	color: #668552;
	display: block;
	margin: 15px 0 2px 0;
}
input.field, textarea.field {
	color: #999;
	border: 1px solid #e3e9b6;
	font-size: 0.9em;
	margin: 0;
	padding: 2px;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
select {
	color: #999;
	border: 1px solid #e3e9b6;
	font-size: 0.9em;
	margin: 0;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* miscellaneous classes */
.no-margin-top {
	margin-top: 0;
}
ul.no-styling { /* un-ordered list with no styling */
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	list-style: none;
}
div.client-message {
	border: 1px solid #ccc;
	background: #eee;
	color: red;
	margin: 10px 0;
	padding: 0 10px;
}
span.required {
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}

ul.antiques-categories {
	width: 268px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.antiques-categories li {
	width: 268px;
	padding: 0;
	margin: 0 0 4px 0;
}
ul.antiques-categories li a:link, 
ul.antiques-categories li a:active, 
ul.antiques-categories li a:visited {
	width: 257px;
	color: #668552;
	padding: 5px;
	display: block;
	background: url(../images/background_antiques_list_off.gif) no-repeat top right;
	font-weight: bold;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #e3e9b6;
}
ul.antiques-categories li a:hover {
	color: #335123;
	background: url(../images/background_antiques_list_on.gif) no-repeat top right;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #668552;
}
table.product-summary {
	width: 555px;
	margin: 0 0 10px 0;
	border: 4px solid #e3e9b6;
}
table.product-summary tr td.image {
	width: 80px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #aa9a89;
}
table.product-summary tr td.image img {
	display: block;
}
table.product-summary tr td.description {
	border: 1px solid #aa9a89;
	vertical-align: top;
}
table.product-summary tr td.description h2 {
	margin: 10px;
	padding: 0 0 3px 0;
}
table.product-summary tr td.description ul.summary {
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
}

table.product-summary tr td.description ul.summary li {
	display: inline;
	margin: 0 10px 0 0;
}
table.product-summary tr td.description ul.summary li strong {
	color: #aa9a89;
	font-weight: bold;
	text-transform: uppercase;
}
/* site structure */
img#chair { /* id for floating chair in header */
	position: absolute;
	left: auto;
	margin-left: -370px;
	top: 3.5em;
}

table#header {
	width: 760px;
	margin: 0 auto;
}
table#header tr td.paypal-bar {
	background: #eff3c0;
	border-bottom: 1px solid #630;
	text-align: right;
}
table#header tr td.paypal-bar p {
	margin: 4px 6px;
	color: #668552;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table#header tr td.logo-main {
	background: url(../images/header_background.jpg) no-repeat top;
}
table#header tr td.logo-main img {
	display: block;
	margin: 10px 10px 10px 460px;
}
table#header tr td.navigation-top {
	text-align: left;
	border-width: 1px 0;
	border-style: solid;
	border-color: #663300;
}
table#header tr td.navigation-top ul.navigation-top {
	list-style: none;
	padding: 0;
	margin: 4px 0 4px 205px;
}
table#header tr td.navigation-top ul.navigation-top li {
	display: inline;
	padding: 0 7px 0 14px;
	background: url(../images/list_bullet_nav_top.gif) no-repeat 0 0.22em;
}
table#header tr td.navigation-top ul.navigation-top li a:link, 
table#header tr td.navigation-top ul.navigation-top li a:active, 
table#header tr td.navigation-top ul.navigation-top li a:visited {
	color: #622d00;
	background: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table#header tr td.navigation-top ul.navigation-top li a:hover {
	color: #8ba678;
	background: none;
}

table#main-content {
	width: 760px;
	margin: 0 auto;
}
table#main-content tr td.left-column {
	width: 205px;
	text-align: left;
	vertical-align: top;
	padding: 200px 0 0 0;
}
table#main-content tr td.left-column h3 {
	color: #630;
	width: 175px;
	text-align: center;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e3e9b6;
}
table#main-content tr td.left-column ul.navigation-sub {
	width: 175px;
	margin: 5px 0 0 10px;
	padding: 0;
	list-style: none;
}
table#main-content tr td.left-column ul.navigation-sub li {
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
	background: url(../images/list_bullet_nav_side.gif) no-repeat 0 0.22em;
}
table#main-content tr td.left-column ul.navigation-sub li a:link, 
table#main-content tr td.left-column ul.navigation-sub li a:active, 
table#main-content tr td.left-column ul.navigation-sub li a:visited {
	color: #668552;
	background: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
table#main-content tr td.left-column ul.navigation-sub li a:hover {
	color: #335123;
	background: none;
}

table#main-content tr td.content {
	width: 555px;
	text-align: left;
	vertical-align: top;
}

table#footer {
	width: 760px;
	margin: 10px auto 0 auto;
	border-top: 1px solid #630;
}
table#footer tr td {
	text-align: right;
	background: url(../images/footer_background.jpg) no-repeat top;
}
table#footer tr td p {
	color: #630;
	margin: 0.6em 10px 3em 0;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* search results table */
table.searchResults {
	width: 100%;
	margin: 10px 0 0 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #a3b683;
}
table.searchResults tr th {
	color: #605c3b;
	padding: 4px;
	text-align: center;
	background-color: #e3e9b6;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #a3b683;
}
table.searchResults tr td {
	padding: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #a3b683;
	font-size: 0.9em;
}
/* columns for content section */
div.content-column-1 {
	float: left;
	width: 267px;
}
div.content-column-2 {
	float: left;
	width: 268px;
	margin: 0 0 0 20px;
}

/* web site administration bar */

div.site-administration {
	width: 760px;
	margin: 20px auto;
	text-align: left;
	border: 1px solid #d2d29f;
	background: #f4f4c1;
}
div.site-administration p {
	margin: 10px 10px 0 10px;
	padding: 0;
	color: #9f9f6c;
	letter-spacing: 2px;
	font-size: 1.2em;
	font-weight: bold;
}
div.site-administration ul {
	margin: 5px 10px 10px 10px;
	padding: 0;
	list-style: none;
}
div.site-administration ul li {
	display: inline;
	padding: 0 15px 0 0;
