#categories{
  margin-bottom: 15px;
  margin-top: 20px;
  margin-left: -16px;
  margin-right: -15px;
}

.category_block  {
  border-right: 1px dashed #E4E4E4;
  color: #4C4C4C;
  float: left;
  height: 125px;
  margin: 4px 4px 27px;
  position: relative;
  width: 300px;
}

.category_block h4 a {
  color: #0088CF;
  display: block;
  font-size: 15px;
  left: 115px;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  top: 5px;
  width: 180px;
}

.category_block div {
  color: #666666;
  font-size: 12px;
  height: 80px;
  left: 80px;
  overflow: hidden;
  padding-left: 35px;
  padding-top: 0;
  position: relative;
  width: 180px;
}

.category_block img{
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #e4e4e4;
  z-index: 1;
}

.category_block .view_button{
  bottom: 12px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  background: url(../../images/greybutton.png) no-repeat center left;
  width: 115px;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
  opacity:0.7;
  filter:alpha(opacity=70)
}

.category_block .view_button:hover{
  opacity:1;
  filter:alpha(opacity=100)
}

#welcome_section{
  height: 160px;
  background-color: #F3F2F2;
  background:url("../images/homeimage.jpg") no-repeat scroll -9px -3px #F3F2F2;
  position: relative;
  margin-top: -20px;
  margin-left: -16px;
  margin-right: -15px;
}

#welcome_section #top_shadow{
  position: absolute;
  width: 100%;
  background:url("../images/top_shadow.png") repeat-x scroll bottom;
  height: 8px;
}

#welcome_section #text_area{
  position: absolute;
  top: 8px;
  right: 30px;
  width: 500px;
  font-size: 12px;
}

#welcome_section #text_area h2{
  margin-bottom: 10px;
  font-size: 18px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 200;
}

#welcome_section #text_area h2 span{
  color: #0088CF;
}

#welcome_section #text_area p{
  margin-bottom: 12px;
}
