@import url('h_nav.css');
@import url('cssform.css');

html, body {
  margin:0px;
  padding:0px;
  font-size:12px;
  font-family: Arial, Trebuchet, sans-serif;
  color:#E6E6E6;
}

div {
  width:100%;
  position:relative;
}

h1, h2, p {
  margin:0px;
}

h1 { font-size:36px;}

h2 {
  font-size:23px;
}

.subheading {
  font-size:14px;
  font-style:italic;
  font-weight:bold;
  position:relative;
  top:-3px;
}

p {
  padding:.5em 0px;
}

a {
  text-decoration:none;
  /*color:#E6E6E6;*/
  color:#F4B729;
}

a:hover {
  text-decoration:underline;
}

img {
  border:none;
}

ol, ul {
  margin:0px;
  padding:0 0 0 25px;
  list-style-position:inside;
}

.gold {
  color:#F4B729;
}

/* HEADER AREA */

#hdr_wrapper {
  height:96px;
  background: transparent url('../../images/hdr-bg.jpg') scroll repeat-x top left;
  z-index:15;
}

#hdr {
  width:960px;
  height:96px;
  margin:0px auto;
}
  #hdr img {
    margin:12px 0px 0px 15px;
  }


/* CONTENT AREA */

.partsThumb {
  float: left;
  margin:10px;
  text-align:center;
}
.partsThumb img {
  border:1px solid #F4B729;
  padding:3px;
  margin-bottom:5px;
  background-color: #161104;
}

.partsThumb:hover {
  text-decoration: none;
}

.partsThumb:hover img {
  background-color: #241b06;
}

#content_wrapper {
  background:#000000 url('../../images/content_bg3.jpg') no-repeat scroll 50% 0%;
  margin:0px;
  padding: 0px 0px 67px 0px; /* bottom padding is bg area */
  z-index:10;
  overflow:hidden;
}

  #content_box {
    width:960px;
    margin:0px auto;
    z-index:2;
  }
    
    #content_box_bg {
      position:absolute;
      top:29px;
      left:0px;
      z-index:1;
    }
      #content_right_bg {
        width:960px;
        margin:0px auto;
      }
      
      #content_right_bg img {
        position:absolute;
        top:0px;
        right:0px;
        background-color:transparent;
      }
  
  #content_box.home {
    /*background: transparent url('../../images/large-machine-part-bg.png') scroll no-repeat 100% -125px;*/
  }
    
    #content {
      width:428px;
      min-height:370px;
      padding: 15px 26px 23px;
      float:left;
      z-index:5;
    }
    
    #content_box.home #content {
      min-height:270px;
    }
    
    #content.aboutus p {
      padding-right:55px;
    }
    
    #content_box .spacer1 {
      height:153px; /* height the large round box sticks up into content area */
      width:488px; /* width from left edget content_wrapper to right edge large round box sticks up into content area */
    }
    
    #content_right {
      width:428px;
      float:left;
      padding: 23px 26px;
      z-index:4;
    }
      
      #content_right.slideshow img {
        position:absolute;
        top:0px;
        right:0px;
      }
      
      #content_right img {
        position:absolute;
        top:0px;
        right:0px;
      }
    
      #home_img {
        width:524px;
        height:509px;
      }
      
      #content_right .default_img {
        width:602px;
        height:509px;
      }
      
      #content_right .aboutus_img {
        width:646px;
        height:418px;
        right:0px;
      }
      
      #content_right .s_series_img {
        width:428px;
        height:321px;
        top:10px;
        left:40px;
      }
  
  #h_nav {
    width:960px;
    height:29px;
    margin:0px auto;
    z-index:20;
  }
  
  #h_nav_bg {
    width:100%;
    height:29px;
    background: #DFA621 url('../../images/h-nav-bg.jpg') scroll repeat-x 50% 100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
  }
    
    #h_nav_bg img.border {
      width:492px;
      height:1px;
      margin:0px auto;
      display:block;
    }
  
  #content_bottom_bg {
    width:100%;
    height:67px;
    background: #A98F54 url('../../images/content-bottom-bg.jpg') scroll repeat-x 50% 0%;
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:10;
  }
  
    #content_bottom_bg img.border {
      width:492px;
      height:1px;
      margin:66px auto 0px auto;
      display:block;
    }

