@charset "utf-8";
/* CSS Document */

#sales {
  font-size: 60%;
  width: 100%;
}

#sales_right {
  text-align: right;
}

#footer {
  text-align:center;
  font-size:60%;
  clear:both;
  margin-top:25px;
}

.main_section {
  margin-top: 1em;
  border: 2px solid #888888;
}

.inner_section {
  margin: 1px;
  border: 1px solid #BBBBBB;
  clear: both;
  padding: 4px;
}

.screens_section {
  width: auto;
  margin: 10px auto 0 auto;
}

.screen {
  height: 5em;
  border: 1px solid #777777;
}

.main_header {
  margin: 3px;
  display: inline;
  font-family: "BankGothic Lt BT","Orator Std","Visitor -BRK-";
  font-weight: bold;
}

.float_icon {
 width: 280px;
 float: right;
 font-size: 70%;
 margin-top: 4px;
 margin-right: 2px;
 margin-left: -100%;
 font-family: "BankGothic Lt BT","Orator Std","Visitor -BRK-";
}

.float_icon div {
 display: inline;
 padding: 1px;
}

.float_icon img {
 display:inline-block;
 vertical-align:text-bottom;
}

span.follow_link {
 display: inline-block;
 vertical-align: text-bottom;
 font-size: smaller;
 font-weight: bold;
 margin-left: 15px;
}

.sr_sidebar_margin {
 margin-left: 15px;
 float: left;
}

.sr_sidebar_margin_only {
 margin-left: 211px;
}

div.sr_sidebar_nav {
 width: 209px;
 margin-top: 25px;
 padding-left: 3px;
 padding-top: 15px;
 float: left;
 overflow: hidden;
 background: url('images/web_bracer.png') no-repeat;
}

div.right_panel {
 float: right;
 width: 430px;
}

div.follow_container {
 border: solid #252525 1px;
 border-right: none;
 background: #060606;
 text-indent: 150px;
 padding: 8px;
}

div.follow_container:first-line {
 font-weight: bold;
}

div.features_container {
 margin-left: 218px;
 margin-right: 435px;
}

div.feature_panel {
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
 background: #060606;
 border: solid #252525 1px;
 max-width: 610px;
}

ul.feature_entry {
 font-weight: bold;
}

ul.feature_items {
 font-weight: normal;
}

ul.feature_items li {
 font-size: 80%;
}

div.feature_entry {
 margin-left: 5px;
 margin-right: 5px;
 margin-bottom: 5px;
 text-indent: 5px;
 max-width: 600px;
}

div.feature_entry:first-line {
 font-weight: bold;
}

div.feature_entry img {
 border: 3px solid #080808;
 background-color: #080808;
 -moz-border-radius: 3px;
}

div.feature_news {
 overflow: hidden;
 border: solid #252525 1px;
 border-right: none;
 padding-left: 2px;
 background-color: #080808;
}

div.recent_news_header {
 width: 95%;
 text-align: right;
 font-weight: bold;
}

img {
 border: none;
}

img.sr_nav {
 width: 208;
 height: 25;
}

img.news_icon {
}

div.news_item a {
 color: #AACCFF;
}

div.news_item img {
 border: none;
 max-width: 420px;
}

div.news_pagelist {
 text-align: center;
}

a:link.nodecoration {
	color: #FFFFE8;
	text-decoration: none;
}

a:visited.nodecoration {
	color: #FFFFE8;
	text-decoration: none;
}

a:hover.nodecoration {
	color: #FFFFE8;
	text-decoration: none;
}

a:active.nodecoration {
	color: #FFFFE8;
	text-decoration: none;
}

a:link {
	color: #AACCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AACCFF;
}
a:hover {
	text-decoration: underline;
	color: #AACCFF;
}
a:active {
	text-decoration: none;
	color: #AACCFF;
}

body,td,th {
	color: #FFFFE8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: transparent url(images/starry_bg.jpg) repeat scroll 0 0;
	background-color: #000000;
	margin-left: 1px; margin-right: 1px;
}