@charset "UTF-8";
/* CSS Document */

/* COLOURS
Scubapix blue	#0a79b1
Cyan - Products	#00ccff
Green - Know	#00cc66
About us Orange	#ff9900
V light grey	#e5e5e5
Light grey		#ccc
Copy grey		#666
Mid grey		#878787
Dark grey		#484848
Dark blue		#00add8
Darker blue		#0a79b1
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* hide from MacIE \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

html, body {
	height: 100%;
	background: url(../images-temp/bgrd-grey-top.gif) repeat-x;
	background-attachment: fixed;
}

/* Trebuchet MS,  */
	
body {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica,  sans-serif;
	background-color: #fff;
	color: #666;
	font-size: 100.01%;
	line-height: 1.1em;
	text-align:center; /* horizontal centering for IE Win quirks */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-weight: normal;
}

body strong {
	color: #484848;
	letter-spacing: 0.1em;
}

a img {
	border: 0px;
}

hr {
 	border-top: 1px solid #b2b2b2;
	border-bottom: none;
	border-left: none;
	border-right: none;
 	color: #b2b2b2;
 	width: 100%;
 	height: 0px;
 	margin: 10px 0 5px 0;
 	padding: 0 0 0 0;
}
	
a:link, a:visited {
	color: #0a79b1;
	text-decoration: none;
}
	
a:hover {
	color: #000;
	text-decoration: underline;
}
	
a:active {
	color: #000;
	text-decoration: none;
}
	
/* wrapper */

#wrapper {
	margin: 0px auto;
	width: 960px;
	height: auto;
	background-color: #fff;
	/*border: 1px solid #CCC;*/
	text-align: left;
	padding: 0px 0 0px 0px;
	background-image: url(../images-temp/bgrd-grey-bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;
}

/* header */

#headerwrapper {
	height: 130px;
	background-color: #fff; /* was e8e8e8 */
}

/* topnav right hand side */

#topnavwrapper {
	height: 20px;
	width: auto; 
	background-color: #e5e5e5;
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	/*background-image: url(../images/bgrd-10x10-diag.gif);
	background-attachment: scroll;*/
}

#topnav {
	/*height: 30px;*/
	
	font-size: 70%;
	float: right;
	
}

#topnav ul {
	height: 27px;
	display: block;
	list-style-type: none;
	color: #666;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	width: 240px; /* was  */
	/*height: 30px; */
}

#topnav li {
	border-right: 1px dotted #999;
	float: left;
	line-height: 1.1em;
	margin: 0 0 0 0;
	padding: 0 .75em 0 .75em;
}

#topnav a {
	color: #484848;
	margin: 0 0 1em 0;
}

#topnav a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
}

#topnav a:hover {
	/*text-decoration: underline;*/
	border-bottom: 6px solid #ccc;
	color: #484848;
	padding: 0 0 8px 0;
}

#search {
	height: 30px;
	float: right;
	margin: 0 20px 0 0;
	/*vertical-align: middle;*/
	width: auto ;/* 200px */
	font-size: 70%;
	line-height: 1.1em;
}

#search input.search {
	color: #484848;
	background-color: #e5e5e5;
	border: 1px solid #999;
	height: 16px;
}

#search img {
	padding: 0 0;
	margin: 0 0;
}

#header {
	clear: both;
	height: 100px;
	background: url(../images-temp/bgrd-top.gif) no-repeat top;
}

#logo {
	float: left;
	margin: 10px 0 0 20px;
}

#phone {
	float: right;
	margin: 10px 20px 0 0;
}

/* nav bar */

#nav {
	clear: both;
	height: 30px;
	width: 960px;
	font-size: 80%;
	line-height: normal;
	letter-spacing: 0.2em;
	background-color: #fff;
}

#nav ul {
	margin: 0 17px;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0 0;
    padding: 0 0;
	text-align: center;
	
}

#nav #lineleft {
	border-left: 1px solid #0a79b1;
}

#nav #lineright {
	border-right: 1px solid #0a79b1;
}