#slideshow_controller_box {
  padding:20px 10px;
  border:#9C9C9C dotted 1px;
  width:355px;
}
  .slideshow_controller {
    width:47px;
    height:47px;
    padding:1px;
    margin:0px 10px;
    border:#9C9C9C solid 1px;
    cursor:pointer;
  }

/* HOVER BOXES */

  #hover_boxes {
    height:0px;
    width:960px;
    margin:0px auto;
    z-index:15;
  }
  
    .large_rnd_box {
      width:479px;
      height:271px;
      background: transparent url('../../images/large-rnd-box-bg.png') scroll no-repeat 0px 0px;
      position:absolute;
    }
      
    #home_lg_rnd_box {
      width:400px;
      height:181px;
      padding: 54px 40px 36px 39px;
      left:9px;
      bottom:0px;
    }
      #home_lg_rnd_box a {
        font-size:10px;
        font-style:italic;
      }
      
      #home_lg_rnd_box p {
        padding-right:170px;
      }
    
    .small_rnd_box {
      width:435px;
      height:176px;
      background: transparent url('../../images/small-rnd-box-bg.png') scroll no-repeat 0px 0px;
      position:absolute;
    }
    
    #home_news_sm_rnd_box {
      width:286px;
      height:119px;
      padding:20px 37px 37px 112px;
      right:31px;
      bottom:0px;
    }
      
      .large_rnd_box .bottom_area {
        width:400px;
        height:68px;
        padding-top:14px;
        position:absolute;
        bottom:36px;
        left:39px;
      }
      
      .large_rnd_box .title, .small_rnd_box .title {
        height:21px;
        background: transparent url('../../images/rnd-box-title-bg.png') scroll repeat-X 0px 0px;
        position:absolute;
        top:26px;
        left:19px;
      }
      
        .large_rnd_box .title p, .small_rnd_box .title p {
          margin:0px;
          padding: 3px 0px 0px 16px;
          font-size:15px;
          font-weight:bold;
          text-transform:uppercase;
          color:#FFFFFF;
        }
      
      .small_rnd_box .title {
        top:20px;
        left:15px;
      }
      
      #home_lg_rnd_box .title {
        width:165px;
      }
        #home_lg_rnd_box .title p {
          padding-right:0px;
        }
      
      #news.title {
        width:83px;
      }
    
    .news_events {
      width:286px;
      height:119px;
      overflow:auto;
    }
    
    .news_event {
      width:269px; /* set width so horizontal scroll doesn't appear in IE */
      margin-bottom:.1em;
      color:#666666;
      font-size:10px;
      font-weight:bold;
      clear:both;
    }
      .news_event p {
        padding:0px;
      }
      
      .news_event img.bullet {
        width:12px;
        height:6px;
        margin-top:4px;
        color:#F3C432;
        float:left;
        display:block;
      }
      
      .news_event .headline {
        font-weight:bold;
      }
      
      .news_event .contents {
        font-weight:normal;
        margin-left:15px;
        /*float:left;*/
      }
        
        .news_event .contents a {
          color:#666666;
        }




/* FOOTER AREA */
#ftr_wrapper {
  z-index:10;
  padding:20px 0px 5px 0px;
  background-color:#FFFFFF;
}
  
  #ftr_wrapper.hover_boxes {
    padding-top:56px;
  }

  #ftr {
    width:960px;
    min-height:25px;
    margin:0px auto;
    text-align:center;
    color:#525252;
    font-size:10px;
    font-weight:bold;
  }
  
    #ftr a {
      color:#525252;
      text-decoration:none;
    }
    
    #ftr a:hover {
      text-decoration:underline;
    }
