/* zero "problem causers" for all elements */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
html, body {
	width: 100%;
	height: 100%;
	font-family: arial, sans serif;
	font-size: 12px;
	color: #8E8F83;
	background: transparent;
}
body {
	background: #F6F6F6 url(/images/bg.gif) top left repeat;
}
a, a:visited, a:hover, a:active {
	color: #8E8F83;
	text-decoration: none;
	outline: none;
}

/*--- SITE-WIDE CONTENT --------------------------- */

#sysmessage {
	clear: both;
	float: left;
	width: 100%;
	min-height: 27px;
	margin-bottom: 10px;
}
#sysmessage span {
	display: block;
	width: 100%;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#sysmessage .success {
	color: #393;
	background: #CFC;
	border-top: 1px solid #393;
	border-bottom: 1px solid #393;
}
#sysmessage .error {
	color: #F66;
	background: #FCC;
	border-top: 1px solid #F66;
	border-bottom: 1px solid #F66;
}
#sysmessage .success a {
	text-decoration: underline;
	color: #393;
}
#sysmessage .error a {
	text-decoration: underline;
	color: #F66;
}
#error-page {
	float: left;
	width: 100%;
	height: 600px;
}
html>body #error-page {
	min-height: 600px;
	height: auto;
}
div.brTip-box {
	z-index: 800;
	display: none;
	position: absolute;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #C00;
	background: #FCC;
	border: 1px solid #C00;
}
p.e:hover {
	cursor: help;
}
#main-container {
	position: relative;
	width: 810px;
	height: auto;
	margin: 0 auto;
	padding-top: 25px;
}
#header {
	float: left;
	width: 770px;
	height: 75px;
	padding: 10px 20px;
	background: #FFF;
}
#header a#home {
	float: left;
	margin-top: 6px;
}
#header-right {
	float: right;
	width: 400px;
	padding-top: 5px;
}
#header-right span {
	display: block;
	text-align: right;
}
#header-right span a {
	font-weight: bold;
}
#newsletter {
	float: right;
	padding-top: 12px;
}
#newsletter input {
	float: left;
	width: 200px;
	padding: 2px 5px;
	font-size: 11px;
	color: #8E8F83;
	background: #E6E7DF;
	border: 1px solid #8E8F83;
}
#newsletter .submit {
	width: auto;
	margin-left: 5px;
	padding: 1px 3px;
	background: #FFF;
	border: 1px solid #8E8F83;
}
#subheader {
	float: left;
	width: 770px;
	padding: 15px 20px;
}
.sh {
	color: #8E8F83;
	background: transparent;	
}
.hsh {
	color: #E6E7DF;
	background: #8E8F83;
}
.sh a {
	color: #8E8F83;
}
.hsh a {
	color: #E6E7DF;
}
#sh-left {
	float: left;
	width: 645px;
}
#subheader h3 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#subheader h3 span {
	font-size: 12px;
	font-weight: normal;
}
.sh h3,
.sh h3 a {
	color: #8E8F83;
}
.hsh h3,
.hsh h3 a {
	color: #FFF;
}
#subheader ul {
	float: left;
	width: 200px;
	padding-right: 5px;
	list-style: none;
	font-size: 12px;
}
#subheader ul li {
	height: 15px;
	padding: 0 3px;
	line-height: 15px;
}
#subheader ul li a:hover {
	color: #FFF;
	background: #8E8F83;
}
#subheader ul li.here a {
	font-weight: bold;
}
.hsh ul a:hover {
	color: #FFF;
}
#sub-menu {
	clear: none;
	float: right;
	width: 125px;
	font-weight: bold;
	text-align: right;
	color: #FFF;
}
#sub-menu p {
	margin-bottom: 1px;
}
.hsh #sub-menu a {
	color: #FFF;
}
#sub-menu a:hover {
	text-decoration: underline;
}
#copy {
	position: relative;
	bottom: 0;
}
.page-header {
	float: left;
	width: 770px;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 16px;
	color: #E6E7DF;
	background: #8E8F83;
}
.page-header em {
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.page-wrapper {
	float: left;
	width: 770px;
	padding: 20px;
	background: #FFF;
}
.page-wrapper h3 {
	padding: 20px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
}
.page-wrapper p {
	margin-bottom: 10px;
}
#banner {
	float: left;
	padding: 20px 20px 0 20px;
	background: #FFF;
}
#homepad {
	float: left;
	width: 100%;
	height: 200px;
	background: #FFF;
}

/*--- CURRENT SHOW PAGE ---------------------------*/

