body {
  padding: 0;
  margin: 0;
  background: #e8eef7;
  font-family: Verdana;
  font-size: 11px;
}


#page {
  position: relative;
  width: 776px;
  margin: 0 auto;
  background: url(bg_main.gif) center repeat-y;
  overflow: hidden;
}


#header {
  position: relative;
  width: 776px;
  height: 120px;
  margin: 0 auto;
  background: #e8eef7 url(bg_header.gif) top center no-repeat;
  overflow: hidden;
}

#header h1 {
  float: left;
  width: 245px;
  height: 95px;
  padding: 0;
  margin: 20px 0 0 8px;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 a span {
  display: none;
}

#header p a {
  text-decoration: none;
  color: #000;
}

#header p a:hover {
  text-decoration: underline;
}

#header p#basket {
  font-family: Tahoma;
  float: left;
  xwidth: 150px;
  padding: 0px 0 0px 00px;
  margin: 19px 0 0;
  xbackground: url(bg_header_p-basket.gif) top left no-repeat;
  xbackground-color: #ffafaf;
}

#header p#basket a { position: relative; top: 19px; }
#header p#basket img { float: left; border: 0px; }

#header p#user {
  font-family: Tahoma;
  float: right;
  xwidth: 260px;
  xbackground-color: #afafaf;
  padding: 18px 0 19px 50px;
  margin: 20px 10px 0 0;
  background: url(bg_header_p-user.gif) top left no-repeat;
}

#header ul {
  float: left;
  width: 515px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header ul li {
  float: left;
  padding: 0;
  margin: 0;
}

#header ul li a {
  float: left;
  padding: 12px 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  font-family: Arial, Tahoma;
}

#header ul li a:hover {
  text-decoration: underline;
}

#header ul li a.active {
  background: url(bg_header_menu-active.gif) top left;
  text-decoration: none;
}


#content {
  position: right;
  float: right;
  width: 515px;
  margin: 0 8px 0 0;
  background: url(bg_content.gif) top left no-repeat;
}

#content p#home {
  padding: 0;
  margin: 0;
}


#sidebar {
  position: relative;
  float: left;
  width: 235px;
  padding: 5px 0 0;
  margin: 0 0 0 18px;
  background: url(bg_sidebar.gif) top left no-repeat;
}

#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

#sidebar ul li {
  padding: 0;
  margin: 0 10px;
}

#sidebar ul li a {
  display: block;
  width: 200px;
  padding: 5px 5px 6px 13px;
  margin: 0;
  border-bottom: 1px dotted #338bc6;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}

#sidebar ul li.head {
  display: block;
  width: 215px;
  padding: 5px 10px;
  margin: 0 0 5px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #004e82;
}

#sidebar ul li.head2 {
  display: block;
  width: 215px;
  padding: 5px 10px;
  margin: 0 0 5px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #004e82;
}

#sidebar ul li.head2 A {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #004e82;
  border-bottom: 0px;
}

#sidebar ul li.active a {
  font-weight: bold;
}

#sidebar ul li.level1active a:hover, #sidebar ul li.active a:hover {
  text-decoration: none;
}

#sidebar ul li.level1 a {
  background: url(bg_sidebar_li-plus.gif) center left no-repeat;
}

#sidebar ul li.level1active a {
  background: url(bg_sidebar_li-minus.gif) center left no-repeat;
  font-weight: bold;
}

#sidebar ul li.level2 a {
  width: 190px;
  margin: 0 0 0 10px;
  background: url(bg_sidebar_li-arrow.gif) center left no-repeat;
  font-size: 11px;
}

#sidebar ul li.level0 a {
  width: 190px;
  margin: 0 0 0 10px;
  background: url(bg_sidebar_li-arrow.gif) center left no-repeat;
  font-size: 11px;
}

#sidebar ul li a:hover {
  text-decoration: underline;
}

#sidebar ul li a.active {
  text-decoration: none;
  font-weight: bold;
}

#sidebar ul li a#last {
  border: none;
  margin: 0 0 20px;
}

#sidebar ul li.srch {
  padding: 5px 0 0;
}

#sidebar ul li.srch input {
  width: 150px;
  padding: 2px;
  margin: 0 5px 0 0;
  border: 1px solid #000;
  background: url(bg_sidebar_input.gif) repeat-x;
}

#sidebar ul li.srch input.submit {
  width: 50px;
  padding: 4px 0 3px;
  margin: 0;
  border: none;
  background: url(bg_sidebar_input-submit.gif) no-repeat;
  cursor: hand;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  font-size: 11px;
}

#footer {
  position: relative;
  clear: both;
  width: 776px;
  padding: 20px 0 10px;
  margin: 0 auto;
  background: #e8eef7 url(bg_footer.gif) top center no-repeat;
  overflow: hidden;
  bottom: 0;
}

#footer p {
  padding: 0 15px;
  margin: 0;
}

#footer p a {
  color: #000;
}

#footer p a:hover {
  text-decoration: none;
}
