@charset "utf-8";
/* CSS Document for AquaLibrium.ca 
	by George Merlocco of protogenLabs */
	
/* Eric Meyer's CSS Reset Reloaded to unify CSS rules across different browsers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #D1E3FE;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end of Reset Reloaded */

html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Tahoma, Arial, "Segoe UI", Helvetica, "Trebuchet MS";
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 2.2em;
	background: url(h1_long_bg.png) no-repeat bottom right;
	color: #d5e5ff;
	padding: 13px 15px 37px;
}
h2 {
	font-size: 2em;
}
h2.nottop {
	background-position: -25px 0px;
	padding: 35px 15px 43px;
}
h2.topspace {
	margin-top: 60px;
}
.searchhead {
	width: 100%;
	background: url(h1_long_bg.png) no-repeat center right;
	background-position: -285px -22px;
}
h3 {
	font-size: 1.8em;
}
h3.entry-title {
	background: none;
	margin: 0;
	padding: 11px;
	font-size: 1.5em;
}
h3.entry-title a {
	text-decoration: none;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	margin: 0px 0px 10px 13px;
	font-weight: bold;
	font-size: 1.4em;
}
a:link, a:visited {
	color: #5288b2;
	border-bottom: 1px dashed #96BBE3;
	text-decoration: none;
}
a:hover {
	color: #295b82;
	border-bottom: 1px solid #6795c6;
}
a:active {
	color: #333;
	border-bottom: 1px solid #007;
}
ol {
	margin-left: 40px;
	list-style-type: decimal;
}
ol li {
	margin: 4px 0px;
}
.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.7em !important;
}
.smalltext {
color:#5288B2;
font-size:0.6em;
letter-spacing: normal;
}
.big {
font-size: 1.3em;
line-height: 1.3em !important;
}
.bigger {
font-size: 1.5em;
}
.midtitle {
	background:transparent url(h1_long_bg.png) no-repeat bottom right;
	padding:35px 15px 37px;
}
p.entry-summary {
line-height:1.5em !important;
padding:0px 25px 13px !important;
font-size: 0.8em;
}	
.searchcount {
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -1px;
	padding-right: 4px;
}
.noresults {
	margin: 0px 13px;
}
.spacefix {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.lefttext {
	text-align: left !important;
}
.right {
	float: right;
	margin-left: 15px;
}
.righttext {
	text-align: right !important;
}
.center {
	text-align: center;
}
.nopadding {
	padding: 0 !important;
}
.contcellright {
	float:right;
	margin-right:250px;
	text-align:left;
}
#googlemap {
	border:2px solid #077CA7;
	padding:5px;
}
.boxheader, .boxbody {
	z-index: 120;
	font-size: 0.7em;
	font-weight: bold;
	border: 1px solid #D2E3FF;
	background: #356A94;
	color: #f3f3f3;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	padding: 5px 10px;
}
.boxbody {
	display: none;
}
#wrapper, #wrapperhome {
	background: url(fullbody_bg.gif) repeat-y #D7E5FF center;
	position: relative;
	min-height: 100%;
	color: #006;
}
* html #wrapper {
	height: 100%;
}
#wrapperhome {
	background: url(fullbody_bg.gif) repeat-y #D1E3FE center;
