@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-image: url(../images/bg_01.jpg);
/*	background-color:#CCCCCC;*/
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color:#0066CC;
}
a:active {
	text-decoration: none;
	color: #333333;
}


/* Header and Nav */

#headerImage {
	position:absolute;
	top:15px;
	left:100px;
	}
	
#navBar {
	position:absolute;
	left:100px;
	top:348px;
	}
/*round corners */
#container {
	position:absolute;
	top:400px;
	left:100px;
	width:800px;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	}	
#containerMiddle {
	position:relative;
	width:800px;
	height:450px;
	background-color:#2b2e39;
	z-index:0;
	padding:0px;
	margin:0px;
	}	

#content {
	width:500px;
	position:relative;
	top:0px;
	left:30px;
	padding:20px;
	}
	
#verticalPic {
	position:absolute;
	left:665px;
	top:450px;
	z-index:20;
	}


/* Products Page */

#productsNav {
	position:relative;
	left:0px;
	height:auto;
	width:178px;
	padding-bottom:155px;
	}
#productsImage {
	position:absolute;
	left:220px;
	top:10px;
	float:left;
	}
	
#indexPic {
	position:absolute;
	top:50px;
	left:55px;
	}
/* Diamond Rings */	
#diamondRingBG {
	height:450px;
	width:700px;
	background-image:url(../images/diamondrings_03.jpg);
	background-repeat:no-repeat;
	}
#diamondRingT {
	position:absolute;
	left:30px;
	top:100px;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
/* Gem Set Jewellery */	
#gemSetBG {
	height:450px;
	width:700px;
	background-image:url(../images/gemSet_03.jpg);
	background-repeat:no-repeat;
	}

	
/* Gold Jewellery */	
#goldBG {
	height:450px;
	width:700px;
	background-image:url(../images/goldJewellery_03.jpg);
	background-repeat:no-repeat;
	}

	
/* Pearls */	
#pearlsBG {
	height:450px;
	width:700px;
	background-image:url(../images/pearls_03.jpg);
	background-repeat:no-repeat;
	}

	
/* Watches */	
#watchesBG {
	height:450px;
	width:700px;
	background-image:url(../images/watches_04.jpg);
	background-repeat:no-repeat;
	}

	
/* Giftware */	
#giftwareBG {
	height:450px;
	width:700px;
	background-image:url(../images/giftware_03.jpg);
	background-repeat:no-repeat;
	}
/* bottom nav */
#bottomDiv {
	background-color:transparent;
	position:relative;
	padding-top:20px;
	padding-bottom:40px;
	color:#000000;
	}

