/*
 * xenox rh06 stylesheet
 * (c) morten daniel fornes
 */

html, body
{
	background: #efb212 url("gfx/bg.jpg") top center fixed repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 10px;
	height: 100%;
}

div#wrapper
{
	background: #fff url("gfx/line.png") repeat-y;
	width: 850px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

div#header
{
	background: url("gfx/header.png") no-repeat;
	text-align: right;
	padding-top: 138px;
	height: 56px;
	font-size:0;
}

div#menu
{
	background: #000;
	padding-left: 190px;
	border-width: 17px 0;
	border-style: solid;
	border-color: #000;
	font-size:0;
}
div#menu a
{
	color: #eee;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	border-width: 17px 6px;
	border-style: solid;
	border-color: #000;
}
div#menu a:before
{
	content: ":";
	color: #efb212;
	font-weight: bold;
}
div#menu a:hover
{
	background: #d78326;
	border-color: #d78326;
	color: #fff;
}
div#menu a:hover:before
{
	color: #000;
}

div#left
{
	width: 183px;
	float: left;
}
div#left h1
{
	font-size: 14px;
	margin-left: 15px;
	margin-top: 20px;
}
div#left ul li
{
	background: #f8f8f8;
	margin-bottom: 1px;
	padding-left: 15px;
}
div#left ul li a, span
{
	color: #555;
	font-weight: normal;
	
}
div#left ul li a:hover,
div#left ul li a b:hover
{
	color: #000;
}
div#left ul li a b
{
	color: #d78326;
}

div#content
{
	width: 634px;
	float: right;
	padding-right: 16px;
}

div#footer
{
	clear: both;
	font-size: 9px;
	text-align: center;
	padding: 50px 0 4px 185px;
	color: #aaa;
}
div#footer a
{
	color: #efb212;
}
div#footer a:hover
{
	color: #888;
}

img
{
	border: 0;
}
a
{
	color: #d78326;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #000;
}
h1
{
	margin-top: 17px;
	font-family: "Arial Black", Verdana;
	font-weight: normal;
	color: #efb212;
	font-size: 24px;
}
h2
{
	font-family: "Arial Black", Verdana;
	font-weight: normal;
	color: #efb212;
	font-size: 18px;
}
h3
{
	font-family: "Arial Black", Verdana;
	font-weight: normal;
	color: #efb212;
	font-size: 12px;
}
ul, ol
{
	padding: 0;
	margin: 0;
}
ul li
{
	list-style: square;
	list-style-position: inside;
	color: #d78326;
}
ol
{
	margin-left: 24px;
}
ol li
{
	color: #d78326;
	font-weight: bold;
	padding-bottom: 4px;
}

div.boxHead
{
	font-size: 11px;
	font-weight: bold;
}
div.boxMain
{
	background: #f8f8f8;
	padding: 10px;
}
div.boxFoot
{
	font-size: 9px;
	background: #f8f8f8;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
}

