/*   dark grey  #696155
    light grey  #878177
           red  #D85035   */

* {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	padding: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #696155; /* dark grey */
	background-color: white;
	overflow: auto;
}

div#background {
	border: 0px grey solid;
	background-color: white;
	width: 900px;
	height: 700px;
	float: center;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 0;
}

/* JQUERY CYCLE ------------------------ */
/* JQUERY CYCLE ------------------------ */

.splash {  
	position: absolute;
	top: 167px;
	left: 0px;		
	z-index: 1;
    padding: 0;  
    margin:  0;  
} 
 
.splash img {  
	border: 0px none;
    background-color: #ffffff;  
    width:  900px; 
    height: 320px; 
    top:  0; 
    left: 0 
} 

/* END JQUERY CYCLE -------------------- */
/* END JQUERY CYCLE -------------------- */

div#rotation {
	border: 0px none;
	width: 900px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;		
	z-index: 1;
}

div#skipIntro {
	border: 0px none;
	position: relative;
	top: 130px;
	left: 845px;		
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

div#skipIntro a {
	color: #878177; /* light grey */
}

div#skipIntro a:hover {
	color: #D85035; /* red */
}

div#seoText {
	border: 0px none;
	position: relative;
	top: 2000px;
	width: 900px;
}

div#navCol1 {
	width: 170px;
	height: 300px;
	position: absolute;
	top: 228px;
	left: 30px;		
	z-index: 1;
}

div#navItems {
	padding-left: 56px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.05em;
}

div#subnavCol2 {
	width: 140px;
	height: 263px;
	position: absolute;
	top: 265px;
	left: 200px;		
	z-index: 1;
}

div#subnavCol2artists {
	margin-left: -9px;
	width: 670px;
	height: 405px;
	position: absolute;
	top: 268px;
	left: 200px;		
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 20px;
	color: #878177;
}

div#subnavCol2artists a {
	color: #878177; /* light grey */
}

div#subnavCol2artists a:hover {
	color: #D85035; /* red */
}

div#artistItems {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.05em;
}

div#artistItems a {
	color: #878177; /* light grey */
}

div#artistItems a:hover {
	color: #D85035; /* red */
}

div#homeVideo {
	margin-left: -9px;
	width: 330px;
	position: absolute;
	top: 410px;
	left: 97px;		
	z-index: 1;
}

div#homeRotation {
	margin-left: -9px;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 490px;
	left: 730px;		
	z-index: 1;
}

div#mainCol3 {
	width: 530px;
	height: 405px;
	position: absolute;
	top: 268px;
	left: 340px;		
	z-index: 1;
}

div#aboutCol3 {
	color: #696155;
	line-height: 13px;
	width: 460px;
	height: 405px;
	position: absolute;
	top: 265px;
	left: 340px;		
	z-index: 1;
}

div#aboutCol3 a {
	color: #696155;
}

div#aboutCol3 a:hover {
	color: #D85035;
}

div#exhibitionsCol3 {
	font-size: 13px;
	line-height: 14px;
	width: 530px;
	height: 405px;
	position: absolute;
	top: 267px;
	left: 340px;		
	z-index: 1;
}

div#exhibitionsCol3 a {
	color: #696155;
}

div#exhibitionsCol3 a:hover {
	color: #D85035;
}

div#pressCol3 {
	font-size: 13px;
	line-height: 14px;
	width: 530px;
	height: 405px;
	position: absolute;
	top: 268px;
	left: 340px;		
	z-index: 1;
}

.resaleBlurb {
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	color: #696155;
}

.captionThumb {
	font-size: 10px;
	line-height: 11px;
	color: #878177;
}

.captionLarge {
	font-size: 11px;
	line-height: 13px;
	color: #696155;
}

.bio {
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #696155;
}

p
{
margin-bottom: 13px;
}

.sold {
	font-size: 8px;
	color: #D85035;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #D85035;
}

/* JQUERY LIGHTBOX ------------------------ */
/* JQUERY LIGHTBOX ------------------------ */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding:  10px 0px 10px 0px;
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.05em;
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0px;
}
#lightbox-container-image-data {
	padding: 20px 10px 10px 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 99%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #696155;
	}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	font-size: 8px;
	line-height: 8px;
	color: #878177;
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#lightbox-secNav-btnClose a {
	color: #878177;
}

#lightbox-secNav-btnClose a:hover {
	color: #D85035;
}

/* END JQUERY LIGHTBOX -------------------- */
/* END JQUERY LIGHTBOX -------------------- */



/* NOT USED -------------------------------- */

div#box1 {
	border: 1px #555555 solid;
	padding: 25px;
	margin: 25px 0px 0px 25px;
	width: 400px;
	height: 375px;
	position: absolute;
	top: 0px;
	left: 0px;		
	z-index: 1;
}

div#box2 {
	border: 1px #555555 solid;
	padding: 25px;
	margin: 25px 0px 0px 25px;
	width: 400px;
	height: 125px;
	position: absolute;
	top: 450px;
	left: 0px;		
}

div#box3 {
	border: 1px #555555 solid;
	padding: 25px;
	margin: 25px 0px 0px 25px;
	width: 325px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 475px;		
}

div#box4 {
	border: 1px #555555 solid;
	padding: 25px;
	margin: 25px 0px 0px 25px;
	width: 325px;
	height: 175px;
	position: absolute;
	top: 275px;
	left: 475px;		
}

div#box5 {
	border: 1px #555555 solid;
	padding: 25px;
	margin: 25px 0px 0px 25px;
	width: 325px;
	height: 50px;
	position: absolute;
	top: 525px;
	left: 475px;		
}

div#secondaryBox1 {
	border: 1px #555555 solid;
	padding: 25px;
	margin: 25px 0px 0px 25px;
	width: 575px;
	height: 575px;
	position: absolute;
	top: 0px;
	left: 0px;		
	z-index: 1;
}

div#secondaryBox2 {
	border: 1px #555555 solid;
	padding: 25px;
	margin: 25px 0px 0px 25px;
	width: 150px;
	height: 275px;
	position: absolute;
	top: 0px;
	left: 650px;		
}

div#secondaryBox3 {
	border: 1px #555555 solid;
	padding: 25px;
	margin: 25px 0px 0px 25px;
	width: 150px;
	height: 225px;
	position: absolute;
	top: 350px;
	left: 650px;		
}