@import url("reset.css");
@import url("text.css");
@import url("960.css");
/* @import url("forms.css"); */

html {
	border-top: 5px solid #5a5b5c;
	background-color: #000;
}

body {
	position: relative;
	min-height: 950px;
	height: auto !important;
	height: 950px;
	background: transparent url(../images/bg.jpg) repeat-x left bottom;
}

body.cart {
	position: relative;
	min-height: 1px;
	height: auto !important;
	height: auto;
	background: none;
	color: #fff;
}

/* @group Header */

#header {
	width: 940px;
	position: relative;
	height: 91px;
	border-bottom: 3px double #202224;
	z-index: 9999;
	background: #000 url(../images/html-bg.jpg) no-repeat center top;
}

body.cart #header {
	margin: 0 auto;
	width: 800px;
}

#header h1 {
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
	width: 146px;
	height: 50px;
}

#header ul#nav-main {
	display: block;
	position: absolute;
	top: 27px;
	left: 480px;
	list-style: none;
}

#header ul#nav-main li {
	display: inline;
	float: left;
	margin: 0;
}

#header ul#nav-main li a {
	display: block;
	color: #fefefe;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	height: 38px;
	line-height: 38px;
	padding: 0 20px 0 20px;
}

#header ul#nav-main li a:hover, #header ul#nav-main li.sfHover a {
	color: #b6cbe0;
	background-color: rgba(0,0,0,.9);
	*background-color: rgb(0,0,0);
	z-index: 9999;
}

#header ul#nav-main ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
	width: 200px;
	padding-bottom: 10px;
}

#header ul#nav-main ul li a {
	display: block;
	color: #b6cbe0;
	width: 180px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 20px;
}

#header ul#nav-main ul li a:hover {
	color: #fefefe;
}

#header ul#nav-main li > ul {
	top: auto;
	left: auto;
}

#header ul#nav-main li:hover ul {
	display: block;
	clear: both;
}

#header ul#nav-main li ul li a {
	height: 24px;
	line-height: 24px;
}

#header ul#nav-util {
	float: right;
	list-style: none;
	margin-top: 30px;
}

#header ul#nav-util li {
	display: inline;
	float: left;
	margin: 0 0 0 0;
}

#header ul#nav-util li a {
	display: block;
	color: #b6cbe0;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 0 20px;
}

#header ul#nav-util li a:hover {
	color: #fefefe;
	background-color: transparent;
}

/* @end */

div#content-holder {
	width: 100%;
	margin: 0 0 0 0;
}

div#content {
	min-height: 800px;
	width: 960px;
	padding-bottom: 150px;
	background: transparent url(../images/html-bg.jpg) no-repeat center -96px;
}

body.cart div#content {
	width: 800px;
	min-height: 1px;
	margin: 0 auto;
	padding-bottom: 0;
	background: none;
}

body.index div#content {
	width: 940px;
	padding-bottom: 0;
}

div.header {
	display: block;
	position: relative;
	height: 91px;
	width: 940px;
	margin: 0 auto;
	border-bottom: 3px double #202224;
	margin-bottom: 18px;
}

body.cart div.header {
	display: block;
	position: relative;
	height: 80px;
	width: 800px;
	margin: 0 auto;
	border-bottom: 3px double #202224;
	margin-bottom: 18px;
}

div.header h2 {
	font-size: 26px;
	color: #d4d4d4;
	padding-top: 20px;
	margin: 0 0 0 0;
	height: 26px;
}

div.header p.artist-info {
	display: block;
	position: absolute;
	right: 0;
	top: 35px;
	
}

div.header p.artist-info a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #b6cbe0;
	margin-left: 15px;
}

body.bio p {
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
}

body.bio div.header h2, body.contact div.header h2 {
	padding-top: 25px;
}

div.header h3, div.header h3 a {
	font-size: 12px;
	font-weight: bold;
	color: #b6cbe0;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
}

div.header h3 a:hover {
	color: #fff;
}

div.header h3 em {
	color: #999;
	font-style: normal;
	font-weight: bold;
}

div.buttons {
	display: block;
	position: absolute;
	left: 630px;
	top: 30px;
	width: 320px;
}

button {
	font-size: 10px;
	font-weight: bold;
	color: #b6cbe0;
	padding: 0 0 0 0;
	margin: 0 5px 0 10px;
	text-transform: uppercase;
	height: 37px;
	line-height: 35px;
	width: 140px;
	border: none;
	cursor: pointer;
	background: transparent url(../images/button.gif) no-repeat left top;
}

