ul.check {list-style: none;}
.breadcrumbs {font-size:10px; font-weight:bold;}
#bodyContent .itemContainer .regPrice, #bodyContent .itemContainer .salePrice, #bodyContent .itemContainer .priceBold {display:none;}

#content {
	font-size: 14px;
	line-height: 150%;
	color: #666 !important;
	}
.infoText #content {
font-family: arial;
	font-size: 14px;
	line-height: 150%;
	color: #666 !important;
	}
.pageText h1, #content h1 {
	margin: 15px 0;
	font-size: 36px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.15);
	color: #999;
font-family: arial !important;
font-weight: normal;
	}
#content h2 {
	margin: 30px 0 !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	color: #999 !important;
	text-align: center !important;
font-family: arial !important;
font-weight: normal;
	}
#content h3, .contentsOptions h3 {
	color: #999 !important;
	margin: 15px 0 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
font-family: arial !important;
font-weight: normal;
	}
.contentsOptions h3 a {
    -moz-transition: all 0.2s ease 0s;
    border-radius: 5px 5px 5px 5px;
    color: #90A7BC;
    display: inline-block;
    padding: 3px 6px;
    text-decoration: none;
    font-size: 10px;
}

#content ul.bullets {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 15px 0;
	padding: 0;
	padding-left: 15px;
	}
#content ul.check li {
	background: url(/lib/yhst-12140524755987/check.png) 5px 5px no-repeat white;
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
	}
#content ol.bullets {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 15px 0;
	padding: 0;
	padding-left: 15px;
	}
div#content p {
	margin: 15px 0;
	font-size: 15px !important;
	line-height: 150%;
	color: #666;
font: arial 14px #666666 !important;
	}
#content form p { /* labels */
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #666;
	margin: 15px 0;
	}
#content input[type="text"],
#content textarea {
	border: 0 none;
	background-color: #eee;
	padding: 5px;
	margin: 15px 0;
	font-size: 14px;
	}

#content img.left {
	float: left;
	margin: 0 20px 20px 0;
	}
#content img.right {
	float: left;
	margin: 0 20px 0 20px;
	}
#content img.tilt-left {
     -moz-transform: rotate(-3deg);  /* FF3.5+ */
       -o-transform: rotate(-3deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-3deg);  /* Saf3.1+, Chrome */
      -ms-transform: rotate(-3deg);  /* IE9 */
          transform: rotate(-3deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', /* IE6&#65533;IE9 */ 
                     M11=0.9986295347545738, M12=0.05233595624294383, M21=-0.05233595624294383, M22=0.9986295347545738);
               zoom: 1;
	}
#content img.tilt-right {
     -moz-transform: rotate(3deg);  /* FF3.5+ */
       -o-transform: rotate(3deg);  /* Opera 10.5 */
  -webkit-transform: rotate(3deg);  /* Saf3.1+, Chrome */
      -ms-transform: rotate(3deg);  /* IE9 */
          transform: rotate(3deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', /* IE6&#65533;IE9 */ 
                     M11=0.9986295347545738, M12=-0.05233595624294383, M21=0.05233595624294383, M22=0.9986295347545738);
               zoom: 1;
	}
#content img.move-left {
	position: relative;
	left: -20px;
	}
#content img.move-right {
	position: relative;
	right: -20px;
	}
#content img.frame {
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,.10);
	}

#content img.shadow {
     -moz-box-shadow: 2px 2px 4px #999; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 4px #999; /* Saf3.0+, Chrome */
          box-shadow: 2px 2px 4px #999; /* Opera 10.5, IE9 */
	}

/* testimonials */

#content p.quote {
	font-size: 14px;
	margin: 20px 0 10px 0;
	width: 90%;
	}
#content p.name {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 13px;
	color: #666;
	margin: 5px 0 0 0;
	padding: 0;
	xborder-bottom: 1px solid #eee;
	}
#content p.date {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	margin: 0 0 30px 0;
	padding: 0 3px 0 0;
	xborder-bottom: 1px solid #eee;
	}



/* photo gallery */

div.photo_gallery {
	text-align: center;
	}
div.photo_gallery a {
	border: 1px solid #eee;
	width: 180px;
	height: 180px;
	padding: 6px;
	margin: 6px;
	display: inline-block;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;

	}
