/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(../../uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(http://oceanbluebuilders.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(http://oceanbluebuilders.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* global style */
body {
	background:#00355d;
	font:400 13px/1.5em 'Open Sans', sans-serif;
	color:#444;
}
em {
	font-style:italic;
}
a, a img, input {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#holder {
	width:100%;
}
#header {
	margin:0 auto;
	width:995px;
	height:170px;
	position:relative;
	z-index:15;
}
#logo {
	background:url('../../images/logo01.png') no-repeat;
	width:316px;
	height:96px;
	text-indent:-9999px;
	position:absolute;
	top:37px;	
	left:0;
}
#logo a {
	width:316px;
	height:96px;
	display:block;
}
#headerTxt {
	visibility:hidden;
}
#mainNav {
	position:absolute;
	bottom:25px;
	right:0;
}
#banner {
	margin:0 auto 15px;
	/*-webkit-border-radius: 10px;
	border-radius: 10px;*/
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	width:995px;
	max-height:600px;
	clear: both;
	z-index: 10;
}
#banner img, #banner iframe, .slider-wrapper {
    background: #FFF url('../../images/loading.gif') 50% 50% no-repeat;
	/*-webkit-border-radius: 8px;
	border-radius: 8px;*/
}
#content {
	margin:0 auto;
	background:#FFF;
	/*-webkit-border-radius: 10px;
	border-radius: 10px;*/
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	width:995px;
	max-height:575px;
	display:table;
	position:relative;
	z-index:10;
	overflow:hidden;
}
#content h1, #content h2, #content h3, #content h4 {
	font:normal 1em/normal 'Open Sans', sans-serif;
	color:#036;
}
#content h1 {
	margin-bottom: 15px;
	font-size: 34px;
	font-style:italic;
	font-weight:700;
	color:#39F;
}
#content h2 {
	margin:10px 0;
	font-size:18px;
	text-transform:uppercase;
}
#content h3 {
	margin:10px 0;
	font-size: 18px;
}
#content h4 {
	margin:10px 0;
	padding:5px 0 5px 10px;
	border-left:5px solid #AAA;
	font-size:14px;
	color:#39F;
}
#content p {
	padding:10px 0;
}
#content a:link, #content a:active, #content a:visited {
	color:#39F;
	text-decoration:underline;
}
#content a:hover {
	color:#444;
}
#content table td {
	padding:10px 25px 10px 0;
	vertical-align:top;
}
#col-1 ul, #col-1 ol {
	list-style: none;
	padding: 15px 0;
}
#content li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url("../../images/bl01.png") no-repeat;
	line-height: 20px;
}
#col-1 {
	margin:0 auto;
	padding:20px 0;
	width:930px;
	clear:both;
	overflow:auto;
}
#col-1 blockquote {
	padding:10px 0 5px 0;
	clear:both;
	color:#888;
	font-size:14px;
	font-style: italic;
	font-weight:normal;
}
#col-1 iframe {
	margin:10px 0;
}
#col-2, #col-3 {
	display:block;
	position:relative;
}
#col-2 {
	width:550px;
	float:left;
}
#col-3 {
	width:350px;
	float:right;
}
#footerHolder {
	margin:0 auto;
	width:995px;
	clear:both;
	position:relative;
}
#footer {
	padding:20px 0 30px;
	width:995px;
	font-size:11px;
	color:#BBB;
	clear:both;
	display:table;
}
#footerTxt {
	margin-top:5px;
	width:550px;
	line-height:normal;
	display:block;
	float:left;
	clear:left;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#BBB;
	text-decoration:none;
}
#footer a:hover {
	color:#39F;
}
.social {
	list-style: none;
	position: absolute;
	right: 0;
}
#footerHolder .social {
	top: 25px;
}
.social ul {
	padding: 0;
}
.social li {
	margin:0;
	width: 36px;
	height: 36px;
	display: block;
	float: left;
}
.social li + li {
	margin-left:7px;
}
.social li a {
	/*-webkit-border-radius: 7px;
	border-radius: 7px;*/
	background: #3b5999 url("../../images/social01.png") 0 50% no-repeat;
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
}
li.s02 a {
	background-color:#4cc2ff;
	background-position: -36px 0 !important;
}
li.s03 a {
	background-color:#c4312a;
	background-position: -72px 0 !important;
}
.social li a:hover {
	background-color: #39F;
}

/* forms */