#show {
	float: left;
	width: 100%;
	padding-bottom: 80px;
	background: #FFF;
}
.show-banner #rounded {
	z-index: 80;
	position: absolute;
}
.show-banner a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background: transparent;
}
.show-banner a:hover {
	background: transparent;
}
.show-banner .overlay {
	width: 770px;
	height: 165px;
}
.show-banner .overlay span {
	width: 145px;
	margin: 70px 0 0 312px;
}
.show-banner .info {
	float: left;
	width: 750px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: right;
	color: #FFF;
	background: #8E8F83;
}
.show-banner .info em {
	float: left;
	font-weight: bold;
	font-style: normal;
}

/*--- ARTIST GALLERY PAGE ---------------------------*/

#gallery {
	float: left;
	width: 100%;
	padding-bottom: 80px;
	background: #FFF;
}
.gallery-row {
	float: left;
	width: 100%;
	height: 325px;
}
html>body .gallery-row {
	min-height: 325px;
	height: auto;
}
.gallery-item {
	float: left;
	width: 270px;
	background: url(/images/gallery_item_bg.gif) 0 0 no-repeat;
}
.page-container .blank,
.page-container .last {
	background-position: 0 -500px;
}
.page-container .hover {
	color: #F7F8F3;
	background-position: 0 -1000px;
}
.page-container .last.hover {
	background-position: 0 -1500px;
}
.page-container .hover a {
	color: #F7F8F3;
}
.gallery-item .img {
	float: left;
	width: 225px;
	height: 250px;
	padding: 20px;
}
.gallery-item .quick-info {
	float: left;
	width: 225px;
	height: 15px;
	padding: 8px 20px;
	font-size: 14px;
}
html>body .gallery-item .quick-info {
	min-height: 15px;
	height: auto;
}
.gallery-item .quick-info span {
	float: left;
	width: 160px;
}
.gallery-item .quick-info .p {
	float: right;
	width: auto;
	padding: 0 2px;
	font-weight: bold;
	color: #8E8F83;
	background: #FFF;
}
.gallery-item .quick-info .sold {
	color: #DF6161;
}
.overlay {
	z-index: 100;
	position: absolute;
	width: 270px;
	height: 290px;
	background: url(/images/bg.gif) top left repeat;
}
.overlay a {
	display: block;
	width: 100%;
	height: 100%;
}
.overlay span {
	z-index: 101;
	position: absolute;
	width: 145px;
	height: 20px;
	margin: 135px 0 0 62px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	color: #F7F8F3;
	background: #8E8F83;
}

/*--- PRODUCT PAGE ---------------------------*/

#product {
	float: left;
	width: 100%
}
#product-header {
	height: auto;
	padding: 15px 20px;
	line-height: normal;
}
#ph-left {
	float: left;
	width: 420px;
	padding-right: 20px;
}
#ph-right {
	float: right;
	width: 120px;
	text-align: right;
}
#ph-left em,
#ph-left span,
#ph-left p {
	clear: both;
	float: left;
	width: 100%;
}
#ph-left span {
	font-size: 14px;
}
#ph-left p {
	padding-top: 10px;
	font-size: 12px;
}
#ph-right em {
	float: right;
}
#ph-right em.sold {
	padding: 0 4px;
	color: #DF6161;
	background: #FFF;
}
#ph-right a {
	clear: both;
	float: right;
	margin-top: 20px;
	padding: 0 3px;
	font-size: 12px;
	color: #E6E7DF;
	border: 1px solid #E6E7DF;
}
.product-wrapper {
	float: left;
	width: 770px;
	padding: 0 20px 20px 20px;
	background: #FFF;
}
.product-wrapper span {
	float: left;
	border-right: 1px solid #E6E7DF;
}
.product-wrapper span img {
	padding: 10px 10px 0 0;
}
#product-links {
	float: right;
	width: 250px;
	padding: 20px 0 0 0;
	text-align: right;
	border: 0;
}
#product-links em {
	font-style: normal;
	font-weight: bold;
}
#product-links img {
	padding: 0 2px 0 0;
}
#product-links a {
	clear: both;
	float: right;
}
#product-links a.back {
	margin-bottom: 20px;
}
#product-links a:hover {
	text-decoration: underline;
}

/*--- CONTACT PAGE ---------------------------*/

#contact-form form p {
	clear: both;
	width: auto;
	margin-bottom: 0;
}
#contact-form form strong {
	width: 70px;
	text-align: right;
}
#contact-form form textarea {
	margin: 0;
}
#contact-form #offer {
	display: none;
}
#contact-form form .submit {
	display: inline;
	margin-left: 80px;
}

/*--- FOOTER ---------------------------*/

#footer {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	font-size: 11px;
	text-align: right;
}
#footer p {
	float: left;
	width: 790px;
	padding: 5px 10px 5px 10px;
	background: #FFF;
}
#footer em {
	float: left;
	font-style: normal;
	color: #8E8F83;
}
#footer a:hover {
	text-decoration: underline;
}
