/* basics */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, div, span, form, fieldset {
  list-style: none;
  margin: 0;
  padding: 0; }
html {
  font: 10px Arial, Verdana, Helvetica, sans-serif;
  height: 100%;
  min-width: 960px;
  margin: 0 auto; }
body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4em;
  min-height: 100%;
  background: #ccc url(/_presentation/background.png) repeat-x 0 100px; }
body.page-about {
  background: #3c3c3c url(/_presentation/background-about.png) repeat-x 0 100px; }
ul li {
  margin: 0 0 .25em 1em;
  padding: 0;
  display: list-item;
  list-style: disc outside; }
ol {
  margin-left: 1.5em; }
dt {
  font-weight: bold; }
dd {
  margin: .1em 0 1em 2em; }
p {
  margin-bottom: 1em; }
a {
  color: #000;
  text-decoration: none;
  border-bottom: dotted 1px #000; }
a:hover {
  color: #666;
  border-bottom: solid 1px #666; }
a.image, a.image:hover, a img {
  border: none;
  padding-top: 10px; }
h2 {
  padding: 0;
  font: 30px/42px "Palatino Linotype", Palatino, Georgia, serif; }
hr {
  width: 550px;
  height: 1px;
  margin: 0 auto 20px auto;
  padding: 0;
  background: #ccc;
  color: #ccc;
  border: none; }

/* forms */
form {
  width: 500px; }
fieldset {
  border: none; }
fieldset input, fieldset textarea {
  font: 14px/1.2 Arial, Verdana, Helvetica, sans-serif;
  width: 390px; }
fieldset textarea {
  height: 10em; }
fieldset dl {
  display: block; }
fieldset dt {
  display: block;
  width: 95px;
  height: 16px;
  margin: 0;
  padding: 4px 0 0 0;
  text-align: right;
  font-weight: bold;
  cursor: default; }
fieldset dd {
  position: relative;
  display: block;
  margin: -20px 0 15px 105px;
  padding: 0; }
label {
  color: #666;
  font: bold 14px/16px Arial, Verdana, Helvetica, sans-serif; }
.submit {
  float: right; }

/* header */
#header {
  height: 85px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  background: #fff; }
#title {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 247px;
  height: 73px;
  margin: 0 0 0 -470px;
  background: url(/_presentation/title.png) no-repeat 0 0; }
#title a {
  display: block;
  width: 247px;
  height: 73px;
  text-indent: -9999px;
  overflow: hidden;
  border-bottom: none;  }
#title a:hover {
  border-bottom: none; }

/* navigation */
#navigation {
  position: absolute;
  top: 68px;
  left: 50%;
  display: block;
  width: 600px;
  margin: 0 0 0 -130px;
  padding: 0;
  text-align: right; }
#navigation li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px; }
#navigation li, #navigation li a {
  text-transform: uppercase;
  font: 12px "Palatino Linotype", Palatino, Georgia, serif;
  border: none; }
#navigation li {
  font-size: 13px;
  line-height: 13px; }
#navigation li a {
  font-size: 13px;
  line-height: 13px; }

/* messages */
#messages {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 940px;
  margin-left: -470px;
  text-align: center;
  color: #fc3;
  font: bold 14px Arial, Verdana, Helvetica, sans-serif; }

/* content */
#content {
  position: relative;
  z-index: 2;
  width: 475px;
  height: 590px;
  margin: 0 auto;
  padding: 10px 465px 220px 0; }
#content h2 {
  font-variant: small-caps; }
#content p {
  font-size: 13px;
  line-height: 20px;
  color: #6c5e5e; }
.page- #content {
  height: 510px;
  padding-top: 90px;
  background: url(/_presentation/home.jpg) no-repeat 510px -80px; }
.page-about #content {
  height: 570px;
  padding-top: 30px; }
.page-about #content h2 {
  color: #fff; }
#jewelry {
  position: absolute;
  top: 380px;
  left: 20px; }
.page-gallery #content,
.page-location #content {
  width: 940px;
  height: 600px;
  padding-top: 0;
  padding-right: 0; }
.page-gallery #content {
  margin: -2px auto 2px auto; }
.page-gallery #content p {
  text-align: center; }
.page-awards #content {
  width: 535px;
  height: 560px;
  padding-top: 40px;
  padding-right: 405px;
  background: url(/_presentation/awards.jpg) no-repeat 550px -10px; }
#awards li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 80px;
  font: 18px/32px "Palatino Linotype", Palatino, Georgia, serif;
  color: #f90; }
.page-testimonials #content {
  height: 560px;
  padding-top: 40px; }
.page-testimonials h2 {
  margin-bottom: 30px; }
.testimonial {
  width: 518px;
  margin: 0 0 2em 60px;
  padding: 20px 10px 0 10px;
  background: url(/_presentation/testimonials-hr.png) no-repeat top center; }
.testimonial p {
  margin-bottom: 5px; }
.testimonial strong {
  color: #c60;
  font: 1.2em "Palatino Linotype", Palatino, Georgia, serif;
  font-variant: small-caps; }
.page-contact #content {
  height: 560px;
  padding-top: 40px; }
.page-contact #content h2 {
  height: 40px;
  margin: 0 0 30px 0;
  padding-top: 42px;
  background: url(/_presentation/contact.png) no-repeat bottom right; }
#extra-info {
  position: absolute;
  top: 145px;
  left: 550px; }
#extra-info strong {
  color: #000;
  font: 24px "Palatino Linotype", Palatino, Georgia, serif;
  font-variant: small-caps; }
#button-gallery {
  display: block;
  margin-top: 0px; }

/* extra */
#extra {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 0;
  right: 0;
  height: 600px;
  background: url(/_presentation/content.jpg) no-repeat center top; }
.page-about #extra {
  background: url(/_presentation/content-about.jpg) no-repeat center top; }

/* footer */
#footer {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  height: 177px;
  padding: 30px 0 0 0;
  text-align: center;
  font-size: 13px;
  color: #888;
  background: #fff url(/_presentation/footer.png) repeat-x 0 0; }
#navigation-footer {
  display: block;
  margin: 0 0 10px 0;
  padding: 0; }
#navigation-footer li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 0 0 8px; }
#navigation-footer li, #navigation-footer li a {
  border: none; }
#navigation-footer li {
  font-size: 13px;
  line-height: 13px; }
#navigation-footer li a {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #888; }
