html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	padding: 10px;
	color: #595959;
}
a {
	color: #cc0000;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	border: none;
}
h1 {
	color: #000000;
	font-size: 28px;
	letter-spacing: -1px;
}
img {
	border: none;
}
input.text, textarea, select {
	width: 100%;
/*	border: none;
	border-bottom-width: 3px;*/
/*	background: url(/images/bg_inputborder.png) repeat-x bottom left;
	padding-bottom: 3px;*/
	border: 1px #a8a8a8 solid;
}
input.text {
	text-indent: 5px;
}
input.button {
	margin-top: 5px;
	border: 1px #a8a8a8 solid;
	background: none;
	cursor: pointer;
}
input.RedButton {
	border: none;
	color: #f0f0f0;
	width: 146px;
	height: 37px;
	font: 14px Arial;
	background: #ffffff url(/images/red_button.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
input.RedButton.r2 {
	background-image: url(/images/red_button2.jpg);
}
input.RedButton:hover {
	color: #ffffff;
}
.Error {
	background-color: #ffffaa;
}

.FloatRight {
	float: right;
}
.TextRight {
	text-align: right;
}

div#Stage {
	display: block;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}
.MainSection {
	float: left;
	clear: both;
	width: 945px;
	margin-bottom: 10px;
}
div.HSeparator {
	height: 1px;
	font-size: 1px;
	border-top: 1px #a8a8a8 solid;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.W100 {
	width: 100%;
}
div.W60 {
	width: 555px;
	margin-right: 15px;
}
div.W50 {
	width: 465px;
	margin-right: 15px;
}
div.W50.x1 {
	margin-right: 10px;
}
div.W50.x2 {
	margin-right: 0px;
}
div.W75 {
	width: 705px;
	margin-right: 15px;
}
div.W40 {
	width: 375px;
	margin-right: 15px;
}
div.W25 {
	width: 225px;
	margin-right: 15px;
}
div.W25.Last {
	margin-right: 0px;
}
div.W25.First {

}
div.W75P {
	width: 75%;
}
div.W50P {
	width: 50%;
}
div.W25P {
	width: 25%;
}
div.W25P, div.W50P, div.W75P, div.W60, div.W50, div.W40, div.W25, div.W75 {
	float: left;
}
div.NoMargin, div.W25P.NoMargin, div.W50.NoMargin, div.W75P.NoMargin {
	margin-right: 0px;
}
div.Links a {
	display: block;
	width: 100%;
}

div#SiteActions {
	float: right;
	margin-top: 25px;
}
div#SiteActions a {
	font-weight: bold;
	margin-left: 20px;
}

