/* ----------- Page Settings ----------- */

html, 
body {
	/* margin: 0px; */
/* Hacked by DKR */
margin: -10px 0px 0px 0px;
	padding: 0px;
}

a img {
	border: none;
}

/* ----------- Structure ----------- */

#container{
	width: 960px;
	margin: auto;
}

#logo{
	margin-top:34px;
	margin-bottom:25px;
	width:100%;
}

#menu{
	float:left;
}

#menu ul, #menu li{
	list-style: none;
	margin: 0;
	padding:0;
}

#menu ul{
	margin-bottom: 21px;
}

#menu a{
	text-decoration: none;
	color: #3d3d3c;
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 90%;
}

#menu a:hover{
	color: #ca601b;
}

#menu .activeitem, #menu .inpath{
	color: #ca601b;
}

#menu ul li ul .activeitem{
	color: #3d3d3c;
}

#menu ul li ul .activeitem:hover{
	color: #ca601b;
}

#menu ul li ul{
	margin-top: 21px;
}

#menu ul li ul li a{
	text-transform: none !important;
font-weight: normal;
}

#menu ul li ul li{
	line-height: 140%;
}

#menu ul li ul .li-inpath{
	color: #ca601b;
	list-style-type:square;
}

#menu ul li ul a{
	font-size: 11pt;
	font-weight: bold;
}

#mouseoverArea{
	float:right;
	/* margin-top: 121px; */
	margin-top: 53px;
}

#contentArea{
	width: 644px;
	float: right;
}

#footer{
	width: 960px;
	text-align:left;
	position: absolute;
	bottom:0;
	margin-bottom:10px;
}

#footer small, #footer a{
	font-family: Arial;
	color: black;
	text-decoration: none;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	word-spacing: 2px;
}

#picture{
	margin-bottom: 5px;
	margin-top:-13px;
}

#picturelist, #picturelist a{
	color: #3d3d3c;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
}

#picturenavigation{
	float:left;
}

#picturelink{
	float:right;
}

#footer{
	/* The footer has been removed completely */
	display: none !important;
}

#footer img, #footer div{
	display: inline;
}

/* ----------- Proloaded images ----------- */

/* This should be set to display:none, so that all images in this container are not displayed, merely loaded. */
#preload{
	display: none;
}

/* ----------- Clear and Spacing ----------- */

.clear {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: 0 0 -1px 0;
}