#nav #lineboth {
	border-left: 1px solid #0a79b1;
	border-right: 1px solid #0a79b1;
}

#nav #products {
	border-left: 1px solid #0a79b1;
}

#nav #knowledge {
	border-left: 1px solid #0a79b1;
}

#nav #about {
	border-left: 1px solid #0a79b1;
	border-right: 1px solid #0a79b1;
}

#nav a {
	display: block;
	width: 307px;
	color: #0a79b1;
	padding: 5px 0 5px 0;
	height: 20px;
}

#nav a:link, a:active, a:visited {
	color: #0a79b1;
	text-decoration: none;
}

/*
#nav a:hover {
	color: #fff;
	/*background-color: #00ccff;*/
	/*text-decoration: underline;*/
	/*background: url(../images/tabs-rollover.gif) no-repeat -1px -25px;*/
	/*border-bottom: 3px solid #66abde;
	padding: 0 0 3px 0;*/
	/*
}
*/

#nav #products a:hover {
	color: #fff;
	background-color: #00ccff;
}

#nav #knowledge a:hover {
	color: #fff;
	background-color: #00cc66;
}

#nav #about a:hover {
	color: #fff;
	background-color: #ff9900;
}
	
#nav #current a {
	color: #03638e; 
	font-weight: normal;
}

#nav #current a:hover {
	color: #03638e;
	text-decoration: underline;
	background: inherit;
}

.navover a:hover {
	background-color: #e5e5e5;
	color: #fff;
}

/* nav images and lines */

#nav #producttab {
	background: url(../images/products-tab.jpg) no-repeat;
	border-left: 1px solid #fff;
}

#nav #producttab a {
	color: #fff;
}

#nav #productline {
	border-left: 1px solid #fff;
}

#nav #knowledgeline {
	border-left: 1px solid #fff;
}

#nav #aboutline {
	border-left: 1px solid #fff;
	border-right: 1px solid #0a79b1;
}

#nav #knowledgetab {
	background: url(../images/knowledge-tab.jpg) no-repeat;
	border-left: 1px solid #fff;
}

#nav #knowledgetab a {
	color: #fff;
}

#nav #abouttab {
	background: url(../images/about-tab.jpg) no-repeat;
	border-left: 1px solid #fff;
}

#nav #abouttab a {
	color: #fff;
}

/* subnav bar */

#subnav {
	height: 30px;
	width: 960px;
	font-size: 80%;
	line-height: normal;
	letter-spacing: 0.2em;
}

#subnav #productsub {
	height: 30px;
	width: 960px;
	background: url(../images/products-subnav.jpg) no-repeat;
}

#subnav #knowledgesub {
	height: 30px;
	width: 960px;
	background: url(../images/knowledge-subnav.jpg) no-repeat;
}

#subnav #aboutsub {
	height: 30px;
	width: 960px;
	background: url(../images/about-subnav.jpg) no-repeat;
}

#subnav ul {
	margin: 0 17px;
	list-style: none;
}

#subnav li {
	float: left;
	margin: 0 0;
    padding: 0 0;
	text-align: center;
	border-left: 1px solid #fff;
}

#subnav #right {
	border-right: 1px solid #fff;
}

#subnav a {
	display: block;
	width: 153px;
	color: #fff;
	padding: 5px 0 5px 0;
	height: 20px;
	/*background: url(../images/transparent-bgrd-wht20.png) repeat;*/
}

#subnav #current a {
	background: none;
}

#subnav a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

#subnav a:hover {
	color: #fff;
	/*background-color: #00ccff;*/
	/*background-image: none;*/
	/*text-decoration: underline;*/
	/*background: url(../images/tabs-rollover.gif) no-repeat -1px -25px;*/
	/*border-bottom: 3px solid #66abde;
	padding: 0 0 3px 0;*/
}

#subnav #productsub a:hover {
	color: #fff;
	background-color: #00ccff;
}

#subnav #knowledgesub a:hover {
	color: #fff;
	background-color: #00cc66;
}

