html * {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	font-size: 62.5%;
	overflow: scroll;
	}
	
#darkredbkgrd {
	position: relative;
	z-index: 10;
	width: 960px;
	height: 680px;
	margin: 40px auto auto auto;
	background: #1a0005 url(images/redblackbkgrd.gif) center no-repeat;
	padding-top:40px;
	}

#metallologo {
	position: absolute;
	z-index: 500;
	width: 138px;
	height: 1280px;
	left: 10px;
	top: -100px;
	background: url(images/logotypetrans.png) top left no-repeat;
	}

#navpieces {
	position: absolute;
	z-index:501;
	width: 100px;
	height: 56px;
	top: 718px;
	}

#navpieces h2 {
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	color: #9ff;
	margin: 0 6px 6px -12px;
	border-bottom: 1px dotted #0cf;
	}

#navpieces h2 a, #navpieces h2 a:link, #navpieces h2 a:visited {
	color: #9ff;
	text-decoration: none;
	}

#navpieces h2 a:hover, #navpieces h2 a:active {
	color: white;
	}

#displayarea {
	float: left;
	position: relative;
	z-index: 100;
 	width: 353px;
 	height: 602px;
	background: url(images/displayareabg.jpg);
	margin: 1px 0 1px 138px;
	}

#displayarea-full {
	position: relative;
 	width: 759px;
 	height: 602px;
	background: url(images/displayareabg-full.jpg) top left no-repeat;
	margin: 1px 0 0 138px;
	padding: 12px 18px 0 18px;
	}

#displayarea-full a img {
		margin: 0;
		border: none;
		padding: 2px;
		}
		
	#slide {
		margin: 18px;
		margin-bottom: 6px;
		width: 318px;
		height: 478px;
		}

	#header {
		position: absolute;
		left:18px;
		top: 502px;
		width: 318px;
		}
	#header.initial {
		top: 18px;
		}
		
	#header h2, #displayarea-full h2 {
		margin-top: 6px;
		color: #d4ffff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		line-height: 22px;
		text-shadow: #501;
		}
	
	h3 {
		color: #d4ffff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 20px;
		margin:6px 0 0 0;
		padding: 0;
		float: left;
		display: block;
		}
		
	h4 {
		color: #d4ffff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 -8px 0;
		padding: 8px 12px 0 0;
		font-style: italic;
		font-weight: normal;
		text-align: right;
		display: block;
		}
	
	.bookmarklinks {
	 	background: #900;
	 	width: 100%;
		height: 20px;
		padding: 0;
		margin: 0 12px 12px 0;
	 	}
	 
	.bookmarklinks a img {
		margin: 0;
		border: none;
		padding: 2px;
		}
	
	.bookmarklinks span {
		font-size: 11px;
		top: -6px;
		left: 12px;
		width: 100%;
		text-align: right;
		}
	
	#description {
		position: absolute;
		left: 18px;
		top: 542px;
		width: 316px;
		}
	#description.initial {
		top: 60px;
		}
		
	#description p, #displayarea-full p {
		color: white;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		margin-bottom: 9px;
		text-shadow: #501;
		}

	table.price {
		color: white;
		font-size: 10px;
		line-height: normal;
		border-right: 1px dotted #000;
		border-bottom: 1px dotted #222;
		}
	
	table.price * {
		line-height: 1em;
		margin: 0;
		}
	
	tr.header {
		background-color: black;
		}
	
	tr.alt {
		background-color: #600;
		}
	
	table.price td {
		padding: 5px;
		margin:0;
		border-top: 1px dotted #444;
		border-left: 1px dotted #666;
		}
		
#displayarea-full p, #displayarea-full h2 {
	width: 723px;
	}

#displayarea-full p.small {
	width: inherit;
	font-size: 13px;
	line-height: 14px;
	margin: 6px 0;
	}

p a {
	color: white;
	font-style: italic;
	text-decoration: none;
	}

#displayarea-full .gridpics {
	margin: 6px 0;
	width: 756px;
	padding: 0;
	}

#displayarea-full .gridpics img {
	float: left;
	width: 180px;
	margin: 0 2px 2px 0;
	padding: 0;
	border: 0;
	}
		
#vignettes {
	float: left;
	width: 410px;
	height: 608px;
	padding:0;
	margin: -3px 0 0 3px;
	}

#vignettes.photogallery {
	width: 440px;
	height: 608px !important;
	overflow-y: scroll;
	}

#vignettes a img, #vignettes img {
	z-index:50;
	border: none;
	margin: 3px;
	float: left;
	}

.vig {
	opacity: 0.6;
	}

#textnav {
 	clear: both;
 	margin: 0 0 0 138px;
	list-style: none;
	z-index: 75;
	color: #d4ffff;
	}

#textnav li {
	float: left;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	border-right: none;
	margin-top: 9px;
	padding: 2px 1.5em;
	text-align: center;
	text-transform: uppercase;
	color: inherit;
	cursor: pointer;
	z-index: 75;
	}

	#textnav .breadcrumb {
		display: block;
		background: url(images/navbg.gif) darkgray;
		}
	
	#textnav .breadcrumb li {
		padding: 2px .25em;
		border: none;
		}
		
	#textnav .breadcrumb li:before {
		content: "\00BB \00A0";
		}

	#textnav .breadcrumb li.homelink:before {
		content: none;
		}

	#textnav .breadcrumb li a {
		color: #6cc;
		}
		
	#textnav .breadcrumb li a:hover {
		background: inherit;
		color: #fff;
		text-decoration: underline;
		}
				
	#textnav .breadcrumb li.active a {
		color: #9ff;
		text-decoration: underline;
		margin-right: .5em;
		}
				
	#textnav li.homelink a {
		margin: -.5em -.75em;
		padding: .5em .75em;
		}
	
#textnav li a {
	margin: -.5em -1em;
	padding: .5em 1em;
	text-decoration: none;
	color: white;
	z-index: 3000;
	}

#textnav li.activated a, #textnav li a:hover {
	color: #fff;
	background-color: #069;
	}

#glow {
	width: 299px;
	height: 245px;
	background: url(images/glow.png);
	position: absolute;
	z-index: 60;
	}

#glow p {
	color: white;
	margin: 54px;
	padding: 4px;
	font-size:14px;
	text-shadow: black;
	background: black;
	opacity: .85;
	}

#glow p a {
	font-style:normal;
	}

ul.releases {
	list-style: none;
	}

ul.releases li {
	margin: 0 36px 4px 6px;
	}

ul.releases li a {
	color: white;
	text-decoration: none;
	font-size: 12px;
	}