/* general */

.exhibition {
	margin-top: 10px;
	margin-left: -4px;
	}
* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	background:#fff;
	color:#655f61;
	font:12px georgia,times,serif;
	padding:0 0 127px 0;
	z-index:0;
	position:relative;
	/*127 for the footer height */
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-family:georgia,times,serif;
}
h1 {
	color:#4f4942;
	font-size:25px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}
img {
	border:0;
}
a {
	color:#a6a6a6;
}
a:hover {
	color:#cdcdcd;
}
.push {
	clear: both;
}
/* colors */
.gray {
	color:#d3d3d3;
}
.black {
	color: #231f20;
}
/* structure */
.mainTable {
	width:100%;
}
.topPane,.contentPane,.bottomPane {
	width:100%;
}
.topPane {
	background:url('../media/katzmedia/img/topBg.png') left top repeat-x;
}
.contentPane {
	background:#fff;
}
.bottomPane {
}
table#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	border:0;
	padding:0;
	marging:0;
	background:url('../media/katzmedia/img/btmBg.png') left top repeat-x;
	height:127px;
	z-index:1007;
}
table#footer td {
	vertical-align:top;
	border:0;
	padding:0;
	marging:0;
}
@media screen {
	body>table#footer {
		position:fixed;
	}
}
* html body {
	overflow:hidden;
}
* html div.mainTable {
	height:100%;
	overflow:auto;
}
#top,#ContentPane #mid,#btm {
	margin:auto;
	position:relative;
}
#top {
	height:198px;
	width:900px;
	padding:0 112px 0 0px;
	background:url('../media/katzmedia/img/hdrBg.png') left top no-repeat;
	margin:37px auto 0 auto;
}
#top.bronze {
	background:url('../media/katzmedia/img/hdrBronze.png') right top no-repeat;
}
#top.marble {
	background:url('../media/katzmedia/img/hdrMarble.png') left top no-repeat;
}
#top.terracotta {
	background:url('../media/katzmedia/img/hdrTerracotta.png') center top no-repeat;
}
#top.otherMaterials {
	background:url('../media/katzmedia/img/hdrOtherMaterials.png') right top no-repeat;
}
#top.centuries19th20th {
	background:url('../media/katzmedia/img/hdr19th20th.png') center top no-repeat;
}

#btm {
	padding:0 0 0 56px;
	width:956px;
	margin-top:14px;
	color:#dfd6d6;
}
#ContentPane #mid {
	padding:47px 0 65px 112px;
	width:900px;
}
.noItems {
	margin: 20px 0 0 345px;
}
/* header */
#top .logo {
	width:285px;
	height:101px;
	display:block;
	position:absolute;
	left:22px;
	top:66px;
	background:url('../media/katzmedia/img/hdrLogo.png') left top no-repeat;
	text-indent: -9999px;
}
/* header main menu */
#top ul.mainMenu {
	position:absolute;
	left:49px;
	bottom:0;
	margin:0;
	padding:0;
}
#top ul.mainMenu li {
	float:left;
	list-style:outside none;
	margin-left:7px;
	position:relative;
	height:21px;
	padding:4px 9px 0 0px;
	background:url('../media/katzmedia/img/hdrMenuDivisory.png') right top no-repeat;
}
#top ul.mainMenu li.last {
	background-image:none;
}
#top ul.mainMenu li a,#top ul.mainMenu li a:link,#top ul.mainMenu li a:active,#top ul.mainMenu li a:visited {
	font:15px 'Droid Serif',georgia,times,serif;
	color:#fff;
	text-decoration:none;
}
#top ul.mainMenu li a:hover,#top ul.mainMenu li a.active {
	color: #cdcbbe;
}
/* Header For Sale Submenu */
#top ul.mainMenu li {
	position:relative;
}
#top ul.mainMenu li ul {
	display:none;
	position:absolute;
	width:600px;
	top:33px;
}
#top ul.mainMenu li ul li {
	background-image:none;
	width:auto;
	display:block;
	float:left;
	padding:0;
	margin:0 7px 0 0;
	z-index:1000;
}
#top ul.mainMenu li ul li a,
#top ul.mainMenu li ul li a:visited,
#top ul.mainMenu li ul li a:active {
	color:#4f4942 !important;
}
#top ul.mainMenu li ul li a:hover,
#top ul.mainMenu li ul li a.active {
	color:#94806b !important;
}
/* Home */
#ContentPane #mid.home {
	padding-bottom:50px;
	padding-top:30px;
	padding-left:0;
}
#ContentPane #mid.home .wrapper {
	width:840px;
	position:relative;
	height:auto;
}
#ContentPane #mid.home .wrapper .left {
	padding-right:64px;
}
#ContentPane #mid.home .wrapper .right {
	width:520px;
	float:left;
	position:absolute;
	bottom:0;
	right:0;
}
#ContentPane #mid.home td.right {
	width:520px;
	vertical-align:bottom;
}
#ContentPane #mid.home td.left {
	padding-right:64px;
}
#ContentPane #mid.home .wrapper .right h1 {
	font-size:28px;
	font-style:italic;
	color:#3c3c3c;
	font-weight:normal;
	margin-bottom:1px;
}
#ContentPane #mid.home .wrapper .right h2 {
	font-size:18px;
	color:#39383e;
	font-weight:normal;
	margin-bottom:10px;
}
#ContentPane #mid.home .wrapper .right h3 {
	font-size:13px;
	font-style:italic;
	color:#46484a;
	font-weight:normal;
	margin-bottom:20px;
}
#ContentPane #mid.home .wrapper .right p,#ContentPane #mid.home .wrapper .right div {
	font-size:12px;
	color:#232222;
	font-weight: bold;
	margin-bottom:10px;
}

