body {
  margin: 0;
  padding: 0 0 50px;
  background-color: #333333;
}

a img {
  border-style: none;
}

#container {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  font: 0.7em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
  background: #333333 url(../images/bg-repeat-y.gif) repeat-y center top;
  border-bottom: 3px solid #484848;
}

#head {
  background-color: #333;
  text-align: right;
  margin-bottom: 0;
}

#logo {
  margin-top: 40px;
  margin-bottom: 10px;
  margin-right: 19px;
}

#logo_box {
  background-color: #333;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

object {
  border-left: 3px solid #484848;
  border-right: 3px solid #484848;
}

#nav {
  margin: 0;
  list-style-type: none;
  border-top: 3px solid #484848;
  border-right: 3px solid #484848;
  border-left: 3px solid #484848;
  text-align: left;
  padding: 0;
  height: 31px;
  background: #333 url(../images/nav_up.gif) repeat-x left top;
}

#nav li {
  display: inline;
}

#nav li a {
  background: #333 url(../images/nav_up.gif) repeat-x left top;
  display: inline-block;
  height: 24px;
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

#nav li.active a {
  background: #333 url(../images/nav_active.gif) repeat-x left top;
}

#nav li a:hover {
  background: #333 url(../images/nav_over.gif) repeat-x left top;
}

#sidebar {
  float: right;
  margin-right: 0;
  width: 219px;
  color: #fff;
  text-align: right;
  margin-top: 15px;
  padding-right: 12px;
  padding-bottom: 15px;
}

#sidebar h1 {
  color: #e0df30;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}

#sidebar .highlight {
  color: #e0df30;
}

#sidebar a {
  color: #fff;
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

#content {
  width: 495px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  color: #262626;
  margin-top: 15px;
  padding-bottom: 20px;
}

#content p {
	margin-top: 0px;
}

#content h1 {
  font-size: 1.4em;
  margin-top: 0;
  font-weight: normal;
  color: #191919;
}

#content h2 {
  color: #191919;
  font-size: 1.2em;
  font-weight: normal;
	margin-top: 20px;
}

#content h1 .highlight {
  color: #404040;
}

#content h2 .highlight {
  color: #404040;
}

#content a {
  color: #535913;
}

#content a:hover {
  text-decoration: none;
}

#content ul {
	padding: 0px 0px 0px 0px;
}

#content li {
	padding: 0px 0px 5px 21px;
	background: url(../images/li.gif) no-repeat left top;
	list-style: none;
}

.clear {
  clear: both;
}

.products {
	margin: 8px 0px 0px 0px;
	padding: 0px 5px 0px 17px;
	background: url(../images/product_bg.gif) no-repeat left top;
	clear: both;
}

.product_image {
	text-align: center;
	padding-left: 5px;
	padding-top: 8px;
	width: 160px;
	float: right;
}

.product_text {
	padding-top: 1px;
	clear: left;
}