/* 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(https://raceindustries.com.au/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(https://raceindustries.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(https://raceindustries.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;height:100%;}
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; outline:none; display:inline-block;}
:focus {outline:0;}

/* global style */
body {
	padding:0;
	font: 12px/normal 'Open Sans', Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #000;
	height: 100%;
}
#holder a, #holder a img, #holder input, #holder textarea, #holder li {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#holder {
	background: url('../../images/bg_body01.png');
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 10;
}
#headerWrapper {
	background: url('../../images/bg_content01.png') 0 10px repeat-x;
	width: 100%;
	height: 100%;
}
#header {
	margin: 0 auto;
	width: 1000px;
	height: 170px;
	position: relative;
	z-index: 1000;
}
#logo {
	background: url('../../images/logo01.png') no-repeat;
	width: 572px;
	height: 93px;
	text-indent: -9999px;
	position: absolute;
	top: 25px;
	left: 0;
}
#logo a {
	width: 572px;
	height: 93px;
	display: block;
}
#headerTxt {
	padding-left:20px;
	border-left:1px solid #320;
	color: #320;
	font:13px/normal Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	position: absolute;
	top: 55px;
	right: 10px;
	text-transform:uppercase;
}
#headerTxt a {
	color:#320;
	text-decoration:none;
}
#content {
	padding: 20px 10px 20px;
	border-bottom:7px solid #080;
	background: url('../../images/bg_content01.png');
	height: 660px;
	position: absolute;
	top: 170px;
	left: 0;
}
#content.home {
	display:none;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 400;
	text-shadow: 0px 0px 7px #FFF;
	color:#000;
	text-transform:uppercase;
}
h1 {
	border-bottom:1px solid #CCC;
	font-size: 30px;
	color:#080;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 16px;
}
h4 {
	padding:5px 10px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: url('../../images/bg_content01.png');
	border-left:3px solid #080;
	font-size: 14px;
	text-transform:none;
}
#content p {
	margin: 0 0 15px;
	line-height: 1.5em;
}
#content a:link, #content a:active, #content a:visited {
	color: #080;
	text-decoration: underline;
}
#content a:hover {
	color: #666;
	text-decoration: none;
}
#btClose {
	padding: 1px 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #080;
	position: absolute;
	top: 2px;
	right: 13px;
	display:block;
	text-decoration:none !important;
	font-size:10px;
	text-transform:uppercase;
	color:#FFF !important;
}
#btClose:hover {
	color:#000 !important;
	background: #FE6 !important;
}
#btClose span {
	font-weight:bold;
}
#content ul, #content ol {
	list-style: none;
	margin:0 0 15px;
}
#content li {
	padding-left: 25px;
	background: url("../../images/bl01.png") no-repeat;
	line-height: 20px;
}
#content blockquote {
	margin: 10px 0;
	padding: 10px 20px 0 70px;
	background: url('../../images/bg_q01.png') 20px top no-repeat;
	clear: both;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
#content blockquote p {
	padding: 0 50px 0 0;
	background: url('../../images/bg_q02.png') right bottom no-repeat;
	line-height: 27px;
}
#content table tr + tr td {
	border-top:1px solid #080;
}
#content table td {
	padding:7px 4px;
	vertical-align:top;
}
#content table td a img {
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0);
}
#content table td a:hover img {
	border: 1px solid #333;
	-webkit-box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 1);
}
table.globalTable {
	margin: 0 auto 15px;
	background: #FFF;
	border: 1px solid #333;
	box-shadow: 0 0 7px #000;
	width:98%;
}
table.globalTable tr.even {
	background: none repeat scroll 0 0 #F6F6F6;
}
table.globalTable tr:hover {
	background: none repeat scroll 0 0 #EEE;
}
table.globalTable th {
	background: #000;
	border-bottom: 1px solid #333;
	color: #FFF;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	padding: 5px 3px;
	text-align: center;
}
table.globalTable th + th {
	border-left: 1px solid #333;
	width:auto;
}
table.globalTable td {
	border-top:none !important;
	border-bottom: 1px solid #EEE;
	font-size: 11px;
	color: #666;
	vertical-align: middle !important;
	text-align: center;
}
table.globalTable tr:hover td {
	color: #000;
}
table.globalTable a {
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #080;
	font-size: 11px;
	color: #FFF !important;
	text-decoration: none !important;
	text-transform: uppercase;
}
table.globalTable a + a {
	margin-left:5px;
}
table.globalTable a:hover {
	background: #000;
}
.aR, .aB {padding:0 2px; color:#FFF; display:block;}
.aR {background:#F00;}
.aB {background:#080;}
#footerHolder {
	margin-left:-500px;
	background: #000 url('../../images/bg_nav01.png');
	width: 1000px;
	clear: both;
	position: absolute;
	bottom: 10px;
	left: 50%;
}
#footer {
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	clear: both;
	display: table;
}
#footerTxt {
	margin-top:5px;
	width:600px;
	line-height:normal;
	display:block;
	float:left;
	clear:left;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FE6;
}
#social {
	margin:0;
	display:block;
	float:right;
	line-height:26px;
	text-align:right;
}
#social img {
	margin-left:10px;
	line-height:26px;
	float:right;
}
/* forms */

