@charset "UTF-8";
body/* CSS Document */

   { border:0; } /* nobody likes default border around images */

body {
    margin: 0 0 250px 0;
    padding: 0;
    color: #000000;
	font-family: "Georgia","Verdana", "Times New Roman", "Times";
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18px */
}


/* TYPOGRAPHY RULES */

p {
	font-size: 0.75em;   /* 16x.75=12px */
}

h1 {
    font-size: 1.375em;   /* 16x1.375=22px */
    margin: 0 0 .5em 0;
    padding-bottom: 0.2em;
    color: #000000;
	font-weight: 100;
}

h2 {
	font-size: 0.75em;   /* 16x.75=12px */
	line-height: 1em;

}

h3 {
	font-size: 0.6875em;   /* 16x.78125=11px */
	line-height: 1.2em;
    margin-bottom: 0.1em;
	font-weight: normal;

}

h4 {
	font-size: .875em;   /* 16x.875=14px */
	font-weight: 100;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	letter-spacing: .1em;
}


h5 {
	font-size: .875em;   /* 16x.875=14px */
	font-weight: 100;
	color: #666666;
	margin: 0;
	letter-spacing: 1.5em;
}

.tabletext {
	font-size: 0.75em;   /* 16x.75=12px */
}

.red {color: #bc0000}

.grey {color: #999}



/* HYPERLINK RULES */

a:active, a:focus {
outline: 0
}

a:link {
    color: #bc0000;
    text-decoration: none;
}

a:visited {
    color: #bc0000;
    text-decoration: none;
}

a:hover {
    color: #a60202;
    text-decoration: underline;
}

a:active {
    color: #a60202;
    text-decoration: underline;
}


a.weblink:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.weblink:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.weblink:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

a.weblink:active {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

a.moredetails:link {
	color: #999;
	font: 90%;
	font-weight: normal;
	text-decoration: none;
}

a.moredetails:visited {
	color: #999;
	font: 90%;
	font-weight: normal;
	text-decoration: none;
}

a.moredetails:hover {
	color: #333;
	font: 90%;
	font-weight: normal;
	text-decoration: none;
}

a.moredetails:active {
	color: #333;
	font: 90%;
	font-weight: normal;
	text-decoration: none;
}


a.collection:link {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

a.collection:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

a.collection:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a.collection:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}



/* MAIN LAYOUT RULES */

#whole {
    margin: 42px 50px 50px 50px;
    padding: 0;
    width: 962px;
}

#header {
    margin: 0;
	width: 100%
}

#menu {
	margin: 0px;
	padding: 34px 0 0 0;
	width: 280px;
	float: left;
	height: 470px;
	background-color: #ececec;
}



/* EXHIBITION RULES */

#exhibition {
	margin: 0px;
	padding: 0px;
	width: 280px;
}

#exhibition ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#exhibition ul li {
	background-color: #ececec;
	padding: 9px 0;
}

#exhibition ul li a {
	text-decoration: none;
	display: block;
	font-family: "Georgia","Verdana", "Times New Roman", "Times";
	font-size: .84375em;   /* 16x.8125=13.5px */
	letter-spacing: .1em;
	color: #000000;
	padding: 0 0 0 41px;
}


/* NAVIGATION RULES */

#nav {
    margin: 0;
    padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	background-color: #ececec;
	padding: 6px 0;
}

#nav ul li a {
	text-decoration: none;
	display: block;
	font-family: "Georgia","Verdana", "Times New Roman", "Times";
	font-size: .84375em;   /* 16x.8125=13.5px */
	letter-spacing: .1em;
	color: #000000;
	padding: 0 0 0 41px;
}

#nav ul li a.current {
    background-color: #000;
    color: #fff;
	width: 200px;
	height: 18px;
}

#nav ul li a:hover {
    background-color: #000;
    color: #fff;
	width: 200px;
	height: 18px;
}


/* CONTENT RULES */

#content {
	width: 640px;
	min-height: 502px;
	margin: 0 0 250px 0;
	padding: 0;
	float: right;
	border-width: 1px 0;
	border-style: solid;
	border-color: #000;
	background-color: #fff;
}


/* COLLECTION MENU RULES */

#collectionmenu {
	width: 640px;
	min-height: 30px;
	margin: 0;
	padding: 10px 10px 0 5px;
}

#collectionmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

#collectionmenu ul li{
	display: inline;
	padding: 0 5px;
}

#collectionmenu ul li a {
	text-decoration: none;
	font-size: .84375em;   /* 16x.8125=13.5px */
	letter-spacing: .1em;
	color: #999999;
}

#collectionmenu ul li a.current {
    color: #000000;
}

#collectionmenu ul li a:hover {
    color: #000000;
}


/* IMAGE RULES */

.imagespace {
	padding: 0 0 15px 0;
}


/* HIGHSLIDE RULES */

.highslide-wrapper div {
	font-family: "Georgia","Verdana", "Times New Roman", "Times";
    font-size: 10pt;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0;
	padding: 15px 12px 0 0;
}
.highslide:hover img {
	border: 0;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
	font-family: "Georgia","Verdana", "Times New Roman", "Times";
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 8pt;
	font-family: georgia;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