button:hover {
	color: #fff;
	cursor: pointer;
	background: transparent url(../images/button.gif) no-repeat left -37px;
}

div#content h4.intro {
	color: #4d6f93;
	font: italic bold 16px/28px Georgia, "Times New Roman", Times, serif;
}

div#content div#gallery-info div.faq {
	color: #fefefe;
}

div#content div#gallery-info div.faq a {
	color: #b6cbe0;
}

div#content div#gallery-info div.faq a:hover {
	color: #fefefe;
}

div#content div#gallery-info div.faq h4 {
	padding-bottom: 5px;
	margin: 10px 0 5px 0;
	color: #4d6f93;
	cursor: pointer;
	border-bottom: 3px double #202224;
	font: italic bold 14px/24px Georgia, "Times New Roman", Times, serif;
}

div#content div#gallery-info div.faq h4:hover, div#content div#gallery-info div.faq h4.selected {
	color: #b6cbe0;
}

div#content div#gallery-info div.faq h4.selected {
	border-bottom: none;
}

div#content div#gallery-info div.faq div {
	height: auto;
}

div#content div#gallery-info p, div.subhead p {
	display: block;
	color: #cdcdcd;
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
}

div#content div.vcard {
	color: #ccc;
	font-size: 11px;
	line-height: 20px;
}

div#content div.vcard h2 {
	margin-top: 0px;
	line-height: 26px;
	color: #d4d4d4;
	border-bottom: 3px double #35373a;
	margin-bottom: 18px;
}
div#content div.vcard h2 em {
	font-size: 14px;
}

div#content div.vcard div.note {
	display: block;
	height: 180px;
}

div#content div.vcard h5 {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #afc3d8;
	border-top: 3px double #35373a;
	margin-bottom: 18px;
}

div#content div.vcard h5 a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #afc3d8;
	border-top: 3px double #202224;
	margin-bottom: 18px;
}

div#content div.vcard h5 a:hover {
	color: #fff;
}

div#content div.vcard img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #b6cbe0;
}

div#content dl#site-map {
	margin-left: 10px;
}

div#content ul, div#content dl#site-map {
	display: block;
	list-style: none;
	color: #d4d4d4;
}

div#content dt {
	color: #fff;
	font-weight: bold;
}

div#content dl#site-map a {
	text-decoration: none;
	color: #d4d4d4;
}

div#content dl#site-map a:hover {
	color: #6c9dd1;
}

div#content ul li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

div#info, div#main {
	color: #fff;
	text-align: left;
}

div#info a {
	color: #afc3d8;
	text-decoration: underline;
}

div#info a:hover {
	color: #fefefe;
	text-decoration: none;
}

div#info h2, div#main h2 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #d4d4d4;
	margin-bottom: 15px;
}

div#info dl {
	display: block;
	position: relative;
	margin: 0 auto;
	border-bottom: 3px double #202224;
	padding-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
}

div#info dt {
	display: inline;
	clear: both;
	float: left;
	width: 75px;
	margin-right: 10px;
	color: #999;
}

div#info dd {
	display: inline;
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #d4d4d4;
}

div#info ul.links {
	margin: 7px auto;
	text-align: left;
	list-style: none;
}

div#info ul.links li {
	display: block;
	position: relative;
	height: 25px;
	border-bottom: 1px dotted #3b3b3b;
	margin: 0 0 0 0;
}

div#info ul.links li a {
	display: block;
	position: relative;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #b6cbe0;
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/bullet.gif) no-repeat 3px 10px;
}

div#info ul.links li a:hover {
	color: #fff;
}

div#info button {
	margin: 32px auto;
}

div#info div#otherviews h4 {
	display: block;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin-bottom: 10px;
}

div#info ul#alt_images {
	display: block;
	overflow: hidden;
	list-style: none;
}

div#info ul#alt_images li {
	display: inline;
	float: left;
	margin: 0 8px 10px 0;
	padding: 0;
}

div#info ul#alt_images li a img {
	display: block;
	border: 1px solid #b6cbe0;
}

div#info ul#alt_images li a.on img {
	border: 1px solid #fff;
}

div#main {
	position: relative;
}

div#main img {
	display: block;
	border: 1px solid #b6cbe0;
}

