
/* ############################ */
/* HTML elements, excluding <a> */
/* ############################ */
html {
	text-align: center;
}
body {
	background-color: #000;
	background-image: url(images/bg-fade.png);
	background-repeat: repeat-x;
	color: #BDB178;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
* html body {
	background-image: none;
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-fade.png', sizingMethod='image'); */
	height: 100%;
	text-align: center;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
h1 {
	border-bottom: 1px solid #313737;
	color: #BDB178;
	font-size: 18pt;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	text-align: left;
}
h2 {
	color: #BDB178;
	font-size: 11pt;
}
h3 {
	color: #BDB178;
	font-size: 11pt;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
img {
	border: 0px;
}
form .address {
	height: 95px;
}
form .input-text {
	background: #101315;
	border: 1px solid #9DBFCB;
	color: #9DBFCB;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18px;
	padding-left: 3px;
	padding-top: 0;
	width: 380px;
}
form .input-title {
	text-align: left;
	width: 110px;
}
form .message {
	height: 200px;
	width: 500px;
}
form .select {
	background: #101315;
	border: 1px solid #9DBFCB;
	color: #9DBFCB;
	font-size: 11pt;
	text-align: left;
}
head ~ /* */ body form .select { /* Fx */
	margin-left: 0;
}
form .submit {
	background: #000;
	border: 1px solid #313737;
	color: #9DBFCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	height: 24px;
	padding: 0;
}
label {
	color: #9DBFCB;
	font-size: 11pt;
}
p {
	color: #9DBFCB;
	font-size: 11pt;
}
select {
	/* background: #101315; fix IE6 */
	border: 1px solid #9DBFCB;
	/* color: #9DBFCB; fix IE6 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
}
head ~ /* */ body select { /* Fx */
	margin-left: 5px;
}
textarea {
	background: #101315;
	border: 1px solid #9DBFCB;
	color: #9DBFCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18px;
	padding-left: 3px;
	width: 380px;
}
head ~ /* */ body textarea {
	padding-top: 1px;
}
ul {
	margin-left: 20px;
	margin-top: 15px;
}
head ~ /* */ body ul { /* Fx */
	margin-left: 0px;
}

/* ################################### */
/* <a> elements and classes within <a> */
/* ################################### */
a {
	color: #BDB178;
	text-decoration: none;
	display: inline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

/* ############# */
/* other classes */
/* ############# */
.calculator_container {
	text-align: left;
}
.calculator_container label {
	float: left;
	width: 120px;
}
.calculator_container select {
	background: #101315; /* until IE6 is fixed */
	color: #9DBFCB; /* until IE6 is fixed */
	margin-left: -3px;
	margin-bottom: 10px;
	font-size: 9pt;
}
head ~ /* */ body .calculator_container select {
	margin-left: 0;
}
.calculator_price_block {
	margin-top: 16px;
	width: 279px;
}
.details-global {
	text-align: left;
}
.details-global h2 { /* Fx align image with h2 */
	margin-top: 3px;
}
.details-global td { /* IE7 & Fx space above image & h2 */
	padding-top: 15px;
}
head ~ /* */ body .details-global td { /* Fx revoke space above image & h2 */
	padding-top: 0;
}
* html .details-global td { /* IE6 space above image & h2 */
	padding-top: 15px;
}
.image {
	border: solid 1px #313737;
	float: left;
	margin: 7px 5px;
	text-align: left;
}
.info_box  {
	background-image: url(images/bg-text-box.jpg);
	border: solid 1px #313737;
	font-size: 11pt;
	height: 280px;
	left: 0;
	margin: 7px 15px 7px 0;
	padding: 10px;
	position: relative;
	text-align: left;
	width: 280px;
}
.list_group {
	float: left;
}
.list_group li {
	color: #FFF;
	font-size: 11pt;
	line-height: 19px;
	list-style-image: url(images/diamond-bullet.gif);
	text-align: left;
	width: 100px;
}
.list_group li a:link, .list_group li a:visited {
	color: #9DBFCB;
	font-size: 11pt;
	text-decoration: none;
}
.list_group li a:hover {
	color: #FFF;
}
.product-enlarge-image {
	color: #9DBFCB;
	font-size: 9pt;
	_position: relative;
	_top: 310px;
}
.product-image { /* _ is IE6 only */
	_left: 700px;
	_position: absolute;
	_top: 47px;
	border: solid 1px #313737;
	margin-bottom: 9px;
}
.product-link {
	color: #9DBFCB;
}
.product-price {
	margin-top: 4px;
	font-size: 16pt;
}
.purchase-pouch-contents {
	font-size: 11pt;
	text-align: center;
}
.purchase-pouch-contents select {
	background: #101315; /* until IE6 is fixed */
	color: #9DBFCB; /* until IE6 is fixed */
	font-size: 9pt;
}
.purchase-pouch-contents td {
	border-bottom: 1px solid #313737;
	padding-bottom: 5px;
	padding-top: 5px;
}
head ~ /* */ body .purchase-pouch-contents td { /* Fx */
	padding-top: 8px;
}
* html .purchase-pouch-contents td { /* IE6 */
	padding-top: 5px;
}
.purchase-pouch-contents th {
	background: #313737;
	padding-bottom: 5px;
	padding-top: 5px;
}
.purchase-pouch-contents-text-align {
	text-align: left;
	padding-left: 36px;
}
.purchase-pouch-contents-title-align {
	text-align: left;
	padding-left: 20px;
}
.purchase-select {
	margin-top: 6px;
}
.ring-shapes {
	left: 340px;
	position: absolute;
	top: 45px;
	z-index: 1;
}
.shopping-pouch {
	left: 850px;
	position: absolute;
	top: 4px;
	z-index: 100;
}
.text_left {
	float: left;
	text-align: left;
}
.text_right {
	color: #9DBFCB;
	float: right;
	text-align: right;
}
.text_right a {
	color: #9DBFCB;
}
.text_wrapper {
	float: left;
	font-size: 9pt;
	margin: 7px 5px;
	width: 300px;
}

/* ### */
/* IDs */
/* ### */
#contact_details {
	margin-left: 250px;
	margin-top: 0;
	width: 505px;
}
#contact_details .contact-spacer {
	font-size: 0;
	height: 10px;
}
#content_fixed {
	height: 618px;
	left: 310px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 690px;
}
#content_scrolling {
	clip: auto;
	height: 618px;
	left: 310px;
	overflow: auto;
	position: absolute;
	top: 0px;
	visibility: visible;
	width: 690px;
}
#diamond_rings {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
div#footer_wrapper {
	clear: both;
	height: 50px;
	position: relative;
	text-align: left;
	top: 10px;
	width: 1000px;
}
#footer_left {
	float: left;
	font-size: 9pt;
	line-height: 18px;
}
#footer_left a {
	color: #9DBFCB;
}
#footer_left a:hover {
	color: #FFF;
}
#footer_right {
	font-size: 9pt;
	float: right;
	line-height: 18px;
	text-align: right;
}
#footer_right a {
	color: #9DBFCB;
}
#footer_right a:hover {
	color: #FFF;
}
div#header {
	height: 100px;
	position: relative;
	width: 1000px;
}
div#image {
	border: solid 1px #313737;
	height: 325px;
	margin: 7px 5px;
	text-align: left;
	width: 325px;
}
div#info_area  {
	float: left;
	left: 0;
	position: relative;
	top: 0;
	width: 305px;
}
div#item {
	height: 196px;
	position: relative;
	width: 1000px;
}
div#item_left {
	background-image: url(images/bg-scroller.jpg);
	border-color: #313737;
	border-width: 1px;
	height: 196px;
	left: 0;
	position: absolute;
	width: 489px;
}
div#item_right {
	background-image: url(images/bg-bottom-right.jpg);
	height: 176px;
	left: 490px;
	margin-left: 2px;
	padding: 10px;
	position: absolute;
	width: 487px;
}
#layout-wrapper {
	height: 95%;
	position: relative;
	width: 1000px;
}
div#left {
	float: left;
	left: 0;
	position: relative;
	top: 0;
	width: 33%;
}
div#left_box {
	border: solid 1px #313737;
	height: 305px;
	margin: 7px 5px;
	padding: 10px;
	text-align: left;
	width: 305px;
}
#list_home {
	margin-left: 66px;
	margin-top: 60px;
}
head ~ /* */ body #list_home {
	margin-left: 25px;
	margin-top: 50px;
}
#list_home li {
	color: #9DBFCB;
	font-size: 11pt;
	line-height: 19px;
	list-style-image: url(images/diamond-bullet.gif);
	text-align: left;
}
#list_home li a:link, #list_home li a:visited {
	color: #9DBFCB;
	font-size: 11pt;
	text-decoration: none;
}
#list_home li a:hover {
	color: #FFF;
}
div#main {
	height: 231px;
	position: relative;
	width: 1000px;
}
div#main_content {
	position: relative;
	width: 1000px;
}
div#middle {
	float: left;
	text-align: center;
	width: 300px;
}
div#nav_wrapper {
	height: 78px;
}
div#right  {
	float: left;
	left: 15px;
	position: relative;
	text-align: center;
	width: 300px;
}
#product-column-left {
	float: left;
	margin-right: 30px;
	text-align: left;
	width: 670px;
}
#product-column-left .submit { /* IE */
	left: 220px;
	position: relative;
	top: -40px;
}
head ~ /* */ body #product-column-left .submit { /* Fx */
	left: 80px;
	position: relative;
	top: -23px;
	z-index: 1;
}
#product-column-right {
	float: left;
	text-align: right;
	width: 300px;
}
* html #product-column-right { /* IE6 */
	height: 310px;
}
#purchase-pouch-buttons {
	left: 520px;
	position: relative;
	top: 15px;
}
#purchase-column-price {
	float: left;
	width: 130px;
}
#purchase-column-quantity {
	float: left;
	width: 540px;
}
/* Copyright (c) 2000-2012 Atolis Ltd */

