/* 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: 920px;
	position: relative;
}

/* The main heading */
#heading {
	width: 800px;
	margin: 0 auto;
}
#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: 960px; /* 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;
	position: absolute;
	top: 104px;
	left: 2px;
	z-index: 9999;
}
#menu li {
	float: left;
	position: relative;
}
#menu li a {
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
	display: block;
	text-indent: -9999px;
	padding-right: 6px;
}
#menu li:hover a {
	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.wedding-rings a {
	width: 148px;
	background-image: url('/images/menu/wedding-rings.gif');
}
#menu li.jewellery a {
	width: 109px;
	background-image: url('/images/menu/jewellery.gif');
}
#menu li.diamond-rings a {
	width: 150px;
	background-image: url('/images/menu/diamond-rings.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');	
}

/* Top submenu */
#menu div.menuSub {
	padding: 0 16px 20px 16px;
	left: 26px;
	top: 34px;
	position: absolute;
	display: none;
}
#menu ul.menuSub {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url("/images/menu/subMenuBackground.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}
#menu li:hover div.menuSub {
	display: block;
}
#menu ul.menuSub li {
	display: block;
	float: none;
}
#menu ul.menuSub li a {
	background-image: none;
	text-indent: 0;
	color: #ffffff;
	height: 22px;
	line-height: 22px;
	font-size: 10pt;
	padding: 0 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-serif;
}
* html #menu ul.menuSub li a {
	background-image: url("/images/transparent.gif");
}
*+html #menu ul.menuSub li a {
	background-image: url("/images/transparent.gif");
}
#menu ul.menuSub li a:hover {
	background-color: #ffcc33;
	color: #000000;	
}

#menu li.certified-diamond-rings ul.menuSub a {
	width: 114px;
}
#menu li.wedding-rings ul.menuSub a {
	width: 103px;
}
#menu li.diamond-rings ul.menuSub a {
/*	width: 105px; /* 183px - 45px */
	width: 114px;
	overflow: hidden;
	white-space: nowrap;
}
#menu li.jewellery ul.menuSub a {
	min-width: 64px;
}
* html #menu li.jewellery ul.menuSub a {
	width: 64px;
}

/* The Submenu (bottom menu!) */
ul.submenu {
	clear: left;
	float: right;
	height:  30px;
	list-style-type: none;
	margin: 0 0 0 auto;
	padding: 0;
	font-size: 8pt;
	position: relative;
	top: 66px;
}
ul.submenu li {
	display: block;
	float: left;	
}



/* Content area */
#content {
	clear: both;
	position: relative;
	top: 66px;
  	margin-bottom: 20px;
	width:800px;
	margin: 0 auto;
}

/* Footer area */
div.footer {
	float: left;
	width: 740px;	
	font-size: 8pt;
	text-align: left;
	position: relative;
	top: 66px;
}
div.designer {
	float: left;
	text-align: right;
	width: 180px;
	font-size: 8pt;
	position: relative;
	top: 66px;
}

/* 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.goldBox2 {
	margin-bottom:10px;
}
div.goldBox2 div.top, div.goldBox2 div.bottom {
	width: 400px;
	height: 10px;
	background-image: url('/images/borders/goldBarHorizontal.jpg');	
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
div.goldBox2 div.content {
	border-left: 2px #ffcc33 solid;
	border-right: 2px #ffcc33 solid;
}
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;	
}
#ringSize.hidden {
	display: none;	
}

/* 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;
}

/* Video */
#video {
	text-align: right;
	padding-right: 24px;
}

/* Homepage image cycler */
#homepageImages {
	height:350px;
	position:relative;
}
div.homepageImage {
	position:absolute;
	left:0;
	top:0;
}

/* Columns */
#column1 {
	width:375px;
	float:left;
}
#column2 {
	width:400px;
	float:right;
}

