#TestimonialsBox{height:260px!important}
#TestimonialsBox li{line-height:1!important}

 .indexTab  {color:#000!important;font-size:12px; }
 
 .triangle-border {
position: relative;
padding: 15px;
margin: 4px 0 6px;
border: 1px solid #ccc;
color: #333;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.triangle-border.top:before {
top: -7px;
bottom: auto;
left: 46px;
right: auto;
border-width: 0 7px 7px;
}

.triangle-border:before {
content: "";
position: absolute;
bottom: -17px;
left: 40px;
border-width: 17px 17px 0;
border-style: solid;
border-color: #ccc transparent;
display: block;
width: 0;
}

.triangle-border.top:after {
top: -6px;
bottom: auto;
left: 47px;
right:auto; 
border-width: 0 6px 6px;
}

.triangle-border:after {
content: "";
position: absolute;
bottom: -6px;
left: 47px;
border-width: 6px 6px 0;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
}
#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a {
  position: relative;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#95c1db));
  background-image: -webkit-linear-gradient(top, #fff, #95c1db);
  background-image: -moz-linear-gradient(top, #fff, #95c1db);
  background-image: -ms-linear-gradient(top, #fff, #95c1db);
  background-image: -o-linear-gradient(top, #fff, #95c1db);
  background-image: linear-gradient(to bottom, #fff, #95c1db);  
  padding: 8px 25px;
  float: left;
  text-decoration: none;
  color: #262d39!important;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background: #f3f7fc;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#95c1db));
  background-image: -webkit-linear-gradient(top, #fff, #95c1db);
  background-image: -moz-linear-gradient(top, #fff, #95c1db);
  background-image: -ms-linear-gradient(top, #fff, #95c1db);
  background-image: -o-linear-gradient(top, #fff, #95c1db);
  background-image: linear-gradient(to bottom, #fff, #95c1db);  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}

#tabs #current a {
  background: #f3f7fc;
  z-index: 3;
}

#tabs #current a::after {
  background: #f3f7fc;
  z-index: 3;
}
#content {
    background: #f8f8f8; 
    padding: 10px 20px 10px 0px;
    min-height: 210px;
    position: relative;margin-right:5px;
    z-index: 2;	
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);background: linear-gradient(to bottom, #f3f7fc, #a6d5f0) repeat scroll 0% 0% #a6d5f0;
}
 #content a{ color: #262d39!important;}
  #content li{ line-height:1.6!important;}

.contactTrBorder{border-bottom:1px solid #ddd}
h1.h1{margin:5px auto 5px!important; color:#02528a!important;font-size:12px;font-weight:normal;text-align:right}
h1.h1 a{color:#02528a!important}
h1.h1 a:visited{color:#02528a!important}
a {  }
.indexBox a{text-decoration: none; }
a img{ text-decoration: none; border:none}
.foot{font-size:11px;margin:20px 30px 10px;text-align:center;color:#333}
.foot a{ }
.guaranteeRight{float:left}

 .guarantee
{
	clear: both;
	position: relative;
	float: right;
	margin: 8px 0 25px 10px;
	padding-bottom: 10px;
	background: url(images/guaranteeGradient2.png) bottom repeat-x #FDF5E8;
	border: 3px solid #e08a1b;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 5px #bbb;
	-moz-box-shadow: 2px 2px 5px #bbb;
	-webkit-box-shadow: 2px 2px 5px #bbb;
	
}
.darkGrey{color:#922828;font-weight:bold}
 .guarantee p
{
	color: #626664;
	font-style: italic;
	font-size: 18px; 
	margin: 0 0 10px 0;
	padding: 0 10px;
	background-color: transparent;
}

 .guarantee h3
{
	text-shadow: 1px 1px 2px #9F6913;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background-color: inherit;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;
	background: #e08a1b;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

 .content
{
	clear: both;
	position: relative;
	float: left;
	margin: 0 0 25px 0;
	padding: 0;
	width: 100%;
}
