.homepage-heading{
    color:#6eb06e;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size:80px;
    line-height: 80px;
    font-family: "DroidSansRegular";

}
.sub-heading1{
    text-transform: uppercase;
    color:#3366cc;
    font-size: 25px;
}
.sub-heading2{
    text-transform: uppercase;
    color:#888;
    font-size: 25px;
}
.testimonial-list{
    padding:0;
}
.testimonial-list li{

    list-style: none;
    margin-bottom: 15px;
    background: url(../images/li.png) no-repeat 0 5px;
    padding-left:30px;
}
.blue{
    color:#3366CC;
}
.subheader{
    font-size:18px;
    text-transform: uppercase;
}
.grey{
    color:#999999;
}
.bottomgreen{
    color:#79bd00;
}
.notop{
    margin-top:0;
}



.btn{
    display: inline-block;
    *display: inline;
    padding: 7px 15px 7px 15px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}
.btn:visited{
    color: #333333;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled]{
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}




.btn:active,
.btn.active{
    background-color: #cccccc \9;
}

.btn:first-child  {
    *margin-left: 0;
}

.btn:hover{
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    /* Buttons in IE7 don't get borders, so darken on hover */

    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus{
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled]{
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}




.btn {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}


.btn-img{
    vertical-align: middle;
    margin-left: 5px;
}


.zoom {
    display:inline-block;
    position:relative;
}
.zoom img {
    display: block;
}
.zoomIcon { 
    width:47px; 
    height:33px; 
    position:absolute; 
    top:0;
    left:0;
    background:url(../images/zoom.png);
}

.zoom-img{
    float:left;
}