/* 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(http://shaker.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(http://shaker.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://shaker.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 {
	font:12px/1.5em 'Open Sans', sans-serif;
	background:#000 url('../../images/bg_bdy01.jpg') 50% 0 no-repeat fixed;
	color:#BBB;
}
em {
	font-style:italic;
}
strong, b {
	font-weight:700;
}
a, a img, input, textarea, li {
	-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;
}
table td {
	vertical-align:top;
}
#holder {
	background: transparent url('../../images/bg_bdy02.png') 50% 0 no-repeat;
	width:100%;
}
#header {
	margin:0 auto;
	width:930px;
	height:210px;
	position:relative;
	z-index:15;
}
#logo {
	margin:0 auto;
	padding-top:80px;
	width:917px;
	height:67px;
}
#logo a {
	background:url('../../images/logo01.png') no-repeat;
	width:917px;
	height:67px;
	display:block;
	text-indent:-9999px;
}
#headerTxt {
	font: 30px/32px 'Open Sans', sans-serif;
	color:#FFF;
	position:absolute;
	right:10px;
	top:50px;
}
#headerTxt a {
	color:#FFF;
	text-decoration:none;
}
#mainNav {
	width:100%;
	height:30px;
	position:absolute;
	bottom:15px;
	left:0;
}
#banner {
	margin:0 auto;
	width:930px;
	max-height:400px;
}
#content {
	margin:0 auto;
	background:url('../../images/bg_trnsp01.png');
	width:930px;
	min-height:300px;
}
#content h1, #content h2, #content h3, #content h4 {
	margin:15px 0;
	font: normal 1em/normal "Century Gothic", "Avant Garde", "AppleGothic", "Heiti TC", sans-serif;
	color:#FFF;
}
#content h1 {
	padding: 5px 10px;
	border:1px solid #222;
	background: url("../../images/bg_trnsp01.png");
	font-size: 28px;
	font-weight: normal;
}
#content h2 {
	padding:5px 10px;
	background:#F1A303;
	font-size:15px;
	font-weight:700;
	color:#000;
}
#content h3 {
	font-size:16px;
	color:#F1A303;
}
#content h4 {
	font-size:14px;
}
#content p {
	padding:10px 0;
}
#content a:link, #content a:active, #content a:visited {
	color:#FFF;
	text-decoration:underline;
}
#content a:hover {
	color:#F1A303;
	text-decoration:none;
}
#content ul, #content ol {
	list-style: none outside none;
	padding:10px 0 0 20px;
}
#content li {
	background: url("../../images/bl01.png") 0 0 no-repeat;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 25px;
}
#col-1 {
	margin:0 auto;
	padding: 20px 0;
	clear: both;
	display: table;
	width: 890px;
}
#col-1 blockquote {
	padding:10px 0 5px 0;
	clear:both;
	color:#CCC;
	font-size:14px;
	font-style: italic;
	font-weight:normal;
}
#col-2, #col-3 {
	display:block;
	position:relative;
}
#col-2 {
	width:550px;
	float:left;
}
#col-3 {
	width:300px;
	float:right;
}
#col-1 iframe {
	padding: 3px;
	border:1px solid #CCC;
	-webkit-box-shadow:0 0 15px -5px #DDD;
	box-shadow:0 0 15px -5px #DDD;
}
#footerHolder {
	margin:0 auto;
	background:url('../../images/bg_trnsp01.png');
	width:930px;
	clear:both;
}
#footer {
	margin:0 auto;
	padding:20px 0;
	width:900px;
	font-size:11px;
	color:#444;
	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:#444;
	text-decoration:none;
}
#footer a:hover {
	color:#F1A303;
}
#social {
	margin-top:15px;
	display:block;
	line-height: 22px;
	float:right;
}
#social img {
	margin-left:10px;
	vertical-align: middle
}
#social a:hover {
	opacity:0.5;
}
/* products */
.prodsTable {
	margin: 15px auto;
	border: 1px solid #222;
	border-width: 1px 1px 0 0;
	display: table;
}
.prodsTable td {
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	padding: 4px 10px;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
	vertical-align:top;
	text-align:center;
}
.prodsTable td:hover {
	background-color: #000;
	color:#FFF;
}
.prodsTable td:hover li {
	border-bottom: 1px dotted #000;
}
.prodsTable td ul {
	list-style-image: none !important;
	list-style: none !important;
}
.prodsTable td ul li {
	border-bottom: 1px dotted #222;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.prodsTable td img {
	margin: 0px auto;
	display: block;
}
.prodsTable td strong {
	color: #CF0A13;
	font-size: 18px;
}
.prodsTable td h3 {
	border: 0px;
	background-color: #CF0A13;
	padding: 4px 10px;
	color: #CCC;
	margin-top: 8px;
}
/* forms */

