/* Main CSS for Crystalink, rewritten Oct 08 by WebOutreach */

/* The body */
body {
	background-color: #000000;
	color: #ffffff;
	margin-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
}

/* non-underlined links */
a {
	text-decoration: none;	
	color: #ff3333;
	outline: none;
}
a:hover {
	color: #ffcc33;
}

/* Borderless images */
img {
	border: 0;
}

/* The outer container */
#containerOuter {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

/* The main heading */
#heading h1 {
	width: 300px;
	height: 100px;
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	float: left;
}

/* The Heading title image */
#title {
	 width: 294px;
	 height: 100px;
	 float: left;
}

/* Heading Details text */
#heading div.details {
	width: 200px;
	height: 100px;
	float: left;	
	font-family:arial;
	text-align: center;
	margin-top: 4px;
}
#heading div.details strong {
	font-size: 14pt;
	font-weight: normal;
}
#heading div.details p {
	font-size: 9pt;
	margin: 8px 0 0 0;
}

/* Subheadings */
h2 {
   font-size: 8pt;
   color: #ffcc33;
   font-weight: normal;
   text-transform: uppercase;
}
ol h2, ul h2 {
	margin-top: 1em;
	margin-bottom: 0;	
}
h2 div.heading {
	font-size: 10pt;
	color: #ff3333;
	font-weight: bold;
	margin-bottom: 1ex;
}
/* The top menu */
#menu {
	clear: left;
	list-style-type: none;
	width: 820px; /* 20px wider than it should be, in case any of the menu headings are rendered two big and wrap.
						Better to chop them off with the overflow. */
	margin: 0;
	padding: 6px 0 0 0;
	height: 40px;
	overflow: hidden;
}
#menu li {
	float: left;
}
#menu li a {
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
#menu li a:hover {
	background-position: bottom left;
}

/* The individual menu items */
/* Note - 2px extra allowed per image */
#menu li.home a {
	width: 84px;
	background-image: url('/images/menu/home.gif');
}
#menu li.about-us a {
	width: 106px;
	background-image: url('/images/menu/about-us.gif');
}
#menu li.certified-diamond-rings a {
	width: 159px;
	background-image: url('/images/menu/certified-diamond-rings.gif');
}
#menu li.diamond-rings-wedding-rings a {
	width: 163px;
	background-image: url('/images/menu/diamond-rings-wedding-rings.gif');
}
#menu li.pendants-earrings-bracelets-bangles a {
	width: 183px;
	background-image: url('/images/menu/pendants-earrings-bracelets-bangles.gif');
}
#menu li.shopOnline a {
	width: 102px;
	background-image: url('/images/menu/shopOnline.gif');	
}
#menu li.basket a {
	width: 98px;
	background-image: url('/images/menu/basket.gif');	
}
#menu li.payNow a {
	width: 105px;
	background-image: url('/images/menu/payNow.gif');	
}

/* The Submenu */
ul.submenu {
	clear: left;
	float: right;
	height:  30px;
	list-style-type: none;
	margin: 0 0 0 auto;
	padding: 0;
   	color: #ff3333;
	font-size: 8pt;
}
ul.submenu li {
	display: block;
	float: left;	
}



/* Content area */
#content {
	clear: both;
  	margin: 20px 0;
}

/* Footer area */
div.footer {
	float: left;
	width: 620px;	
	font-size: 8pt;
	text-align: center;
}
div.designer {
	float: left;
	text-align: right;
	width: 180px;
	font-size: 8pt;
}

/* The gold box */
td.goldBarHorizontal {
	width: 400px;
	height: 10px;
	background-image: url('/images/borders/goldBarHorizontal.jpg');	
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
td.goldBarHorizontalSmall {
	width: 244px;
	height: 10px;
	background-image: url('/images/borders/goldBarHorizontalSmall.jpg');	
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;	
}
td.goldBarVertical {
	width: 2px;
	background-color: #ffcc33;
	margin: 0;
	padding: 0;
}

div.goldBox div {
	width: 300px;
	height: 10px;
	background-image: url('/images/borders/goldBarHorizontalSmall.gif');	
}
div.goldBox img {
	margin-left: 40px;
	border-left: 2px #ffcc33 solid;
	border-right: 2px #ffcc33 solid;
	width: 240px;
	height: 300px;
	display: block;
}
#codeText {
	padding-left: 40px;	
	width: 244px;
    font-size: 8pt;
    font-weight: bold;
    color: #ffcc33;
    margin: 18px 0;
}
#descriptionText {
	padding-left: 40px;	
	width: 244px;
}

.priceText {
	font-weight: bold;	
}

.category {
   font-size: 8pt;
   color:#FFFFFF;	
}

/* Previous and next links */
#backLinkContainer, #nextLinkContainer {
    font-size: 8pt;
    font-weight: bold;
    color: #ff3333;
}
#backLinkContainer img, #nextLinkContainer img {
	vertical-align: middle;
}

/* buttons and form elements */
input.button {
	background-color: #000000;
	color: #ff3333;
	border-width: 1px;
	font-size: 9pt;
}
#ringSize {
	font-size: 9pt;	
	color: 
}

/* Main container div */
#container {
	width: 800px;
	border: 0;	
}

/* Definition lists (primarily for testimonials page) */
#content dt {
	font-size: 8pt;
	color: #ffcc33;
	font-weight: normal;
	text-transform: uppercase;
}
#content dd {
	margin-bottom: 2em;
	font-style: italic;
}