/*	background-position: -115px 0px; */
}
.container {
	width: 970px;
	margin: 0 auto;
}
#searchpadding, .containerpad {
	margin: 0px 12px;
}
#header {
	background: url(header_bg.gif) repeat-x #d5e5ff;
	height: 235px;
}
#header .container {
	height: 235px;
	background: url(aql_logo.jpg) no-repeat -217px 0px;
}
#header #logofix {
	float: left;
	background: url(aql_logo.jpg) no-repeat 0px 0px;
	height: 230px;
	width: 217px;
	margin-left: -217px;
}
#header #logoimg img {
	height: 162px;
	width: 470px;
}
#header a, #header a:visited, #header a:hover, #header a:active {
	border: 0;
}
#search {
	background: url(search_box_bg.gif) no-repeat;
	width: 294px;
	height: 70px;
	float: right;
	margin: 28px 22px 0px 0px;
	font-size: 1.1em;
	color: #43769E;
}
#search p.searchtext {
	padding: 8px 0px 9px 57px;
	font-size: 1.3em;
}
#search p {
	padding-left: 52px;
}
#searchinput {
	border: 1px solid #43769E; 
	padding: 3px 5px; 
	font-family: Tahoma, 'Trebuchet MS', Arial, 'Segoe UI', Helvetica; 
	font-size: 0.8em; 
	font-weight: bold;
	color: #007;
}
#mission {
	float: right;
	clear: right;
	width: 300px;
	text-align: right;
	padding: 14px 30px 14px 0px;
	font-style:italic;
	color: #5082a8;
	line-height: 1.2em;
}
#navbar {
	float: right;
	clear: right;
	padding-right: 22px;
	color: #D2E3FF;
	width: 900px;
}
#navbar ul li {
	float: right;
	padding: 21px 0px;
}
#navbar ul li a {
	color: #D2E3FF;
	text-decoration: none;
	padding: 19px 15px 21px;
	font-size: 1.3em;
}
#navbar ul li a:hover {
	background: url(nav_hover.png) no-repeat;
	color: #f3f3f3;
}
#navbar ul li a:active, #navbar ul li.selected a {
	background: url(nav_on.png) no-repeat;
	color: #fff;
}
#mainbody {
	padding-bottom: 200px;
	font-size: 0.9em;
	line-height: 1.45em;
	color: #3D5673;
	color: #507196;
}
table#homepics {
	width: 975px;
	margin-top: 10px;
}
table#homepics tr td {
	text-align: center;
	width: 33%;
}
div#homesplash h3, div#homesplash h4 {
	background: none;
	color: #507196;
	padding: 10px;
	line-height: normal;
}
div#homesplash p {
	color: #507196;
	padding: 10px 20px;
}
#leftcolumn {
	float: left;
	width: 181px;
	background: url(cart_bg.gif) repeat-y;
	margin-left: -15px;
	padding: 0px 10px;
	font-size: 0.9em;
}
#leftcolumnbot {
	width: 201px;
	height: 11px;
	background: url(cart_bg_bottom.gif) no-repeat;
	margin-left: -10px;
}
#leftcolumn h3 {
	background: url(cart_icon.gif) no-repeat 1px 7px;
	color: #3D5673;
	padding: 15px 0px 5px 40px;
}
#rightcolumn {
	width: 95%;
}
#rightcolumn ul li {
	list-style-type: square;
	margin-left: 40px; 
}
#rightcolumn p {
	padding: 4px 30px 4px 13px;
	line-height: 1.7em;
}
#rightcolumn p.nextprev {
	padding: 0px 10px;
}
#rightcolumn p.nextprev span {
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
#rightcolumn p.nextprevborder {
	border-top: 2px dashed #BCD6F4;
	width: 486px;
	margin-top: 7px;
	padding-top:6px;
}
#rightcolumn p.prodtab {
	background: url(prodtab_bg.gif) no-repeat 12px 5px;
	position: relative;
	top: 1px;
	padding: 5px 35px 0px 21px;
	font-weight:bold;

}
#rightcolumn p.prodtab span {
	display: block;
	padding-bottom: 10px;
	font-size:0.8em;
	font-weight: normal;
}
.prodlisting table {
border:1px solid #96BBE3;
margin: 0px 12px;
width: 95%;
}
.searching table {
width: 100%;
}
.prodlisting table tr {
background:#E2EDFE none repeat scroll 0%;
}
.prodlisting table tr td {
border-bottom:1px solid #E5EFF8;
border-left:1px solid #E5EFF8;
color:#678197;
padding:10px 13px;
text-align:left;
font-size: 1.2em;
}
.searchnote {
	margin: 0px 12px 12px;
}
.searching table tr td {
padding: 0px;
}
.searching table tr td.searchnamelist {
padding: 17px 10px 5px;
}
.prodlisting table tr.prodrowodd {
background:#F4F9FE none repeat scroll 0%;
}
.prodlisting table .column1 {
background:#F9FCFE none repeat scroll 0%;
}
.prodlisting table thead th {
background:#BCD6F4 none repeat scroll 0% 50%;
color:#3F5A77;
font-size:1.4em;
font-weight:normal;
letter-spacing:-1px;
padding:10px 0px 6px 10px;
text-align:center;
}
.prodlisting table tr td.pdflist {
font-size:1em;
width:140px;
text-align: right;
vertical-align: middle;
}
.prodlistthumb, .prodimage img {
	border: 1px solid #96BBE3;
	padding: 2px;
	max-width: 210px;
}
.prodimage {
	text-align: center;
	margin-bottom: 15px;
}
.prodlistthumbtd {
	width: 70px;
}
.prodrow td, .prodrowodd td {
	height: 70px;
}
.prodnamelist {
cursor: pointer;
vertical-align:middle;
}
.prodnum {
	width: 30px;
	vertical-align: middle;
}
.prod_title {
	font-size: 1.6em;
	letter-spacing: -1px;
}
.prod_size {
	padding: 0px 30px 0px 13px !important;
	font-size: 1.1em;
	font-weight: bold;
}
span.prod_cat, .prodfullcat {
	display: block;
	font-size: 0.9em;
	padding-top: 2px;
}	
.prodfullcat {
	float: right;
	font-size: 1em;
}
.prod_desc {
	font-size: 1.1em;
}
.prod_price {
	font-weight: bold;
	font-size: 1.3em;
}
#prodfull {
/*	margin-right: 260px; */
}
#pdf_icon_big {
	float: right;
