body
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
}

th
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
}

td
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color:#477fba;
}

a:visited {
  color:#477fba;
}

a:hover {
  color:#2462a5;
}

a img {
  border-width:0;
}

hr {
  text-align: center;
  color: #6699CC;
  width: 75%;
}

h2 {
  font-size: 15px;
}

#site-header {
  height: 109px;
  background: #91BCDC;
  background-image: url(http://www.ultrarob.com/images/header_background2.jpg);
  background-repeat:no-repeat;
  border: solid 2px #900B09;
  margin:0 0 0 0px;
  padding:0px 0px 0 0;
/*  white-space: nowrap;  causes title to disapper in IE */
}

#site-header h1 {
  font-size: 32px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
  color: #900B09;
}

#site-header h2 {
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 0px;
}

#main-nav {
  font-size: 20px;
  font-weight: bold;
}


.cat-nav h2 {
  border: solid 1px #6699CC; 
  background-color: #DCE6F7; 
  font-size: 13px; 
  text-align: center; 
  font-weight: bold; 
  padding: 2px;
}

.cat-nav {
  font-size: 13px;
  font-weight: bold;
}

.related {
  font-weight: bold;
}



#site-footer {
  text-align: center;
}

.featured {
}
.featured table {
  margin: auto;
  padding: 0px;
}
.featured th
{
	background-color: #DCE6F7;
        border: solid 1px #6699CC;
	padding: 2px;
}

.featured td
{
  font-size: 12px;
}

.featured h4 {
  font-size: 100%;
  margin-top: 0px;
}
.featured .stars {
  font-size: x-small;
}

.review td
{
  font-size: 12px;
}

.recent_blog
{
  font-size: 12px;
  text-align:left;
}

.error-text
{
  font-weight: bold;
  color: #EE0000;
}

.pending-text
{
  margin: 15px 5px 20px 5px;
  font-weight: bold;
}

.button
{
  height: 19px;
  background-position:bottom right;
  display:inline;
  display:block;
  background-color: tranparent;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  padding-top: 3px;
  font-size: 14px;
}

.button_small
{
  width: 80px;
  background: url(http://www.ultrarob.com/images/button_sm.gif);
}

.button_large
{
  width: 100px;
  background: url(http://www.ultrarob.com/images/button.gif);
}

.button_red
{
  color: #900B09;
}