div.heading
{
  color: #000;
  padding: 5px;
  width: 650px;
  background-repeat: no-repeat;
}

div.services_container
{
  width: 660px;
  height: 420px;
  padding: 0;
  position: relative;
  margin: 10px 0 0 0;
}

div.service
{
  width: 320px;
  height: 200px;
  position: absolute;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #eee;
}

/* Needed on IE7 to prevent background image shearing */
div.background_box
{
  padding: 0 20px;
  height: 100%;
}

div.service h2
{
  padding-top: 15px;
}


div.left_service
{
  left: 0;
}

div.right_service
{
  right: 0;
}

div.top_service
{
  top: 0;
}

div.bottom_service
{
  bottom: 0;
}

div.click
{
  font-weight: bold;
  float: left;
  position: absolute;
  bottom: 20px;
  color: #06c;
}

div.service:hover div.click
{
  text-decoration: underline;
  font-weight: bold;
  float: left;
  position: absolute;
  bottom: 20px;
  color: #c60;
}

/* div.service_details
{
   margin-top:20px;
}

div.service_details p
{
   margin-top:20px;
}
*/

div.sidebar h3.title
{
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 0 10px 0px 10px;
}

div.sidebar div.box h3.bottom
{
  display: block;
  position: absolute;
  bottom: 7px;
  width: 170px;
}

div.sidebar div.box h3 a
{
  display: block;
  text-align: center;
  width: 170px;
  padding-top: 110px;
}

div.sidebar div.box h3 a:link,
div.sidebar div.box h3 a:visited
{
  color: #000;
}

div.sidebar div.box h3 a:hover
{
  color: #c60;
}

