/* Mineral CSS Style */

html, body {
	text-align: center;
	padding: 0px;
	background-color: #1A1A1A;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	height: 100%;
	width: 100%;
	margin: 0px;
	color: #666666;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#E60000;
	scrollbar-track-color:#1A1A1A;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#33CCCC;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-Color:#000000;
	line-height: 150%;
	background-image: url(assets/images/mineral_background02.jpg);
	background-position: center center;
}
a {
	text-decoration:underline;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #E60000;
}
a:active {
	color: #666666;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight:normal;
	clear:left;
	color:#6C3;
}



/* -------------------------------------------------------------
   Block Layout
------------------------------------------------------------- */


#flash {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 850px;
}
#press {
	width: 850px;
	background-color: #000000;
	border: 1px solid #00FFFF;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#menu {
	width: 150px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	text-decoration: none;
	height: 30px;
	float: left;
	margin: 100px 20px 20px;
	letter-spacing: 1px;
	color: #FF0000;
}
#menu a, a:visited {
	color: #999999;
	text-decoration: none;
}
#menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#content {
	width: 600px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #CCCCCC;
	padding: 20px;
	letter-spacing: 1px;
	float: left;
}


/* -------------------------------------------------------------
------------------------------------------------------------- */




/* Text Styles */


.title {
	color: #00FFFF;
	font-size: 14px;
}
.title2 {
	color:#FF0000;
}
.highlight {
	color:#FFFFFF;
}
.underline {
	border-bottom:
	display: block;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1A1A1A;
	padding-bottom: 20px;
}


.float_right {
	float: right;
	padding-left: 15px;
}
.float_left {
	float: left;
	padding-right: 15px;
}




/* PHP Form */


#ftp_php {
	width: 500px;
	height: 500px;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../assets/images/ftp_background.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
}
select {
	color: #000000;
	width: 200px;
}
option {
	color: #000000;
	background: #ffffff;
}



/* Footer Nav */

#footer {
	padding: 20px;
	clear: both;
	width: 600px;
}
.footer {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 10px;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
