/*
Name: Blackbox
Date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	padding: 0;
	margin: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #fff url(img/bg.gif) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: left;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	background: #000;
	border: 3px double #EEE;
	border-color: #141414 #202020 #222 #202020;
	text-align: left;
	width: 943px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}


/* header */
.gfx {
	height: 171px;
	background-color: #222;
	background-image: url(img/MetalPlusLogo.jpg);
	background-repeat: no-repeat;
	width: 942px;
	position:relative;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #fff;
	float: left;
	font-size: 1.2em;
	text-align: center;
	padding-top: 4px;
	width: 100px; height: 30px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 135px;
}


/* content */
.content {
	background: #FFF;
	border-top: 1px solid #1A1A1A;
	clear: both;
	height: 100%;
	width: 100%;
	font-size: 24px;
}

.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
	font-size: 16px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 15px;
	width: 943;
} 
.footer .left, .footer .right {
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 8px;
}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

#iso { position: relative; top: -156px; right: 0px; left:15px; }
#gometals { position: relative; top: -120px; right: 0px; left:15px; }
.bluemail {
	color: #39F;
}
.whiteout {
	color: #FFF;
}
