html {
  margin: 0;
  padding: 0;
}

body {
  	background: #ffffff;
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	color: #000000;
  	margin: 0;
   padding: 0;
}

font,th,td,p { 
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a { 
  color : #000000; 
}
a:hover { 
  text-decoration: underline; 
  color : #F98B20; 
}

#header {
  height: 81px;
  min-width: 948px;
  background: #1d327f url('/images/header-repeat.jpg');
}

#headerRight {
  margin-top: 7px;
  margin-right: 10px;
  width: 410px;
  height: 44px;
  float: right;
  background: transparent url('/images/header-bkg-right.jpg') no-repeat;
}

#logo {
  margin: 0;
  padding: 0;
  width: 520px;
  height: 81px;
  display: block;
}

#header ul {
  margin: 43px 0 0 0;
  padding: 0;
  position: absolute;
  float: left;
}

* html #header ul {
  position: absolute;
  float: left;
}

#header ul li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

#header ul li.homeLink {
  width: 101px;
  height: 38px;
}

#header ul li a:hover {
  background-position: 0 -38px;
}

#header ul li.homeLink a {
  display: block;
  width: 101px;
  height: 38px;  
  background-image: url('/images/btn-home.png'); 
}

#header ul li.shopLink {
  width: 105px;
  height: 38px;
}

#header ul li.shopLink a {
  display: block;
  width: 105px;
  height: 38px;  
  background-image: url('/images/btn-shop.png'); 
}

#header ul li.forumLink {
  width: 131px;
  height: 38px;
}

#header ul li.forumLink a {
  display: block;
  width: 131px;
  height: 38px;  
  background-image: url('/images/btn-forums.png'); 
}

table.topbar {
  background-color: #F98B20;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

table.topbar td {
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  padding: 6px 8px;
}

table.topbar a {
  color: #ffffff;
  text-decoration: none; 
}

table.topbar a:hover {
  color: #ffffff;
  text-decoration: none;
}

.clearright {
  clear: right;
}
