body {
  margin: 0px;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  cursor: default
}
img {
  border: 0px;
	padding: 0px
}
p {
  line-height: 1.5em
}
p.small {
  font-size: 80%;
  margin-bottom: 2px
}
p.menu {
  color: #777;
  cursor: pointer
}
li {
  line-height: 1.5em;
  list-style: square
}
h1 {
  font-size: 1.4em
}
a {
  background-color: transparent;
  text-decoration: underline
}
p.menu a {
  text-decoration: none;
  border-bottom: 1px dotted #777
}
a:link, a:visited {
  color: #f50
}
a:hover, a:active {
  color: red
}
input:textbox {
	font-family: "Tahoma", "Segoe UI", Arial, sans-serif;
  font-size: 11px
}
#layout {
	width: 100%;
  min-width: 800px;
}
#header {
  height: 150px;
	padding-left: 60px;
	padding-top: 10px;
	min-width: 1000px
}
#header:after
{
	display: block;
  clear: both
}
#logo {
  float: left;
	margin-top: 6px
}
.slogan {
  float: left;
  font-size: 200%;
  margin-top: 60px;
  margin-left: 20px;
}
#search {
  float: left;
	position: relative;
	top: 40px;
	left: 106px;
	width: 400px;
	height: 100px
}
#banners {
  float: right;
	display: inline;
	padding: 10px;
	margin-right: 40px;
	margin-top: 8px;
	width: 88px;
	border: 1px #ddd dashed;
	background-color: #fafafa
}
#banner {
	margin-bottom: 3px
}
#menubar {
  height: 33px;
	padding-left: 60px;
	padding-right: 40px
}
div.normaltab, div.selectedtab, div.divtab, div.searchtab {
  float: left;
	border: 1px #ddd solid;
	padding: 4px;
  padding-top: 10px;
	padding-bottom: 2px;
	background-color: #fafafa;
	margin-right: 12px;
  font-family: 'Trebuchet MS';
	font-size: 1.2em;
	z-index: 1;
	cursor: pointer
}
div.selectedtab {
  background-color: #f5f5f5;
	border-bottom: 1px #f5f5f5 solid;
	font-weight: bold;
	cursor: default
}
div.divtab {
  background-color: #fafafa;
	position: relative;
	top: -1px;
	padding-top: 6px;
  padding-bottom: 0px;
	border-top: 1px #f5f5f5 solid;
	cursor: pointer
}
div.searchtab {
  position: relative;
	padding-bottom: 0px;
	font-size: 0.9em;
	border-bottom: 1px #fafafa solid;
	cursor: default
}
#ind {
	border-top: 6px solid #555
}
#selectedind {
	border-top: 6px solid #f50
}
#divind {
  border-top: 6px solid #f80
}
#tabline, #divline {
  width: 100%;
  font-size: 0px;
	height: 6px;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	background-color: #f5f5f5
}
#divline {
	border: 1px #ddd solid;
  background-color: #fafafa
}
#content {
  margin: 20px;
	margin-left: 60px;
	min-width: 1000px
}
#text {
  float: left;
	width: 65%
}
#sidebar {
	float: right
}
#column {
  padding: 0px;
	margin-right: 20px;
	margin-top: 15px;
	width: 260px;
	border: 1px #ddd solid;
	background-color: #fafafa
}
#columnbg {
	background-image: url('../img/crossline.gif');
	height: 22px;
	margin: 8px;
}
#columnheader {
	float: left;
  padding: 2px;
	padding-left: 6px;
  padding-right: 8px;
  background-color: #555;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	font-size: 110%;
	color: #fff
}
#columntext {
	clear: both;
  line-height: 1.5em;
  padding: 15px;
	padding-bottom: 8px;
	padding-top: 0px
}
#star {
  color: red
}
#screens {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 100px
}
#thumb {
  display: inline;
  margin-left: 10px;
  margin-right: 10px
}
#container, #footer {
	clear: both
}
#container {
	margin-bottom: 10px
}
#container:after
{
	content: '';
	display: block;
  clear: both;
}
#nav {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #eee;
  border: solid 1px #c7c7c7;
  font-size: 70%;
  padding: 2px;
  display: none;
  z-index: 1
}
#nav li {
  list-style: none;
  margin: 0px;
  padding: 1px;
  border: solid 1px #eee
}
#nav li a {
  color: #000;
  text-decoration: none
}
