/* Reset CSS */
html {
	color: #000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

/* Start CSS for site */
html,body {
	height: 100%;
}

table {
	border-collapse: collapse;
	border: 1px solid #5f6266;
	font: normal 11px veranda, arial, helvetica, sans-serif;
}

td,th {
	border: 1px dotted #5f6266;
	padding: .4em;
}

th {
	font: bold 11px veranda, arial, helvetica, sans-serif;
	border: 1px solid #5f6266;
	padding-top: 3px;
	background-color: #b7d1d6;
	/** color: #FFFFFF;*/
	color: #000;
	background-image: url('../img/heading.gif');
	background-repeat: repeat-x;
}

th a {
	color: #000;
}

td a:hover {
	background: #eee;
	color: #000;
}

tr:hover {
	background: #eee;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
list-style:none;
}



caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

h2.centerheader {
	text-align: center;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select { *
	font-size: 100%;
}

legend {
	color: #000;
}

body {
	font: 13px/ 1.231 arial, helvetica, clean, sans-serif; *
	font-size: small; *
	font: x-small;
}

pre,code,kbd,samp,tt {
	font-family: monospace; *
	font-size: 108%;
	line-height: 100%;
}

body {
	text-align: center;
	/* background-color: #353535; */
	background-color: #424854;
	background-image: url('../img/background.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.djs {
	margin: auto;
	text-align: left;
	width: 57.69em; *
	width: 56.25em;
	min-width: 850px;
	/* background-color: #FFF; */
	background-color: #424854;
	/* height: 100%; */
}

#main { /* min-height: 100%; */
	width: 100%;
	/* height: auto; */
	margin-top: 1px;
	padding-bottom: 15px;
	background-color: #FFF;
	/* clear: both; */
}

#main-front {
	min-height: 100%;
	width: 100%;
	height: auto;
	margin-top: 1px;
	/* background-color: #FFF; */
	background-color: #424854;
}

#main-popup {
	min-height: 100%;
	width: 100%;
	height: auto;
	margin-top: 1px;
	background-color: #FFF;
}

#main {
	float: none;
	width: auto;
}

.block {
	float: none;
	width: auto;
	height: 100%;
	background-color: #fff;
}

div#site-tagline {
	width: 850px;
	text-align: center;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 1px;
}

#footer {
	margin: auto;
	/*background-color: #353535;*/
	z-index: 300;
	width: 850px;
	padding-top: 5px;
	font-size: 0.7em;
	color: #585858;
	padding-bottom: 5px;
	text-align: center;
}

#footer span {
	padding-left: 5px;
	padding-right: 5px;
}

#footer a {
	text-decoration: none;
	color: #585858;
}

#footer a:hover {
	text-decoration: underline;
	color: #000;
}

#homepage-footer {
	margin: auto;
	/*background-color: #353535;*/
	z-index: 300;
	width: 850px;
	padding-top: 5px;
	font-size: 0.7em;
	color: #585858;
	padding-bottom: 20px;
}

#homepage-footer span {
	padding-left: 5px;
	padding-right: 5px;
}

#homepage-footer a {
	text-decoration: none;
	color: #585858;
}

#homepage-footer a:hover {
	text-decoration: underline;
	color: #000;
}

/*
#footer span.copyright {
	float: left;
	text-align: left;
}

#footer span.sitemaplink {
	float: left;
	text-align: left;
}

#footer span.developedby {
	float: right;
	text-align: right;
}
*/
div#logodiv {
	float: left;
	width: 183px;
}

div#menu { /* padding-left: 70px; */
	height: 76px;
	margin: auto;
	width: 800px;
}

#menu,#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display: block;
	width: 10em;
}

#menu li {
	float: left;
	width: 153px;
	height: 37px;
}

#menu li.menu-sub {
	height: 30px;
}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 100;
}

#menu li:hover {
	position: static;
}

#menu li:hover ul,#menu li.sfhover ul {
	left: auto;
}

li.menu-top {
	background-image: url('../img/menu-bg.png');
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 27px;
	/* margin-bottom: 28px; */
}

.menu-top a {
	text-decoration: none;
	text-transform: uppercase;
	color: #3c3c3e;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 0.62em;
	text-align: center;
	padding-bottom: 11px;
	padding-top: 12px;
	padding-left: 25px;
}

.menu-top a p{
	font-size: 10px;
	width: 90px;
}

ul.menu-sub {
	
}

