a, a:link, a:active, a:visited, a:hover, a:focus {
	color: #b4a46e;
	text-decoration: none;
	outline: none;
	border: none;
	display: block;
}

html {
	overflow: auto;
  height: 100%;
}

body {
  background-color:#ebe9d3;
  margin: 0 0;
  padding: 0 0;
  height: 100%;
}

img {
	border-style: none;
}

li {
  line-height:1.3;
  margin-bottom:8px;
}
#header-block{
  width: 99%;
  min-width: 480px;
  height: 129px;
  padding: 7px 0 0 7px;
  border-bottom: 2px solid #000;
  background-color:#96895c;
}

#main-block{        
  min-width: 700px;
  width: 1000px;
  padding: 20px 0 0 156px;
  font: lighter 12pt Arial;
  color: black;
  overflow:hidden;
}

#menu-block{
  float:left;
  margin: -20px 0 0 -156px;
  width: 135px;
  color: #b4a46e;
  font: lighter 15pt Arial;
  background-color:#2c0808;
  padding-bottom:10000px;
  margin-bottom: -10000px;
}

.prod-icon{
  vertical-align:middle;
  margin-right: 20px;
  margin-top:-10px;
}

.prod-title{
  font: normal 24pt Arial;
  display:inline-block;
  margin-top:10px;
}

.page-header{
  font: bold 20pt Arial;
  margin-bottom:10px;
}

.header{
  font: bold 14pt Arial;
}

.subheader{
  font: bold 13pt Arial;
}

.bold {
  font-weight:bold;
}
h4 {
  font: bold 14pt Arial;
  text-decoration: underline;
}

img#logo{
  border: 1px solid #fff;
}

img#title{
  margin:0 0 5px 20px;
}

div.menu-item{
  position:relative;
  top:15px;
  height:38px;
  padding: 22px 0 0 10px;
}

div.product-item{
  position:relative;
  top:15px;
  height:80px;
  padding: 5px 0 5px 5px;
  margin-top:-10px;
  color: black;
}
div.product-item:hover{
  background-color: #bbb;
  color: white;
}

div.menu-item:hover{
  background-color: #4a3737;
}

.selected{
  background-color: #332626;
}

.log-frame{
  position:absolute;
  margin: 0px 10px 0px 10px;
  padding: 0px 5px 0px 0px;
/*  width:320px;
  max-width:320px;*/
  height:100%;
  font: 10pt Arial;
}
.log-frame .header{
  font-weight: bold;
  font-size:10pt;
}
.log-frame .title{
  font-weight: bold;
  font-size:14pt;
}