/*	position: absolute;
	margin-left: 505px; */
	width: 260px;
	border-left: 2px dashed #BCD6F4;
}
#pdf_icon_big h2 {
	background:transparent none repeat scroll 0%;
	color:#0F67A1;
	font-size:1.4em;
	padding:0px 0px 9px;
	text-align:center;
}
#pdf_icon_big a {
	display: block;
	float: left;
	margin: 0px 10px;
	border: none;
	width: 110px;
}
#pdf_icon_big a#getreader {
	background: url(get_adobe_reader.gif) no-repeat 0px -39px;
	display: block;
	height: 39px;
	width: 158px;
	margin: 10px 0px 0px 48px;
}
#pdf_icon_big a#getreader:hover {
	background: url(get_adobe_reader.gif) no-repeat 0px 0px;
}
#pdf_icon_big a#getreader img {
	height: 39px;
	width: 158px;
}
/* 
.pdflist a {
background:transparent url(pdf_icon_small.gif) no-repeat scroll 3px 0px;
border: none;
clear:both;
display:block;
height:25px;
line-height:1em;
padding-top:3px;
text-align:right;
}
*/
.pdflist a:hover {
font-weight: bold;
}
#rightcolumn ul.clientlogin-listing li {
	margin:0;
	list-style: none;
	border-bottom: 1px solid #96BBE3;
}
#rightcolumn ul.clientlogin-listing li a, #rightcolumn ul.clientlogin-listing li a:visited {
	text-decoration: none;
	padding:10px 12px;
	border: 0;
	display: block;
}
#rightcolumn ul.clientlogin-listing li a:hover {
	background: #BCD6F4;
}
#rightcolumn ul.clientlogin-listing li a:active {
	background: #fff;
}
#rightcolumn ul.clientlogin-listing li span.clientlogin-name {
	font-size:1.3em;
	font-weight:normal;
}
#rightcolumn ul.clientlogin-listing li span.clientlogin-description {
}
#rightcolumn ul.clientlogin-listing li span.clientlogin-size {
	font-size: 0.8em;
}
#rightcolumn ul.clientlogin-listing li span.clientlogin-modified {
	font-size: 0.8em;
	float: right;
	font-weight: bold;
	padding-top:10px;
}
span.downloadlistcat {
	display: block;
	float: left;
	padding-left: 30px;
	text-align: left;
	cursor: pointer;
}
span.downloadlistname {
float:right;
font-size: 0.9em;
	cursor: pointer;
}
span.downloadcat {
	display: block;
	font-size:1.2em;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: center;
	height: 64px;
	padding-top: 25px;
	background: url(pdf_icon_big.gif) no-repeat 14px -91px;
	color: #0F67A1;
}
#pdf_icon_big a:hover span.downloadcat {
	color: #fff;
}

