html {
  height:100%;
}

body {
  margin:0;
  padding:0;
  height:auto !important;
  height:100%;
  min-height:100%;
  font-family:verdana, arial, sans-serif;
  background:#fff; 
  font-size:12px;
  color:#000;
}

a:link, a:visited {
  color:#507eb7;
  text-decoration:none;
}

a:hover, a:active {
  color:#507eb7;
  text-decoration:underline;
}

img {
  border:0px;
}

hr {
  color:#507eb7;
  height:2px;
  border:0;
  background-color:#507eb7;
}

.title {
  font-size:15px;
  font-weight:bold;
  color:#507eb7;
}

.prodtitle {
  font-size:15px;
  font-weight:bold;
  color:#000;
}

.center {
  text-align:center;
}

input {
  width:90px;
  font-size:11px;
  color:#777;
  margin:2px;
}

#header {
  width:100%;
  height:164px;
  background:url(images/head_bg.gif);
  white-space: nowrap;
  overflow:hidden;
}

#flash {
  height:164px;
  float:left;
}

#loginform {
  margin-left:823px;
  color:#fff;
  font-size:11px;
  font-weight:bold;
  padding-left:10px;
  height:164px;
  text-align:center;
}

.button {
  width:65px;
  background:#507eb7;
  color:white;
  font-weight:bold;
  border-width:1px;
  padding:1px;
}

.bigbutton {
  width:90px;
  background:#507eb7;
  color:white;
  font-weight:bold;
  border-width:1px;
  padding:1px;
}

#left {
  width:195px;
  float:left;
}

#man {
  background:
    url(images/man.gif)
    left bottom
    no-repeat;
}

#content {
  background:
    #fff
    url(images/content_bg.gif) 
    repeat-y;
  margin-left:195px;
  padding:30px;
}

#footer {
  padding: 10px;
  clear: both;
  background:url(images/footer_bg.gif);
  text-align: center;
  font-weight:bold;
  color:#fff;
  font-size:;
  line-height:2.4em;
}

#bg {
  background:url(images/left_bg.gif);
}

#logo {
  float:right;
}

#topmenu {
  margin-top:15px;
  width:186px;
  height:4px; 
  background:
    url(images/menu_top.gif) 
    repeat-x 
    bottom;
}

#bottommenu {
  width:186px;
  height:4px; 
  background:
    url(images/menu_bottom.gif) 
    repeat-x 
    top;
}

#menu {
  padding:0;
  width:187px;
  background: 
    url(images/menu_bg.gif)
    repeat-y;
}

#menu li {
  display:block;
  padding:3px;
  padding-left:40px;
  border-bottom:1px solid;
  border-color:#cdcdcd;
  background: 
    url(images/arrow.gif)
    no-repeat;
  background-position:
    20px 5px;
  color:#000;
}

#menu li a {
  display:block;
  padding:3px;
  color:#000;
  font-size:11px;
  font-weight:bolder;
}

#menu li a:hover {
  color:#f57e20;
}

#menu ul {
  width:184px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