#subnav #aboutsub a:hover {
	color: #fff;
	background-color: #ff9900;
}

/* banner */

#banner {
	height: 210px;
	width: 960px;
	margin: 0 0 0px 0;
	overflow: hidden;
}

/* crumb trail */

#crumbwrapper {
	clear: both;
	height: 50px;
	background-color:#fff;
}

#crumb {
	float: left;
	width: 630px;
	height: 50px;
}

#crumb p {
	font-size: 70%;
	color: #666;
	margin: 0 5px;
	padding: 15px 0 0 0;
}

#crumb ul {
	font-size: 70%;
	color: #666;
	margin: 0 5px;
	padding: 15px 0 0 0;
	list-style: none;
}

#crumb li {
	display: inline;
}

#crumb a {
	color: #484848;
	padding: 0 15px;
}

#crumb a:link, a:active, a:visited {
	color: #484848;
	text-decoration: none;
}

#crumb a:hover {
	text-decoration: underline;
	color: #484848;
}

#crumbright {
	float: right;
	width: 300px;
	height: 50px;
	margin: 0 20px 0 0;
}

.quickfinderhome {
	margin: 3px 0 10px 10px;
}

.quickfinder {
	float: right;
	margin: 15px 0 0 0;
}

/* content */

#contenthome {
	width: 940px;
	height: auto;
	padding: 20px 10px 0 10px;
	overflow: hidden;
	/*background-image: url(../images/bgrd-grey-bot.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;*/
}

#contentwrapper {
	clear: both;
	width: 960px;
	height: auto;
	padding: 0px 0 0 0px;
	overflow: hidden;
	/*background-image: url(../images/bgrd-grey-bot.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;*/
}

.column {
	float: left;
	margin: 0 0 0 10px;
	width: 300px;
}

.doublecolumn {
	float: left;
	margin: 0 10px 0 10px;
	width: 600px;
}

#contentleft {
	float: left;
	margin: 0 10px 0 10px;
	width: 610px;
}

#contentabout {
	padding: 0 0 0 10px;
}

#contentmiddle {
	float: left;
	margin: 0 0 0 10px;
	width: 450px;
}

#contentright {
	float: left;
	margin: 0 20px 0 20px;
	width: 290px;
}

h1.content {
	font-size: 170%;
	padding: 0 0 10px 10px;
}

h2.content {
	font-size: 140%;
	color: #0a79b1;
	padding: 0 0 10px 0;
}

h3.content {
	font-size: 90%;
	color: #fff;
	background-color: #0a79b1;
	padding: 5px 10px;
	letter-spacing: .1em;
	margin: 0 0 10px 0;
}

h4.content {
	font-size: 110%;
	padding: 5px 0 5px 0;
}

h5.content {
	font-size: 85%;
	padding: 5px 0 2px 0;
}

p.content {
	font-size: 70%;
	padding: 0 0 10px 0;
}

p.smallprint {
	font-size: 60%;
}

blockquote.content {
	font-size: 80%;
	border: 1px solid #ccc;
	background-color: #ececec;
	margin: 10px 0;
	padding: 10px;
}

ol.content {
	list-style-position: inside;
	font-size: 70%;
	/*margin: 0 0 0 30px;*/
	color: #00ccff;
	font-weight: bold;
}

ol.content p {
	color: #666;
	text-indent: -18px;
	margin: 0 0 0 35px;
	font-weight: normal;
}

.content li {
	margin: 0 0 5px 0;
	/*text-indent: -18px;*/
}

ul.bullets  {
	list-style-type: square;
	list-style-position: inside;
	font-size: 70%;
	margin: 0 0 0 15px;
}

.bullets li {
	margin: 0 0 5px 0;
	text-indent: -13px;
}

ul.imagegrid {
	list-style: none;
}

.imagegrid li {
	float: left;
	border: none;
	display: inline;
	margin: 5px;
	/*background: #e5e5e5;*/
	border: 1px solid #e5e5e5;
	color: inherit;
	/*padding: 5px;
	position: relative;	*/
}