li.menu-sub {
	background-color: #e5e5e5;
	border: 1px #dddddd solid;
	z-index: 3;
	padding-top: 0px;
	padding-bottom: 0px;
	opacity: 0.9;
	/* background-image: url('/images/menu-arrow.png'); */
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-top: 0px;
}

li.menu-sub a {
	font-size: 0.7em;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-left: 8px;
	margin-top: 0px;
	padding-top: 3px;
}

div#imagecontent p,div#imagecontent h1 {
	padding: 10px 0px 0px 0px;
}

#content { /* position: fixed; */ /* top: 100px; */
	margin-top: -784px;
	padding: 0px;
	background-color: transparent;
}

#fronttopcontent {
/*
	float: left;
	margin: -3px 0px 0px 0px;
	width: 820px;
	background-color: #FFF;
	padding: 1px 15px 1px 15px;
*/
	margin: -3px 0px 0px 0px; 
	width:820px; 
	min-height:740px;
	background-color:#FFF;	
	padding: 1px 15px 1px 15px;
}

#fronttopcontent1 {
/*
	float: left;
	margin: -3px 0px 0px 0px;
	width: 820px;
	background-color: #FFF;
	padding: 1px 15px 1px 15px;
*/
	margin: -3px 0px 0px 0px; 
	width:820px; 
	min-height:560px;
	background-color:#FFF;	
	padding: 1px 15px 1px 15px;
}

#frontcontent {
	position: absolute;
	margin-left: 25px;
	margin-right: auto;
	margin-top: 23px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 15px;
	width: 436px;
	height: 421px;
	border: 1px solid #ccccc;
	overflow: hidden;
	color: #464646;
	font-size: 0.88em;
	background-image: url('/images/front-photo2.jpg');
	background-repeat: no-repeat;
	/* 		position: relative; */
	z-index: 3;
}

#frontcontent ul li {
	list-style-type: circle;
	padding-bottom: 5px;
	padding-top: 7px;
	margin-left: 12px;
}

#frontcontent h3,h2,h1 {
	font-size: 1.22em;
	font-weight: bold;
	padding-bottom: 10px;
}

#frontcontentright {
	/*background-image: url('/images/front-content.gif'); */
	/* border: 1px solid black; */
	position: relative;
	width: 307px;
	height: 437px;
	float: right;
	z-index: 9;
	margin-right: 24px;
	margin-top: 18px;
	padding: 0px;
}

#whitecontent {
	position: relative;
	width: 308px;
	height: 145px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	z-index: 8;
	/*
	margin-left: 525px;
	margin-right: auto;
	margin-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	color: #68757e;
	font-size: 0.85em;
	*/
}

#colouredcontent {
	position: relative;
	width: 306px;
	height: 151px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	z-index: 8;
	/*
	margin-left: 525px;
	margin-right: auto;
	margin-top: 175px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	color: #68757e;
	font-size: 0.85em;
	z-index: 4;
	*/
}

#jewellerycontent {
	position: relative;
	width: 195px;
	height: 120px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	z-index: 8;
	/*
	margin-left: 525px;
	margin-right: auto;
	margin-top: 315px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	overflow: hidden;
	color: #68757e;
	font-size: 0.85em;
	z-index: 1;
	*/
}

.infobox h3 a {
	font-size: 1.48em;
	color: #464646;
	/* font-weight: bold; */
	text-decoration: none;
}

.infobox p a {
	color: #464646;
	text-decoration: none;
}

#ribbon {
	margin: auto;
	background-color: white;
	margin-top: 50px;
	margin-left: 0px;
	/* position: relative; */
	z-index: 2;
}

/* Forms */
.zend_form  ul.errors {
	padding-left: 0px;
}

.zend_form .errors li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	font-style: italic;
	list-style-type: none;
}

dl.zend_form {
	clear: both;
	font: normal 12px/ 15px Arial;
	position: relative;
	width: 615px;
	margin-top: 10px;
}

dl.zend_form dd {
}

dl.zend_form dt {
	clear: both;
	float: left;
	width: 150px;
}

dl.zend_form dd fieldset {
	margin: 0px;
	padding-left: 5px;
	width: 600px;
	border: 1px solid gray;
	float: left;
}

dl.zend_form dd fieldset dt {
	clear: both;
	float: left;
	width: 150px;
	padding: 4px 0 2px 0;
	text-align: left;
}

dl.zend_form dd fieldset dd,dl.zend_form dd {
	float: left;
	width: 250px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}

