body {
  background:#000 url("../images/bg.jpg") no-repeat 50% 0px;
  text-align:center;
  margin:0px;
  padding:0px;
  font-family: Verdana, Arial, sans-serif;
  color:#fff;
  font-size:11px;
}
a {
  outline:none;
}
img {
  border:none;
}

#wrapper {
  position:relative;
  margin:0px auto;
  width:950px;
  height:750px;
  text-align:left;
  cursor:default;
  /* border:1px #ddd solid; */
}
#logo {
  position:absolute;
  top:50px;
  left:0px;
}
#langs {
  position:absolute;
  top:50px;
  left:850px;
}
#langs img {
  border:none;
}
.index #content {
  position:absolute;
  top:130px;
  left:0px;
}
.prices #content,
.stuff #content {
  position:absolute;
  top:150px;
}
#content .box {
  position:relative;
  width:415px;
  height:368px;
  padding:20px;
}
#content .box img {
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1;
}
.prices #content .box div {
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
}
#content h3{
  margin:0px 20px;
  padding:25px 0px 7px;
  /*border-bottom:1px solid #4c4c4c; */
  text-transform:uppercase;
  font-size:16px;
}
#content h4 {
  margin:0px 20px;
  padding:10px 0px 0px;
  font-size:12px;
}
#content p {
  margin:10px 20px;
}
.prices table,
.stuff table {
  margin:20px;
}
.prices table th,
.stuff table th {
  text-transform:uppercase;
  width:140px;
  text-align:center;
  border-top:none;
}
.prices table td {
  width:140px;
  text-align:center;
  padding:5px;
  border-top:1px solid #4c4c4c;
}
.stuff table td {
  width:140px;
  text-align:left;
  padding:3px;
  border-top:1px solid #4c4c4c;
}

.stuff table td.value {
  text-align:center;
}
#stuff-container ul {
  list-style-image: url("../images/bullet.gif");
}

table tr th {
  font-weight:normal;
  text-align:center;
}
table tr td.first {
  text-align:left;
}
table tr td.last {
  color:#cead60;
}
table tr td {
  background-color:#282521;
  text-align:center;
  margin-bottom:2px;
  border-bottom:1px solid #282521;
}

.small {
  text-align:center;
}
#box {
  position:absolute;
  width:530px;
  height:313px;
  background:transparent url("../images/box.jpg") no-repeat top left;
  top:257px;
  padding:25px;
}
#stuff-container {
	width:528px;
	height:250px;
	display:block;
	overflow:auto;
	padding-right:18px;
}

#box h2 {
  font-family: "Times New Roman", Times, serif;
  color:#b18d40;
  text-transform:uppercase;
  margin-top:0px;
  padding-top:0px;
  letter-spacing:0.04em;
  font-weight:normal;
  font-size:18px;
}
#stuff-container h3, #box h3 {
  font-size:12px;
  color:#c4bfb4;
  border-bottom:1px #272420 solid;
  margin-bottom:0px;
}
ul#menu {
  padding:0px;
  margin:0px;
  list-style:none;
  height:31px;
  position:absolute;
  top:635px;
}
ul#menu img {
  border:none;
}
ul#menu li {
  float:left;
}


#footer {
  color:#2e2e27;
  text-align:center;
  position:absolute;
  top:667px;
  margin:0px auto;
  width:100%;
  padding:0px;
}

/*  HELPERS  */
.forGA {
  display:none;
}
.hid {
  display:none;
}
#back-to-main {
  position:absolute;
  top:234px;
  left:0px;
}