.cms_form {
	margin:15px 0;
	width:300px;
}
.cms_form span {
	padding:0 0 5px;
	font-size:11px;
	font-style:italic;
	color:#999;
	display:block;
}
.cms_form fieldset > div {

}
.cms_form fieldset > div label, .cms_form fieldset > label {
	padding:3px 0;
	font-weight:bold;
}
.cms_form fieldset div div label {
	font-size:11px;
	font-weight:normal;
}
.cms_form input[type=text], .cms_form input[type=email], .cms_form textarea, .cms_form select {
	margin:5px 0;
	border:1px solid #999;
	background:#F8F8F8;
	width:300px;
	text-indent:10px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	color:#333;
	display:block;
}
.cms_form input[type=text]:focus , .cms_form input[type=email]:focus , .cms_form textarea:focus , .cms_form select:focus  {
	border:1px solid #666;
	background:#FFF;
}
.cms_form input[type=text], .cms_form input[type=email] {
	height:28px;
	line-height:28px;
}
.cms_form textarea {
	padding:10px 0 0;
	height:100px;
}
.cms_form select {
	width:302px;
	height:28px;
	line-height:28px;
	text-indent:0;
}
.cms_form input[type=checkbox] {
	margin:0 0 5px;
}
.cms_form label + div + div {
	margin:0 0 10px;
}
.cms_form input[type=file] {
	margin:5px 0;
}
.captchapict {
	margin: 0 0 5px;
	border: 1px solid #999;
	display: block;
	clear: both;
}
.cms_submit {
	margin:5px 0 0;
	padding:0 15px;
	border:0 none;
	background: #39F;
	min-width:80px;
	height:40px !important;
	font:16px/40px 'Open Sans', sans-serif;
	color:#FFF;
	display:block;
	float:left;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-shadow: 1px 1px 1px #680;
}
.cms_submit:hover {
	background:#036 !important;
	text-decoration:none !important;
	color:#FFF
}
.error_message {
	padding: 5px 10px 5px 0;
	background: #F9F9F9;
	border: 1px solid #DDD;
	/*-webkit-border-radius: 5px;
	border-radius: 5px;*/
	color: #E00;
	display: table;
	font-size: 12px;
}
.error_message ul {
	padding: 5px 0 !important;
}
.error_message li {
	line-height: normal !important;
	margin-bottom: 0 !important;
	background: url("../../images/bl_err01.png") 0 0 no-repeat !important;
}
/* stockists */
h3.trigger {
	background: url("../../lib/toggle/trigger.html") no-repeat scroll 0 0 transparent;
	color: #000 !important;
	cursor: pointer;
	font-size:15px !important;
	height: 20px !important;
	line-height: 20px !important;
	margin: 0 0 5px !important;
	padding: 0 0 0 15px !important;
	width: auto;
	border: none !important;
}
h3.trigger:hover {
	color: #888 !important;
}
h3.active {
	color: #888 !important;
}
.toggle_container {
	margin: 0;
	padding: 0 15px;
	overflow: hidden;
	width: auto;
	font-size:12px;
}
.toggle_container h3 {
	border-bottom: 1px dashed #CCCCCC;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.toggle_container img {
	margin: 10px;
}
/* end stockists */
/* Stylesheet: theme Modified On 2014-07-15 12:32:41 */
.clearb {
	clear:both;
}
#primary-nav li li {
	min-width:150px;
}
#primary-nav, #primary-nav ul {
	list-style:none;
	padding:0 !important;
}
#primary-nav ul {
	margin-left:-10px;
	padding:5px 0 !important;
	background:#00355d;
	-webkit-box-shadow:0 10px 10px 0 rgba(0,0,35,0.1);
	box-shadow:0 10px 10px 0 rgba(0,0,35,0.1);
	position:absolute;
	top:auto;
	display:none;
	z-index:1000;
}
#primary-nav ul ul {
	margin-left:-1px;
	left:100%;
	top:0px;
}
#primary-nav li {
	margin:0;
	text-align:center;
	float:left;
	line-height:35px;
}
#primary-nav li li {
	padding:0 10px;
	float:none;
	position:relative;
	text-align:left;
	font-weight:normal !important;
	line-height:normal;
}
#primary-nav > li + li {
  margin-left:30px;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a, #primary-nav a:link, #primary-nav a:active, #primary-nav a:visited {
	padding:0;
	display:block;
	font:600 13px/35px 'Open Sans', sans-serif; 
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
}
#primary-nav li li a:link, #primary-nav li li a:visited {
	padding:0;
	border:none;
	background:none;
	font-size:12px !important;
	color:#FFF;
	line-height:34px;
	text-transform:none;
}
#primary-nav ul li + li a {
	border-top:1px solid #046 !important;
}	
#primary-nav li a:hover {
	color:#39F;
}
#primary-nav > li.menuactive > a {
	color:#CCC;
}
#primary-nav > li.menuactive:hover > a {
	color:#39F;
}
#primary-nav li li a:hover {
	color:#39F;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display:none;
}
/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display:block;
}
/* IE Hacks */
#primary-nav li li {
	float:left;
	clear:both;
}
#primary-nav li li a {
	height:1%;
}
/* Footer Links */

* html div#footerNav {
	/* hide ie/mac \*/
   height:1%;/* end hide */
}
div#footerNav {
	width:750px;
	float:left;
}
div#footerNav p {
	display:block;
}
div#footerNav li {
	list-style:none;
	font-size:12px;
	color:#AAA;
	line-height:12px;
	display:inline;
}
div#footerNav li + li {
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #AAA;
}
div#footerNav a:link, div#footerNav a:active, div#footerNav a:visited {
	color:#AAA;
	text-decoration:none;
}
div#footerNav li a:hover {
	color:#39F;
}
div#footerNav a.activeparent:hover {
	color:#39F;
}
div#footerNav li.activeparent a, div#footerNav li a.menuactive span {
	color:#39F;
}
/* Stylesheet: menu Modified On 2014-04-07 11:59:28 */
