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

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
.text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	}
.text a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	}
.ab-headingbox{
	font-family:Tahoma;
	font-size:12px;
	color:#565a5c;
	line-height:28px;
	text-decoration:none;
	padding-left:8px;
	border:#cacaca solid 1px;
	background-color:#f2f2f2;
	}
.photogallery-border{
	border:#cacaca solid 1px;
	background-color:#f2f2f2;
	padding:5px;
	margin-bottom:15px;
	}
.netlinker{
	font-family:Tahoma;
	font-size:11px;
	color:#9b9b9b;
	text-decoration:none;
	}
.netlinker a{
	font-family:Tahoma;
	font-size:11px;
	color:#9b9b9b;
	text-decoration:none;
	}
.netlinker a:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
.bttom-text{
	font-family:Tahoma;
	font-size:14px;
	color:#9b9b9b;
	background-repeat:no-repeat;
	text-decoration:none;
	}
.bttom-text a{
	font-family:Tahoma;
	font-size:14px;
	color:#9b9b9b;
	padding-left:10px;
	padding-right:10px;
	line-height:24px;
	background-repeat:no-repeat;
	text-decoration:none;
	}
.bttom-text a:hover{
	font-family:Tahoma;
	font-size:14px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	text-decoration:none;
	}
.bottom-line{
	border-top:#464646 solid 1px;
	font-family:Tahoma;
	font-size:11px;
	color:#9b9b9b;
	text-decoration:none;
	}
.group{
	margin-left:25px;
	}

#contact-us .singletxt { display: block;padding: 6px 11px; color: #999; 
  font-size: 20px; 
  font-family: "Helvetica Neue", Arial, sans-serif; 
  border-style: solid; 
  border-width: 1px; 
  border-color: #dedede; 
}
#contact-us .singletxt, #contact-us .blocktxt {
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
}
#contact-us .singletxt:focus, #contact-us .blocktxt:focus {
  color: #565656;
  border-color: rgba(41, 92, 161, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  outline: 0 none; 
}
.btn-red{
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
.btn-red a{
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #d11720);
  background-image: -moz-linear-gradient(top, #d93434, #d11720);
  background-image: -ms-linear-gradient(top, #d93434, #d11720);
  background-image: -o-linear-gradient(top, #d93434, #d11720);
  background-image: linear-gradient(to bottom, #d93434, #d11720);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  font-weight:bold;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 23px 10px 20px;
  text-decoration: none;
}

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