#ContentPane #mid.home div#slideshow{
	width:845px;
	height:493px;
	padding:25px 27px;
	background:url('../media/katzmedia/img/slide-bg.png') left top no-repeat;
	position:relative;
}
#ContentPane #mid.home div#slideshow div.slides{
	position:relative;
	width:842px;
	height:489px;
	overflow:hidden;
}
#ContentPane #mid.home div#slideshow div.slides div{
	width:842px;
	height:489px;
	position:absolute;
	top:0px;
	left:0px;
}

/*Slideshow*/
#slideshow {
    position:relative;
}

#slideshow div.slides div {
    position:absolute;

    z-index:8;
    opacity:0.0;
}

#slideshow div.slides div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.slides div.last-active {
    z-index:9;
}


/* Notable Sales */
#ContentPane #mid.catalogueMosaic h1 {
	margin-bottom:40px;
}
#ContentPane #mid.catalogueMosaic .frame {
	background:url('../media/katzmedia/img/thumbFrame1.png') right top no-repeat;
	width:268px;
	height:251px;
	line-height:251px;
	vertical-align:middle;
	text-align:center;
	float:left;
	margin:0 19px 37px 0;
}
#ContentPane #mid.catalogueMosaic .frame img {
	display:inline;
	line-height:251px;
	vertical-align:middle;
	position: relative;
}
/* Gallery */
#ContentPane #mid.gallery h1 {
	margin-bottom:40px;
}
#ContentPane #mid.gallery #bigPic {
	width:671px;
	height:465px;
	padding:1px;
	border:1px solid #CCC;
	background-color:#FFF;
	margin-bottom:10px;
}
#ContentPane #mid.gallery #bigPic img {
	position:absolute;
	display:none;
}
#ContentPane #mid.gallery ul#thumbs li.active {
	border:1px solid #3e3029;
	background:#fff;
	padding:3px;
}
#ContentPane #mid.gallery ul#thumbs,ul#thumbs li {
	margin:0;
	padding:0;
	list-style:none;
}
#ContentPane #mid.gallery ul#thumbs li {
	float:left;
	margin-right:3px;
	margin-bottom:5px;
	border:1px solid #CCC;
	padding:3px;
	cursor:pointer;
}
#ContentPane #mid.gallery ul#thumbs img {
	float:left;
	width:102px;
	height:70px;
	line-height:80px;
	overflow:hidden;
	position:relative;
	
}
/* Exhibitions */
#ContentPane #mid.exhibitions h1 {
	margin-bottom:34px;
}
#ContentPane #mid.exhibitions .wrapper {
	width:840px;
	position:relative;
	height:auto;
	margin-bottom:80px;
	display:table;
	vertical-align:bottom;
}
#ContentPane #mid.exhibitions .wrapper .left {
	padding-right:64px;

	width:215px;
	min-height:2px;
	display:table-cell;
	vertical-align:bottom;
}
#ContentPane #mid.exhibitions .wrapper .right {
	width:540px;

