@charset "utf-8";
/* CSS Document */

* {
	-moz-outline:none;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
	height: 1100px;
	padding-top: 73px;
}
#logo {
	height: 98px;
	width: 218px;
	position: absolute;
	top: 0;
	clip: rect(auto,auto,auto,0px);
	left: 30px;
	z-index: 5;
}
#logo a {
	display: block;
	height: 98px;
	width: 218px;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png', sizingMethod='scale');
}
#logo a h1 {
	margin: 0px;
	padding: 0px;
}
#tabs {
	width: 650px;
	float: right;
	height: 38px;
	position: absolute;
	top: 57px;
	right: 29px;
	z-index: 4;
}
#tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#tabs ul li {
	display: block;
	float: left;
}
#tabs ul li a {
	color: #c5aa80;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	display: block;
	height: 19px;
	text-align:center;
	padding-top: 20px;
	background-image: url(../images/sprite_nav.png);
	background-repeat: no-repeat;
}

#tabs ul li a:hover {
	color:#a28b67;
}
#tabs ul .home a {
	width: 77px;
}
#tabs ul .home a:hover, #tabs ul .home a.current {
	background-position:0px -39px;
}
#tabs ul .about a {
	width: 93px;
	background-position:-77px 0px;
}
#tabs ul .about a:hover, #tabs ul .about a.current {
	width: 93px;
	background-position:-77px -39px;
}
#tabs ul .resources a {
	width: 138px;
	background-position:-172px 0px;
}
#tabs ul .resources a:hover, #tabs ul .resources a.current {
	width: 138px;
	background-position:-172px -39px;
}
#tabs ul .consigning a {
	width: 112px;
	background-position:-310px 0px;
}
#tabs ul .consigning a:hover, #tabs ul .consigning a.current {
	width: 112px;
	background-position:-310px -39px;
}
#tabs ul .appraisals a {
	width: 104px;
	background-position:-422px 0px;
}
#tabs ul .appraisals a:hover, #tabs ul .appraisals a.current {
	width: 104px;
	background-position:-422px -39px;
}
#tabs ul .contact a {
	width: 105px;
	background-position:-530px 0px;
}
#tabs ul .contact a:hover, #tabs ul .contact a.current {
	width: 105px;
	background-position:-530px -39px;
}
#tabs ul.sub {
	height: 108px;
	width: 138px;
	padding-left:10px;
	background-image: url(../images/nav_dropdown.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left:-4px;
}

#tabs ul li.sub {
	padding:0;
	padding-left:8px;
}
#tabs ul li.sub a {
	background-image: none;
	color: #f4eee8;
	font-size: 11px;
	display: block;
	text-align:center;
	width:130px;
	height:10px;
	padding:11px 0 7px 0;
}
#tabs ul li.sub a:hover {
	background-image: none;
	color: #c5aa80;
	font-size: 11px;
	display: block;
	text-align:center;
	width:130px;
	height:10px;
	padding:11px 0 7px 0;
}
#slider {
	height: 457px;
	width: 960px;
	margin-bottom: 0px;
	background-image: url(../images/slide_bg.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}
