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

.home-text{
	font-family:'ralewaylight';
	font-size:11px;
	color:#7c7c7c;
	line-height:20px;
	text-decoration:none;
	}
.center-bg{
	background-image:url(../images/centerbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
.home-heading1{
	font-family:'ralewaylight';
	font-size:20px;
	color:#7c7c7c;
	text-decoration:none;
	}
.border-line{
	border-top:#ededed solid 1px;
	height:10px;
	}
.ab-heading1{
	font-family:'ralewaylight';
	font-size:14px;
	color:#b94a48;
	text-decoration:none;
	}
.ab-heading2{
	font-family:'ralewaylight';
	font-size:16px;
	color:#36798e;
	font-weight:bold;
	text-decoration:none;
	}
.ab-heading3{
	font-family:'ralewaylight';
	font-size:14px;
	color:#5b5b5b;
	font-weight:bold;
	text-decoration:none;
	}
	
.ab-left-menu{
	font-family:'ralewaylight';
	font-size:12px;
	color:#5c5c5c;
	text-decoration:none;
	}
.ab-left-menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
.ab-left-menu ul li{
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	display:block;
	}
.ab-left-menu ul li a{
	font-family:'ralewaylight';
	font-size:12px;
	color:#5c5c5c;
	background-image:url(../images/arrow2.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	display:block;
	text-decoration:none;
	}
.ab-left-menu ul li a:hvoer{
	font-family:'ralewaylight';
	font-size:12px;
	color:#5c5c5c;
	text-decoration:none;
	}
<!-- add -->
.gallery-border{
	padding:5px;
	}
.textbox-fild { 
    background: white; 
    border: 1px solid #DDD; 
    border-radius: 5px; 
    box-shadow: 0 0 5px #DDD inset; 
    color: #666; 
    outline: none;
	height:25px;
   } 
.btn-text {
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
  background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
  background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
  background-image: -o-linear-gradient(top, #d93434, #b82b2b);
  background-image: linear-gradient(to bottom, #d93434, #b82b2b);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn-text:hover {
  background: #fc3c3c;
  background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
  background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
  text-decoration: none;
}


