html, html body{
	background-image: url(blank.gif);
}

body {
	margin: 0 auto;
	width: 765px;
}




@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'AstuteLight';
    src: url('astute_light_ssi_light-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'AstuteLight';
    src: url(//:) format('no404'), url('astute_light_ssi_light-webfont.woff') format('woff'), url('astute_light_ssi_light-webfont.ttf') format('truetype'), url('astute_light_ssi_light-webfont.svg#AstuteLightSSiLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'Sego';
    src: url('segoeui-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'Sego';
    src: url(//:) format('no404'), url('segoeui-webfont.woff') format('woff'), url('segoeui-webfont.ttf') format('truetype'), url('segoeui-webfont.svg#SegoeUINormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

#rotatingReloading {
	margin: 0px auto;
	background-image: url(RotateReload_S.png);
	z-index: 50;
}

#bg {
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 764px;
	border-right: 1px dotted #bbb;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	_left: expression(eval(document.body.offsetLeft));
	_height: expression(eval(document.compatMode &&
		document.compatMode=='CSS1Compat') ? document.documentElement.clientHeight : document.body.clientHeight);
}

#header {
	position: fixed;
	height: 86px;
	width: 765px;
	z-index: 10;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	_left: expression(eval(document.body.offsetLeft));
}

#footer {
	position: fixed;
	height: 47px;
	bottom: -2px;	
	z-index: 10;
	_position: absolute;
	_top: expression(eval(document.compatMode &&
		document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight+5)
		: document.body.scrollTop+(document.body.clientHeight-this.clientHeight+5));
	_left: expression(eval(document.body.offsetLeft));
}

#menu {
	position: fixed;
	top: 86px;
	width:139px;
	height: 5000px;
	overflow: hidden;
	border-left: 1px dotted #ddd;
	border-right: 1px dotted #fff;
	background-color: #f7f7f7;
	background-image: url(menubg.jpg);
	z-index: 8;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+82));
	_left: expression(eval(document.body.offsetLeft));
	_height: expression(eval(document.compatMode &&
		document.compatMode=='CSS1Compat') ? document.documentElement.clientHeight : document.body.clientHeight);
}

#buttons {
	text-align: right;
	padding-top: 10px;
	padding-right: 19px;
	overflow: hidden;
}

.selected { 
	color:#222; 
	text-decoration: none;
	padding: 1px;
	border-bottom: 1px solid #A08383;
}

a:link.navlink, a:visited.navlink { 
	color:#5a5a5a; 
	text-decoration: none;
	padding: 1px;
	border-bottom: 1px solid #f44;
}
	
a:hover.navlink { 
	color:#555;
	text-decoration: none;
	padding: 1px;
	border-bottom: 2px solid #f22;
}

a:link.itemlink, a:visited.itemlink { 
	color: #000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #d00;
}
	
a:hover.itemlink { 
	color: #000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #d00;
}

.noborder {
	border: 0px;
}
	
.button {
	font-family:  AstuteLight, Georgia, serif;
	font-size: 24px;
	line-height: 36px;	
}

.arrowOff {	
	font-family:  AstuteLight, Georgia, serif;
	font-size: 18px;
	color: #f5f5f5;
	font-weight: 900;
}

.arrowOn {
	color: #f22;
}

.highlight {
	color: #400;
}

.content {
	padding-left:175px;
	font-family:  Sego, Georgia, serif;
	font-size: 16px;
	color: #222;
	line-height: 25px;
}

.section {
	position: absolute;
	top:50px;
	width: 557px;
	margin: 0px;
	padding-top: 52px;
	z-index: 5;
	background-color: #fff;
	background-image: url(sectionbg.jpg);
}

.sectionOut{
}

#galleryContent, #extrasContent {
	visibility: hidden;
}

.itemTitle {
	font-family:  AstuteLight, Georgia, serif;
	clear: both;
	font-size: 24px;
	margin-bottom: 12px;
	margin-right: 45px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #a00;
	color: #65342E;
}

.item {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
}

.hiddenThumb {
	display: block;
	visibility: hidden;
	height: 0px;
	width: 0px;
	overflow:hidden;
}

.itemThumb {
	display: block;
	float: right;
	border: 0px;
	margin: 10px 0px 5px 15px;
}

.extrasThumb {
	display: block;
	border: 0px;
	margin: 16px 0px 12px 0px;
	text-align: center;
}

.thumbnail {
	border: 1px solid #666;
	padding: 6px;
}

li {
	line-height: 18px;
}

.liHeading {
	margin: 10px 0px 5px 30px;
	list-style-image: url(bullet.gif);
}

.liDetails {
	font-size: 15px;
	color: #444;
	margin: 2px 0px 2px 50px;
	list-style-type: none;
}

/* for Opera 8 */

html, body {
	padding: 0;
}

/* for the Gallery section */
#lbBg {
	position: fixed;
	height: 107px;
	bottom: 0px;
	width:194px;
	height:107px;
	left: 0px;	
	z-index: 13;
	background-image: url(rm_overlay.gif);
	background-repeat: no-repeat;
	_position: absolute;
	_top: expression(eval(document.compatMode &&
		document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight+5)
		: document.body.scrollTop+(document.body.clientHeight-this.clientHeight+5));
}

#lbOverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #666;
	cursor: pointer;
	z-index: 15;
	_position: absolute;
	_width: expression(eval(document.compatMode &&
		document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth);
	}

.lbOverlay {
	background-attachment: fixed;
	background-image: url(rm_overlay.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 20;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
	z-index: 50;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbNextLink {
	right: 0;
}

#lbBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbClose, #lbNext, #lbPrevious {
	display: block;
	float: right;
	width: 26px;
	height: 25px;
	margin: 2px 0px 8px;
	background-position:0% -24px;
}

#lbClose {
	background: transparent url(closebutton.gif) no-repeat;
	background-position:0% -24px;
}

#lbNext {
	background: transparent url(nextbutton.gif) no-repeat;
	background-position:0% -24px;
}

#lbPrevious {
	background: transparent url(prevbutton.gif) no-repeat;
	background-position:0% -48px;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}