/* Style.css */

body { 
    margin: 10px;
    padding: 0; 
    font-family: Arial, sans-serif;
    font-size: 100%;
    background-color: #666666;
}

.container {
  width: 763px;
  margin: 0 auto !important;
}
.wrapper-middle {
  background: url(img/background-middle.png) repeat-y;
  position:relative; 
  z-index: 1 !important;
}

.wrapper-top {  
  width: 762px;
  z-index: 22 !important;
  background: url(img/background-top.png) no-repeat;
  height: 28px;
}

.wrapper-inner{
  padding: 0px 20px 15px 41px !important;  
}

#wrench {
  width: 177px;
  height: 164px;
  position: absolute !important;
  right: 0px;
  left: 529px;
  top: -130px;
  background: url(img/piano-wrench.png) no-repeat;  
}

.footer {  
  width: 763px;
  z-index: 22 !important;
  background: url(img/background-bottom2.png) bottom no-repeat;
  height: 197px;
}

.footer-wrapper {
  background: #666666;
  background: url(img/background-footer.png) no-repeat;
  margin: 0px 16px 0px 16px;
  padding-top: 25px;
  padding-left: 26px;
  padding-right: 20px;
  font-size: 16px;
  height: 177px;
  color: #fff;
}

.footer-inner-right {
  float: right;
}
.footer-inner-left {
  float: left;
  width: 370px;
  
}

.footer-right-image {
  padding-top: 10px;
  float: right;
}

.content-inner {
  width: 680px;
  float: left;
}

.content-left{
  float: left;
  width: 320px;
  padding-left: 20px;  
}

.content-left img {
        border: solid 1px #444;
}



.content-right {
  float: right;
  width: 340px;
}
.content-text {
  font-size: 13px;
}
.small-content-text {
  font-size: 13px;
}


/* Menu */
.navigation {
  
}

ul.navigation {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
    padding-top: 9px;
    z-index: 10 !important;
}

ul.navigation li {
    display: inline;
    margin-right: 16px;
}

ul.navigation a {
    padding: 4px 12px;
    color: #FF9900;
    text-decoration: none;
    font-size: 20px;
    z-index: 100 !important;
    font-weight: bold;
}

ul.navigation a:hover {
    background-color: #444;
}

ul.navigation a.selected {
    background-color: #444;
}

ul.navigation a:focus {
    outline: none;
}

/* .scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
} */

.hide {
    display: none;
}

/* Menu */


/* Text styles */
.h1-white {
  color: #fff;
  font-size: 28px;
  padding-top: 10px;
   font-weight: bold;
}
.h1-gray {
  color: #CCCCCC;
  font-size: 34px;
  margin-bottom: 12px;
   font-weight: bold;
}
.h3-tagline-orange {
  color: #FF9900;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}

h2.content-header {
  color: #CCCCCC;
  color: #CCCCCC;
  font-size: 22px !important;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 28px;
}

.span-orange { color: #FF9900; font-weight: bold; }
.span-orange a { color: #FF9900; text-decoration: none }
a { color: #FF9900; text-decoration: underline }
a:hover{ color: #FFF; text-decoration: none }
/* Text styles */



/* coda slider */




/* h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
} */

#slider {    
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
   
}

.scroll {
     
    /* overflow: auto;
    overflow-x: hidden; */
    position: relative;
    /* clear: left; */
    color: #ccc;
    width: 700px !important;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    color: #ccc;
    color: #fff;
   
}

.scrollContainer div.panel {
    padding: 0px 0px;
    
    width: 700px;
}

/* coda slider */