span.downloadname {
	display: block;
	margin-top: 1px;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
}
#yab-shop-add-message {
	text-align: center;
	font-weight: bold;
	font-size: 1.05em;
	background: url(cart_add_bg.gif) no-repeat 11px 7px #fff17e;
	display: block;
	padding: 5px 5px 5px 25px;
	margin-top: 10px;
	border-top: 1px solid #B0C7E4;
	border-bottom: 1px solid #B0C7E4;
}
.yab-empty {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.05em;
	color: #bbb;
	margin-top: 9px;
}
.yab-item {
	margin: 10px 0px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #008;
	line-height: normal;
	font-size: 1em;
	font-weight: bold;
}
.yab-item ul {
	font-size: 0.9em;
	font-weight: normal;
}
.yab-price {
	float: right;
}
.yab-qty {
	float: left;
}
.yab-subtotal {
	display: block;
	text-align: center;
	font-size: 1.5em;
}
.yab-to-checkout {
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size:1.1em;
}
#yab-checkout-table {
}
#yab-checkout-table tr {
}
#yab-checkout-table tr th {
	width: 465px;
	border-bottom: 1px dashed #555;
	padding: 7px 5px 7px 10px;
	font-size: 1.3em;
}
#yab-checkout-table tr th.yab-checkout-change, #yab-checkout-table tr th.yab-checkout-price {
	width: auto;
	text-align: center;
}
#yab-checkout-table tr td ul {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 7px;
}
td.yab-checkout-change, td.yab-checkout-price, td.yab-checkout-sum {
	padding: 0px 10px !important;
	text-align: right;
}
#yab-checkout-table tr td {
	padding: 10px 0px 0px 10px;
	border-bottom: 1px dotted #999;
}
.yab-checkout-subtotal td, .yab-checkout-tax td, .yab-checkout-shipping td, .yab-checkout-total td {
	text-align: right !important;
	font-weight: bold;
	background: #E6EBF3;
	padding: 4px 10px 4px 0px !important;
}
.yab-checkout-tax td, .yab-checkout-total td {
	background: #f2f5fa;
}
.yab-checkout-total td.yab-checkout-sum {
	font-size: 1.2em;
	padding-left: 7px !important;
}
#yab-checkout-form {
padding-left:0.5em;
}
#yab-checkout-form p {
width:100%;
clear: left;
}
#yab-checkout-form input {
text-align:left;
width:32em;
}
#yab-checkout-form label {
display:block;
float:left;
width:120px;
}
#yab-checkout-form p.zip-city input {
float:left;
}
#yab-checkout-form p.zip-city label {
display:block;
float:left;
}
#yab-checkout-form label.city {
text-align:right;
width:3em;
}
#yab-checkout-form input#postal {
width:7em;
}
#yab-checkout-form input#city {
margin-left:0.5em;
width:18.9em;
}
#yab-checkout-form textarea {
height:8em;
padding:2px 5px;
width:32em;
}
#yab-checkout-form p.tou input {
float:left;
margin-left:9em;
width:auto;
}
#yab-checkout-form p.tou label {
padding:0pt;
width:auto;
}
#yab-checkout-form p.submit input {
margin-left:9em;
padding:2px 10px;
text-align:center;
width:auto;
}
#yab-checkout-form p.yab-shop-required label {
font-weight: bold;
}
.yab-shop-notice {
color: #900;
}
#yab-checkout-form select {
border:1px solid #497DA4;
display:block;
float:left;
outline-color:invert;
outline-style:none;
outline-width:medium;
padding:5px 2px;
}
#yab-checkout-form input, #yab-checkout-form select, #yab-checkout-form textarea {
border:1px solid #497DA4;
margin-right:1em;
outline-color:invert;
outline-style:none;
outline-width:medium;
padding:5px;
width:420px;
}
#yab-checkout-table input.qtyinput {
border:1px solid #497DA4;
padding:5px;
font-weight: bold;
margin: 10px 7px 0px 0px;
color:#3D56A4;
width: 35px;
}
#yab-checkout-form select {
width: 170px;
font-family: Tahoma, "Trebuchet MS", Arial, "Segoe UI", Helvetica;
font-size: 0.9em;
}
#yab-checkout-form input.submit {
background:#7AAFD8 none repeat scroll 0%;
border:3px double #FFFFFF;
color:#FFFFFF;
width:auto;
}
#yab-checkout-form input.submit:hover, #yab-checkout-form input.submit:focus {
background:#FFFFFF none repeat scroll 0%;
border:3px double #BCD6F4;
color:#497DA4;
}
table.careerentry {
margin: 10px;
border:1px solid #96BBE3;
width: 95%;
}
table.careerentry tr th {
background:#6e9abf none repeat scroll 0% 50%;
color:#D5E5FF;
font-size:1.3em;
padding:10px;
}
table.careerentry tr th a {
	float: right;
	color: #D5E5FF;
	font-size: 0.8em;
}
table.careerentry tr td {
	background: #BCD6F4;
	vertical-align: top;
	padding: 10px;
}
table.careerentry tr td p {
	padding: 0px 0px 12px 0px;
}
table.careerentry tr td p.applynow {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 23px;
}
table.careerentry tr td p.readmore {
	font-size: 1.3em;
	letter-spacing: -1px;
	text-align: right;
	background: #D7E5FF;
	padding: 0px 30px 2px;
	border: 1px solid #96BBE3;
}
table.careerentry tr td p.readmore span {
	display: block;
	float: left;
}
table.careerentry tr td img {
border:1px solid #96BBE3;
margin-top: 8px;
}
#rightcolumn table.careerentry ul li {
	margin-left: 5px;
	line-height: 1.8em;
}
#rightcolumn table.careerentry ul li ul li {
	list-style-type:disc;
	margin-left:20px;
}
#rightcolumn table.staff tr th {
	padding: 0 10px;
}

