@charset "utf-8";
/* CSS Document */

/* BODY OUR SOLUTION*/
#bodySolution{
  float:left;
  width:762px; 
  position:relative; 
  margin:0 auto; 
  padding:0;
}
#bodySolution p{
  text-align:justify; 
  margin:0px; 
  padding:0 42px 20px 0px; 
  color:#3c6f75; 
}


/* PRODUCT PANEL*/
#productPanel{
  float:left; 
  width:762px; 
  height:273px; 
  position:relative; 
  margin:0px auto; 
  padding:0px;
}

#productPanel h2{
  color: #fff; 
  display:block; 
  width:90px; 
  height:47px; 
  margin:25px 0 0 100px;
  padding-top:2px;
  font:25px/26px Arial, Helvetica, sans-serif; 
  letter-spacing: -2px;
  font-weight:bold; 
  text-transform: uppercase; 
  position: absolute; 
  top:0px; 
  left:0px; 
  z-index:1;
}
#productPanel span{
  display:block;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0px;
}
#productPanel p{
  text-align: left; 
  width:180px; 
  display:block; 
  font-size: 12px;
  line-height: 18px;
  font-weight:bold;
  position: absolute; 
  top:0px; 
  left:0px; 
  z-index:1; 
  padding:0; 
  margin: 95px 50px 0 30px;
}

#productPanel #productPanelfirst{
  width:246px; 
  height:263px; 
  position:absolute; 
  top:0; 
  left:0; 
  margin:10px 0 0; 
  padding:0px; 
  background:url(../images/product-macs-button.png) no-repeat 0 0 #fff; 
  color:#fff;
}
#productPanel #productPanelfirst a{
  width:246px; 
  height:263px; 
  display:block; 
  text-decoration:none; 
}
#productPanel #productPanelfirst a:hover{
  width:246px; 
  height:263px; 
  background:url(../images/product-macs-button-hover.png) no-repeat 0 0 #fff; 
  color:#fff; 
  text-decoration:none;
}

#productPanel #productPanelsecond{
  width:246px; 
  height:263px; 
  position:absolute; 
  top:0; 
  left:258px; 
  margin:10px 0 0; 
  padding:0px; 
  background:url(../images/product-macs-online-button.png) no-repeat 0 0 #fff; 
  color:#fff;
}
#productPanel #productPanelsecond a{
  width:246px; 
  height:263px; 
  display:block; 
  text-decoration:none;
}
#productPanel #productPanelsecond a:hover{
  width:246px; 
  height:263px; 
  background:url(../images/product-macs-online-button-hover.png) no-repeat 0 0 #fff; 
  color:#fff; 
  text-decoration:none;
}

#productPanel #productPanelthird{
  width:246px; 
  height:263px; 
  position:absolute; 
  top:0; 
  right:0; 
  margin:10px 0 0; 
  padding:0px; 
  background:url(../images/product-ipad-button.png) no-repeat 0 0 #fff; 
  color:#fff;
}
#productPanel #productPanelthird a{
  width:246px; 
  height:263px; 
  display:block;
  text-decoration:none; 
}
#productPanel #productPanelthird a:hover{
  width:246px; 
  height:263px; 
  background:url(../images/product-ipad-button-hover.png) no-repeat 0 0 #fff; 
  color:#fff; 
  text-decoration:none;
}

