.subnav2 {
 /*   background-color: #f5fbff;
    background-image: -moz-linear-gradient(center top , #f5fbff 0%, #f5fbff 100%);
    background-repeat: repeat-x;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px; */
  background-color: #f5fbff; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5fbff 0%, #f5fbff 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5fbff 0%,#f5fbff 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5fbff 0%,#f5fbff 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5fbff 0%,#f5fbff 100%); /* Opera 11.10+ */
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );  IE6-9 */
  background-image: linear-gradient(top, #f5fbff 0%,#f5fbff 100%); /* W3C */
  border: 1px solid #DDF0FC;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;	
    height: 36px;
    width: 100%;
}
.subnav2 .nav > li > a {
    border-radius: 0 0 0 0;
    margin: 0;
    padding-bottom: 11px;
    padding-top: 11px;
}
.subnav2 .nav > li > a:hover {/* added to put color for hover back sachin request 3/30/2012 1:30pm */
/*    background-color: #E9E9E9;
    border-left: 0 none;
    border-right-color: #DDDDDD;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset; 
    color: #005580;
    padding-left: 13px; */
    background-color: #F5FBFF;
    text-decoration: underline;
}
.subnav2 .nav > li > img  {
	border:0px none;
    margin: 0;
	position:relative;
	left:20px;
	top:12px;
	}
.subnav2 .nav > .active > a, .subnav .nav > .active > a:hover { /* sets the subnav for the page you are on to be indented */
/*    background-color: #E9E9E9;
    border-left: 0 none;
    border-right-color: #DDDDDD;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset; 
    color: #777777;
    padding-left: 13px; */
}	

.intro {
    margin-top: 10px;
    font-size: 16px;
    color: #444;
}

.text-image-overlay {
    background-color: #444;
    color: white;
    font-size: 11px;
    height: 16px;
    margin: 0;
    padding: 5px 12px;
}

.product-section-features {
    padding-top: 30px;
}

p.summary {
    margin: 10px 0;
}

div.accordion-toggle {
    background-color: #FBFBFB;
    border-top: 1px dashed #CCC;
    cursor: pointer;
    padding: 8px 0 9px 0px;
}

a.accordion-toggle {
    font-size: 15px;
    padding-left: 9px;
}

.feature-description {
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
//	background-image: url("/home/s/Documents/ADS/AquaXProjectSVN/docs/root-11.0/images/ac/glyphicons_191_circle_minus.png");

}

.drop-shadow {
    background-color: white;
    moz-box-shadow: 0 1px 8px 2px #c8c8c3;
    -webkit-box-shadow: 0 1px 8px 2px EE8E8E3;
    box-shadow: 0 1px 8px 2px #E8E8E3;
    border: solid 1px Ee6e6e6;
}

.feature-group {
}

.footer-to-top {
//    margin: 30px 0 110px;
    margin-top: 30px;
}
a.footer-to-top {
    padding: 0 0 0 7px;
    float: right;
    margin-top: 0px;
}

.uparrow { /* no underline for uparrow */
    float:left;
    text-decoration:none;
    margin-right:5px;
}

.footer-to-top .line {
    border-top: 1px solid #E6E6E6;
    float: left;
    height: 1px;
    margin-top: 9px;
    width: 90%;
}

.carousel-caption p {
  margin: -5px 0 -2px 0;
  font-size: 11px;
}

.plus-image {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/ac/glyphicons_190_circle_plus.png');
	margin-left: 9px;
}

.minus-image {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/ac/glyphicons_191_circle_minus.png');
	margin-left: 9px;
}

img.feature {
	display: inline;
	padding-top: 2px;
	margin-left: -4px;
	border:0px none;
	padding-right: 10px;
	margin-bottom: -5px;
}

.span5.feature {
	margin-left: -25px;
	color: #666;
	padding-bottom: 10px;
}

a.feature-title {
	display: block;
	padding-left: -25px;
}