﻿body {
  background-image: url('/images/body_back.gif');
  background-repeat: repeat-y;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  font-family: Verdana,Arial,sans-serif;
}
a {
  color: #005A82;
}
#wrapper {
  width: 760px;
  height: 100%;
  position: relative;
  text-align: left;
}
#menu {
  position: absolute;
  width: 210px;
  left: 0px;
  top: 65px;
}
#right_column {
  position: absolute;
  width: 200px;
  left: 773px;
  top: 65px;
}
#ad {
	width:	100%;
	border: 1px solid #000000;
	border-collapse: collapse;
	margin-bottom: 5px;
}
#ad th {
	background-color: #FFFFEA;
	border-bottom: 1px solid #005A82;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-weight: 700;
	text-align: left;
}
#ad th a {
	text-decoration: none;
}
#ad td {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 5px;
}
#ad td img {
	border: 0px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
#header {
  position: absolute;
  background-image: url('/images/banner.jpg');
  background-repeat: no-repeat;
  width: 760px;
  height: 64px;
  top: 0px;
  left: 0px;
}
#cart_summary {
  margin-top: 8px;
  margin-right: 6px;
  font-size: 10px;
  color: #005A82;
}
#cart_summary a {
  text-decoration: none;
}
#cart_summary a:hover {
  text-decoration: underline;
}
#content_wrapper {
  position: relative;
  width: 551px;
  left: 209px;
  top: 65px;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
}
#side_menu {
  font-size: 11px;
}
#side_menu a {
  text-decoration: none;
  color: #005A82;
}
#side_menu a:hover {
  text-decoration: underline;
}
.level1 {
  margin-left: 20px;
  font-weight: 700;
}
.level2 {
  margin-left: 30px;
}
.level3 {
  margin-left: 40px;
}
.menu_selected {
  background-image: url('/images/menu_selected.gif');
  background-repeat: no-repeat;
  padding-bottom: 2px;
}
.hidden {
	display:none;
}
