#ideas-container {
  background: url(../images/ideas/pagebody-bg.gif) repeat-x 0 100%;
}
#ideas-content {
  position: relative;
  width: 865px;
  margin: 0 auto;
  padding: 0 25px 0 28px;
  background: url(../images/ideas/page-bg.gif) repeat-x 0 0;
}

#ideas-list h2 {
  height: 216px;
  height: 269px;
  /*background: url(../images/ideas/header.jpg) no-repeat 0 0;*/
  background: url(../images/home/slider/ibasket.jpg) no-repeat 0 0;
  
}
  #ideas-list h2 span {
    display: none;
  }

#ideas-list #intro-text {
  margin-bottom: 40px;
  padding: 0 68px 30px 68px;
  font-size: 1.2em;
  line-height: 1.7em;
  background: url(../images/common/divider.gif) no-repeat 50% 0%;
}

#ideas-list #intro-text strong {
  color: #9d0c1b;
  background-color: transparent;
  font-weight: normal;
}
#list-projects-intro-text {
  color: #9d0c1b;
  background-color: transparent;
  margin-bottom: 1.5em;
  padding: 0 68px 0 68px;
  font-size: 1.5em;
  line-height: 1.2em;
}
#list-projects-intro-text strong {
  display: block;
  color: #555;
  background-color: transparent;
  font-weight: normal;
  font-size: 0.85em;
  line-height: 1.2em;
}

.projects {
  background: #fff;
  color: inherit;
  padding-left: 30px;
  padding-bottom: 40px;
}

.list-projects {
  float: left;
  display: inline;
  margin: 0;
  padding: 2px 2px 50px 2px;
  list-style-type: none;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  width: 795px;
}
.list-projects li {
  float: left;
  display: inline;
  width: 265px;
  height: 300px;
}
.list-projects .title, .list-projects .text, .list-projects .more {
  padding-left: 12px;
  padding-right: 40px;
}
.list-projects .title {
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 1.6em;
}
.list-projects .title a {
  color: #333;
  background-color: transparent;
  text-decoration: none;
}
.list-projects .text {
  font-size: 1em;
  line-height: 1.2em;
}
.list-projects .more {
  margin-top: 20px;
}

#ideas-detail {
  padding-bottom: 50px;
  background: #fff;
  color: inherit;
}

#ideas-detail h2 {
  position: relative;
  margin-bottom: 20px;
}
  #ideas-detail h2 a {
    display: none;
    
    position: absolute;
    bottom: 40px;
    right: 20px;
  }
  
/*  
.projects-menu  {
  padding: 0 25px 15px 65px;
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: -15px;
  border-bottom: 1px dotted #ccc;
}
  .projects-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  } 
  .projects-menu li, .projects-menu a {
    float: left; display: inline
  }
  .projects-menu li {
    margin-right: 30px;
    font-size: 1.3em;
  }
  .projects-menu a {
    color: #999;
    background-color: transparent;
    text-decoration: none;
  }
  .projects-menu a:hover,   .projects-menu li.active a {
    color: #9C060F;
    background-color: transparent;
  }
*/

.projects-menu  {
  float: right; display: inline;
  margin: 0 0 0 0;
  width: 190px;
}
  .projects-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .projects-menu li {
    border-bottom: 1px solid #f2f4f3;
    padding-right: 7px;
  }
  .projects-menu a {
    display: block;
    text-align: right;
    padding: 0.2em 0;
    width: 100%;
    font-size: 1em;
    line-height: 1.4em;
    color: #666;
    background-color: transparent;
    text-decoration: none;
  }
  .projects-menu a strong {
    color: #9D0C1B;
    background-color: transparent;
  }
  .projects-menu a:hover, .projects-menu li.current a:hover {
    color: #999;
    background-color: transparent;
  }
  .projects-menu li a:hover strong {
    color: #dd3345;
    background-color: transparent;
  }
  .projects-menu li.active a {
    color: #9D0C1B;
    background-color: transparent;
    font-weight: bold;
  }





#project-info {
  float: left;
  display: inline;
  width: 520px;
  margin-left: 65px;
}
  #project-info .logo {
    margin-bottom: 20px;
  }
  #project-info .text {
    font-size: 1.1em;
    line-height: 1.5em;
  }
  #project-info .url {
    margin-top: 2em;
  }  
  #project-info .url a {
    color: #f6b509;
    background-color: transparent;
    font-size: 2em;
    line-height: 1em;
    text-decoration: none;
  }

#project-thumbs {
  float: right;
  display: inline;
  width: 226px;
  padding-left: 5px;
  border-left: 1px solid #ebebeb;
  margin: 20px 5px 0 0;
}
  #project-thumbs .title {
    color: #108aad;
    background-color: transparent;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 0.5em 0;
    font-weight: normal;
  }

  #project-thumbs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #project-thumbs li {
    text-align: center;
    background: url(../images/ideas/thumb-bg.gif) no-repeat 50% 100%;
  }
  #project-thumbs li img {
    background: #fff;
    color: inherit;
    border: 1px solid #ebebeb;
    padding: 2px;
  }  

/*

#projects {
  background: #fff;
  color: inherit;
  padding-bottom: 40px;
}

#list-projects {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#list-projects li {
  float: left;
  clear: left;
  display: inline;
  margin: 0 0 45px 0;
  padding: 0;
}

#project-detail {
  float: left;
  width: 430px;
  margin: 50px 0 0 0;
  padding: 20px 0 50px 65px;
  border-left: 1px solid #e6e6e6;
  min-height: 600px; height: auto !important; height: 600px;
}

#project-detail .description {
  color: #999;
  background-color: transparent;
  font-size: 17px;
  line-height: 1.2em;
  margin-bottom: 25px;
}

#project-detail .link-images a {
  color: #426e89;
  background-color: transparent;
  text-decoration: none;
}
*/
