/* Global CSS */

body {
	height: 100%;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #010937;
}

p, span, legend {
	font-family: sans-serif;
	color: #999999;
}

h1, h2, h3 {
	font-family: sans-serif;
	color: #D8AF3B;
}

fieldset {
	margin-bottom: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-color: #D8AF3B;
}

p.bold {
	font-weight: bold;
}

p.center {
	text-align: center;
}

.error {
	color: red;
	font-weight: bold;
	font-size: +1;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

span.required {
	color: #ff0000;
}



/* Banner CSS */

div.banner {
	position: relative;
	z-index: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;	
}

div.login {
	position: relative;
	z-index: 0px;
	margin-left: 320px;
	padding: 0px;
	width: 676px;
	clear: both;
	background: #010937;
	border: 2px solid #D8AF3B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

input.login {
	font-size: 9px;
	border-color: #D8AF3B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #000000;
	color: #999999;
}

.logintext {
	font-size: 10px;
}



/* Menu CSS */

div.menu_bg {
	background-color: black;
	width: 300px;
	position: absolute;
	top: 157px;
	left: -16px;
	border: 1px solid #D8AF3B;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	margin-top: 10px;
}

div.menu {
	position: relative;
	left: 25px;
	z-index: 2;
	margin: 0px;
	padding: 10px;
	width: 250px;
}

a.members:link, a.members:visited {
	display: block;
	width: 248px;
	background: url('images/buttonbg_members.png') 0 0 no-repeat;
	border: 0px;
	margin: -3px;
	padding: 0px;
}

a.members:hover, a.members:active {
	background-position: -250px 0;
}

a.bg:link, a.bg:visited {
	display: block;
	width: 248px;
	background: url('images/buttonbg.png') 0 0 no-repeat;
	border: 0px;
	margin: -3px;
	padding: 0px;
}

a.bg:hover, a.bg:active {
	background-position: -250px 0;
}

a.bg_top:link, a.bg_top:visited {
	display: block;
	width: 248px;
	background: url('images/buttonbg_top.png') 0 0 no-repeat;
	border: 0px;
	margin: -3px;
	padding: 0px;
}

a.bg_top:hover, a.bg_top:active {
	background-position: -250px 0;
}

a.bg_bot:link, a.bg_bot:visited {
	display: block;
	width: 248px;
	background: url('images/buttonbg_bot.png') 0 0 no-repeat;
	border: 0px;
	margin: -3px;
	padding: 0px;
}

a.bg_bot:hover, a.bg_bot:active {
	background-position: -250px 0;
}



/* Mascot CSS */

div.mascot {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}



/* Content CSS */

div.content {
	background-color: black;
	width: 650px;
	min-height: 432px;
	float: right;
	border: 6px solid #D8AF3B;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a.content {
  color: #D8AF3B;
  text-decoration: none;
}



/* FAQ CSS */

span.faq_headline {
  font-size: large;
  font-weight: bold;
  color: #D8AF3B;
}

span.question {
  font-family: sans-serif;
  color: #D8AF3B;
  font-size: large;
}

a.faq:link, a.faq:visited {
  color: #999999;
  text-decoration: none;
}

a.faq:hover, a.faq:active {
  text-decoration: underline;
}



/* Options Page CSS */

div.options, div.options0 {
	clear: both;
	padding: 10px;
	min-height: 200px;
}

img.options {
	float: left;
	margin-right: 15px;
        border: 1px solid #D8AF3B;
}

p.price {
	font-size: small;
	text-align: right;
}

div.options1 {
	clear: both;
	padding: 10px;
	min-height: 200px;
	background: #090909;
}

span.strikeout {
	text-decoration: line-through;
}

span.sale {
	color: red;
}


/* Footer CSS */

div.footer {
	width: 700px;
	padding-left: 150px;
	padding-right: 150px;
	text-align: center;
	clear: both;
}

div.bottomlinks {
  font-size: 0.875em;
  font-family: sans-serif;
  clear: both;
  margin-bottom: 5px;
  color: white;
}

div.bottomlinks a {
  color: #D8AF3B;
  text-decoration: none;
}

div.disclaimer {
  font-size: 0.625em;
  font-family: sans-serif;
  clear: both;
  color: #1C31A5;
}

div.disclaimer a {
  color: #1C31A5;
}

div.disclaimer a {
  color: #1C31A5;
}
