/* Author: Janot Laval Ontwerp Copyright 2009 */

/* Style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

strong {font-weight: bold;}
em {font-style: italic;}
.clear {clear: both;}
.hidden {display: none;}

body {
	font-family: "Myriad Pro",Helvetica Neue,Arial,sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #999999;
	background-color: #232323;
	background-image: url(../images/interface/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 12pt;
	line-height: 20pt;
	color: #eaeaea;
	padding-left: 5px;
	border-left: 1px solid #666666;
}
h5 {
	font-size: 10pt;
	padding-left: 5px;
	border-left: 1px solid #666666;
}
h5.toggler {
	cursor: pointer;
}
p {margin-bottom: 10px;}
p.subscript {
	font-size: 8pt;
	line-height: 8pt;
	color: #CCCCCC;
	margin-bottom: 0;
}
p.nomargin {margin-bottom: 0;}
a {color: #666666; text-decoration: underline;}
a:hover {color: #eaeaea;}
div#wrapper {
	width: 930px;
	margin: 0 auto;
}
div#header {
	width: 930px;
	height: 250px;
}
div#container {
	width: 890px;
	margin: 0 auto;
	padding: 20px;
	float: left;
}
ul.list {
	padding-left: 5px;
	border-left: 1px solid #666666;
}
ul.noborder {
	padding-left: 0;
	border-left: 0;
}
ul.list li, ul.noborder li {
	padding-left: 10px;
	background-image: url(../images/interface/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
ul.list li.nobullet, ul.noborder li.nobullet {
	background-image: none;
}
img.floatright {
	margin: 0 0 20px 20px;
	float: right;
}
img.floatleft {
	margin: 0 20px 20px 0;
	float: left;
}
img.border {
	padding: 2px;
	border: 1px solid #666666;
}
div.column {
	width: 399px;
	padding-right: 40px;
	padding-left: 5px;
	border-left: 1px solid #666666;
	float: left;
}
div.column_noline {
	width: 425px;
	padding-right: 20px;
	float: left;
}
div.column_large {
	width: 864px;
	padding-right: 20px;
	padding-left: 5px;
	border-left: 1px solid #666666;
	float: left;
}
ul#menu {
	width: 930px;
	height: 20px;
	margin: 10px 0 20px;
}
ul#menu li {
	height: 20px;
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	text-transform: capitalize;
	text-align: center;
	border-right: 1px solid #666666;
	position: relative;
	float: left;
}
ul#menu li.last {
	width: 118px;
	border-right: 0;
}
ul#menu li a {
	color: #666666;
	background-color: #232323;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
ul#menu li a:hover, ul#menu li.current a {
	color: #eaeaea;
}
ul#menu ul {
	margin: 0 0 0 -1px;
	position: absolute;
	top: 20px;
}
ul#menu ul li {
	width: 115px;
	height: 25px;
	line-height: 25px;
	border-left: 1px solid #666666;
}
ul#menu ul li.last {
	width: 133px;
}
ul#gallery {
	border-left: 1px solid #666666;
	float: left;
}
ul#gallery li {
	margin: 5px;
	float: left;
	opacity: 0; 
	filter: alpha(opacity = 0);
}
ul#gallery li.clear {
	clear: left;
}
ul#gallery li img {
	
}
ul#gallery li a img {
	opacity: 1;
	filter: alpha(opacity=100);
}
ul#gallery li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
ul#gallery li p {
	font-family: "Myriad Pro",Helvetica Neue,Arial,sans-serif;
	font-size: 8pt;
	opacity: 0.85;
	margin-bottom: 0;
	margin-left: -3px;
}