dl.zend_form dd {
	
}

dl.zend_form dd input#submit {
	
}

label.required {
	font-weight: bold;
}

#main_body {
	min-height: 100%;
	height: auto;
	width: 800px;
	margin: auto;
}

/* ----- information pages  ----- */
#cmsimage-image {
	height: 210px;
	width: 237px;
}

#jewellery-container {
	float: right;
	height: 210px;
	width: 237px;
	padding-right: 25px;
}

#jewellery {
	float: left;
}

#page_img { /*padding-top: 40px;*/
	padding-left: 25px;
	float: left;
}

#submenu li {
	color: gray;
	background: url(../img/list-bkg.png) repeat-x;
	padding-left: 30px;
	font: 11px/ 12px;
}

#submenu li a {
	padding: 2px 10px 2px 10px;
	background: url(/images/list-bkg-white.png) repeat-x;
	text-decoration: none;
	color: #444444;
}

#submenu ul {
	margin-top: 10px;
}

#submenu {
	width: 237px;
	float: right;
	padding-right: 25px;
}

#submenu h2 {
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#imagecontent {
	padding-left: 25px;
	float: left;
	width: 560px;
	min-height: 215px;
}

.message {
	margin: 0px 0px 20px 20px;
	padding: 10px;
	width: 400px;
	border: solid 1px #CCCCCC;
	color: #000000;
	background: #EEEEEE;
}

#sitemap {
	margin-top: 20px;
	margin-left: 70px;
}

#sitemap ul {
	padding: 6px 3px;
	margin: 0px;
}

#sitemap ul li {
	list-style: none;
}

#sitemap ul li a {
	padding: 2px 10px 2px 10px;
	background: url(/images/menu-arrow.png) no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #444444;
}

#sitemap ul li ul {
	margin-left: 20px;
}

.sitemapLevel li {
	
}

.sitemapLevel_1 li {
	margin: 1px 20px;
}

.sitemapLevel_2 {
	
}

.sitemapLevel_2 li {
	margin: 0px 50px;
}

.sitemapLevel_2 li a {
	
}

#sitemap ul li a:hover {
	color: #181818;
}

.reset {
	clear: both;
	float: none;
	width: 0px;
	height: 0px;
	font-size: 0px;
}

hr.cms-admin-separator {
	width: 500px;
	height: 1px;
	margin-left: 60px;
}

div.cms-admin-edit-box {
	width: 600px;
}

#stocknumber {
	text-align: center;
	margin: 5px 0px 10px 0px;
}

#white_diamond_information table {
	width: 380px;
}

#white_diamond_information table a {
	color: #000;
}

#white_diamond_information table a.certificatelink {
	color: #000;
}

#white_diamond_information {
	float: left;
}

#results table {
	width: 800px;
}

/* MKT:Removed as part of Issue #950
#results table thead tr th a {
	color: #FFF;
}
*/
#right_container {
	float: right;
	text-align: center;
	width: 415px;
}

#diamond_price {
	margin: 10px 0px 10px 0px;
	font-size: 18px;
}

#receptionist
{
	float: right;  
	width: 175px; 
	padding-right: 20px;
}

#call_to_action {
	padding: 0px 10px 0px 0px;
	margin-top: 30px;
	float: right; 
	width: 150px;
}

#price_disclaimer {
	font-size: 11px;
	margin-bottom: 15px;
}

.pagination {
	text-align: center;
	padding: 3px 0px 15px 0px;
}

.pagination div.page {
	padding: 0px 0px 4px 0px;
}

.pagination span {
	padding: 0px 3px 0px 3px;
}

.pagination span a {
	text-decoration: none;
	color: #333;
}

.pagination span.pagination_selected_item {
	font-weight: bold;
}

#end_date,#start_date,#date_from,#date_to {
	width: 110px;
}

#date_to_label_id,#carat_to_label_id,#date_from_label_id,#carat_from_label_id
	{
	float: left;
}

#carat_from_id,#carat_to_id {
	float: left;
	width: 100px;
}

#carat_to_label_id dd {
	float: left;
	width: 110px;
}

#carat_to_label_id dt {
	float: left;
	width: 50px;
}

#date_from_id,#date_to_id {
	float: left;
	width: 180px;
}

#date_to_label_id {
	float: left;
	margin-left: 0px;
}

#date_to_label_id dd {
	float: left;
	width: 175px;
}

#date_to_label_id dt {
	float: left;
	width: 50px;
}

