/* 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://designrsecrets.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://designrsecrets.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://designrsecrets.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 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #f60;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* Stylesheet: FormBuilder Default Style Modified On  */
/* Horizontal menu for the CMS CSS Menu Module */
#menu_vert {margin-left:1px; margin-right:1px;}
/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb {clear:both;}
#menuwrapper {width:100%;}

#primary-nav, #primary-nav ul {margin:0px; list-style:none;}
#primary-nav {margin:0; display:table; float:right;}
#primary-nav ul {margin:0; position:absolute; top:auto; display:none; z-index:1000;}
#primary-nav li {color:#fff; float:left; margin:0; margin:0; border-right:1px solid #fff;  width:140px;}
#primary-nav a, #primary-nav a:link,#primary-nav a:visited {
	padding:0px 0px;	
	text-align:center;
	color:#fff;
	font-weight:100;
	font-size:12px;
	font-weight:none;
	line-height:12px;
	display:block;
	text-decoration:none;	
	font-family:century gothic, arial;
}
#primary-nav a:hover{color:#353535;}
#primary-nav li:hover > a {color:#353535;}
#primary-nav li a.menuactive, #primary-nav li.menuactive {color:#353535;}
#primary-nav li a:hover, #primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactive {color:#353535;}

#primary-nav ul ul {margin-top:1px; left:100%;}
#primary-nav li li {width:190px; margin:0; float:none; position:relative; text-align:left; border:0;}
#primary-nav li li:first-child {border-top:1px solid #707070; margin-top:7px;}
#primary-nav li li a, #primary-nav li li a:link, #primary-nav li li a:active, #primary-nav li li a:visited {
	padding:5px 20px;
	background:#000;
	font-size:12px;
	color:#707070;
	text-transform:none;
	border-left:1px solid #707070;
	border-right:1px solid #707070;
	border-bottom:1px solid #707070;
	width:auto;
	text-align:left;
        
}
#primary-nav li li a:hover {color:#fff;}
#primary-nav ul li.menuparenth, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {background-position:center right; background-repeat:no-repeat;}
#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 {background:#05c40d; color:#000;}
#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; background:transparent;}
/* 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-right:13px; padding-left:7px;}
div#footerNav li {
	margin-top:10px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #fff;
	float:left; /* makes the list horizontal */
	list-style:none; /* hides the list bullet */	
	color:#fff;
	line-height:1.0em;
}
/* the links, that is each list item */
div#footerNav a:link, div#footerNav a:active, div#footerNav a:visited {
	font-size:11px;
	color:#fff;
	font-weight:100;
	text-decoration:none;
	font-family: Century gothic, Arial;
	display:block; /* IE has problems with this, fixed above */
}
/* hover state for links */
div#footerNav li a:hover {color:#000;}
/* Stylesheet: menu Modified On 2013-04-18 09:30:02 */
/* 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;}
.hr {width:100%; border-bottom:dotted 1px #e7b5da; padding:0 0 20px 0;}
table, th, td {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
body {font:12px/1.5em Arial, Helvetica, sans-serif; background: #54555a;}
em {font-style:italic;}

a:hover, a img:hover {
    transition: all 300ms ease 0s;
}


#holder {width:960px; margin:0 auto; padding:0;}
#header {width:960px; height:130px; position:relative; margin:0;}
#mainNav {width:960px; padding:5px 0 20px 0; margin:0;}
#banner {
	width:950px;
	min-height:270px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	border:5px solid #fff;
}
#bannerTxt {width:300px; position:absolute; top:70px; left:70px; font-size:12px; line-height:1.5em; color:#fff; overflow:hidden; background: url(/images/bg_banner.png) no-repeat top left; padding:14px 35px; min-height:230px;}
#bannerTxt a {color:#ffba00;text-decoration:none;}

#bannerTxt p {padding-bottom:20px;}
#bannerTxt a:link, #bannerTxt a:active, #bannerTxt a:visited {color:#fff;text-decoration:none;}
#bannerTxt a:hover {color:#fff;	text-decoration:underline;}


#content {width:100%; margin:0 auto; display:table;}
p {padding:5px 0;}
h1, h2, h3, h4 {color:#fff; font-weight:100; line-height:1.5em; font-family:Century gothic, arial; font-weight:bold;}
h1 {margin:10px 0 5px 0; padding:0; font-size:22px;}
h2 {margin:10px 0 5px 0; padding:0; font-size:18px; background:url(/images/bl1.png) no-repeat left; padding-left:18px;}
h3 {margin:10px 0 5px 0; padding:0; font-size:16px;}
h4 {margin:10px 0 5px 0; padding:0; font-size:13px;}

#content a:link, #content a:active, #content a:visited {color:#70a5b1; text-decoration:underline;}
#content a:hover {text-decoration:none;}
#content ul, #content ol {padding-left: 20px;}
#content li {padding-left:2px; color:#fff; no-repeat; line-height:20px;}

div#col-1 {margin:0 auto; padding:0; width:960px; clear:both;}
div#col-2, div#col-2-catalogue {margin:0; display:block; padding:10px 5px 30px 5px; float:left; position:relative; width:950px; color:#fff; min-height:170px;}
div#col-3{margin:0; display:block; padding:20px 0px 30px 0px; float:left; position:relative; width:960px; color:#fff;}
div#col-3 ul {width:223px; float:left; list-style:none; padding-left: 0px; margin-right:22px;}
div#col-3 ul li img {border:5px solid #fff; margin-left:-3px;}
div#col-3 ul li {line-height:16px; padding-left:3px;}
div#col-3 ul li h2 {padding-left:20px; margin-left:3px;}
#content div#col-3 ul li h2 a:link, #content div#col-3 ul li h2 a:active, #content div#col-3 ul li h2 a:visited {color:#fff; text-decoration:none;}

div#col-2 table.design-idea td {padding-top:30px; padding-bottom:30px; border-bottom:1px solid #AAABAD;}
div#col-2 table.design-idea img {max-width:300px; border: 5px solid #FFFFFF;}
div#col-2 table.design-idea img:hover {border: 5px solid #AAABAD;}

#footerHolder {width:100%; margin:0 auto; clear:both;}
#footer {width:960px; margin:0 auto; color:#262626; clear:both; display:table; padding:20px 0;}
#footerTxt {    
    margin:10px 0 20px 15px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	display:block;
	text-align:center;
	float:left;

}
#footer a, #footer a:link, #footer a:active, #footer a:visited {color:#262626; text-decoration:none;}
#footer a:hover {color:#fff;}
#social {display:block; float:right; line-height:33px; padding:10px 10px;}
#social img {margin-left:10px;}



table.globalTable {margin:10px auto; border:1px solid #CCC;	border-right:2px solid #999; border-bottom:2px solid #999; width:80%;}
table.globalTable tr.odd td {background:#FAFAFA;}
table.globalTable th {padding:5px 0;border-right:1px solid #CCC;border-bottom:1px solid #CCC;background:#FC0;text-align:center;font-size:13px;font-weight:bold;}
table.globalTable td {padding:5px;border-right:1px solid #DDD;border-bottom:1px solid #DDD;}


.cms_submit {width:100px !important; border:1px solid #fff; background:#303034; color:#fff;}

.contactform  input[type=text] {width: 230px; border:1px solid #fff; background:#303034; color:#fff;}
#message {width: 230px; border:1px solid #fff; background:#303034; color:#fff;}
.contactform #m62b34fbrp_captcha_phrase {width: 80px;}


/* products */
ul.category_items {
	padding:0 !important;
	width:980px;
	list-style:none;
}
li.category_item {	
    display: block;
    float: left !important;
    height: 180px;
    margin: 10px 66px 18px 0;    
    padding: 0 !important;
    text-align: center;
    width: 260px;
    position:relative;
}
li.category_item .img {overflow: hidden; width: 250px; height: 150px; border: 5px solid #FFFFFF;}
.category_name { bottom: -16px;
    height: 31px;
    line-height: 18px;
    position: absolute;
    width: 260px;}
#content .category_name a:link, #content .category_name a:active, #content .category_name a:visited {font-size:14px; color:#fff; font-weight:bold; font-family:Century gothic, Arial; text-decoration:none;}

li.category_item .img:hover {border:5px solid #AAABAD !important;}

.category_item h2 {
	font-size:18px !important;
	font-weight:none !important;
	text-transform:uppercase;
}
.category_item h2 a {
	text-decoration:none !important;
}
.catalog_item {}
.item_images {
	width:600px;
	float:left;
        padding-right:30px;
}

.item_images img {border:5px solid #fff;}

div.item_content {
	margin-left:10px;
margin-bottom:10px;
	width:300px;
	float:right;
	display:block;
}
.item_attribute_name {
	font-weight:none;
	color:#a7a9ac;
        font-family: Century gothic, Arial;
        font-size:16px;
        padding-bottom:20px;
        line-height: 24px;
}
.back-button { }
.back-button a {background: url("/images/back.png") no-repeat scroll 0 0 transparent;
    right: 15px; top: 25px;
    cursor: pointer;
    display: block;
    height: 24px !important;
    position: absolute;
    text-indent: -999px;
    width: 52px !important;
    z-index: 999; overflow: hidden;}

div.item_thumbnails img {
	margin:10px 5px 10px 0;
	width:48px;
}
/* end products */
/* Stylesheet: theme Modified On 2013-05-17 09:43:54 */
