body {
	margin: 12px auto 0;
	text-align: center;
	font: 62.5% "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #333;
	background: url(../images/bg-header.gif) #FFF repeat-x center top;
}

img {
	border: none;
}

a {
	color: #2C2500;
}

a:visited {
	color: #FF972D;
}

a:hover {
	color: #FF972D;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

* html .alignleft {
	height: 1%;
}

.alignright {
	float: right;
	margin-left: 5px;
}

.aligncenter {
	width: 100%;
	text-align: center;
}

/* Page Wrapper
----------------------------------------------*/
.wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

/* Page Header
----------------------------------------------*/
.header {
	position: relative;
}

.header h1 {
	margin: 0;
}

.header h1 a {
	display: block;
	height: 100px;
	width: 385px;
	background: url(../images/bg-header-h1.gif) no-repeat left top;
	text-indent: -9999px;
	outline: none;
}

.header h2 {
	margin: 0;
	display: none;
}

/* Navigation
----------------------------------------------*/
ul#navigation {
	width: 100%;
	height: 31px;
	margin: 0;
	padding: 0;
}

ul#navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

ul#navigation li {
	float: left;
	list-style: none;
	margin: 0 5px;
	padding: 0;
}

ul#navigation li a {
	display: block;
	height: 31px;
	text-align: center;
	background: #FFC489;
	text-indent: -9999px;
	outline: none;
}

ul#navigation li a.home {
	width: 77px;
	background: url(../images/bg-home.gif) no-repeat left top;
}

ul#navigation li a.about-us {
	width: 100px;
	background: url(../images/bg-about-us.gif) no-repeat left top;
}

ul#navigation li a.exhibitions {
	width: 131px;
	background: url(../images/bg-exhibitions.gif) no-repeat left top;
}

ul#navigation li a.artists {
	width: 109px;
	background: url(../images/bg-artists.gif) no-repeat left top;
}

ul#navigation li a.contact-us {
	width: 109px;
	background: url(../images/bg-contact-us.gif) no-repeat left top;
}

ul#navigation li a.sitemap {
	width: 96px;
	background: url(../images/bg-sitemap.gif) no-repeat left top;
}

ul#navigation li a:hover {
	background-position: left center;
}

ul#navigation li a:active {
	background-position: left bottom;
}


/* Content, Lnading Pages, and Product Pages
----------------------------------------------*/
.content {
	float: left;
	width: 465px;
	padding: 15px;
}

.content h2, .onecol h2 {
	margin-top: 0;
	font-size: 1.9em;
	color: #2C2500;
}

.content h3, .onecol h3 {
	margin-top: 0;
	font-size: 1.3em;
	color: #2C2500;
}

.content p, .onecol {
	font-size: 1.2em;
}

.content ul, .onecol ul {
	font-size: 12px;
}

.onecol {
	width: 100%;
	padding: 10px 0;
}

.onecol:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

dl.thumbnail {
	float: left;
	width: 147px;
	height: 155px;
	background: url(../images/bg-thumbnail.gif) no-repeat left top;
	margin: 5px 3px;
	font-size: 1.2em;
	text-align: center;
}

dl.thumbnail dt {
	height: 115px;
	margin: 4px 8px 0;
}

dl.thumbnail dd {
	margin: 0 6px;
	padding: 0;
}

* html dl.thumbnail dd {
	margin-top: -5px;
}

dl.thumbnail dd br {
	display: none;
}

.btnBio {
	display: block;
	width: 106px;
	height: 22px;
	background: url(../images/btn-bio.gif) no-repeat left top;
	text-indent: -9999px;
	margin: 5px 0 0 0;
}

.content hr, .onecol hr {
	margin: -15px 0;
	clear: both;
	border: 1px solid #FAF7F3;
}

.onecol dl.painting {
	position: relative;
	float: left;
	width: 340px;
	border-top: 2px solid #DDD3CA;
	border-bottom: 1px solid #DDD3CA;
	background: #FAF7F3;
	padding: 10px;
	margin: 10px 10px;
	min-height: 205px;
}

* html .onecol dl.painting {
	height: 205px;
}

.onecol dl.painting .zoom {
	display: block;
	width: 135px;
	height: 22px;
	margin: 5px auto 0;
	background: url(../images/btn-zoom.gif) no-repeat left top;
	text-indent: -9999px;
	outline: none;
}

* html .onecol dl.painting .zoom {
	margin: 5px 0 0;
}
.onecol dl.painting dt {
	float: left;
	text-align: center;
	margin: 0;
	width: 175px;
	margin-right: 5px;
}

