body { 
  background:  #381312;
  font-family: "georgia";
  font-size:   12pt;
  margin:      0;
  padding:     0;
}

img { border: none; }

a { color: #7e2927; }
a:hover { color: red; }
a:active { color: white; }
a:visited { color: #7e2927; }
a:focus { outline: none; }

p { margin-top: 0; padding-top: 0; margin-bottom: 15px; padding-bottom: 0px; }

#pg { 
  margin-left:  auto;
  margin-right: auto;
  width:        960px;
  background:   #7e2927 url('../images/bg.jpg') top left;
}

#hd    { }
#hdtop {
  background: url('../images/hd_bg_top.jpg') top left repeat-x;
}
#hdmid { position: relative;}
#hdmid #nav { 
  position: absolute;
  top: -9px;
  right: 16px;
}
#hdmid #mailinglist {
  position: absolute;
  bottom: 0; 
  right: 16px;
}

#bd        {
  background: #4a1817 url('../images/bd_bg.jpg') top left;
}
#bdtop     { }
#bdmid     { }
#bdmidleft {
  display: inline;
  float:   left;
  margin:  0;
  width:   375px;
}
#bdmidright {
  position: relative;
  display: inline;
  float:   left;
  margin:  0;
  width:   585px;
  min-height: 500px;
  height: 500px;
  background: white url('../images/bd_mid_bg.jpg') top left no-repeat;
}
#bdbottom { }

#ft       { }
#ftleft   { display: inline; float: left; margin: 0; width: 480px; }
#ftright  { display: inline; float: left; margin: 0; width: 480px; text-align: right; }
#ftbottom { background: #4a1817 url('../images/bd_bg.jpg') top left; }
.clr { 
  clear:      both; 
  width:      0;
  height:     0; 
  display:    block; 
  overflow:   hidden; 
  visibility: hidden; 
}

.content {
  padding: 40px;
}

.ftcontent {
  padding: 30px;
  color: #cba9a8;
  font-size: 10pt;
}

.ftcontent .address {
  font-size: 13pt;
}

.ftcontent a { 
  color: #cba9a8;
  text-decoration: none;
}
.ftcontent a:hover { 
  color: #fff;
  text-decoration: underline;
}


.prodnav {  }

.prodmenu           { width: 100%; }
.prodmenu td        { font-size: 10pt; text-align: center; padding: 5px 0; }
.prodmenu td a      { text-decoration: none; }
.prodmenu td.active { background-color: #7e2927; color: white; }
.prodmenu td.active a { color: white; }

.heading { margin-top: 10px; margin-bottom: 10px; }

.sep { padding: 20px 0; text-align: center; }

#mailinglist_form   { position: relative; width: 100%; height: 218px; background: url('../images/img_joinform.jpg') top left no-repeat; margin-bottom: 30px; }
.mailinglist_field  { width: 270px; height: 29px; border: none; margin: 0; padding: 0; background: none; font-size: 16pt; }
#mailinglist_name   { position: absolute; top: 65px; left: 140px; }
#mailinglist_email  { position: absolute; top: 108px; left: 140px; }
#mailinglist_submit { position: absolute; top: 165px; left: 364px; }

#plug { 
  margin-left:  auto;
  margin-right: auto;
  width:        960px;
  color: #7e2927;
  font-size: 8pt;
  text-align: right;
  margin-top: 10px;
}
#plug a { color: #7e2927; text-decoration: none; }
#plug a:hover { color: #d8a6a5; text-decoration: none; }