#SiteBar {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.Nav {
	clear: both;
}
div.Nav div {
	float: left;
}
div.NavSection {
	width: 125px;
	margin-left: 0px;
}
div.NavSection h3, h3.NavHeading {
}
div.NavSection h3.Current {
	color: #cc0000;
}
div.NavSection h3.MO {
	cursor: pointer;
}
div.NavSection a {
	display: block;
	width: 100%;
	clear: both;
	color: #000000;
}
div.NavSection a:hover, div.NavSection a.Red {
/*	background-color: #cc0000;
	color: #ffffff;*/
	color: #cc0000;
}
div.NavSearch {
	width: 320px;
	text-align: right;
}
div.NavSearch h3 {
	display: inline;
	margin-right: 10px;
}
div.NavSearch input {
	width: 200px;
}
div.NavPopup {
	position: absolute;
	margin-top: 20px;
/*	margin-left: -15px;
/*	width: 740px;
	display: none;
*/
	z-index: 95;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div.NavPopupBottom {
	margin-top: -190px;
}
div.NavPopup, div.NavPopup a {
	color: #545454;
}
div.NavPopup h3, div.NavPopup div.CriteriaNav {
	background-color: #c1c1c1;
	color: #ffffff;
	margin: 0px;
}
div.NavPopup h3 {
	width: 100px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #cc0000;
	cursor: pointer;
}
div.NavPopup.Sculpture {
	margin-left: -125px;
}
div.NavPopup.Sculpture h3 {
	margin-left: 125px;
}
div.NavPopup div.Inst {
	background: #ffffff url(/images/bg_menutop.png) repeat-x left top;
	height: 26px;
	text-indent: 10px;
	padding-top: 10px;
	border: 1px #c1c1c1 solid;
	width: 694px;
}
div.NavPopup div.Inst a {
	display: inline;
	position: absolute;
	right: 15px;
	width: auto;
	padding-right: 15px;
}
div.NavPopup div.PopupBody {
	width: 558px;
	background: #ffffff url(/images/bg_menubody.png) repeat-x left bottom;
	border: 1px #c1c1c1 solid;
	border-left: none;
	overflow: visible;
}
div.NavPopup div.Filter {
	float: left;
	border-left: #c1c1c1 1px solid;
	height: 185px;
	padding-top: 3px;
	overflow: hidden;
}
div.NavPopup div.Filter p {
	border-bottom: 1px #c1c1c1 solid;
	padding: 0px;
	margin: 3px 0px 5px 0px;
	display: none;
}
div.NavPopup div.Filter2 p {
	margin-bottom: 0px;
}
div.NavPopup div.Filter a {
	text-indent: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 99%;
}
div.NavPopup div.Filter a:hover, div.NavPopup div.Filter a.Current {
	background: none;
	color: #cc0000;
	text-decoration: underline;
}
div.NavPopup div.Filter2 div.Selector {
	width: 80px;
	height: 285px;
	background-color: #d8d8d8;
	border-right: 1px #c1c1c1 solid;
	float: left;
	padding-top: 5px;
}
div.NavPopup div.Filter2 div#ArtistShortlist {
	height: 100%;
	width: 100%;
	float: left;
/*	padding-top: 5px;*/
	overflow: auto;
}
div.NavPopup div.Filter2 div#ArtistShortlist a {
	width: 170px;
	overflow: hidden;
}
div.NavPopup div.Regions {
	width: 135px;
	overflow: auto;
}
div.NavPopup div.Genres {
	width: 175px;
}
div.NavPopup div.Years {
	width: 80px;
}
div.NavPopup div.Artists {
	width: 190px;
}
div.NavPopup div.Preview {
	width: 230px;
}
div.NavPopup div#NavArtistPreview {
	width: 100%;
	overflow: auto;
	padding-left: 5px;
	text-align: center;
}
div.NavPopup div#NavArtistPreview img {
	margin: 0px;
}
div.NavPopup div#NavArtistPreview h4 {
	margin-left: 5px;
}
/*
div.NavPopup div.CriteriaNav, div.NavPopup div.Listing {
	padding: 10px 0px 10px 15px;
	width: 730px;
}
div.NavPopup div.CriteriaNav a {
	display: inline;
	color: #ffffff;
	margin-right: 25px;
	font-weight: bold;
}
div.NavPopup div.CriteriaNav a:hover, div.NavPopup div.CriteriaNav a.Current {
	background: none;
	color: #cc0000;
}
div.NavPopup div.Listing {
	background-color: #ffffff;
}
div.NavPopup div.Listing div.Alpha {
	margin-right: 25px;
}
div.NavPopup div.Listing div.Alpha a {
	clear: both;
	color: #595959;
	font-weight: bold;
	text-align: center;
}
div.NavPopup div.Listing div.RGPicker {
	width: 100px;
}
div.NavPopup div.Listing div.RGPicker a.Current {
	background-color: #cc0000;
}
div.NavPopup div.Listing div.Alpha a.Current, div.NavPopup div.Listing div.Alpha a:hover {
	color: #ffffff;
}
div.NavPopup div.Listing div#ArtistListing {
	width: 600px;
}
div.NavPopup div.Listing div#ArtistListing p {
	width: 150px;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
}
div.NavPopup div.Listing div#ArtistListing p a {
	display: inline;
	width: auto;
	font-size: 12px;
}
*/

div#FeatureSection {
	margin-top: 20px;
	width: 100%;
	height: 450px;
}
div#FeatureSection img {
	position: absolute;
	width: 945px;
	height: 450px;
}
div#FeatureSection div#Picker {
	position: absolute;
	height: 20px;
	margin-left: 22px;
	margin-top: 410px;
	z-index: 99;
}
div#FeatureSection img.Linked {
	cursor: pointer;
}
div.Picker a {
	float: left;
	margin-right: 7px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	width: 17px;
	text-align: center;
}
div.Picker a.Current, div.Picker a:hover {
	color: #ffffff;
	background: url(/images/picker_dot.png) no-repeat left top;
}

div.ArtSection, div.RedSection {
	float: left;
}
div.ArtSection h3, div.ArtSection p, div.ArtSection a {
	clear: both;
	margin: 0px;
	font-size: 12px;
}
div.ArtSection h3 {
}
div.ArtSection h4 {
	color: #404040;
}
div.ArtSection p {
	margin-top: 5px;
	color: #595959;
}
div.ArtSection a {
/*	font-weight: bold;*/
	color: #cc0000;
}
div.ArtSection a.Normal {
	font-weight: normal;
}
div.ArtSection img {
	width: 100%;
	margin-bottom: 5px;
}
div.ArtSection.W50 img, div.ArtSection.W50 p, div.ArtSection.W50 h3 {
	float: left;
	width: 225px;
	clear: none;
}
div.ArtSection.W50 img {
	margin-right: 15px;
}
div.ArtSection.W50 h3 {
	font-size: 18px;
}
div.ArtSection.W50 p {
	width: 215px;
	margin-top: 10px;
}
/*div.ArtSection.W25.First {
	width: 25%;
	margin-left: 0px;
}*/
div.ArtSection.W25 a {
	display: block;
	clear: both;
}

div#Publications div.ArtSection {
	width: 160px;
	margin-right: 15px;
}
div#Publications div.ArtSection h3 {
	font-size: 12px;
}
div#Publications div.ArtSection h3, div#Publications div.ArtSection p {
	width: 100%;
}
div#Publications div.ArtSection.Last {
	margin-right: 0px;
}
div#Publications img {
	width: 100%;
}

div.RedSection div.HSeparator {
	height: 10px;
	border: none;
}
div.RedSection h4 {
	color: #cc0000;
}
div.RedSection form {
	margin-top: 5px;
	text-align: right;
}
div.RedSection p {
	color: inherit;
}
div.RedSection.W25 a {
	display: inline;
	clear: none;
	width: auto;
}


