/*--------------------------------------------------------------
 # Copyright (C) joomla-monster.com
 # License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
 # Website: http://www.joomla-monster.com
 # Support: info@joomla-monster.com
 ---------------------------------------------------------------*/
/***general layout styles***/
html {
    margin: 0px;
    padding: 0px;
}

body {
    color: #f8d59f;
  line-height: 18px;
    margin:0;
  padding: 0;  
    font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
     background: #5e3a3a;
  "background: "#5e3a3a;
}

#jm-page {
  width: 980px;
  margin: 12px auto 0;
}

#jm-top-page {
  position: relative;
}

#jm-dj-topmenu {
  position: relative;
  z-index: 20;
  padding: 15px 30px 0;
  width: 920px;
  height: 71px;  
  background: url(../images/menu-bg.png) top left repeat-x;
}

#jm-header-box {
  position: relative;
  min-height: 445px;    
}

#jm-header-box.noheader {
  min-height: 130px;  
}

#jm-logo-sitedesc {
  position: absolute;
  z-index: 13;
  left: 46px;
  top: 25px;
}

#jm-header-mod {
  position: absolute;
  z-index: 13;
  left: 166px;
  top: 144px;
  width: 340px;
}

#jm-topmenu {
  position: absolute;
  z-index: 14;
  right: 26px;
  top: 36px;
}

#jm-topmenu.onlymenutop {
  top: 16px;
}

#jm-plant {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: -11px;
  width: 318px;
  height: 349px;
  background: url(../images/plant.png) bottom left no-repeat;
}

#jm-header {
  position: relative;
  background: #340309;
  border-bottom: solid 2px #150106;
  min-height: 130px;
}

#jm-header.onlymenutop {
  min-height: 50px;
}

#jm-header-bar {
  position: absolute;
  z-index: 11;
  bottom: -5px;
  right: 0;
  width: 690px;
  height: 5px;
  background: url(../images/header-bar.png) top center no-repeat;
}

#jm-pathway-search {
  padding: 15px 0 0 280px;
}

.noheader #jm-pathway-search {
  padding: 15px 0 0 0;
}

#jm-pathway {
  padding: 4px 0 0 10px;
  float: left;
  width: 53%;
}

.noheader #jm-pathway {
  padding: 4px 0 0;
}

#jm-search {
  float: right;
  width: 45%;
}

/*
 scheme_1 - no sidebars
 scheme_2 - one sidebar
 scheme_3 - two sidebars
 */

#jm-left {
  float: left;
     width: 240px;
    margin: 0 20px 0 0;
}

#jm-right {
  float: left;
    width: 240px;
    margin: 0 0 0 20px;  
}

#jm-main {
  margin: 20px 0 0;
}

#jm-main.scheme_3 #jm-content {
  float: left;
   width: 460px;
}

#jm-main.scheme_2 #jm-content {
  float: left;
   width: 720px;
}

#jm-main.scheme_1 #jm-content {
  width: 980px;
}

#jm-content-box{
  float: left;
  width: 720px;  
}

#jm-contentright {  
  width: 720px;
}

#jm-contentright.noleft {  
  width: 980px;
}

#jm-catalog {
  margin: 0 0 20px 0;
}

#jm-banner {
  margin: 0 0 20px 0;
}

#jm-maincontent {
  margin: 0 0 20px 0;
}

/** footer **/

#jm-footer {
  margin: 0 0 10px;  
}

#jm-bottom-menu {
  margin: 0 0 20px;
  text-align: center;
}

#jm-footer-box{
  background: url(../images/footer-bg.png) top left repeat-x #640105;
}

.footer-bar {
  background: url(../images/footer-bar.png) top center no-repeat;
  width: 980px;
  height: 5px;
}

#footer-in {
  padding: 15px 20px;
}

#jm-design {
     float: right;
}

#jm-copyrights {
    float: left;
}  

/**clearing**/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

/* trigger hasLayout for IE7. Hide from IE Mac */ * html .clearfix {
    height: 1%;
}

/* Hide from IE Mac */
.clr, .clear {
    clear: both;
}

/* end clearing */