/* CSS Document */

body {
	margin: 30px;
	font-size: 80%;
	font-family: Gill Sans Light, tahoma, garamond, arial, sans-serif;
	color: #666;
	background: #fff;
	width: 95%;
	text-align: justify;
	text-justify: inter-word;
}
p {
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
}
table.main-box {
	width: 900px;
	border: 0px solid #999;
}
.box-top {
	border-top: 1px solid #ccc;
}
.box-bottom {
	border-bottom: 1px solid #ccc;
}
.box-left {
	border-left: 1px solid #ccc;
}
.box-right {
	border-right: 1px solid #ccc;
}
.nav {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
td.nav ul, td.nav ul li, td.sub-nav ul, td.sub-nav ul li {
	list-style-type: none;
	display: inline;
	font-size: 1em;
	letter-spacing: .5em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
td.nav ul li, td.sub-nav ul li {
	padding-right: 20px;
}
td.copyright {
	font-size: .85em;
	color: #999;
	padding-left: 40px;
}
div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
.breadcrumb {
	padding: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.logo {
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 10px;
}
h1, h2, h3, h4 {
	font-family: Gill Sans Light, tahoma, garamond, arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #666;
	letter-spacing: .2em;
	display: inline;
	font-style: normal;
}
a {
	border-bottom: 1px dotted #575;
}
a:visited {
	border-bottom: 1px dotted #999;
}
a:hover {
	border-bottom: 1px solid #c93;
}
a.nav-link, a.home-nav, a {
	font-size: .9em;
	color: #575;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border-bottom: 0px;
}
a.nav-link:visited, a.home-nav:visited, a:visited {
	color: #575;
}
a.active, a.active:visited {
	color: #c93;
}
a.home-nav, a.home-nav:visited {
	font-size: 1.2em;
	color: #666;
}
a.nav-link:hover, a.home-nav:hover, a:hover {
	color: #c93;
	text-decoration: none;
}
a.nav-link, a.home-nav, a.nav-link:visited, a.home-nav:visited, a.nav-link:hover, a.home-nav:hover {
	border-bottom: 0px;
}
a.icon, a.icon:visited, a.icon:hover {
	border-bottom: 0px;
	text-decoration: none;
}
a.page_title {
	color: #999;
	text-decoration: none;
	border-bottom: 0px;
}
td.top-right-corner {
	 background-image: url(images/arm_06.gif);
	 background-repeat: no-repeat;
	 background-position: top right;
	 width: 40px;
	 height: 39px;
}
td.bottom-left-corner {
	 background-image: url(joelle_20.gif);
	 background-repeat: no-repeat;
	 background-position: bottom left;
	 width: 39px;
	 height: 40px;
}
.home-nav {
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	color: #999;
	padding-bottom: 10px;
	letter-spacing: .2em;
}
table.ginko-logo {
	margin-left: 50px;
}
td.ginko-logo {
	padding: 10px;
	border: 1px solid #ccc;
}

.small {
	font-size: .8em;
}

/* gallery */
table.gallery td {
	padding: 0px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
table.gallery td td {
	padding: 0px;
}
dl.gallery, dl.gallery dt, dl.gallery dd {
	margin: 0px;
	padding: 0px;
	display: inline;
}
dl.gallery dt {
	margin-right: 40px;
}

/* images */
table.content {
	margin: 50px;
}
td.content-image {
	width: 50%;
}
td.content-main {
	width: 50%;
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 20px;
}

img.drop-shadow {
	padding: 15px;
	border: 1px solid #ccc;
}
td.left-shadow {
	width: 17px;
	background-image: url(images/left_shadow.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #fff;
}
td.bottom-shadow {
	height: 17px;
	background-image: url(images/bottom_shadow.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
}
td.bottom-right-shadow {
	height: 17px;
	width: 17px;
	background-image: url(images/bottom_right_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #fff;
}
td.bottom-left-shadow {
	height: 17px;
	width: 17px;
	background-image: url(images/bottom_left_shadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
}
td.top-left-shadow {
	height: 17px;
	width: 17px;
	background-image: url(images/top_left_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #fff;
}
td.image table {
	padding: 0px;
	padding-right: 10px;
}
div#image {
	background: #fff;
	padding: 0px;
	margin: 0px;
}
div#image img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
div#image img.gallery-image {
	margin: 0px;
	padding: 15px;
	border: 1px solid #ccc;
}
div#description {
	text-align: justify;
	text-justify: inter-word;
}
.strikethrough {
	color: #ccc;
	text-decoration: line-through;
}
.sold {
	color: #575;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
a.arrow, a.arrow:visited, a.arrow:hover, a.gallery-image-anchor, a.gallery-image-anchor:visited, a.gallery-image-anchor:hover {
	border-bottom: 0px;
}
div#wrapper {
	border: 1px solid #ccc;
	background: #f9f9f9;
	margin: 10px;
	padding-bottom: 10px;`
}
