@charset "UTF-8";
/* CSS Document */

.bg_image {
	background-image: url(images/master_bg.jpg);
	background-repeat: no-repeat;
}
.open_book_image {
	background-image: url(images/open_book.png);
	background-repeat: no-repeat;
}
.sub_nav_image {
	background-image: url(images/sub_nav_frame.png);
	background-repeat: no-repeat;
}
.slideshow_bg {
	background-image: url(images/home_frame.png);
	background-repeat: no-repeat;
}
.main_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #333;
}
.main_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFF;
}
.main_title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	color: #8c231d;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	color: #8c231d;
	text-decoration: none;
}
a:hover {
	color: #8c231d;
	text-decoration: underline;
}
a:active {
	color: #8c231d;
	text-decoration: none;
	font-size: 59px;
}
.contact_bg {
	background-image: url(images/contact_left.png);
	background-repeat: no-repeat;
}
.product_bg {
	background-image: url(images/products_left.png);
	background-repeat: no-repeat;
}
.press_bg {
	background-image: url(images/press_frame.png);
	background-repeat: no-repeat;
}
.product_frame {
	background-image: url(images/products_bg.png);
	background-repeat: no-repeat;
}
.jewels_frame {
	background-image: url(images/jewels_bg.png);
	background-repeat: no-repeat;
}
.stockists_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333;
	line-height: 12px;
	margin-bottom: 1px;
}
.image_pad {
	padding-top: 3px;
	box-shadow: 3px 3px 4px #97948a;
}
.h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	letter-spacing: .1em;
}
