/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000 url(./img/bg.png) repeat-x fixed left bottom;
	color: #777;
	margin: 20px 0;
	text-align: center;
	font: normal 0.8em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(./img/li.gif);
	margin-left: 18px;
}
img {
	border: 0px;
}
div.quote {
	margin-bottom: 42px;
	font: italic 1.2em "Lucida Sans Unicode",serif;
	background: url(./img/quote.gif) no-repeat;
	padding-left: 38px;
	color: #666;
}
div.quote p {
	font: bold 1.2em "Lucida Sans Unicode",serif;
	padding-right: 44px;
	text-align: right;
}
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 600px; 
}
.gfx {
	background: #222 url(./img/logo.jpg) no-repeat;
	height: 173px;
}
.gfx h1 {
	color: #fff;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
	text-align: right;
}
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 2em sans-serif,Arial;
	color: #666;
	text-align: center;
}
.content h2 {
	margin: 0 0 4px;
	font: bold 1.6em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(./img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}
.flash {
	background: #030303;
	padding: 8px 10px;
	text-align: center;
}
.special {
	background: #030303 url(./img/bgitem.gif) repeat-x;
	padding: 8px 10px;
	font: bold 1.6em sans-serif,Arial;
	text-align: center;
}
.copy {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
	text-align: right;
	font: normal 0.6em Tahoma,sans-serif;
}
.footer{
	text-align: center;
	font: normal 0.6em sans-serif,Arial;
}
input {
	border: 3px 1px solid #AAAAAA;
	background-color: #666;
	color: #0A0A0A;
	font: bold 1.2em "Lucida Sans Unicode",serif;
}
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	font-size: 1.2em;
	padding-top: 4px;
	width: 99px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 100px;
}