/* Overrides */
*:focus { outline: 0; }
* 		{ margin: 0; padding: 0; }
img		{ border: none; }

html {
	font: normal 10pt/160% Verdana, Tahoma, Arial;
	color: #eee;
	background-color: #000;
	text-align: left;
}

body {
	width: 960px; 
	margin: 30px auto 0 auto; 
	min-height: 682px;
}

#background {
	position: absolute;
	width: 960px;
	min-height: 610px;
}

#background img			{ position: absolute; top: 0; left: 0; display: none; width: 960px; }
#background img.default	{ display: block; }
#background img.visible	{ display: block; }

h1, h2, h3 	{
	font: normal 20pt/150% Verdana, Tahoma, Arial; 
	color: #fff; 
	font-weight: normal; 
	margin-bottom: 15px; 
	text-shadow: #fff 1px 1px 20px;
}

h2			{ font-size: 16pt; margin-bottom: 10px; }
h3			{ font-size: 12pt; margin-bottom: 10px; }

a 					{ color: #aaa; text-decoration: none; }
a:link, a:visited 	{ color: #aaa;  }
a:hover 			{ color: #fff; border-bottom: 1px dotted #aaa; }

/* Header */

#header {
	position: relative;
	top: 50px;
	height: 86px;
	width: 960px;
	z-index: 100;
}

/* Logotype */
#header #logo {
	float: left;
	width: 230px;
	height: 100%;
	background-color: #000;

	opacity: 0.9;
/*	-moz-opacity: 0.9;
	-khtml-opacity: 0.9; */	
}

#logo img 	{ margin: 23px 0 0 85px; width: 120px; height: 50px; border: none; }
#logo a 	{ border: none; }

/* Menu Wrapper */
#header #menu-wrapper {
	float: right;
	width: 720px;
	height: 100%;
	background-color: #000;
	
	opacity: 0.9;	
/*	-moz-opacity: 0.9;
	-khtml-opacity: 0.9; */	
}


/* Menu */
#menu 		{ padding: 42px 0 0 25px; line-height: 120%; z-index: 50; }
#menu li	{ float: left; list-style: none; font-size: 11pt; }

#menu li a
{	
	display: block;
	background: #000;
	padding: 5px 20px 5px 25px;
	background: url(../images/menu-icon.png) no-repeat 5px 10px;
	text-decoration: none;
	width: auto;
	color: #ccc;
	white-space: nowrap;
	opacity: 1.0;
	border: none;
}

#menu li a:hover	{ background-color: #333; color: #fff; }
		
#menu li ul {	
	position: absolute;
	visibility: hidden;
	margin-top: 2px;
	border: 1px solid #444;
	background: #000;
}

#menu li ul li 	{ float: none; display: inline; font-size: 10pt; }
	
#menu li ul li a 	{ width: auto; border-bottom: 1px solid #111; background: #000; }

#menu li ul li a:hover	{ background: #333; color: #fff; }

/* Content */
#content {
	position: relative;
	height: auto;
	width: 665px;
	top: 60px;
	text-align: left;
	padding: 20px 20px 30px 25px;
	margin: 0 0 0 240px;
	
	background-color: #000;
	opacity: 0.9;
/*
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
*/	
}

#content p 	{ margin-bottom: 10px; }

#content ul, ol	{ padding-left: 30px; margin-bottom: 10px; }

/* Footer */
#footer {
	position: relative;
	width: 410px;
	height: 25px;
	font-size: 9px;
	margin: 0 0 0 240px;
	top: 70px;

	background-color: #000;
	
	opacity: 0.7;
/*
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
*/	
}

#footer p 	{ padding: 1px 0 0 20px; color: #aaa; }
#footer a 	{ color: #aaa; }

#accordion 		{ padding-left: 10px; }
#accordion p	{ padding: 0 20px 5px 20px; }

table	{ border: none; width: 99%; margin-bottom: 20px; }
td		{ vertical-align: top; padding: 10px; }
tr:hover{ background-color: #111; }

table.nohover tr:hover{ background: none; }
table.nohover a:hover { border: none; }

table.exchange-rates td { padding: 5px; }

#warning	{ background-color: #ab9900; color: #000; padding: 5px 10px 5px 10px; margin-bottom: 10px; }


/*
 * Admin interface 
 *
 */
 
 /* Content */
#content-left {
	position: relative;
	float: left;
	height: auto;
	width: 185px;
	top: 60px;
	text-align: left;
	padding: 20px 20px 30px 25px;
	margin: 0;
	
	background-color: #000;
	opacity: 0.9;
/*
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
*/	
}

