.product-body{
     background: rgb(229,230,150); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,230,150,1) 0%, rgba(183,195,149,1) 74%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,230,150,1)), color-stop(74%,rgba(183,195,149,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,230,150,1) 0%,rgba(183,195,149,1) 74%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,230,150,1) 0%,rgba(183,195,149,1) 74%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,230,150,1) 0%,rgba(183,195,149,1) 74%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,230,150,1) 0%,rgba(183,195,149,1) 74%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#b7c395',GradientType=0 ); /* IE6-9 */


}
.product-body-content{
    margin: 40px 0 40px 0;
}
.product-body-content h2{
    color: #000;
    font-family: obcecada-serif-ffp;
    font-size: 45px;
    font-weight: bolder;
    letter-spacing: 2px;
    text-align: center;
}
hr.Our-Products-area{
    border: 2px solid #666666;
    width: 200px;
}
.product-list-area{
    padding: 40px 0;
}
.product-list-area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-list-area ul li{
    float: left;
    padding: 0 6px 30px 6px;
}
.product-list{
    background: rgba(153, 155, 160, 0.32);
    padding: 2px 0px 80px 36px;
    width: 320px;
/*    height: 425px;*/
}
.product-list h2{
    font-family: oswald;
    font-size: 16px;
    color: #41637e;
    font-weight: bolder;
    letter-spacing: 2px;
    padding: 0 30px 0 0;
    height: 36px;
}
.product-list-pic img{
width: 250px;
height: 250px;
border: 4px solid #f1f1f1;
box-shadow: 0 0px 34px 2px #f1f1f1;
}
a.book-now {
border: 1px solid #898989;
padding: 10px 25px 10px 25px;
margin: 14px 0 0 0;
float: left;
font-size: 16px;
text-decoration: none;
color: #fff;
 font-family: oswald;
 background: #666666;
 /*box-shadow: 0 0 18px 0 #30318b;*/
 cursor: pointer;
}
a.View-details {
border: 1px solid #898989;
padding: 10px 20px 10px 20px;
margin: 14px 0 0 36px;
float: left;
font-size: 16px;
text-decoration: none;
color: #fff;
 font-family: oswald;
 background: #666666;
 /*box-shadow: 0 0 18px 0 #30318b;*/
cursor: pointer;
}
a.View-details:hover, a.book-now:hover{
   background: #034987;
   color: #fff;
}

