
/* OFTEN USED */
a { color: #e50278; }
.hide { display: none; }

/* IMAGE FRAME */
.frame {
	display: inline-block;
	position: relative;
}
.frame span.topleft {
	display: block;
	position: absolute;
	width: 52%;
	height: 51%;
	background: url(../images/gallery_frame.png) no-repeat top left;
}
.frame span.topright {
	display: block;
	position: absolute;
	right: -10px;
	width: 52%;
	height: 51%;
	background: url(../images/gallery_frame.png) no-repeat top right;
}
.frame span.btmleft {
	display: block;
	position: absolute;
	bottom: 0;
	width: 52%;
	height: 51%;
	background: url(../images/gallery_frame.png) no-repeat bottom left;
}
.frame span.btmright {
	display: block;
	position: absolute;
	bottom: 0;
	right: -10px;
	width: 52%;
	height: 51%;
	background: url(../images/gallery_frame.png) no-repeat bottom right;
}

/* FORMATTING */
.contents strong {
	color: #74644e;
	font-size: 15px;
	font-weight: bold;
}
.contents ul {
	list-style: disc;
	margin: 0;
	padding: 0 0 20px 30px;
}
.contents ul li { font-size: 15px; }
.contents p {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
}
.contents p.small, .contents p.footnote {
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	padding-left: 13px;
}
.contents p.report { margin-top: -10px; }
.contents p.footnote { line-height: 16px; }
.contents p.footnote strong {
	display: inline-block;
	margin-left: -13px;
	width: 10px;
}
.contents .narrow p {
	margin-left: 13px;
	padding-bottom: 27px;
}
.contents .intro {
	display: inline-block;
	margin-left: -13px;
	color: #74644e;
	font-size: 15px;
	font-weight: normal;
}
.narrow p {
	margin-left: 13px;
	padding-bottom: 27px;
	font-size: 12px;
	line-height: 18px;
}

/* SHOWCASE */
.showcase {
	text-align: right;	
}
.showcase .frame {
	display: inline-block;
	position: relative;
	margin: -8px 10px 12px 0;
}
.showcase .frame span.topleft { background: url(../images/showcase_frame.png) no-repeat top left; }
.showcase .frame span.topright { background: url(../images/showcase_frame.png) no-repeat top right; }
.showcase .frame span.btmleft { background: url(../images/showcase_frame.png) no-repeat bottom left; }
.showcase .frame span.btmright { background: url(../images/showcase_frame.png) no-repeat bottom right; }
.showcase a {
	text-decoration: none;
	color: #998d7d;
	font-size: 15px;
}
.showcase .sifr {
	color: #e50278;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
.showcase .linkarrow {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

/* NEWS */
.news {
	padding-top: 18px;
}
.news h2 {
	color: #74644e;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	border-bottom: 1px solid #ccc6bc;
	padding: 0 0 3px 0;
	margin-bottom: 25px;
}
.news em.date {
	color: #998d7d;
	font-size: 11px;
	font-style: normal;
}
.news h3 {
	color: #74644e;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 2px;
}
.news p {
	padding: 8px 0 0 0;
	margin: 0;
}

/* GALLERY MENU */
.submenu {
	
}
.submenu h2 {
	font-size: 14px;
	border-bottom: 1px solid #ccc6bc;
}
.submenu ul { padding: 13px 0 30px 0; }
.submenu li {
	text-align: right;
	padding-bottom: 10px;
}
.submenu li a {
	display: block;
	padding-top: 3px;
	color: #998d7d;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
}
.submenu li a:hover { color: #e50278; }
.submenu li .id {
	padding-top: 0;
	font-size: 16px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	color: #74644e;
	text-decoration: none;
}
.submenu li a.id:hover { color: #998d7d; }
.submenu li.on a, .submenu li.on a.id { color: #e50278; }

/* GALLERY PIECE */
.navigation { padding-bottom: 10px; }
.navigation a {
	color: #998d7d;
	font-size: 14px;
	text-decoration: none;
}
.navigation a:hover { color: #e50278; }
.navigation span {
	color: #ccc6bc;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.navigation span.middle {
	display: inline-block;
	padding: 0 5px;
}
.details h3 {
	color: #e50278;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.details strong.name {
	display: block;
	font-style: italic;
	font-weight: normal;
	padding: 12px 0 6px 0;
	font-size: 18px;
}
.details .price { float: left; }
.details p.price {
	padding: 15px 0 0 10px;
	font-size: 15px;
}
.details h4 {
	clear: both;
	font-size: 15px;
	font-weight: normal;
	color: #74644e;
	padding-top: 15px;
}
.details .col {
	display: inline-block;
	width: 93px;
}
.thumbnails div {
	padding: 20px 0 20px 5px;
}
.thumbnails a {
	display: block;
	float: left;
	margin: 0 10px 25px 5px;
}

/* FOOTER */
#footer {
	display: block;
	position: relative;
}
#footer ul {
}
#footer li {
	position: absolute;
	color: #fff;
}
#footer li a {
	color: #fff;
	text-decoration: none;
}
#footer li a:hover { text-decoration: underline; }
#footer li.logo {
	left: 0;
	top: 55px;
}
#footer li.email {
	left: 250px;
	top: 63px;
}
#footer li.mobile {
	left: 250px;
	top: 86px;
}
#footer li.email strong, #footer li.mobile strong {
	display: inline-block;
	width: 21px;
}
#footer li.address {
	right: 0;
	top: 63px;
}
#footer li.credits {
	right: 0;
	top: 89px;
}