@charset "iso-8859-2";

/* Main */
body {
background: #000;
margin: 0;
padding: 0;
color: #bdd5b3;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Content Box */
#holder {
  width: 400px;
  display: table;
  text-align: center;
  margin: 0 auto;
}

#wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
}

#container {
  width: 400px;
  margin: 0 auto;
}

#content {
  position: absolute;
  width: 800px;
  top: 0;
  left: 20%;
}

/* Alternative logo */
#logo {
background: url(logo.jpg) no-repeat;
text-indent: -10000px;
display: block;
width: 400px;
height: 250px; 
margin: 0 auto;
}

/* Panels */
#left {
float: left;
width: 350px;
padding-bottom: 15px;
}

#right {
float: right;
width: 350px;
padding-bottom: 15px;
}

#footer {
clear: both;
text-align: center;
border-top: 1px solid #e0d17e;
width: 90%;
margin: auto;
}

#catalog_menu {
border-top: 1px solid #e0d17e;
width: 90%;
margin: 0 auto;
}

#catalog_menu ul {
display: inline;
}

#catalog_menu ul li {
display: block;
margin: 5px;
list-style: none;
float: left;
font-size: 10px;
}


/* Headers */
h1, h2, h3, h6 {
color: #e0d17e;
text-align: center;
}

h2 {
border-bottom: 1px solid #e0d17e;
}

h3 {
border-bottom: 1px solid #e0d17e;
width: 75%;
margin: 10px auto;
}

h6 {
margin: 10px;
font-size: 10px;
}

/* Text Box */
p {
width: 95%;
text-align: justify;
margin: 10px auto;
}

strong {
color: #e0d17e;
}

ul {
list-style: square;
color: #e0d17e;
}

li span {
color: #bdd5b3;
}

.adress {
text-align: center;
color: #e0d17e;
font-weight: bold;
}

a {
color: #e0d17e;
font-weight: bold;
}