/* Global Reset */
* {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	margin-left: 36px;
}
dt {
	font-weight: bold;
}
img {
	border: none;
}
/*********************************************************************************************************** Global Access Bar */
#gab_container {
	font: 10px/18px Verdana, Geneva, sans-serif;
	color: #666;
	background: url(/img/gab_container_bg.png) repeat-x;
	height: 62px;
	width: 100%;
	position: fixed;
	z-index: 100;
}
#gab {
	height: 54px;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	background: url(/img/gab_bg.gif);
	position: relative;
}
#gab_logo {
	position: absolute;
	left: 0px;
	top: 9px;
}
#gab_menu {
	height: 25px;
	width: 450px;
	background: url(/img/gab_menu_bg.gif) no-repeat;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 174px;
	top: 18px;
}
#gab_menu li {
	list-style: none;
	position: absolute;
	bottom: 0px;
}
#gab_menu li, #gab_menu li a {
	height: 25px;
	display: block;
	text-indent: -9999px;
}
#gab_menu li a {
	overflow: hidden;
}
#life-saving-wa {
	width: 77px;
	left: 15px;
}
#life-saving-wa:hover {
	background: url(/img/gab_menu_bg.gif) -15px -25px;
}
#life-saving-wa.active {
	background: url(/img/gab_menu_bg.gif) -15px -50px;
}
#training {
	width: 40px;
	left: 100px;
}
#training:hover {
	background: url(/img/gab_menu_bg.gif) -100px -25px;
}
#training.active {
	background: url(/img/gab_menu_bg.gif) -100px -50px;
}
#safety-services {
	width: 77px;
	left: 150px;
}
#safety-services:hover {
	background: url(/img/gab_menu_bg.gif) -150px -25px;
}
#safety-services.active {
	background: url(/img/gab_menu_bg.gif) -150px -50px;
}
#community {
	width: 58px;
	left: 237px;
}
#community:hover {
	background: url(/img/gab_menu_bg.gif) -237px -25px;
}
#community.active {
	background: url(/img/gab_menu_bg.gif) -237px -50px;
}
#swim-survive {
	width: 79px;
	left: 305px;
}
#swim-survive:hover {
	background: url(/img/gab_menu_bg.gif) -305px -25px;
}
#swim-survive.active {
	background: url(/img/gab_menu_bg.gif) -305px -50px;
}
#products {
	width: 44px;
	left: 394px;
}
#products:hover {
	background: url(/img/gab_menu_bg.gif) -394px -25px;
}
#products.active {
	background: url(/img/gab_menu_bg.gif) -394px -50px;
}
#gab_cart-tracker {
	position: absolute;
	left: 642px;
	top: 18px;
	height: 18px;
	width: 138px;
	background: url(/img/i_cart.gif) no-repeat;
	text-indent: 20px;
}
#gab_cart-tracker img {
	position: absolute;
	top: 0px;
	right: 0px;
}
#global-search {
	height: 18px;
	width: 156px;
	position: absolute;
	left: 798px;
	top: 18px;
}
/*********************************************************************************************************** Content Container */
#content_container {
	padding-top: 70px;
	position: relative;
}
/***************************************************************************************************************** Column Sets */
.colset {
	width: 954px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
/*************************************************************************************************************** Column Span 1 */
.span1 {
	font: 11px/15px Verdana, Geneva, sans-serif;
	width: 270px;
	float: left;
	padding-left: 36px;
}
.span1 p, .span1 blockquote, .span1 span, .span1 ul, .span1 ol, .span1 dd, .span1 h1, .span1 h2, .span1 h3, .span1 table, .span1 label, .span1 input, .span1 select.text, .span1 textarea, .span1 img {
	margin-bottom: 15px;
}
.span1 h1 {
	font-size: 14px;
	line-height: 15px;
}
.span1 h2 {
	font-size: 12px;
	line-height: 15px;
}
.span1 h3 {
	font-size: 11px;
	line-height: 15px;
}
.span1 h4 {
	font-size: 11px;
	line-height: 15px;
}
.span1 img.inline {
	margin-bottom: 15px;
}
.span1 .hr {
	height: 15px;
	margin: 0px;
}
/*************************************************************************************************************** Column Span 2 */
.span2 {
	font: 13px/18px Verdana, Geneva, sans-serif;
	width: 576px;
	float: left;
	padding-left: 36px;
}
.span2 p, .span2 blockquote, .span2 span, .span2 ul, .span2 ol, .span2 dd, .span2 h1, .span2 h2, .span2 h3, .span2 table, .span2 label, .span2 input, .span2 select.text, .span2 textarea {
	margin-bottom: 18px;
}
.span2 h1 {
	font-size: 18px;
	line-height: 18px;
}
.span2 h2 {
	font-size: 16px;
	line-height: 18px;
}
.span2 h3 {
	font-size: 14px;
	line-height: 18px;
}
.span2 h4 {
	font-size: 13px;
	line-height: 18px;
}
.span2 img.inline {
	margin-bottom: 18px;
}
.span2 .hr {
	margin: 0px;
}
/************************************************************************************************************* Content Styling */
.center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.normal {
	font-weight: normal;
}
.strikethrough {
	text-decoration: line-through;
}
ul.no-style, ul.no-style ul {
	margin-left: 0px;
	list-style: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.hide {
	display: none;
}
.hr hr {
	display: none;
}
.link_pdf {
	background: url(/img/i_pdf.gif) no-repeat left center;
	padding-left: 18px;
}
ul.pdf-links {
	list-style: url(/img/i_pdf.gif);
}
.news-image {
	float: right;
	margin-bottom: 18px;
	margin-left: 36px;
	border-width: 3px;
	border-style: solid;
}
.static-image {
	float: right;
	margin-bottom: 18px;
	margin-left: 36px;
}
.product-thumb {
	float: left;
	border-width: 1px;
	border-style: solid;
	margin-right: 9px;
}
.lightview-content {
	padding-right: 36px;
	padding-top: 27px;
	padding-bottom: 18px;
}
/* Fix for lightview.css removal of list discs */
.lightview-content ul li {
	list-style: disc;
}
.checkout-details {
	margin-bottom: 18px;
	background: #DAF3FD;
	padding: 35px 35px 17px;
	border: 1px dotted #999;	
}
.checkout-details ul {
	list-style: none;
	margin-left: 0px;
}
/********************************************************************************************************************** Tables */
table.layout, table.layout td {
	padding: 0px;
	margin: 0px;
	border-style: none;
}
table.layout th {
	border-style: none;
	background: none;
}
.span2 table input, .span1 table input {
	margin: 0px;
}
td.num {
	text-align: right;
}
td.sml {
	width: 1px;
}
.align-top {
	vertical-align: top;
}
/*********************************************************************************************************************** Forms */
div.form {
	clear: both;
}
fieldset {
	border: none;
}
label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 9px;
}
input.text {
	border-top: 1px solid #939598;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #CCC;
	padding: 0px;
}
select.text {
	border-top: 1px solid #939598;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #CCC;
	padding: 0px;
	display: block; /* Corrects layout in Chrome due to default set as display: inline-block */
}
input.global-search {
	width: 125px;
	height: 16px;
}
textarea {
	border-top: 1px solid #939598;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #CCC;
	padding: 0px;
}
/**************************************************************************************************************** Form Buttons */
.btn {
	font-size: 0px; /*IE7 Text Indent Bug Fix*/
	line-height: 0px; /* IE7 Text Indent Bug Fix*/
	background: no-repeat;
	display: block;
	margin: 0px;
	border-style: none;
	text-indent: -9999px;
}
.go {
	background: url(/img/btn_go.gif);
	height: 18px;
	width: 23px;
	position: absolute;
	top: 0px;
	right: 0px;
}
/********************************************************************************************************************** Footer */
#footer {
	font: oblique 11px/15px Verdana, Geneva, sans-serif;
	position: relative;
	width: 954px;
	padding-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin-bottom: 15px;
}
#btn_back-to-top {
	height: 24px;
	width: 21px;
	display: block;
	text-indent: -9999px;
	position: fixed;
	right: 0px;
	bottom: 108px;
	overflow: hidden;
}
#credit {
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden; /* IE7 Horizontal Scrollbar Bug Fix */
}