.selectedpage {
	font-weight: bold;
}

#start_weight,#end_weight,#start_price,#end_price {
	float: left;
	width: 80px;
}

#submit_id {
	clear: left;
	float: left;
	width: 65px;
}

#reset_id {
	float: left;
	width: 80px;
}

#search_submit_button_id {
	float: left;
	clear: left;
	width: 60px;
}

#search_reset_button_id {
	float: left;
}

dl.left_box {
	clear: left;
	float: left;
	width: 230px;
}

dl.right_box {
	float: left;
	width: 230px;
}

dl.left_box dd,dl.right_box dd {
	width: 90px;
}

dl.right_box dt {
	width: 90px;
}

dl.right_box dd {
	margin-left: 0px;
}

div#conversion_flag {
	float: none;
	height: 16;
	width: 800px;
	background-color: #fff;
	margin: auto;
}

#flag {
	float: right;
	margin-right: 5px;
	z-index: 100;
}

span#select_currency_text {
	position: relative;
	top: -5px;
	text-align: center;
}

div.leftbox {
	position: relative;
	left: 0px;
	width: 350px;
	height: 60px;
}

div.leftbox dt {
	clear: both;
	float: left;
	width: 120px;
	padding: 4px 0 2px 0;
	text-align: left;
	border: 3px solid red !important;
}

.bodycontainer {
	position: relative;
	width: 800px;
	height: 600px;
	padding-top: 20px;
	padding-left: 10px;
}

.bodycontainer1 {
	position: relative;
	width: 700px;
	height: 600px;
	padding-top: 20px;
	padding-left: 10px;
}

.splashbox {
	border: 1px solid #999;
	position: absolute;
	height: 242px;
	width: 512px;
}


.enquirebox {
	position: absolute;
	margin-left: 530px;
	width: 260px;
	height: 430px;
	background-color: #f2f2f2;
	border: 1px solid #333;
}

.enquirebox img {
	padding: 0px 0 0 20px;
}

.enquirebox p {
	font-size: 9px;
	padding: 10px 0 0 28px;
	width: 210px;
	color: #666;
}

.formbox {
-x-system-font:none;
border-color:#CCCCCC;
color:#777777;
font-family:verdana,helvetica,arial,geneva,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
padding:10px 0 0 20px;
position:relative;
width:200px;
}

.formbox div {
	padding-top: 10px;
}

.formleft {
float:left;
margin:0 0 5px;
text-align:right;
width:50px;
}

.formright {
float:right;
margin:0 0 5px;
text-align:left;
width:130px;
}

.formright-button {
	width: 130px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

textarea, input.text, input.password {
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #666666;
font-family:verdana,helvetica,arial,geneva,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:3px;
}


.greybox {
	position: absolute;
	background-image: url(../img/greybox-bg.png);
	margin-top: 260px;
	background-color: #333;
	height: 170px;
	width: 510px;
}

.greybox p {
	color: white;
	padding: 17px 0px 0 20px;
}

.greybox p b {
	font-size: 13px;
}

.greybox img {
	padding: 20px 0px 0 20px;
}

.greybox h1 {
        font-size: 13px;
        padding: 17px 0px 0 20px;
        color: white;
        margin-bottom: 0px;
}

.whybox {
	position: absolute;
	border: 1px solid #333;
	margin-top: 450px;
	padding-left:20px;
	line-height:19pt;
	height: 200px;
	width: 490px;
	background-color: #f2f2f2;
}

.whybox p, .whybox img {
	padding: 20px 0 0 0px;
	line-height: 10px;
}

.testibox{
	position: absolute;
	border: 1px solid #333;
	margin-top: 450px;
	margin-left: 530px;
	
	height: 200px;
	width: 260px;
	background-color: #f2f2f2;
}

.testibox p {
	
	width: 220px;
	padding: 20px 0 0 20px;
}

.testibox p b {
	font-weight: bold;
	font-size: 21px;
}

.testibox span {
	
	float: right;
	text-align: right;
	
	width: 220px;
	padding-right: 20px;
}

#below_footer {
	margin: auto;
	/*background-color: #353535;*/
	z-index: 300;
	width: 850px;
	padding-top: 5px;
	font-size: 0.7em;
	color: #757575;
	padding-bottom: 5px;
	text-align: left;
}

#below_footer a {
	text-decoration: none;
	color: #757575;
}

#below_footer a:hover {
	text-decoration: underline;
	color: #000;
}