#pic {
	position: absolute;
	height: 330px;
	width: 735px;
	z-index: 2;
	left: 113px;
	top: 70px;
}
.SlidingPanels {
	position: relative;
	width: 735px;
	height: 330px;
	padding: 0px;
	float:left;
	overflow:hidden;
}
.SlidingPanelsContentGroup {
	position: relative;
	width:10000px;
	height: 330px;
	margin: 0px;
	padding: 0px;
	float:left;
}
.SlidingPanelsContent {
	width: 735px;
	height: 330px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float:left;
}
#left-arrow {
	height: 83px;
	width: 47px;
	position: absolute;
	top: 180px;
	left: 42px;
	z-index:6;
}
#left-arrow a {
	display: block;
	height: 83px;
	width: 47px;
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/left_arrow.png', sizingMethod='scale');

}
#right-arrow {
	height: 84px;
	width: 46px;
	position: absolute;
	top: 180px;
	left: 872px;
	z-index:7;
}
#right-arrow a {
	display: block;
	height: 84px;
	width: 46px;
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	opacity:1;
	filter:alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/right_arrow.png', sizingMethod='scale');
}
#right-arrow a:hover, #left-arrow a:hover {

	opacity:0.8;
	filter:alpha(opacity=80);
}
#buttons {
	height: 128px;
	width: 940px;
	margin-left: 17px;
	margin-top: -8px;
}
#left-col {
	width: 550px;
	float: left;
	margin-left: 30px;
	padding-left: 6px;
	margin-right: 40px;
}
#col-wrap {
	margin-top: 15px;
}
#left-col .item {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7e5e45;
	padding-top: 6px;
	margin-left: 2px;
	padding-bottom:10px;
}
#left-col .item.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sbtn {
	float: left;
	display: block;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	background-color: #170e07;
	color: #bfa076;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	margin-left:0px;
}
#bottom-row {
	clear: both;
	width: 900px;
	margin-left: 30px;
	padding-top: 20px;
}
.sbtn:hover {
	background-color: #110801;
}
#left-col .item .date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7c3a1a;
}
#left-col .item .ititle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #957650;
	margin-left: 7px;
}
#left-col .item p a {
	color: #7c3a1a;
	text-decoration: none;
}
.ritem {
	height: 120px;
	width: 290px;
	float: left;
	margin-right: 10px;
}
.ritem.lst {
	margin-right: 0px;
	margin-left: 14px;
}
.ritem h3 {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BA9C73;
	font-size: 14px;
	background-color: #18100A;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.ritem.newsb .nitem {
	margin-bottom: 13px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #593d27;
	margin-top:10px;
}
#wrapper.subw .ritem.newsb {
	height: auto;
}
.ritem ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.ritem ul li a {
	color:#c6b795;
	text-decoration:none;
}
.ritem ul li a:hover {
	color:#c6b795;
	text-decoration:underline;
}
.ritem.lst p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #957650;
	line-height: 18px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-bottom:13px;
}
.ritem.lst #email {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #735e42;
	background-color: #261a0c;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	width: 160px;
	float: left;
	border-top-color: #7d756b;
	border-right-color: #7d756b;
	border-bottom-color: #7d756b;
	border-left-color: #7d756b;
	margin-left:5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top: 4px;
}
.ritem.lst #es {
	float: left;
	margin-left: 6px;
	background-color: #000;
	border: 1px solid #FFF;
	color: #FFF;
	width:55px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2px 5px;
	cursor:pointer;
}
#bottom-row .ritem ul li a:hover {
	text-decoration:underline;
}
.bm img {
	border: 4px solid #261a0c;
	display: block;
	margin-top:6px;
}
#bottom-row .ritem ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c6b795;
	display: block;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #452f1d;
	height:13px;
}
#bottom-row .ritem.bm {
	margin-right: 0px;
	margin-left: 6px;
}
#buttons ul .auction ul.sec li.sec {
	height: 20px;
	margin: 0px;
	color: #c7af88;
	padding: 0px;
	width: 295px;
}
#buttons ul .auction ul.sec li.sec a {
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f4eee8;
	background-image: none;
	text-indent: 0;
	text-decoration: none;
	text-align: center;
	width: 295px;
	margin-bottom: 5px;
}
#buttons ul .auction ul.sec li.sec a:hover {
	color: #2e2519;
}
#left-col .item p a:hover {
	color: #7c3a1a;
	text-decoration: underline;
}
#left-col .item p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #957650;
	padding: 0px;
	line-height: 18px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#right-col {
	float: left;
	width: 300px;
	margin-left: 0px;
	padding-top: 20px;
}
#left-col h2 {
	display: block;
	background-color: #18100a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #bfa076;
	margin: 0px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#footer {
	clear: both;
	padding-top: 32px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61472E;
	color: #61472E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 10px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ritem .rdatessm li {
	font-family: Verdana, Geneva, sans-serif;
	color: #c6b795;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#footer .links {
	display: block;
	float: left;
}
#footer .links a {
	color: #61472E;
	text-decoration:none;
}
#footer .links a:hover {
	text-decoration:underline;
}
#footer .copyright {
	display: block;
	float: right;
}
#right-col .sep {
	background-image: url(../images/sidebar_line.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 287px;
	clear: both;
	margin-bottom: 12px;
	margin-top: 12px;
}
#buttons ul {
	padding:0;
	margin:0;
	list-style:none;
}
#buttons ul li {
	display: block;
	float: left;
}
#buttons ul li.auction {
	height: 128px;
	width: 313px;
}
#buttons ul li.gallery {
	height: 128px;
	width: 300px;
}
#buttons ul li.btalk {
	height: 128px;
	width: 326px;
}
#buttons ul li a {
	display: block;
	height: 128px;
	width: 313px;
	text-indent: -9999px;
}
#buttons ul .auction a {
	display: block;
	height: 128px;
	width: 313px;
	background-image: url(../images/sprite_nav2.png);
	background-repeat: no-repeat;
	background-position: 0px -140px;
}
#buttons ul .auction a:hover, #buttons ul .auction a.current {
	display: block;
	height: 128px;
	width: 313px;
	background-image: url(../images/sprite_nav2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#buttons ul li.auction ul.sec {
	background:url(../images/nav_popup.png) no-repeat top left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width:301px;
	height:104px;
	position:absolute;
	top:429px;
	left:30px;
	z-index:10;
}
#buttons ul li.gallery a {
	height: 128px;
	display: block;
	width: 300px;
	background-image: url(../images/sprite_nav2.png);
	background-repeat: no-repeat;
	background-position: -313px -140px;
}
#buttons ul li.btalk a {
	height: 128px;
	display: block;
	width: 326px;
	background-image: url(../images/sprite_nav2.png);
	background-repeat: no-repeat;
	background-position: -613px -140px;
}
#buttons ul li.gallery a:hover, #buttons ul li.gallery a.current {
	background-position: -313px 0px;
}
#buttons ul li.btalk a:hover, #buttons ul li.btalk a.current {
	background-position: -613px 0px;
}
#buttons ul .btalk a {
	width: 326px;
}
#wrapper.subw #left-col p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #957650;
}
.ritem .rdatessm li {
	font-size: 10px;
	margin-bottom: 5px;
}
#left-col h1.ptitle, #left-col h1.ptitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #7c3a1a;
	background-image: none;
	background-color: transparent;
	text-decoration:none;
}
#wrapper.subw #col-wrap #right-col .ritem.lst {
	margin-left: 0px;
	margin-bottom: 10px;
}
#wrapper.subw #col-wrap #right-col .ritem.newsb p {
	color: #957650;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.ritem.newsb .datesm {
	font-weight: bold;
	color: #7C3A1A;
	padding-right: 7px;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 6px;
}
.ritem.newsb .titlesm {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 6px;
}
.ritem.newsb .titlesm {
	font-weight: bold;
	color: #957650;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#staff {
	margin-top: 15px;
}
#contact ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #957650;
	margin-left: 7px;
	margin-bottom: 8px;
}
#staff .person img {
	border: 3px solid #996326;
	margin-left: 10px;
}
#staff .person h4 {
	color: #7C3A1A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#staff .person {
	margin-bottom: 25px;
}
#staff .person p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #957650;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#left-col p img {
	border: 3px solid #604B33;
}
#left-col .ibox {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #1C160F;
}
#left-col p a {
	color: #CDB9A3;
}