div.photo_gallery a:hover {
	background-color: #90A7BC;
	background-color: #fff;
	}
div.photo_gallery img {
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0;
	}

br.clear {
	float: none;
	height: 0px;
	clear: both;
	}

/* tabs */



div.tabs, .captionText div.tabs {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 10px 20px 0 20px;
	background-color: #eee;
	font-size: 18px;
font-family: arial;
	}
div.tabs a, .captionText div.tabs a {
	text-decoration: none;
	color: #999;
	display: inline-block;
	padding: 5px 10px;
	margin-left: 1px;
	}
div.tabs a:hover, .captionText div.tabs a:hover {
	color: #000;
	}
div.tabs a.active {
	color: #000;
	background-color: #fff;
	}
div.tabs a.active:hover {
	color: #000;
	}
               
                
/* content intro */

#content p.content_intro {
	margin: 0;
	padding: 20px;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	letter-spacing: -.25px;
	background-color: #eee;
	}
#content p.content_intro a {
	color: #000;
	}

#ark-topnav a, .submit-button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#ark-bottomnav a {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
div.tabs a {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#content p.content_intro {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
p.submit-container {
  float: right;
}
.submit-button, form.wpcf7-form input[type="submit"] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #90A7BC;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  padding: 16px;
  border: none 0px;
}
.submit-button:hover, form.wpcf7-form input[type="submit"]:hover {
  cursor: pointer;
}
/*
	tried to animated background gradient; didn't work
	background: -moz-linear-gradient(top, #9BC3DD 0%, #587B9B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9BC3DD), color-stop(100%,#587B9B));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9BC3DD', endColorstr='#587B9B',GradientType=0 );
*/
div#content  ul li {
/*  margin: 20px; */
}
div#content  ul.questions li {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
div#content  ul.questions li a {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #90a7bc;
  text-decoration: none;
  padding: 3px 6px;
}
div#content  ul.questions li a:hover {
  background: #90a7bc;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div#content  p.toplink {
  margin: 10px 0 20px 0;
  text-align: right;
}
div#content p.toplink a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #90a7bc;
  display: inline-block;
  padding: 3px 6px;
  text-decoration: none;
}
div#content p.toplink a:hover {
  background: #90a7bc;
  color: white;
}
/* link colors */
#content .content a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #90a7bc;
  display: inline-block;
  padding: 3px 6px;
  text-decoration: none;
}
#content .content a:hover {
  background: #90a7bc;
  color: white;
}
/*
#content .content a.nohover:hover {
	background: white;
	color: @blue;
	}
/*
#content .tabs a {
	color: #999;
	}
#content .tabs a:hover {
	background: @blue;
	color: black;
	}
*/
#content .content a.pdf {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #90a7bc;
  display: inline-block;
  padding: 3px 6px 3px 26px;
  text-decoration: none;
  background: url(/lib/yhst-12140524755987/icon-pdf-16x16.png) 5px 5px no-repeat transparent;
}
#content .content a.pdf:hover {
  background: url(/lib/yhst-12140524755987/icon-pdf-16x16.png) 5px 5px no-repeat #90a7bc;
  color: white;
}
#ark-phone {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
  padding: 10px;
  background-color: #DEEBF4;
}
p.compare {
  text-align: center;
}
p.compare a {
  color: #90a7bc;
  text-decoration: none;
  display: inline-block;
  padding: 3px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
p.compare a:hover {
  color: white;
  background-color: #90a7bc;
}
#content table.comparison td {
  padding: 10px;
  color: #333;
  font-family: helvetica;
  text-align: left;
}
#content table.comparison td.data {
  border-bottom: 1px solid #ccc;
}
#content table.comparison td.topheader {
  font-size: 20px;
  color: #90a7bc;
}
#content table.comparison td.subhead {
  background-color: #ccc;
  color: white;
}
#content table.comparison td.label {
  width: 100px;
  color: #999;
}

/* turn off semi-frameless by default */

#ark-topnav .semiframeless,
#ark-bottomnav .semiframeless {display: none;}

/* turn on semi-frameless if needed*/

#ark-topnav .frameless,
#ark-bottomnav .frameless
	{
	display: none;
	}

#ark-topnav .semiframeless,
#ark-bottomnav .semiframeless {
	display: inline-block;
	}