.onecol dl.painting dd.title {
	margin: 0;
	font-weight: bold;
	font-size: 1.3em;
}

.onecol dl.painting dd {
	margin: 0;
	margin-left: 180px;
	padding: 0;
}

.onecol dl.painting div.alignleft {
	margin: 0 8px 0 0;
	text-align: center;
}

span.new {
/*	position: absolute;
	top: -1px;
	left: 0;
	width: 110px;
	height: 65px;
	text-indent: -9999px;
	background: url(../images/new.png) no-repeat left top;*/
	color: green;
	font-weight: bold;
}

/* html .onecol dl.painting dd span.new {
	background: url(../images/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/new.png', sizingMethod='scale');
}*/

span.sold {
/*	position: absolute;
	top: -1px;
	left: 0;
	width: 110px;
	height: 65px;
	text-indent: -9999px;
	background: url(../images/sold.png) no-repeat left top;*/
	color: #F00;
	font-weight: bold;
}

/** html .onecol dl.painting dd span.sold {
	background: url(../images/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/sold.png', sizingMethod='scale');
}*/

/* Sidebar
----------------------------------------------*/
.sidebar {
	float: right;
	width: 250px;
	margin: 15px 0;
	background: #F8F5F2;
	border-bottom: 1px solid #DDD3CA;
}

.sidebar h3 {
	font-size: 1.5em;
	margin: 0 0 15px;
	padding: 3px 10px;
	background: url(../images/bg-sidebar-heading.gif) repeat-x left bottom;
}

.sidebar .sidebar-exhibition {
	text-align: center;
}

.sidebar .sidebar-exhibition li strong {
	font-size: 1.2em;
}

.sidebar .sidebar-exhibition li p strong {
	font-size: 1em;
}

.sidebar .sidebar-exhibition ul li {
	margin: 0;
}

.sidebar ul {
	margin: 0 15px 10px;
	padding: 0;
	font-size: 1.1em;
	text-align: left;
}

.sidebar ul li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}

.sidebar ul.location li {
	margin: 0;
}

/* Footer
----------------------------------------------*/
.footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #DDD3CA;
}

.footer p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

/* Home Page
----------------------------------------------*/
.home-image {
	background: url(../images/bg-home-image.gif) #FAF7F3 no-repeat center center;
	border-top: 2px solid #DDD3CA;
	border-bottom: 1px solid #DDD3CA;
	height: 100%;
	padding: 10px;
}

.home-image:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.home-image input.image {
	float: left;
	margin-right: 10px;
}

.home-image dl {
	float: right;
	width: 135px;
	font-size: 1.2em;
	margin: 0;
}

.home-image dl dt {
	font-weight: bold;
	font-size: 1.1em;
}

.home-image dl dd {
	margin: 0;
	padding: 0;
}

/* Contact Page
----------------------------------------------*/
.address {
	height: 100%;
}

.address img {
	float: left;
	margin-bottom: 15px;
	margin-right: 5px;
}

.address ul {
	float: right;
	font-size: 1.2em;
	margin: 0 35px 0 0;
	padding: 0;
}

.address ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contactform {
	clear: both;
	font-size: 1.2em;
	margin: 0;
	border-top: 1px solid #F0F0F0;
	border: none;
}


.contactform legend {
	margin: 15px 0 0;
	color: #000;
}

.contactform label {
	font-weight: bold;
}

.contactform input {
	margin: 5px 0;
	width: 235px;
}

.contactform textarea {
	margin: 5px 0;
	width: 440px;
	height: 150px;
}

.contactform .submit {
	display: block;
	float: right;
	width: 75px;
	height: 22px;
	background: url(../images/btn-send.gif) no-repeat left top;
	text-indent: -9999px;
	border: none;
	outline: none;
}

.contactform dt {
	margin: 10px 0 2px;
}

.contactform dd {
	margin: 0 0 10px;
}

.red {
	color: #F00;
}

/* News
------------------------------------------*/
.newstext {
	width: 345px;
	float: right;
}


/* Lightbox Elements 
------------------------------------------*/
#lightbox {
	background:#FFF;
	padding: 10px;
	border: 5px solid #DDD3CA;
	z-index: 100001 !important;
}

#lightboxDetails {
	font-size: 1.1em;
	padding-top: 0.4em;
	color: #666;
}

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 0px;
	right: 0px;
}

#lightbox img {
	border: none;
	clear: both;
}

#overlay img {
	border: none;
}

#overlay {
	background-image: url(../overlay.png);
	z-index: 100000 !important;
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}