.cms_form {
	margin: 7px 0;
	width: 390px;
}
.cms_form fieldset {
	display:table;
}
.cms_form fieldset > div {
	clear: both;
}
.cms_form input[type=text], .cms_form input[type=password], .cms_form textarea, .cms_form select {
	margin:5px 0;
	border: 1px solid #EEE;
	background: #FFF;
	width: 260px;
	height: 22px;
	text-indent: 10px;
	font: 12px/22px Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	clear: left;
}
.cms_form textarea {
	padding: 10px 0 0 10px;
	width: 250px;
	height: 60px;
	text-indent: 0;
}
.cms_form select {
	padding-left: 5px;
	width: 261px !important;
	display: block;
	text-indent: 0;
}
.cms_form input[type=text]:focus, .cms_form input[type=password]:focus, .cms_form textarea:focus, .cms_form select:focus {
	border-color:#CCC;
	-webkit-box-shadow: 0 0 3px 0px rgba(80, 80, 80, 0.4);
	box-shadow:  0 0 3px 0px rgba(80, 80, 80, 0.4);
	background: #EEE none;
	color: #080;
}
.captchapict {
	margin: 0 0 5px;
	border: 1px solid #999;
	clear: both;
}
.cms_submit {
	margin: 3px 0 0;
	padding: 5px 10px !important;
	border: 0 none !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #080;
	float: left;
	color: #FFF;
	font: 11px/11px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	clear: both;
}
.cms_submit:hover {
	background: #000;
}
/* Home BG */
#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../../images/loading.gif) no-repeat center center;
}
#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading {
	background: #111 url(../../images/loading.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}
/* Tiny Scrollbar */
#scrollbar1 {
	margin-left: 20px;
	width: 535px;
}
#scrollbar1 .viewport {
	width: 500px;
	height: 660px;
	overflow: hidden;
	position: relative;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width:100%;
}
#scrollbar1 .scrollbar {
	background: transparent url(../../images/bg-scrollbar-track-y.png) repeat-y 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 15px;
}
#scrollbar1 .track {
	background: transparent url(../../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
	height: 100%;
	width: 13px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb {
	background: transparent url(../../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -5px;
}
#scrollbar1 .thumb .end {
	background: transparent url(../../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 20px;
	width: 25px;
}
#scrollbar1 .disable {
	display: none;
}
@media only screen and (max-height : 800px) {
#content {
	height: 310px;
}
#scrollbar1 .viewport {
	height: 310px;
}
}
/* Stylesheet: theme Modified On 2020-04-15 14:27:05 */
#mainNav {
	background: url('../../images/bg_nav01.png') repeat-x;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:950;
}
.clearb {
	clear:both;
}
#primary-nav li li {
	min-width:150px;
	width:100%;
}
#primary-nav, #primary-nav ul {
	list-style:none;
	padding:0 !important;
}
#primary-nav ul {
	padding:0 20px 5px !important;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border:1px solid #FFF;
	border-top:0;
	background: url('../../images/bg_nav01.png');
	-webkit-box-shadow: 0 6px 6px 0px rgba(80, 80, 80, 0.4);
	box-shadow:  0 6px 6px 0px rgba(80, 80, 80, 0.4);
	position:absolute;
	top:auto;
	display:none;
	z-index:1000;
}
#primary-nav ul ul {
	margin-left:-1px;
	left:100%;
	top:0px;
}
#primary-nav li {
	padding-bottom:10px;
	float:left;
}
#primary-nav > li {
	background: url('../../images/bg_nav02.png') 0 140% repeat-x;
}
#primary-nav > li:hover {
	background: url('../../images/bg_nav02.png') 0 100% repeat-x;
}
#primary-nav li li {
	padding:0;
	float:none;
	position:relative;
	font-weight:normal !important;
	line-height:normal;
}
#primary-nav > li + li > a {
	border-left:1px solid #FFF;
}
/* Styling the basic apperance of the menu elements */
#primary-nav > li a:link, #primary-nav > li a:active, #primary-nav > li a:visited {
	padding:0 30px;
	display:block;
	font:12px/30px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 0px 0px 5px #7A1;
}
#primary-nav li li a:link, #primary-nav li li a:active, #primary-nav li li a:visited {
	padding:0;
	background:none;
	font-size:12px !important;
	font-weight:normal;
	color:#FFF;
	line-height:30px;
	text-transform:none;
	text-shadow: 0px 0px 5px #555;
	white-space:nowrap;
}
#primary-nav ul li + li {
	border-top:1px dotted #060;
	display:block;
}	
#primary-nav > li:hover a {
	color:#FE6;
	text-decoration:none;
	text-shadow: 1px 1px 3px #030;
}
#primary-nav li li a:hover {
	color:#FE6;
}
#primary-nav > li.menuactive > a {
	color:#CCC;
}
/* 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
*********************/

/* hack for Internet Explorer */
* html div#footerNav {
	/* hide ie/mac \*/
   height:1%;/* end hide */
}
/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#footerNav {
	float:left;
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#footerNav ul {
	margin-top:5px;
}
/* menu list items */
div#footerNav li {
	float:left; /* makes the list horizontal */
	list-style:none; /* hides the list bullet */
	font-size:12px;
	color:#FFF;
	line-height:12px;
}
div#footerNav li + li {
	margin-left:8px;
	padding-left:8px;
	border-left:1px solid #FFF;
}
/* the links, that is each list item */
div#footerNav a:link, div#footerNav a:active, div#footerNav a:visited {
	color:#FFF;
	text-decoration:none; /* no underline for links */
	display:block; /* IE has problems with this, fixed above */
}
/* hover state for links */
div#footerNav li a:hover {
	color:#FE6;
}
/* active parent, that is the first-level parent of a child page that is the current page */
div#footerNav li.activeparent a, div#footerNav li a.menuactive {
	color:#FE6;
}
div#footerNav a.activeparent:hover, div#footerNav li a.menuactive:hover {
	color:#FE6;
}
/* Footer */
/* Stylesheet: menu Modified On 2013-03-28 10:10:48 */
