/*
Template name: Blackbox
Template URI: http://templates.arcsin.se/blackbox-website-template/
Release date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	background: #000 url(../img/bg.png) repeat-x fixed left bottom;
	color: #888;
	font: normal 0.8em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}

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; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 960px; 
}


/* header */
.gfx {
	background: #010101 url(../img/dark_pixel.jpg) no-repeat right;
	height: 120px;
}

.gfx h1 {
	color: #444;
	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: #FFFFFF;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	width: 119px; height: 36px;
}

.menu a span {
	padding-left: 6px;
}

.menu a:hover {
	background-position: left bottom;
	color: #000;
}

.menu a#last {
	border-right: none;
	width: 130px;
}


/* content */
.content {
	margin-top: 5px;
	background: #030303;
	border-top: 1px solid #1A1A1A;
	height: 640px; 
	margin-bottom: 10px;
	overflow: auto;
}

.content h1 {
	color: #666;
	font: bold 1.8em sans-serif,Arial;
	margin: 0 0 4px;
}

.content p {
	margin: 0 0 12px;
}

.item {
	background: #030303 url(../img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}

.item:after {
	content:'';
	display:block;
	clear:both;
} 

.item ul {
	margin: 12px 0;
}

.item li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.item h2 {
	display: inline;
	margin-right: 10px;
}

.item table.catalog_item {
	border: 0;
}

.item table.catalog_item  tr td{
	vertical-align: top;
}

.item table.catalog_item  tr td.description{
	padding-left: 15px;
}

.item table.catalog_item  tr td span.price{
	padding-top: 10px;
	color: #F00;
	font: 1.1em sans-serif,Arial;
	display: block;
}

.item table.catalog_item  tr td img{
	border: 2px solid #777; 
}

.item table.catalog_item  tr td.description  table {
	border: 0; 
}

.item table.catalog_item  tr td.description  table  tr td {
	padding-top : 5px;
	padding-right : 10px;
}

.item table.catalog_item  tr td.description  table  tr td img{
	width: 100px; 
	height: 56px;	
}

table.clients {
	border: 0;
}

table.clients tr td{
	border: 1px solid #777;
	padding: 10px 10px 10px 10px;
	font-weight: bold; 
	width: 280px;
	text-align: center;
	vertical-align: top;
}

table.clients  tr td a{
	text-decoration:underline
}

table.clients  tr td img{
	border: 0;
	float: left; 
	padding-right: 10px;
}

table.clients  tr td table tr td{
	border: 0;
	padding: 0;
}



/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #444;}
.footer .right a:hover {color: #999;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}