html {	background: #000000; }
body {	background: #000000;
	color: white;
	margin-top: 0px;
	font-family: helvetica,arial;
	font-size: 15px;
}


a:link {
  text-decoration: none;
  color: #8fd8ff;
  border-bottom: 0px;
}
a:visited {
  text-decoration: none;
  color: #8fd8ff;
  border-bottom: 0px;
}
a:active { text-decoration: none; }
a:hover { text-decoration: none;
	border-bottom: 1px solid #ffd34d;
}

img { border: 0px; }

#header {
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	line-height: 0px;
}

#header ul {
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul span, #header ul a:link, #header ul a:visited {
	position: static;
	display: block;
	float: left;
	padding: 14px 10px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #8fd8ff;
	height: 2px;

}

#header ul li span,
#header ul li a.current,
#header ul li a:hover {
	background: #000;
	border-bottom: 1px solid #000;
}

#header li {
	float: left;
	margin: 0;
	padding: 0;
}

#body {
	text-align: center;
}


hr { width: 725px; }

.linkheader {
	margin: 0 auto;
	background: #000000 url("images/linkbar.png") top repeat-x;
	color: white;
	width: 725px;
	height: 30px;
}

.bodyarea {
	margin: 0 auto;
	background-color: #000000;
	color: white;
	width: 600px;

}

.bodyarea li {
	list-style-type: square;
	list-style-position: inside;
}

.bodytext {
	margin-left: 45px;
	margin-right: 45px;
	text-align: left;
}

.alertbanner {
	margin: 0px auto;
	width: 550px;
	height: 2px;
	padding: 9px;
	background-image: url("images/alert_banner.png");
	background-repeat: no-repeat;
	background-position: 9px 0px;
	font-size: 0.8em;
	color: #ffeb11;
}

.orderForm {
    text-align: left;
    font-size: 0.9em;
    height: 25px;
}

.orderFormGrey {
    text-align: left;
    background-image: url("images/order-bg.png");
    background-repeat: no-repeat;
    font-size: 0.9em;
    height: 25px;
}

.orderFormText {
    float: left;
    width: 125px;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
}