.cms_form {
	margin:15px 0;
	width:300px;
	display: table;
}
.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;
}
.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:2px solid #000;
	background:#CCC;
	width:300px;
	text-indent:10px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	color:#000;
	display:block;
}
.cms_form input[type=text], .cms_form input[type=email] {
	height:26px;
	line-height:26px;
}
.cms_form textarea {
	padding:10px 0 0;
	height:50px;
}
.cms_form select {
	width:302px;
	height:26px;
	line-height:26px;
	text-indent:0;
}
.cms_form input[type=text]:focus, .cms_form input[type=email]:focus, .cms_form textarea:focus, .cms_form select:focus {
	border-color:#F1A303;
	background:#EEE;
}
.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: #F1A303;
	min-width:80px;
	height:30px !important;
	font: 16px/30px 'Open Sans', sans-serif;
	color:#000;
	text-transform:uppercase;
	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;
}
.cms_submit:hover {
	background:#FFF !important;
	text-shadow: 0px 0px 3px #EEE;
	text-decoration:none !important;
}
.error_message {
	padding: 5px 10px 5px 0;
	background: #000;
	border: 1px solid #900;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	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;
}
/* Stylesheet: theme Modified On 2014-09-19 13:13:21 */
.clearb {
	clear:both;
}
#primary-nav, #primary-nav ul {
	list-style:none;
	padding:0 !important;
}
#primary-nav ul {
	padding:0 30px 5px !important;
	background: url('../../images/bg_trnsp01.png');
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 7px 7px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0 7px 7px 0px rgba(0, 0, 0, 0.1);
	position:absolute;
	top:auto;
	display:none;
	z-index:1000;
}
#primary-nav ul ul {
	left:100%;
	top:0px;
}
#primary-nav li {
	margin:0;
	text-align:center;
	float:left;
}
#primary-nav li li {
	margin:0;
	min-width:150px;
	width:100%;
	float:none;
	position:relative;
	text-align:left;
	font-weight:normal !important;
	line-height:normal;
}
#primary-nav > li:hover {
	background: url('../../images/bg_trnsp01.png');
}
/* 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:14px/30px "Century Gothic", "Avant Garde", "AppleGothic", "Heiti TC", sans-serif;
	color:#000;
	text-decoration:none;
}
#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;
	text-transform:none;
	white-space:nowrap;
}
#primary-nav ul li + li {
	border-top:1px solid #444;
	display:block;
}	
#primary-nav li li a:hover {
	text-shadow: 0px 0px 10px #000;
	color:#F1A303;
}
#primary-nav > li:hover, #primary-nav > li:hover a {
	color:#FFF;
}
/* 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 */
div#footerNav {
	float:left;
}
div#footerNav ul {
	margin:5px auto;
	display:table;
}
div#footerNav li {
	float:left;
	list-style:none;
	font-size:12px;
	color:#FFF;
	line-height:12px;
}
div#footerNav li + li {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #FFF;
}
div#footerNav a:link, div#footerNav a:active, div#footerNav a:visited {
	color:#FFF;
	text-decoration:none;
	display:block;
}
div#footerNav li a:hover {
	color:#F1A303;
}
div#footerNav li.activeparent a, div#footerNav li a.menuactive {
	color:#F1A303;
}
div#footerNav a.activeparent:hover, div#footerNav li a.menuactive:hover {
	color:#F1A303;
}
/* Stylesheet: menu Modified On 2014-02-14 16:50:33 */
