html,
body {
   /*background: url("/images/layout/default/bg.gif") center 1px;*/
   background: #fff;

   }

h1 {
   display: block;
   margin: 0 auto;
   width: 814px;
   height: 78px;
   background: url("/images/layout/head_image1.png") no-repeat top left;
   /*background: #eee;*/
   font: 30px "Arial", sans-serif;
   }
h1 a {
   display: block;
   width: 318px;
   height: 78px;
   }
h1 a span {
   text-decoration: none;
   }

#content {
   width: 814px;
   margin: 0 auto;
   position: relative;
   background-color: #ffffff;
   padding: 15px 15px 25px 15px;
   border: 0px solid #999;
   }

#nav {
   width: 814px;
   height: 38px;
   margin: 0 auto 0px auto;
   background: url("/images/si/menubg.gif") no-repeat bottom;
   padding: 5px 0 0 0px;
   position: relative;
   /* border: 1px solid #999;  */
   }


#nav li {
   list-style-type: none;
   display: block;
   padding: 0;
   }
#nav li a {
   width: 118px;
   height: 36px;
   background-position: top;
   }
#nav li a:hover {
   background-position: bottom;
   }
#nav li a span {
   display: none;
   }



/* Specific styles
====================================*/

/* div#content div#user_status - Area under logo where auth info is displayed */
#content #user_status label {
   display: none;
   }
#content #user_status input {
   font: 10px "Arial Narrow", Arial, sans-serif;
   position: absolute;
   top: -5px;
   }
#content #user_status #username {
   width: 75px;
   right: 140px;
   }
#content #user_status #password {
   width: 75px;
   right: 55px;
   }

#content #user_status #login_submit {
   right: 0px;
   width: 50px;
   }
#content #user_status #register_link {
   position: absolute;
   top: -45px;
   right: 10px;
   }

/* search  yellow box*/
#search {
   width:814px;
   height:141px;
   background: url("/images/si/searchbg.gif") no-repeat bottom;
   position: relative;
 }


 #search #searchcontent {
   position: relative;
   padding: 15px;
   top: 0px;
   left: 0px;
   z-index:3;
 }


.unpaid {
   color: red;
}

.pp {
   color: #999;
   font-weight: 800;
   }

 .form_table {
   border: 0px;
   }


#promo {
   color: #000;
   font-weight: 800;
   font-size: 15px;
   }