body { margin:0px; padding:0px; font-family:georgia, arial, verdana, sans-serif; line-height:1.45em; background:#EEE url(images/background.jpg) top left no-repeat;  }

/* Global Styles Which Apply to All Elements. Styles to be overwritten Should be Called by Individual Classes Rather than Changing Here */
a { text-decoration:none; color:#333; }

/* Top Navigation Which Includes Breadcrumb Links */
#top-nav { background:#93A9B9 url(images/top-nav-bg.gif) right bottom no-repeat; height:16px; text-align:right; }
#top-nav #nav-list { list-style-type:none; padding:0px; margin:0px; }
#top-nav #nav-list li { display:block; float:left; padding:0px; margin:0px; }
#top-nav a { font:10px verdana, arial, sans-serif; color:white; padding-top:2px; display:block; letter-spacing:2px; }

/* Top Links of Jewellery Images Which Appear in Every Page */
.top-links { padding-left:224px; }

.subnav { padding-left:320px; }

/* First Top Table */
#top-table td { vertical-align:top; }
#top-table .flash-file { padding-top:92px; }

/* About and Contact Buttons Absolutely Positioned. Change Style With Caution */
#about-contact { position:absolute; top:89px; left:611px; width:285px;}

/* Main Content Including Heading Titles, Content Text and Images and Footer */
#main-content td { padding-left:220px; padding-right:115px; font:normal 90% Georgia, verdana, arial, sans-serif; color:#666; background:transparent;	}
#main-content .contentText { padding-top:15px; padding-bottom:15px; }
#main-content h2 { font:bold 120% Georgia, verdana, arial, sans-serif; color:#666; line-height:160%; }
#main-content p { font:normal 90% Georgia, verdana, arial, sans-serif; color:#666; line-height:144%; }
#main-content .contentText address { font-style:normal; color:#666; }

/* Bulleted List Text Styles */
#main-content ul li { font:normal 90% Georgia, Verdana, arial; line-height:144%; color:#666; background:transparent; padding-bottom:5px; }

/* Footer Styles */
#main-content .footer { background:#93A9B9 url(images/bottom-nav-bg.gif) top right no-repeat; height:15px; font:10px verdana, arial, sans-serif; color:white; text-align:center;}
#main-content .footer td { padding:0px; color:white; }
#main-content .footer a { color:white; text-decoration:underline; }

/* Gallery Images */
#main-content .galleryImages td {
	width:90px; height:45px; text-align:left; padding-left:0px; padding-right:0px;
}
.galleryImages a:link {
	border:1px solid #CCC; display:block; width:90px; height:45px;
}
.galleryImages a:visited {
	border:1px solid #CCC; display:block;  width:90px; height:45px;
}
.galleryImages a:hover {
		border:1px dashed #333;  width:90px; height:45px; display:block;
}
.contentText img {
	border:0px;
 }

/* LIGHTBOX JS */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
 }
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
 }
#imageContainer{
	padding: 10px;
 }
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
 }
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
 }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
 }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
 }
#imageData{
	padding:0 10px;
 }
#imageData #imageDetails{ width: 85%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color:#0072BC; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
 }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
 }
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
 }