* {
	padding: 0;
	margin: 0;
}

img {
  background-image: url(/img/preload.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

body {
	margin: 0;
	padding: 0;
	font: normal .70em/ 1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #7A7A7A;
	text-align: center;
	background: #000;
}

a {
	color: #F88F26;
	text-decoration: none;
	background: inherit;
}

a:hover {
	color: #FFFFFF;
	background: inherit;
}

h1,h2,h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #A0080D;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.0em;
}

#main h1,#main h2 {
	font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #DBD0A3;
}

#main h2 {
	border-top: 1px dashed #151515;
}

#sidebar h1 {
	font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
	background: #000 url(/img/arrow.gif) no-repeat 10px .7em;
	padding: 7px 0 7px 35px;
	color: #A0080D;
}

p,h1,h2 {
	margin: 0;
	padding: 10px 15px 10px 5px;
}

h3 {
	padding: 0 0 0 15px;
}

ul,ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #F88F26;
}

ul span,ol span {
	color: #CCC;
}

#main img, #sidebar a img, #slideshow {
	border: 3px solid #444;
}

#main img.no-border {
	border: none;
}

#main img.float-right {
	margin: 5px 5px 5px 15px;
}

#main img.float-left {
	margin: 5px 15px 5px 5px;
}

#main a img {
	border: 3px solid #444;
}

#main a:hover img, #sidebar a:hover img, #slideshow:hover {
	border: 3px solid #FFF;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/ 1.5em 'Lucida Console', 'courier new', monospace;
	background: #111;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #111;
	font: bold 1.3em/ 1.5em 'Trebuchet MS', Sans-serif;
}

form {
	margin: 15px;
	padding: 0;
	background: #000;
	border: 1px dashed #151515;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input {
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color: #000;
	background: #CCC;
}

textarea {
	width: 250px;
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #000;
	background: #CCC;
}

input.button {
	margin: 0;
	font: bold 1em Tahoma, Sans-serif;
	border: 1px solid #CCC;
	padding: 2px 3px;
	color: #000;
	background: #CCC;
}

#only_online {
	display: inline;
	font: bold 1.3em/ 1.5em, 'Trebuchet MS', sans-serif;
	color: #000;
}

.searchform p {
	width: 350px;
	text-align: right;
}

.searchform form {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.searchform input.textbox {
	margin: 0 3px;
	padding: 0 2px;
	width: 130px;
	background: #000;
	color: #FFF;
	height: 20px;
	border: 1px solid #7E050A;
	vertical-align: top;
}

#onlyonline {
	margin: 0 3px;
	background: #000;
	color: #FFF;
	border: 1px solid #7E050A;
}

.searchform input.button {
	font: bold 12px Arial, Sans-serif;
	background: #000;
	color: #fff;
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

#header-content,#footer-content,#content {
	width: 770px;
}

#header {
	background: #444 url(/img/headerbg.png) repeat-x 0 0;
	height: 120px;
	text-align: left;
}

#header-content {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#header-content #logo {
  cusor: pointer;
	position: absolute;
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px;
	color: #000;
	margin: 0;
	padding: 0;
	top: 5px;
	left: 20px;
}

#header-content #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;
	margin: 0;
	padding: 0;
	top: 60px;
	left: 35px;
}

#header-content ul {
	position: absolute;
	right: 20px;
	top: 75px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-content li {
	display: inline;
}

#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #000;
}

#header-content li a:hover {
	background: #000;
	color: #F88F26;
}

#header-content li a#current {
	background: #000;
	color: #CCC;
}

#content-wrap {
	clear: both;
	float: left;
	background: #000;
	width: 100%;
}

#content {
	text-align: left;
	padding: 0;
  margin: 0 auto;
}

#sidebar {
	float: right;
	width: 230px;
	margin: 10px 0;
	padding: 0;
}

#sidebar ul.sidemenu {
	list-style: none;
	margin: 0;
	padding: 5px 0 15px;
}

#sidebar ul.sidemenu li {
	padding: 0 10px;
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #c9c9c9;
	height: 1.5em;
	text-decoration: none;
	padding: .3em 0 .3em 15px;
	background: #000;
	border-bottom: 1px dashed #151515;
	line-height: 1.5em;
}

#sidebar ul.sidemenu a.top {
	border-top: 1px dashed #151515;
}

#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	background: #000;
	border-left: 5px solid #D30F16;
	color: #D30F16;
}

#sidebar .sidebox {
	background: #000;
	margin: 5px 15px 10px;
}

#main {
	margin: 10px 0;
	padding: 0 270px 0 0;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid #68050A;
	font-size: 95%;
	text-align: left;
}

#footer h2,#footer p {
	padding-left: 0;
}

#footer-content {
	margin: 0 auto;
}

#footer-content a {
	text-decoration: none;
	color: #8A8A8A;
}

#footer-content a:hover {
	text-decoration: underline;
	color: #FFF;
}

#footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-content .col {
	width: 70%;
	padding: 0 5px 30px 5px;
}

#footer-content .col2 {
	width: 20%;
	padding: 0 0 30px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.clear {
	clear: both;
}

.comments {
	text-align: right;
	border: 1px dashed #151515;
	padding: 5px 10px;
	margin: 20px 15px 10px;
}

.bold {
	font-weight: bold;
}

.own {
	color: #C9C9C9;
}

#button_ls {
	background: url("http://e.rotics.net/img/buttons.png") no-repeat top left;
	background-position: 0 -64px;
}

#button_ga {
	background: url("http://e.rotics.net/img/buttons.png") no-repeat top
		left;
	background-position: 0 -32px;
}

#button_dl {
	background: url("http://e.rotics.net/img/buttons.png") no-repeat top left;
}

#button_ls, #button_ga, #button_dl {
	cursor: pointer;
	width: 150px;
	height: 16px;
}

#button_ls :hover, #button_ga :hover, #button_dl :hover {
	cursor: pointer;
	width: 150px;
	height: 16px;
}

#button_ls :hover {
	background-position: 0 -80px;
}

#button_ga :hover {
	background-position: 0 -48px;
}

#button_dl :hover {
	background-position: 0 -16px;
}

#dek {
	position: absolute;
	visibility: hidden;
	z-index: 200;
}

#sedcardiv {
	position: absolute;
	border: 1px #FFF solid;
	top: 75px;
	height: 550px;
	width: 800px;
	background: #000;
}

#divinfo {
  float: right;
  display: inline;
}

#showframe {
	border: 0;
	width: 100%;
	height: 532px;
}

#footnote {
 display: none;
}

.menucss {
	position: absolute;
	visibility: hidden;
	border: 1px dashed #A0080D;
	/* border-bottom-width: 0; */
	font: normal 1.0em Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: black;
	width: 100px;
}

.menucss a {
	display: block;
	font-weight: bold;
	color: #6A6A6A;
	height: 1.5em;
	text-decoration: none;
	padding: .3em 0 .3em 15px;
	background: #000;
	border-bottom: 1px dashed #151515;
	line-height: 1.5em;
}

.menucss a:hover {
	padding: .3em 0 .3em 10px;
	background: #000;
	border-left: 5px solid #D30F16;
	color: #D30F16;
}

#autoCompleteDiv .quickresults {
	display: block;
	font-weight: bold;
	color: #A0080D;
	height: 1.0em;
	text-decoration: none;
	padding: .3em 0;
	background: #000;
	border-bottom: none;
	line-height: 1.0em;
}