
/* POPUP WINDOW TOP TITLE */
.blueNote
{
	text-align:center;
	margin:0;
	height:15px;
	background:#00b0e1;
	color:#fff;
}

/* Top level category display */
.catlg
{
	/*
	height: 480px;
	width: 970px;
	*/
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
}

/* MAJOR CATEGORY SUCH AS CREATE YOUR DIAMOND RING  */
.catlg .catItemMain
{
	display: inline;
	clear: none;
	float: left;
	width: 302px;
	height: 202px; /* Allows 20px for title */
	display: block;
	margin: 0 20px 10px 100px;
	padding: 0;
}

.catlg .catTitleMain
{
	display: block;
	height: 20px;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.5em;
}

.catlg .catImageMain
{
	display: block;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 180px;
	border:1px solid #00b0e1
}

.catlg .catTitleMain a
{
	text-decoration: none;
}

/* NORMAL CATEGORY DISPLAY */

.catlg .catItem
{
	float: left;
	display: block;
	width: 177px;
	height: 127px;
	border: 1px solid #00b0e1;
	background:#fff;
	margin: 27px 0 0 27px;
	padding: 2px;
}

.catlg .catTitle
{
	display: block;
	width: 177px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
}

.catlg .catImage
{
	display: block;
	margin: 0;
	padding: 0;
	width: 177px;
	height: 92px;
}

.catlg .catTitle a
{
	text-decoration: none;
}

/* ITEM DISPLAY */
.codeItemLeft, .codeItemRight
{
	float: left;
	display: block;
	height: 296px;
	border: 1px solid #00b0e1;
	background:#fff;
	margin: 10px 0 10px 0;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}

.codeItemLeft
{
	text-align: center;
	width: 370px;
}

.codeItemRight
{
	text-align:left;
	width: 540px;
	float: right;
	overflow: auto;
}

.codeItemRight h1
{
	clear: both;
	margin:0 0 10px 0;
}

.codeItemRight h3
{
	font-weight: bold;
}

.codeItemRight p
{
	clear: both;
	margin: 0;
	padding: 10px;
	overflow: visible;
	display: block;
	/* background: #e4e9ec; */
	width: 270px;
	height: auto;
	float: left;
}

.codeItemRight .codeItemBtn
{
	clear: none;
	padding: 0;
	float: right;
	text-align: center;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #888;
	width: 230px;
	height: 230px;
	/* background: #ccc; */
	border-left: 1px dotted #00b0e1;
	line-height: 2.0;
}

/* MOTION GALLERY */
.ctlgMotionMenuBase
{
	clear: both;
	height: 93px;
	width: 969px;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
}

.ctlgMotionMenuArrow
{
	display: inline;
	float: left;
	width: 32px;
	height: 93px;
	padding: 0;
	margin: 0;
}

/* CONTACT FORM */
.enquiryFrm
{
	margin: 10px auto;
	width: 581px;
	background: #fff;
	border: 1px solid #00b0e1;
	padding: 0 0 0 20px;
	overflow: auto;
}

.enquiryFrm h3
{
	padding: 20px;
}

.enquiryFrm p
{
	color:#7f9db9;
	margin-right:10px;
}

.enquiryFrm div
{
	width: 250px;
	float: left;
	margin: 0 20px 0 20px;
	padding: 0;
}

.enquiryFrm table
{
	text-align: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

.enquiryFrm td input
{
	width: 200px;
}

.enquiryFrmLabel
{
	color: #7F9DB9;
	padding-top: 15px;
}