display:table-cell;
	vertical-align:bottom;
	
}
#ContentPane #mid.exhibitions .wrapper .right h1 {
	font-size:24px;
	color:#575757;
	font-weight:normal;
}
#ContentPane #mid.exhibitions .wrapper .right h2 {
	font-size:18px;
	color:#39383e;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
}
#ContentPane #mid.exhibitions .wrapper .right h3 {
	font-size:13px;
	font-weight:bold;
	color:#46484a;
	margin-bottom:20px;
}
#ContentPane #mid.exhibitions .wrapper .right h4  {
	font-size:13px;

	color:#575757;

	margin-bottom:20px;
}
#ContentPane #mid.exhibitions .wrapper .right p {
	margin-bottom:20px;
}
.location.vcard {
	color:#72777d;
}
#ContentPane #mid.exhibitions .wrapper .right p,#ContentPane #mid.home .wrapper .right div {
	font-size:12px;
	color:#232222;
}
/* Exhibition Details */
#ContentPane #mid.exhibitions.details span {
	display:block;
}
#ContentPane #mid.exhibitions.details .frame {
	background:url('../media/katzmedia/img/thumbFrame1.png') right top no-repeat;
	width:268px;
	height:251px;
	display:table;
	vertical-align:middle;
	text-align:center;
	float:left;
	margin:0 19px 37px 0;
}


#ContentPane #mid.exhibitions.details .item {
	display:table-cell;
	vertical-align:middle;
	position: relative;
}
#ContentPane #mid.exhibitions.details .item {
	display:table-cell;
	vertical-align:middle;
	position: relative;
}
#ContentPane #mid.exhibitions.details h2 {
	font-size:20px;
	margin-bottom:20px;
}
#ContentPane #mid.exhibitions.details .inline {
	display:inline;
}
#ContentPane #mid.exhibitions.details .textArea {
	margin-bottom:40px;
}
/* For Sale */
#ContentPane #mid.forSale ul.categories {
	margin:50px 0 100px 0;
	padding:0;
	width:784px;
}

#ContentPane #mid.forSale ul.categories li {
	list-style:outside none;
	float:left;
	width:179px;
	height:248px;
	margin-right:68px;
}
#ContentPane #mid.forSale ul.categories li a {
	text-decoration:none;
	font-size:14px;
	color:#5d5f62;
}

#ContentPane #mid.forSale ul.categories li a img {
	margin-bottom:14px;
}


/* catalogues */
#ContentPane #mid.catalogues h1 {
	margin-bottom:40px;
}
#ContentPane #mid.catalogues .frame {
	background:url('../media/katzmedia/img/thumbFrame3.png') right top no-repeat;
	width:268px;
	height:317px;
	display:table;
	vertical-align:middle;
	text-align:center;
	float:left;
	margin:0 19px 37px 0;
}
#ContentPane #mid.catalogues .row {
	display:table-row;
}
#ContentPane #mid.catalogues .imageArea {
	display:table-cell;
	vertical-align:middle;
	position: relative;
	height:213px;
	padding-top:8px;
}
#ContentPane #mid.catalogues .textArea {
	display:table-cell;
	vertical-align:top;
	position: relative;
	height:58px;
}
#ContentPane #mid.catalogues .title {
	font-size:12px;
	font-weight:bold;
	color:#817c7c;
	line-height:18px;
	margin-top:-2px;
}
#ContentPane #mid.catalogues .year {
	font-size:12px;
	font-weight:bold;
	color:#b2a9a9;
	line-height:20px;
	margin-top:-1px;
}