#left-col .post p img {
	color: #CDB9A3;
	text-align:left;
	display:block;
	float:left;
	margin:10px;
	margin-left:0;
}

.contactlist li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #957650;
	display: block;
	padding: 10px;
}
.contactlist {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	list-style-type: disc;
}
#wrapper #col-wrap #left-col form p font strong #submit1 {
	padding: 5px;
	border: 1px solid #7C3A1A;
	background-color: #3D2718;
	color: #FFF;
	cursor:pointer;
}
#wrapper #col-wrap #left-col form p font input {
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3D2718;
}
#sidebar a, .comment-body a {
	color:#cdb9a3;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#sidebar a:hover, .comment-body a:hover {
	text-decoration:underline;
}
.comment-body {
	padding-bottom:5px;
	border-bottom:1px dashed #775439;
	margin-left:-25px;
}
.post img {
	border:3px solid #18100A;
}
.gallery1 {
	width:200px;
	padding:10px;
	background:#18100A;
	float:left;
	margin:15px 25px 15px 0;
	text-align:center;
	height:200px;
	border:1px solid #7C3A1A;
}
.gallery1:hover {
	width:200px;
	padding:10px;
	padding-bottom:15px;
	background:#18100A;
	float:left;
	margin:15px 25px 15px 0;
	text-align:center;
	height:200px;
	border:1px solid #C6B795;
	cursor:pointer;
}
.gallery1 > img {
	border:0;
}
.gtitle {
	display:block;
	color:#7C3A1A;
	margin:0 0 10px 0;
	height:40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.igal {
	display:block;
	padding:2px;
	float:left;
	margin:10px 10px 0 0;
}
.igal > img {
	border:1px solid #7C3A1A;
}
.igal:hover > img {
	border:1px solid #C6B795;
}
#es {
	margin-top:3px;
}
.navigation .alignleft, .navigation .alignright {
	display:none;
}
#commentform input, #commentform textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #735e42;
	background-color: #261a0c;
	margin-left: 5px;
padding:7px;
	margin-top: 4px;
	border:0;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#left-col table tr td {
	color: #957650;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.gallery_description {
	clear:both;
	display:block;
	margin-top:650px;
	width:490px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #735e42;
	
}

.post img {
	border:3px solid #18100A;	
}

.post .alignleft {
	float:left;
	text-align:left;
	margin:0 10px 10px 0;
}
.post .alignright {
	float:right;
	text-align:right;
	margin:0 0 10px 10px;
	
}