div#main ul#nav-guide {
	display: block;
	position: absolute;
	top: 37px;
	left: 0;
	width: 620px;
	height: 37px;
	list-style: none;
}

div#main ul#nav-guide li {
	display: inline;
	float: left;
	height: 37px;
	width: 60px;
	text-align: center;
	margin: 0 1px 0 1px;
	padding: 0 0 0 0;
}

div#main ul#nav-guide li#next {
	float: right;
}

div#main ul#nav-guide li a {
	display: block;
	height: 37px;
	width: 60px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/25-fff-trans.png) repeat left top;
	color: #b6cbe0;
	font-size: 10px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
	text-transform: uppercase;
}

div#main ul#nav-guide li a:hover {
	color: #fff;
}

/* @group Article Class (Homepage) */

div.article div.header {
	display: block;
	position: relative;
	height: 91px;
	width: 100%;
	border-bottom: 3px double #202224;
	margin-bottom: 18px;
}

div.subheader {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 3px double #202224;
	margin-bottom: 18px;
}

div.subheader p {
	color: #cdcdcd;
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
}

div.article dl {
	display: block;
	position: relative;
	width: 458px;
	height: 458px;
	overflow: hidden;
	border: 1px solid #b6cbe0;
}

div.article dl:hover {
	display: block;
	position: relative;
	width: 454px;
	height: 454px;
	overflow: hidden;
	border: 3px solid #b6cbe0;
}

div.article dl dt {
	display: block;
	position: relative;
	width: 458px;
	height: 458px;
	overflow: hidden;
}

div.article dl dt img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.article dl:hover dt img {
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
}

div.article dl dd {
	display: block;
	position: absolute;
	top: 460px;
	left: 0;
	width: 454px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #afc3d8;
	background: url(../images/65-trans.png) no-repeat left top;
}

div.article dl dd a {
	display: block;
	width: 454px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #afc3d8;
}

div.article dl dd a:hover {
	color: #fefefe;
}

div.article p strong {
	color: #cdcdcd;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}
div.article p {
	color: #cdcdcd;
	font: normal 12px Helvetica,'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

/* @end */

div.item, div.exhibition {
	position: relative;
	height: 245px;
	margin-bottom: 10px;
}

div.exhibition {
	position: relative;
	height: auto;
	margin-bottom: 20px;
}

div.exhibition.clearit {
	clear: both;
}

div.item h4 {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -24px;
	color: #afc3d8;
	line-height: 16px;
	height: 24px;
	width: 220px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	z-index: 9995;
}

div.item p {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -8px;
	color: #afc3d8;
	line-height: 16px;
	width: 220px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	z-index: 9999;
}

div.exhibition h4 {
	display: block;
	position: relative;
	margin: -15px 0 0 0;
	color: #afc3d8;
	line-height: 16px;
	height: 24px;
	width: 220px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	z-index: 9999;
}

div.exhibition p {
	display: block;
	position: relative;
	margin: -10px 0 0 0;
	color: #afc3d8;
	line-height: 16px;
	width: 220px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	z-index: 9999;
}

div.item h4 a.new {
	display: block;
	position: absolute;
	top: -221px;
	left: 100%;
	margin-top: 0;
	margin-left: -86px;
	height: 86px;
	width: 86px;
	cursor: pointer;
	background: url(../images/new-work-trans.png) no-repeat left top;
}

div.item.over h4 a.new {
	background: url(../images/new-work-trans.png) no-repeat left -86px;
}

dl.art {
	display: block;
	position: relative;
	width: 218px;
	height: 218px;
	overflow: hidden;
	border: 1px solid #b6cbe0;
}

dl.art:hover, div.item.over dl.art {
	display: block;
	position: relative;
	width: 214px;
	height: 214px;
	overflow: hidden;
	border: 3px solid #b6cbe0;
}

dl.art dt {
	display: block;
	position: relative;
	width: 218px;
	height: 218px;
	overflow: hidden;
}

dl.art dt img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

dl.art:hover img, div.item.over dl.art img {
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
}

dl.art dd.info {
	display: block;
	position: absolute;
	top: 220px;
	left: 0px;
	width: 214px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #afc3d8;
	background: url(../images/65-trans.png) no-repeat left top;
}

dl.art dd.info a {
	display: block;
	position: relative;
	width: 214px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #afc3d8;
	/*background: url(../images/status-trans.png) no-repeat right -94px;*/
}

dl.art dd.info a.artist {
	background: url(../images/status-trans.png) no-repeat left -94px;
}

dl.art dd.info a span.description {
	display: block;
	position: absolute;
	left: 8px;
	top: auto;
}

dl.art dd.info a.artist-A {	
	background: url(../images/status-trans.png) no-repeat left -94px;
}

dl.art dd.info a.artist-P {	
	background: url(../images/status-trans.png) no-repeat left -47px;
}

dl.art dd.info a.artist-S, dl.art dd.info a.artist-NA {	
	background: url(../images/status-trans.png) no-repeat left top;
}

dl.art dd.info a.exhibit-A {	
	background: url(../images/status-trans.png) no-repeat right -94px;
}

dl.art dd.info a.exhibit-P {	
	background: url(../images/status-trans.png) no-repeat right -47px;
}

dl.art dd.info a.exhibit-S, dl.art dd.info a.exhibit-NA {	
	background: url(../images/status-trans.png) no-repeat right top;
}

dl.art dd.info a.A {	
	background: url(../images/status-trans.png) no-repeat right -94px;
}

dl.art dd.info a.P {	
	background: url(../images/status-trans.png) no-repeat right -47px;
}

dl.art dd.info a.S, dl.art dd.info a.NA {	
	background: url(../images/status-trans.png) no-repeat right top;
}

dl.art dd.info a.artist.P {	
	background: url(../images/status-trans.png) no-repeat left -47px;
}

dl.art dd.info a.artist.S, dl.art dd.info a.artist.NA {	
	background: url(../images/status-trans.png) no-repeat left top;
}

dl.art dd.info a span.price {
	display: block;
	position: absolute;
	left: 100%;
	width: 60px;
	margin-left: -70px;
	text-align: right;
	top: auto;
	color: #fff;
}

dl.art dd.info a span.price.sold {
	color: #dd0f0f;
}

dl.art dd.info a:hover {
	color: #fefefe;
}

div#content table {
	display: block;
}

div#content table th {
	text-align: left;
	border-bottom: 3px double #202224;
	padding: 5px;
	line-height: 25px;
	height: 25px;
	color: #d4d4d4;
}