/* Contact */
#ContentPane #mid.contact  h1 {
	margin-bottom:40px;
}
#ContentPane #mid.contact .wrapper {
	width:840px;
	position:relative;
	height:auto;
}
#ContentPane #mid.contact .wrapper .left {
	width:284px;
	padding-right:109px;
	float:left;
}
#ContentPane #mid.contact .wrapper .right {
	width:336px;
	float:left;
}
#ContentPane #mid.contact .wrapper .right .textArea {
	height:530px;
}
#ContentPane #mid.contact .wrapper .right h2 {
	font-size:18px;
	color:#39383e;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:20px;
}
#ContentPane #mid.contact .wrapper .right h3 {
	font-size:13px;
	color:#848382;
	font-weight:normal;
	margin-bottom:20px;
}
#ContentPane #mid.contact .wrapper .right h4 {
	font-size:12px;
	font-style:italic;
	color:#46484a;
	font-weight:normal;
	margin-top:20px;
}
#ContentPane #mid.contact .wrapper .right h5 {
	font-size:12px;
	color:#848382;
	font-weight:normal;
	
}
#ContentPane #mid.contact .wrapper .left .formRow {
	margin-bottom:10px;
	height:29px;
	clear:both;
}
#ContentPane #mid.contact .wrapper .left .formRow.comments {
	height:190px;
}
#ContentPane #mid.contact .wrapper .left .inputLeft {
	background:url('../media/katzmedia/img/contactInputLeft.png') left top no-repeat;
	width:4px;
	height:29px;
	display:block;
	float:left;
}
#ContentPane #mid.contact .wrapper .left .inputRight {
	background:url('../media/katzmedia/img/contactInputRight.png') left top no-repeat;
	width:1px;
	height:29px;
	display:block;
	float:left;
}
#ContentPane #mid.contact .wrapper .left .inputBody {
	background:url('../media/katzmedia/img/contactInputBody.png') left top repeat-x;
	width:275px;
	height:15px;
	padding:9px 0 5px 0;
	display:block;
	float:left;
	border:0;
	font:14px 'Droid Serif',georgia,times,serif;
	color:#848382;
}
#ContentPane #mid.contact .wrapper .left textarea.comments {
	background:url('../media/katzmedia/img/contactTextArea.png') left top repeat-x;
	width:275px;
	height:190px;
	border:0;
	font:14px 'Droid Serif',georgia,times,serif;
	color:#848382;
	overflow: auto;
	padding:5px 0 0 5px;
}
#ContentPane #mid.contact .wrapper .left select.inputSelect {
	width:280px;
	height:29px;
	background:#f5f5f5;
	border:1px solid #eeeeee;
	border-top:1px solid #cacaca;
	font:14px 'Droid Serif',georgia,times,serif;
	color:#848382;
	vertical-align:middle;
}
#ContentPane #mid.contact .wrapper .left .submitButton {
	text-align:right;
	padding-top:4px;
}
#ContentPane #mid.contact .description {
	font-size:15px;
	margin-bottom:30px;
	line-height:22px;
}
#ContentPane #mid.contact h5 a {

}
#ContentPane #mid.contact .CommandButton {
	margin-right:4px;
}

/* Object Description */
#ContentPane #mid.objectDescription {
	padding-top:79px;
	font-size:16px;
	line-height:30px;
}
#ContentPane #mid.objectDescription .description {
	text-align:left;
}
#ContentPane #mid.objectDescription .artistName {
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	display:block;
}
#ContentPane #mid.objectDescription .title {
	font-size:18px;
	padding-bottom:5px;
}


/*Footer*/
	  table {
		  color:#655f61;
		  
		  }
@media screen and (max-height: 950px) {

  #footer {
    position:static !important;
  }
  body {
	  background:#281e1b !important;
	  color:#fff !important;
	  padding:0;
	  }
	  

}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#3f3a37;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(../media/katzmedia/img/colorbox/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../media/katzmedia/img/colorbox/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../media/katzmedia/img/colorbox/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../media/katzmedia/img/colorbox/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../media/katzmedia/img/colorbox/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../media/katzmedia/img/colorbox/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../media/katzmedia/img/colorbox/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../media/katzmedia/img/colorbox/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(../media/katzmedia/img/colorbox/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/katzmedia/img/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/katzmedia/img/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/katzmedia/img/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/katzmedia/img/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/katzmedia/img/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/katzmedia/img/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/katzmedia/img/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../media/katzmedia/img/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}



#cboxLoadedContent #mid {
	width:761px !important;
	padding: 30px 0 0 0 !important;
}
#cboxLoadedContent .contentPane {
	width:761px !important;
	padding:0 !important;
}