/* content banners */

.contentbanner {
	float: left;
	width: 600px;
	height: 160px;
	margin: 0 0 10px 10px;
	background-color: #c5c5c5;
	display: block;
	text-transform: uppercase;
}

.contentbanner img {
	float: right;
}

.contentbanner a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.contentbanner h1 {
	padding: 10px 10px 10px 10px;
	font-size: 180%;
	line-height: 0.8em;
	color: #fff;
	font-weight: normal;
}

.contentbanner p {
	font-size: 100%;
	line-height: 1.4em;
	color: #fff;
	font-weight: normal;
}

.contentbanner p a {
	padding: 10px 10px 10px 10px;
	color: #fff;
}

.contentbanner a:hover {
	background-color: #0a79b1; /* was #00ccff */
}

.contenthalfbanner {
	float: left;
	width: 295px;
	height: 160px;
	margin: 0 0 10px 10px;
	background-color: #c5c5c5;
	display: block;
	text-transform: uppercase;
}

.contenthalfbanner img {
	float: right;
}

.contenthalfbanner a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.contenthalfbanner h1 {
	padding: 10px 10px;
	font-size: 180%;
	line-height: 0.8em;
	color: #fff;
	font-weight: normal;
}

.contenthalfbanner p {
	font-size: 100%;
	line-height: 1.4em;
	color: #fff;
	font-weight: normal;
}

.contenthalfbanner p a {
	padding: 10px 10px 10px 10px;
	color: #fff;
}

.contenthalfbanner a:hover {
	background-color: #a5a5a5;
}

#banner-photopro {
	background: #e5e5e5 url(../images/contentbanner-bgrd-pygmy.jpg) no-repeat;
}

/* leftnav */

#leftnav {
	float: left;
	width: 170px;
	font-size: 0.75em;
	background-color: #e5e5e5;
	text-align: left;
	padding: 0;
	margin: 0 0 0 0px;
}

#leftnav ul {
	line-height: 3em;
	font-weight: normal;
	color:#fff; /* was #888 */
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0px;
	background-color: #00ccff; /* was e5e5e5 */
	/*border-bottom: 3px solid white;  white border beneath each menu item */
}
	
#leftnav li {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	/*text-indent: 20px;  moves arrow in to correct */
}

#leftnav li a {
	display: block;
	/*background: url(../images/arrow-grey-solid-single.gif) no-repeat 8px center;*/
	/* text-indent: 20px; moves arrow in to correct */
	text-decoration: none;
	padding: .3em 0 .3em 28px;
	cursor: pointer;
	width: 142px;
	height: 100%;
}

#leftnav ul.dropdownl1 {
	padding: 0 0 0 0px;
	/*border-bottom: 3px solid white;*/
}

#leftnav ul.dropdownl1 li {
	background: url(../images/arrow-wht-x3.gif) no-repeat 15px 15px;
	/*border-top: 4px solid #e5e5e5; */
	border-bottom: 2px solid #fff; 
}


#leftnav li.down {
	background: url(../images/arrow-leftnav-down.gif) no-repeat 15px 15px;
}
	
#leftnav ul.dropdownl2 {
	padding: 0 0 0 0px;
	background-color: #00add8; /* was #d5d5d5 */
	border-bottom: 2px solid white;
	display: none; /* switch this code on/off to show/hide nav */
}

#leftnav ul.dropdownl2 li {
	background: url(../images/arrow-wht-x2.gif) no-repeat 15px 15px;
	border-top: 2px solid white; 
	border-bottom: 0px solid white;
}


#leftnav ul.dropdownl3 {
	padding: 0 0 0 0px;
	background-color: #0a79b1; /* was #c5c5c5 */
	border-bottom: 1px solid white;
	display: none; /* switch this code on/off to show/hide nav */
}

#leftnav ul.dropdownl3 li {
	background: url(../images/arrow-wht-x1.gif) no-repeat 15px 15px;
	border-top: 1px solid white; 
	border-bottom: 1px solid white;
}


