body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #EEEEEE;
	font-size: 12px;
}

a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #FF7D00;
}

div.nav:hover {
	color: #FF7D00;
}

div[class=submenu] a {
	margin-top: 8px;
}

a img {
	border: none;
}

#headerArea {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#headerMiddle {
	position: relative;
	width: 400px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 40px;
}

#exclusiveLogo {
	position: absolute;
	left: 50px;
	width: 100%;
	bottom: 0px;
}

#navigationContainer {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px; 
	height: 90px;
	z-index: 0;
}

.nav {
	position: absolute;
	top: 8px;
	width: 110px;
	height: 15px;
	text-align: center;
	cursor: pointer;
	z-index: 4;
}

.submenu {
	width: 110px;
	position: relative;
	top: 15px;
}

.moduletable ul {
	list-style:none;
	margin:0;
	padding:0;
}
.moduletable li {
	margin:0;
}

#nav-move {
	position: absolute;
	display: none;
	top: 4px;
	width: 110px;
	height: 90px;
	text-align: center;
	z-index: 2;
}

#nav-fade {
	position: absolute;
	top: 0px;
	width: 110px;
	height: 90px;
	text-align: center;
	left: 0px;
	background-color: #303030;
	z-index: 3;
}

#news-heading {
	left: 0px;
}
#profile-heading {
	left: 110px;
}
#diamond-heading {
	left: 220px;
}
#wedding-heading {
	left: 330px;
}
#adornments-heading {
	left: 440px;
}
#collections-heading {
	left: 550px;
}
#contact-heading {
	left: 660px;
}

.trigger {
	position: absolute;
	top: 23px;
	height: 75px;
	width: 110px;
	z-index: 1;
}
#news-trigger {
	left: 0px;
}
#profile-trigger {
	left: 110px;
}
#diamond-trigger {
	left: 220px;
}
#wedding-trigger {
	left: 330px;
}
#adornments-trigger {
	left: 440px;
}
#collections-trigger {
	left: 550px;
}
#contact-trigger {
	left: 660px;
}

#bgLogo {
	position: relative;
	margin: 0 auto;
	width: 500px;
	top: 5px;
	z-index: -100;
}
#bgLogo-inner {
	position: absolute;
	top: 50px;
	opacity: .35;
	filter: alpha(opacity = 35);
	width: 500;
	height: 375;
	left: 0px;
	right: 0px;
	z-index: -100;
}

#dataArea {
	position: absolute;
	display: none;
}
