body { background-image: url(images/bg.gif); background-position: left; margin: 0px; }
body, td, p { color: #000000; font-size: 12px; line-height: 18px; font-family: Tahoma; }
body { margin-top: 37px; }
textarea { font-size: 12px; font-family: Tahoma; }
form { margin: 0px; }
h1 { margin: 0px; font-size: 26px; line-height: 25px; color: #8B0E15; font-weight: normal; }
li { list-style-position: outside; list-style-image: url(images/li.gif); }

a, a:link, a:active, a:visited { color: #E33E21; text-decoration:underline; }
a:hover { color: #E33E21; text-decoration:none; }
a.lnk:link, a.lnk:active, a.lnk:visited { color: #EA4D2A; text-decoration:underline; }
a.lnk:hover { color: #EA4D2A; text-decoration:none; }
a.sub:link, a.sub:active, a.sub:visited { color: #BE8660; text-decoration:underline; }
a.sub:hover { color: #BE8660; text-decoration:none; }
a.bot:link, a.bot:active, a.bot:visited { color: #E33E21; text-decoration:underline; }
a.bot:hover { color: #B0A791; text-decoration:none; }
a.ttl:link, a.ttl:active, a.ttl:visited { color: #8B0E15; text-decoration:underline; }
a.ttl:hover { color: #8B0E15; text-decoration:none; }

a.cur:link, a.cur:active, a.cur:visited { color: #E33E21; font-weight: bold; text-decoration:none; }
a.cur:hover { color: #E33E21; font-weight: bold; text-decoration:none; }
a.gal:link, a.gal:active, a.gal:visited { color: #E33E21; text-decoration:underline; }
a.gal:hover { color: #E33E21; text-decoration:none; }

.nbg { border-bottom:#E4DDC7 1px solid; border-top:#E4DDC7 1px solid; background-color:#FFFFFF; }
.top1 { background-image: url(images/main-8_2.gif); background-position: bottom left; background-repeat: no-repeat; }
.name { color: #EA4D2A; font-size: 18px; font-family: Tahoma; } 
.cp { color: #B0A690; line-height: 10px; }

.tl { color: #8B0E15; }
.lp { color: #EA4E2A; }
.ft { color: #908A78; }
.sb { color: #BE8660; }
.rd { color: #EA4D2A; }

.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs18 { font-size: 18px; }
.fs26 { font-size: 26px; }

.bpad70 { padding-bottom: 70px; }
.lpad20 { padding-left: 20px; }
.rpad20 { padding-right: 20px; }
.pad0 { padding: 0px; }

.main {
	width : 100%;
}

.nav { 
	border-top: #E4DDC7 1px solid;
	border-bottom: #E4DDC7 1px solid;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}

.div2 { 
	width : 168px;
	height : 133px;
	margin-left : 5px;
	margin-right : 5px;
	display : inline;
}

.mnu {
	width: 120px;
	padding-top: 5px;
	padding-bottom: 8px;
	line-height: 13px;
}

.mnu2 {
	width: 142px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mnu2 a {
		text-decoration: none;
}

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

div#measurer { position: absolute; width: 100%; }
div#around { position: relative; min-width: 925px; max-width: 1380px; margin-right: 70px; }
* html div#around {
	height: 100%;
	width: expression(
	(
		document.getElementById('measurer')
		&& document.getElementById('measurer').clientWidth < 925
	)
	?	'925px'
	:	(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 1380
		)
		?	'100%'
		:	'1380px'
	);
}
