/*CSS Document*/
BODY
{
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: left;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #333;
	background-color: #000000;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 90%;
	background-repeat: repeat;
	background-image: url(images/_bgTile.jpg);
	background-attachment: fixed;
}
#formItem
{
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
}
#formArea
{
	border: thin solid #660072;
	width: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #DFA9C3;
}
#formAreaTitle
{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background-color: #660072;
	color: #FFFFCB;
	padding-left: 2px;
}
.thrColFixHdr #container
{
	width: 800px;
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	text-align: left;
	background-image: url(images/_repeater.jpg);
}
#contFooter
{
	background: #CEC4C4;
	color: #836262;
	font: smaller sans-serif;
	margin: 20px 0 0;
}
#contFooter A
{
	color: #180B0B;
}
.thrColFixHdr #leftRail
{
	background-image: url(images/_leftBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
}
.thrColFixHdr #rightRail
{
	background-image: url(images/_rightBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: auto;
}
.thrColFixHdr #header
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-image: url(images/_header.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
.thrColFixHdr #header IMG
{
	float: left;
}
.thrColFixHdr #header H1
{
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0px;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -9000px;
	padding-bottom: 0px;
}
.thrColFixHdr #sidebar1
{
	width: 150px;
	padding-right: 0px;
	padding-bottom: 15px;
	float: left;
	position: relative;
	padding-top: 0px;
	background-image: url(images/_blue100.jpg);
	background-repeat: repeat;
}
.thrColFixHdr #sidebar2
{
	float: right;
/*since this element is floated, a width must be given*/
	width: 175px;
	margin: 0px;
	padding: 0px;
	clear: right;
	background-image: url(images/_rightSide.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 999;
	display: block;
}
.thrColFixHdr #mainContent
{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	background-repeat: no-repeat;
	width: 575px;
	float: left;
	padding-right: 15px;
}
.thrColFixHdr #mainContent P
{
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 2px;
	text-indent: 0px;
}
.thrColFixHdr #repeater
{
	width: 780px;
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	border: 1px solid #000000;
	text-align: left;
/*this overrides the text-align: center on the body element.*/
	background-color: #FFFFFF;
	background-image: url(images/_repeater.jpg);
}
.thrColFixHdr #backDrop
{
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#quickLookHeader
{
	/*[empty]height:;*/
	background-image: url(images/_rightBox1Header.jpg);
	background-repeat: no-repeat;
	/*[empty]padding-left:;*/
	/*[empty]padding-right:;*/
	background-position-y: top;
	height: 32px;
	display: block;
}
#quickLookContent
{
	/*[empty]height:;*/
	background-image: url(images/_rightBox1Content.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	font-size: 80%;
	color: #81ED88;
}
#quickLookContent A
{
	color: #FFFFFF;
}
#quickLookFooter
{
	background-image: url(images/_rightBox1Footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	display: block;
}
#siteFooter
{
	font-size: 10px;
	color: #CCCCCC;
	position: fixed;
	text-align: left;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #000000;
	font-size: 10px;
	margin: 0px;
}
#siteFooter A
{
	color: #FFFF00;
}
.fltrt
{
/*this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.*/
	float: right;
	margin-left: 8px;
}
.fltlft
{
/*this class can be used to float an element left in your page*/
	float: left;
	margin-right: 8px;
}
.clearfloat
{
/*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
A.scrollover
{
/*Default Colour/Styles here*/
	color: #790044;
}
A.scrollover EM:first-line
{
/*Rollover Colour/Styles here*/
	color: #006113;
}
#logoHotspot
{
	height: 60px;
	width: 200px;
	position: absolute;
	z-index: 11;
	float: none;
}
#formItem
{
	padding-top: 3px;
	padding-bottom: 2px;
}
#formHolder
{
	background-color: #333333;
	border: thin double #CCCCCC;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
LI
{
}
#mainMenu
{
	width: 100%;
	margin-top: 0px;
	text-align: right;
}
#mainMenu UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#mainMenu LI
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*[empty]text-align:;*/
}
#mainMenu LI A:link, #mainMenu LI A:visited
{
	font-size: 12px;
	display: block;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	background-image: url(images/_mainMenu.jpg);
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	/*[empty]text-align:;*/
	margin: 0px;
}
#mainMenu LI A:hover
{
	color: #1D090A;
	background-image: url(images/_mainMenuOver.jpg);
}
#mainMenu UL UL
{
	margin-left: 0px;
}
#mainMenu UL UL LI
{
	margin: 0;
}
#mainMenu UL UL A:link, #mainMenu UL UL A:visited
{
	color: #291E1E;
	background-image: url(images/_subMenu.jpg);
	height: 18px;
	line-height: 18px;
	font-size: 9px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainMenu UL UL A:hover
{
	background-color: #CFCDB4;
	color: #753235;
	background-image: url(images/_subMenuOver.jpg);
}
.actionMsg
{
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
#testimonialBlock
{
	position: relative;
	text-align: left;
	/*[empty]width:;*/
	margin: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#testimonialBlock DT
{
	font-size: 90%;
	color: #3B3A02;
	/*[empty]margin-top:;*/
}
.testimonial
{
	font-size: 80%;
	font-style: italic;
	color: #262341;
}
.testimonialByline
{
	font-size: 90%;
	font-weight: bold;
	color: #694C08;
	text-align: right;
}
LABEL
{
	text-align: right;
	float: left;
	width: 33%;
	padding-right: 5px;
}
#rLogin LABEL
{
	display: block;
}
H1
{
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainContent H1
{
	font-size: 130%;
	font-weight: bold;
	color: #0069FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-style: italic;
	font-variant: small-caps;
}
#mainContent #contFooter
{
	clear: both;
	overflow: hidden;
	font-size: 80%;
}
#auctList
{
	padding: 5px 0 0;
}
#mainContent IMG
{
	border: 1px solid #666666;
	margin: 5px;
}
#auctListLinks
{
	clear: both;
	text-align: right;
	padding-right: 5px;
	font: normal small-caps smaller Arial;
	color: #050000;
}
#auctListLinks A
{
	color: #050000;
	font: small-caps bold 1em sans-serif;
}
#auctListLinks IMG
{
	border: none;
	margin: 0 5px 0 0;
	padding: 0;
}
#auctListLinks IMG:hover
{
}
#mainContent UL
{
	margin-left: 20px;
}
#mainContent H2
{
	font-size: 14px;
	font-weight: bold;
	color: #0069FF;
	margin-left: 5px;
	margin-bottom: 5px;
	font-variant: small-caps;
}
#mainContent DT
{
	color: #663300;
}
H3
{
	color: #600C0A;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
A
{
	color: #5F0A71;
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
	color: #DE0101;
	font-weight: bold;
	text-decoration: underline;
}
P
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-indent: 3px;
}
DL
{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
DT
{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
DD
{
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
}
.form_input
{
	color: #003333;
}
#submitButton
{
	color: #FFFF00;
	background-color: #663300;
	border: thin outset #CCCCCC;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#submitButton:hover
{
	background-color: #CCCCCC;
	color: #003300;
}
#footer
{
	color: #C0614B;
	font-size: 9px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/_footerBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
}
.footerSite
{
	font-size: 12px;
	color: #6C8F71;
}
.finePrint
{
	font-size: 70%;
	color: #666666;
}
.finePrint A
{
	color: #999999;
}
UL
{
}
#siteTitle H1
{
	color: #FFFF99;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
#rLogin
{
	float: right;
	width: 300px;
}
#clear
{
	clear: both;
	font-size: 1px;
	display: block;
	float: none;
}
.clientBox LABEL
{
	font-weight: bold;
}
.formList
{
	float: right;
	width: 60%;
}
.inputNote
{
	font-size: 80%;
	color: #0000FF;
	margin-left: 150px;
}
#galleryArea
{
	text-align: center;
	margin: auto;
	width: 370px;
	clear: both;
}
#galleryThumb
{
	float: left;
	width: 110px;
	/*[empty]border:;*/
	height: 106px;
	margin: 5px;
	padding: 0px;
}
#galleryThumbTitle
{
	height: 20px;
	width: 100%;
	/*[empty]background-color:;*/
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	vertical-align: middle;
	color: #333;
	font-weight: bold;
	font-size: 75%;
}
#galleryThumb IMG
{
	border: 1px solid #333;
}
#loginBox
{
	color: #000000;
	position: relative;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
	background-color: #FFCC33;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: medium solid #FF0000;
	display: none;
}
#loginBox A
{
	color: #0000FF;
}
#inPageForm
{
	width: 90%;
	margin: auto;
	border: thin solid #000000;
	background-color: #FFFFCC;
}
#inPageFormTitle
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #659EE1;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#siteError
{
	font-size: 14px;
	color: #FF0000;
}
FIELDSET
{
	background-color: #FFFFCC;
	border: thin solid #000000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 1em;
	margin-bottom: 1em;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
LEGEND
{
	position: absolute;
	top: -0.5em;
	left: 0.2em;
	font-size: 100%;
	font-weight: bold;
	color: #663333;
}
FIELDSET FIELDSET
{
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 5px;
	color: #663333;
	text-align: center;
	background-color: #FFFF99;
	clear: both;
	position: relative;
	display: block;
}
FIELDSET FIELDSET LEGEND
{
	color: #663333;
}
.capImage
{
	height: 30px;
	line-height: 30px;
}
#staffTable IMG
{
	margin-right: 25px;
}
#staffTable P
{
	padding: 0 0 10px 10px;
	margin: 0 0 10px;
}
#staffTable H3
{
	font-size: 110%;
	margin-bottom: 0px;
	padding-bottom: 0;
	text-decoration: underline;
}
.ds0
{
	/*[empty]background-image:;*/
	background-repeat: repeat;
	border: 1px solid #D3CECE;
	margin: 2px 0;
}
.ds1
{
	background-image: url(images/_blue20.jpg);
	background-repeat: repeat;
	border: 1px solid #D3CECE;
	margin: 2px 0;
}
#articleDate
{
	font-size: x-small;
	font-style: italic;
	color: #CBC;
	text-align: right;
}
#logoHolder
{
	float: left;
	height: 120px;
	width: 125px;
	overflow: hidden;
}
#headerNav1
{
	height: 78px;
	width: 100%;
	clear: right;
	margin: 0px;
}
#headMenu UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#headMenu LI
{
	margin: 0px;
	float: left;
	list-style-type: none;
	padding: 0;
}
#headMenu LI A:link, #headMenu LI A:visited
{
	font-size: 12px;
	color: #678;
	text-decoration: none;
	font-family: Helvetica;
	/*[empty]text-align:;*/
	margin: 0px;
	background-repeat: repeat-x;
	float: left;
	height: 42px;
	line-height: 42px;
	padding: 15px;
	font-variant: small-caps;
}
#headMenu LI A:hover, #headMenu LI A:active
{
	color: #F00;
}
#emailSignup LEGEND
{
	font-size: x-small;
	color: #333;
	margin-left: 10px;
	padding-top: 5px;
}
#emailSignup
{
	background-color: #FFF;
	background-image: url(images/_blue20.jpg);
	padding: 10px 0px 0px;
}
#auctionLinks
{
	overflow: hidden;
	height: 160px;
	width: 800px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#auctBoxL
{
	width: 150px;
	height: 150px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#auctBox
{
	width: 150px;
	height: 150px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#auctBoxR
{
	width: 160px;
	height: 150px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/_blue20.jpg);
}
#soldSlide
{
	background-image: url(images/_blue40.jpg);
	background-repeat: repeat;
	height: 180px;
	width: 100%;
	border: 1px solid #333;
}
#soldSlideTitle
{
	font-size: x-small;
	font-weight: bold;
	color: #333;
	padding-top: 3px;
	padding-left: 5px;
}
#catalogGallery
{
	margin-right: auto;
	margin-left: auto;
	width: 540px;
}
#auctItemG
{
	height: 170px;
	width: 170px;
	text-align: center;
	float: left;
	display: table-cell;
	vertical-align: middle;
	line-height: 170px;
	border: 1px solid #CCC;
	margin: 2px;
}
#auctItemG IMG
{
	vertical-align: middle;
	border: 1px solid #0068FF;
}
#auctItemG IMG:hover
{
	vertical-align: middle;
	border: 1px solid #F00;
}
* HTML .centerIt
{
	font-size: 178px;
/*you must find IE's magic number for a given height*/
}
#s3slider
{
	width: 135px;
/*important to be same as image width*/
	height: 135px;
/*important to be same as image height*/
	position: relative;
/*important*/
	overflow: hidden;
/*important*/
}
#s3sliderContent
{
	width: 135px;
/*important to be same as image width or wider*/
	position: absolute;
/*important*/
	top: 0;
/*important*/
	margin-left: 0;
/*important*/
}
.s3sliderImage
{
	float: left;
/*important*/
	position: relative;
/*important*/
	display: none;
/*important*/
}
.s3sliderImage SPAN
{
	position: absolute;
/*important*/
	left: 0;
	width: 130px;
	filter: alpha(opacity=70);
/*here you can set the opacity of box with text*/
	-moz-opacity: 0.7;
/*here you can set the opacity of box with text*/
	-khtml-opacity: 0.7;
/*here you can set the opacity of box with text*/
	opacity: 0.7;
/*here you can set the opacity of box with text*/
	color: #003;
	display: none;
/*important*/
	top: 0;
	padding-left: 10px;
/*
if you put
top: 0; -> the box with text will be shown at the top of the image
if you put
bottom: 0; -> the box with text will be shown at the bottom of the image
*/
}
.clear
{
	clear: both;
}
#auctItem
{
	width: 150px;
	height: 175px;
	float: left;
	overflow: hidden;
	background: #DFE1EB;
	text-align: center;
	margin: 5px 5px 5px 10px;
	padding: 15px 5px 5px;
	border: 1px solid #BDC4C5;
	font-size: x-small;
}
.itemThumb
{
	width: 100px;
}
#auctCatalog
{
	margin: 0 0 0 20px;
}