#footer {
	background: url(footer_bg.gif) repeat-x #d5e5ff;
	position: relative;
	height: 177px;
	margin-top: -177px;
}
#footer .container {
	background: url(footer_bg.gif) repeat-x #d5e5ff;
}
#footer .container #footlogo {
	height: 177px;
	background: url(aql_footer_logo.jpg) no-repeat 0px 5px;
	margin-left: -76px;
}
#footer #footlogoimg img {
	height: 177px;
	width: 375px;
	float: left;
	margin-right: 15px;
}
#footer .footcontainer {
	font-size: 0.7em;
	font-weight: bold;
	font-family: Arial, "Segoe UI", Helvetica, Tahoma, "Trebuchet MS";
	color: #D2E3FF;
	margin-right: 25px;
	padding-top: 73px;
}
#footer .footcontainer a, #footer .footcontainer a:visited {
	color: #a9c3ee;
	text-decoration: none;
}
#footer .footcontainer a:hover {
	color: #fff;
}
#footer .footcontainer a:active {
	color: #006;
}

/* zem_contact_reborn Styling */

#zemcont {
margin:0px 0px 10px 10px;
position:relative;
}
.zc_country {
float: right;
margin-right: 160px;
}
#zemcont label {
clear:left;
font-size:1.3em;
height:18px;
font-weight: normal;
display: block;
margin-bottom: 3px;
}
#zemcont label.zc8 {
width: 600px;
}
#zemcont input, #zemcont textarea, #zemcont select {
background:#bbd5f4;
border:1px solid #7aafd8;
color:#007;
padding:2px;
margin-bottom: 10px;
}
#zemcont input:focus, #zemcont textarea:focus {
background:#eee;
border:1px solid #7aafd8;
color:#007;
}
#zemcont option {
border:0pt none;
padding:0px;
}
#zemcont select {
border:1px solid #000000;
margin-bottom:10px;
padding:0px;
}
.zc1c, .zc2c, .zc3c, .zc4c, .zc5c, .zc6c, .zc7c, .zc8c, .zc9c {
}
.zc1c, .zc2c, .zc3c, .zc4c, .zc5c, .zc1, .zc2, .zc3, .zc4, .zc5, .zc6, .zc7, .zc8, .zc9 {
}
#zemcont label.zc5c {
	width: 424px;
}
#zemcont input.zemSubmit {
clear:both;
margin-bottom:10px;
padding: 4px 15px;
font-size: 1.3em;
color: #e2e2e2;
background: url(h1_bg.png) no-repeat 0px -17px;
border-width: 2px;
border-right: 2px solid #009;
border-bottom: 2px solid #009;
}
#zemcont input.zemSubmit:hover {
color: #fff;
background-position: 0px -32px;
}
#zemcont input.zemSubmit:active {
border-right: 2px solid #7AAFD8;
border-bottom: 2px solid #7AAFD8;
border-top: 2px solid #009;
border-left: 2px solid #009;
padding: 5px 15px 3px;
}
#content .zemerror {
color:#EDE00C;
}
#zemcont input.zemRequired, #zemcont textarea.zemRequired {
border-right:4px solid #EDE00E;
}
#zemcont input.zemRequirederrorElement, #zemcont textarea.zemRequirederrorElement {
border: 1px solid #d00;
border-right:4px solid #d00;
}
#rightcolumn ul.zemError {
background:#F4E5E5 none repeat scroll 0% 50%;
border: 1px solid #d00;
border-left:none;
border-right:none;
color:#DD0000;
margin:-10px 0px 20px 3px;
padding:10px;
width:350px;
}
#rightcolumn ul.zemError li {
margin-left: 18px;
}
#zemcont input#zc3, #zemcont input#zc5, #zemcont input#zc7 {
	width: 120px;
}
#zemcont textarea {
	width: 550px;
	height: 150px;
}
#zemcont textarea#zc8 {
height:200px;
width:635px;
}


/* ob1_pagination styling */
#pagination {
	clear:left;
	display:block;
	font-weight: bold;
	font-size: 0.9em;
	margin: 40px 0px 15px;
}
#pagination ul {
	text-align: center;
}
#pagination ul li {
	display: inline;
	border: 1px solid #96BBE3;
	padding: 2px 5px;
	background: #BCD6F4;
	color: #888;
	margin: 0px 2px;
	font-size: 1.2em;
	text-align: center;
}
#pagination ul li:hover {
	background: #eee;
	color: #888;
}

#pagination ul li a, #pagination ul li a:visited, #pagination ul li a:hover {
	border: 0;
	color: #2B4E74;
}