div#content table th.short, div#content table td.short {
	width: 75px;
}

div#content table td {
	text-align: left;
	padding: 5px;
	line-height: 25px;
	height: 25px;
	border-bottom: 1px dotted #3b3b3b;
}

div#content table td.total,div#content table td.price,div#content table th.price {
	text-align: right;
}

div#content table td.total {
	font-weight: bold;
}

div#content table td em {
	display: block;
	font-size: 11px;
	padding: 10px;
	color: #d4d4d4;
	line-height: 16px;
}

div#content table td span.amount {
	display: inline;
	float: right;
	width: 75px;
}

div#content table td.total strong {
	display: inline;
	float: left;
	width: 200px;
	margin-left: 515px;
}

div#content button#keep_shopping {
	float: right;
	margin-right: 160px;
}

div#content form#checkout {
	display: inline;
	float: right;
	width: 140px;
	margin: -37px 10px 0 10px;
}

div#footer-contain {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -150px;
	width: 100%;
	height: 150px;
	background: url(../images/foot-bg.jpg) repeat-x left;
}

div#footer p {
	float: left;
	margin-top: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #a6a6a6;
}

div#footer a {
	color: #a6a6a6;
	text-decoration: underline;
}

div#footer a:hover {
	color: #b6cbe0;
	text-decoration: none;
}

div#footer ul {
	float: right;
	list-style: none;
	margin: 36px 0 0 0;
}

div#footer li {
	display: inline;
	float: left;
	margin: 0 0 0 0;
}

div#footer li a {
	color: #b6cbe0;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
}

div#footer li a:hover {
	color: #fefefe;
}

div#checkout-footer {
	display: block;
	margin: 10px 0 10px 0;
	text-align: center;
	font-size: 10px;
	color: #fefefe;
}

div#checkout-footer a {
	color: #b6cbe0;	
}

div#checkout-footer a:hover {
	color: #b6cbe0;	
}

form label.error {
	color: #C00;
	font-size: 11px;
}

form input.error {
	background-color: #fbcecb;
	border: 1px solid #c00;
	margin-right: 5px;
}

span.required {
	display: inline;
	color: #f30;
}