#leftnav a {
	cursor:pointer;
	/*border-bottom: 0px solid white;*/
}
	
#leftnav a:link, #leftnav a:visited {
	color: #fff; /* was #555 */
	cursor:pointer;
}

#leftnav a:hover {
	color: #fff; /* was #666 */
	cursor:pointer;
}
	
#leftnav ul.dropdownl1 li a:hover {
	color: #fff;
	background: url(../images/arrow-leftnav-white.gif) no-repeat 15px center;
	background-color: #09528f; 
}

#leftnav ul.dropdownl2 li a:hover {
	color: #fff;
	background: url(../images/arrow-leftnav-white.gif) no-repeat 15px center;
	background-color: #09528f; 
}

#leftnav ul.dropdownl2 li a:hover {
	color: #fff;
	background: url(../images/arrow-leftnav-white.gif) no-repeat 15px center;
	background-color: #09528f; 
}

/* colour boxes */

h2.box {
	color: #666;
	font-size: 100%;
	padding: 5px 10px 3px 10px;
}

h4.box {
	color: #666;
	font-size: 85%;
	padding: 5px 10px 3px 10px;
}

p.box {
	color: #666;
	font-size: 70%;
	padding: 0px 10px 3px 10px;
}

.box a:link, .box a:visited {
	color: #0a79b1;
	text-decoration: none;
}
	
.box a:hover {
	color: #000;
	text-decoration: underline;
}
	
.box a:active {
	color: #000;
	text-decoration: none;
}

.boxcyan {
	/*width: 300px;*/
	border: 1px solid #00ccff;
	margin: 0 0 10px 0;
	background-color: #fff;
}

.boxcyan h3 {
	color: #fff;
	background-color: #00ccff;
	padding: 3px 10px 4px 10px;
	font-size: 70%;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.boxgreen {
	/*width: 300px;*/
	border: 1px solid #00cc66; /* was # 00add8*/
	margin: 0 0 10px 0;
	background-color: #fff;
}

.boxgreen h3 {
	color: #fff;
	background-color: #00cc66;
	padding: 3px 10px 4px 10px;
	font-size: 70%;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.boxorange {
	/*width: 300px;*/
	border: 1px solid #ff9900; /* was # 0a79b1*/
	margin: 0 0 10px 0;
	background-color: #fff;
}

.boxorange h3 {
	color: #fff;
	background-color: #ff9900;
	padding: 3px 10px 4px 10px;
	font-size: 70%;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.boxgrey {
	/*width: 300px;*/
	border: 1px solid #e5e5e5;
	margin: 0 0 10px 0;
	background-color: #fff;
}

.boxgrey h3 {
	color: #fff;
	background-color: #e5e5e5;
	padding: 3px 10px 4px 10px;
	font-size: 70%;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}


	
/* classes */

.paddingtopbot {
	padding: 10px 0;
}

.paddingbot {
	padding: 0 0 10px 0;
}

.imageleft 	{
	float: left;
	padding: 0px 10px 0px 0;
	margin: 3px 0 10px 5px;
}

.imageright {
	float: right;
	padding: 0 0 10px 10px;
	margin: 5px 5px 0 0;
}

.clear {
	clear: both;
}

/* footer */

#footer {
	clear: both;
	width: auto;
	height: 35px;
	padding: 15px 20px 15px 20px;
	/*margin: 10px 0 0 0;*/
	font-size: 60%;
	border-top: solid 1px #CCC;
	margin: 0 0 20px 0;
	background: url(../images-temp/bgrd-bottom.gif) no-repeat bottom;
}

#footer p {
	text-transform: none;
	color: #888;
}

#footer a {
	color: #888;
	text-decoration: none;
	padding: 0 5px;
	text-transform: uppercase;
}

#footer a:link {
	color: #888;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footerleft {
	float: left;
	width: 90%;
}

#footerright {
	float: right;
	width: 10%;
}

#footerright p {
	text-align: right;
}