@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(images/HauntedMinesProcessMap.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	display: block;
}

#outerwrapper {
	margin: -10px;
	background-image: url(images/DragonCaveSplash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: #c93;    
}

a:visited {
	color: #960;    
}

a:hover {
	color: #500;    
}
#firstwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

h1 {
	text-align: center;
}

#header {
	float: left;
/*	padding: 5px;
*/	border-radius:20px;
	width: 980px;	
}

#header ul {
	text-align: left;
	list-style-type: none;
	overflow: hidden;
	font-size: 2em;
}

#header li {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 20px;
	/*border-radius:20px;*/
	/*background-color: #000;*/
}

.company a {
	background-image: url(images/CompanyText.png);
	background-repeat: no-repeat;
	display: block;
}

.company a:hover  {
	background-image: url(images/CompanyRollover.png);
	background-repeat: no-repeat;
	display: block;
}

.products a {
	background-image: url(images/ProductsText.png);
	background-repeat: no-repeat;
	display: block;
}

.products a:hover  {
	background-image: url(images/ProductsRollover.png);
	background-repeat: no-repeat;
	display: block;
}

#header a {
	width: auto;
}

#displaygap {
	float: left;
	margin-top: 300px;
	margin-bottom: -5px;
}


div.divider {
	clear: both;
	display: block;
	/*background-image: url(images/HauntedMinesMap.jpg);
	background-repeat: no-repeat;
	background-color: #000;*/
	padding-top: 5px;
}

div.secondwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	color: #000;
}

div.content {
	margin-left: auto;
	padding-left: 10px;
	width: 980px;
}

div.content p {
	color: #000;
	}

.blogitem {
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-color: #000;
	border-width: 2px;
	border-radius:20px;
	background-color: #CCC;
	color: #333;
	margin-bottom: 25px;
	}
	
#footer {
	clear: both;
	display: block;
	padding-top: 10px;
	text-align: left;
	font-size: 0.8em;
	background-color: #000;
}

#thirdwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	color: #fff;
}

#footercontent {
	margin-left: auto;
	padding-left: 10px;
	width: 980px;
	border-width: 2px;
	border-radius:20px;
}

a:link {
	text-decoration: none;
}


.center {
	text-align: center;
}

.strong {
	font-weight: bold;	
}

.rightfloat {
	float: right;
	padding-left: 10px;
}