@charset "utf-8";

@font-face {
	font-family: 'icons';
	src: url('fonts/icons.eot');
}
@font-face {
	font-family: 'icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8RDP0AAAC8AAAAYGNtYXAATQGAAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5Zu/waAcAAAGIAAABQGhlYWQH3IBdAAACyAAAADZoaGVhB6oDyAAAAwAAAAAkaG10eBIAAYAAAAMkAAAAHGxvY2EAdADoAAADQAAAABBtYXhwAAoAOwAAA1AAAAAgbmFtZZlKCfsAAANwAAABhnBvc3QAAwAAAAAE+AAAACAAAwOAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAUwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAgADwAPgBT//3//wAAAAAAIAA8AD4AU//9//8AAf/j/8j/x/+zAAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQCg/8ADIAPAAAYAAAU3CQEnCQECoID+gAGAgP4AAgBAgAGAAYCA/gD+AAABAOD/wANgA8AABgAAAQcJARcJAQFggAGA/oCAAgD+AAPAgP6A/oCAAgACAAAAAAACAAD/2APoA8AAIwA4AAAlJy4BBz4BNTQuAiMiDgIVFB4CMzI2NwYWHwEeATc2JiclIi4CNTQ+AjMyHgIVFA4CIwPg8hMnECsxPGmLUFCLaTw8aYtQR4AyARARzhtLGxoEHv2gNV1GKChGXTU1XUYoKEZdNVnOERABMoBHUItpPDxpi1BQi2k8MSsQJxPyHgQaG0sb5yhGXTU1XUYoKEZdNTVdRigAAAABAAAAAQAAyPYJ4V8PPPUACwQAAAAAANJqnfAAAAAA0mqd8AAA/8AD6APAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAPoAAEAAAAAAAAAAAAAAAAAAAAHBAAAAAAAAAAAAAAAAgAAAAQAAKAEAADgBAAAAAAAAAAACgAUAB4ANABMAKAAAQAAAAcAOQACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype');
	font-weight: normal;
	font-style: normal;
}
.icon_font {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
 font-family:Roboto, sans-serif;
 font-size:14px;
 margin:0px;
 background-color:#fff;
 color:#000;
	-webkit-text-size-adjust: none;	
}

table { border-collapse:collapse; }
td, th { font-size:14px;padding:0px; }
.padded td, .padded th { padding:2px; }
th { text-align:left; }

table.bordered { border-top:1px solid #cccccc; border-left:1px solid #cccccc; }
.bordered td, .bordered th { border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; }
.altrows tr:nth-child(odd) { background-color:#f1f1f1; }

img { border:none; margin:0; }
p { margin-top:0px; max-height:10000em; }
hr { margin:16px 0; padding:0; height:2px; border:none; overflow:hidden; background-color:#F47721; }

h1 { font-size:14px;font-weight:normal;margin:0;padding:19px 0 7px; white-space:nowrap; }
h2 { font-size:22px;margin:0 0 16px; }
h3 { font-size:18px;margin:16px 0 6px; }
h4 { font-size:16px;margin:0; }

#main h3 { font-size:20px; margin:22px 0 16px 0; border-bottom:2px solid #f47721; clear:both; }


a:link, a:visited { color:#f47721; text-decoration:none; }
a:active, a:hover { color:#000; }

:focus { outline:none; }

ul {
	margin-top:0px;
	margin-left:0px;
	padding-left:16px;
}
.no_bullets {
 list-style-type:none;
	padding-left:0px;
	margin:0px;
}

form { margin:0px; }
select, input, textarea { font-family:roboto, san serif; font-size:13px;margin:1px 0; }
input[type=text] { border-radius:0;padding:3px 4px; border:1px solid #a9a9a9; }
input[type=text]:focus, input[type=text]:hover { border:1px solid #f47721; }
input[type=submit] {
 text-transform:uppercase;
 color:#000;
 background-color:#f47721;
 border:none;
 padding:4px 8px;
 font-weight:bold;
 box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);
 text-shadow:1px 1px 1px rgba(255,255,255,0.3);
 border-radius:2px;
 -webkit-appearance:none;
}
input[type=submit]:active {
 box-shadow:-1px -1px 2px 0 rgba(0,0,0,0.2);
}

.m, .m td, .m th { font-size:14px; }
.s, .s td, .s th { font-size:12px; }
.xs, .xs td, .xs th { font-size:10px; }

.right {
 float:right;
 margin-left:20px;
}

.left {
 float:left;
 margin-right:20px;
}

.inlineBlock {
	display:inline-block;
 	zoom:1;
 	*display:inline;
}

.success {
 color:#00cc00;
 font-weight:bold;
}
.error {
 color:#cc0000;
 font-weight:bold;
}
.warning {
 color:#ff9900;
 font-weight:bold;
}

.clear {
 clear:both;
	height:1px;
	overflow:hidden;	
}

.third {
	display:inline-block;
 	zoom:1;
 	*display:inline;
 padding:0 1.0416%; /*about 10px @ 960px width*/
	width:31.25%; /*300px at 960px width */
	min-width:200px;
	vertical-align:top;
}

.tab {
	margin-left:20px;
}

#header {
	text-align:right;
	max-width:940px;
	padding:20px 1.0416% 0; /*about 10px @ 960px width*/
	margin:0 auto;
}

#logo_space {
 float:left;
}
#logo {
	width:240px;
	height:74px;
}

#tagline {
	margin:-14px 0 6px 78px;
	text-align:left;
}

#header form {
	display:inline-block;
	 zoom:1;
		*display:inline;
	float:right;
	padding-top: 3px;
	margin-left:15px;
	white-space:nowrap;
}
#header form a {
	font-size:23px;
	line-height:25px;
 vertical-align: top;
 color:#000;
}
#header form a:hover { color:#f47721; }
#header input[type=text] { width:158px; }
.icons {
	white-space:nowrap;
}
.icons a {
	display:inline-block;
 	zoom:1;
 	*display:inline;
	width:32px;
	height:32px;
	background-size:32px 64px;
	margin-left:6px;
}
.icons a:hover, #icons a:active { background-position:0 32px; }

#nav {
	clear:left;
	max-width:950px;
 background-color:#f47721;
	margin:10px auto;
	color:#fff;
	font-size:18px;
 text-align:center;
	padding:5px;
}
#nav > div {
	display:inline-block;
 	zoom:1;
 	*display:inline;
	padding:8px 0 7px;
 width:102px;
 text-align:center;
	cursor:pointer;
}
#nav a:link, #nav a:visited { color:#000; }
.dd {
	display:none;
 position:relative;
 z-index:2;
	background-color:#fff;
	color:#999;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
 position: absolute;
	margin-top:3px;
 border:1px solid #000;
	max-width:160px;
 min-width:82px;
	cursor:default;
}
.dd .tab { margin-left:10px; }
#nav > div:hover > a:first-child {
 font-size:20px;
 line-height:20px;
	display:block;
 font-weight:bold;
}
#nav > div:hover .dd { display:block; }
#nav div.dd a:hover { color:#f47721; }

#nav a:link.current, #nav a:visited.current { color:#fff; }

#nav_support .dd a:first-child { font-weight:bold; }

#main {
	max-width:960px;
	margin:17px auto 16px;
	padding:0 1.0416%; /*about 10px @ 960px width*/
	min-height:300px;
}

#breadcrumb_trail {
	font-size:13px;
	margin-bottom:4px;
	color:#f47721;
}
#breadcrumb_trail .header {
 color:#000;
 text-transform:uppercase;
}

#footer {
 clear:both;
	max-width:960px;
	width:100%;
	margin:37px auto 20px;
	border-top:2px solid #f37620;
	font-size:13px;
	line-height:18px;
}
#footer a { color:#000; }
#footer a:hover { color:#f47721; }

#footer h3 a:link, #footer h3 a:visited { color:#f47721; }
#footer h3 a:hover, #footer h3 a:active { color:#000; }
#footer input[type=text] { margin-bottom:4px; }

.wrench {
	background-image:url(img/bg-wrench.png);
 background-size:200px auto;
 background-repeat:no-repeat;
 height:37px;
 padding:52px 0 0 10px;
 margin:-30px 0 5px;
}

#bottom_icons { display:none; text-align:center; margin-top:19px; }

#copyright { margin-top:15px; }
#copyright, #credit { font-size:11px; text-align:center; line-height:normal; }
#copyright img { width:39px; height:12px; vertical-align: text-top; }
#credit { color:#999; }
#credit a, #credit a:hover { color:#999; }

.right_half {
 float:right;
 width:100%;
 max-width:470px;
 margin-left:20px;
 min-width:300px;
}

.thumbnails {
 width:100%;
 height:81px;
 overflow:auto;
 margin-bottom:20px;
}
.thumbnails img { max-width:none; }


/*home page*/

.scale {
	display:inline-block;
 	zoom:1;
 	*display:inline;
 position:relative;
 width:100%;
}
.scale_16_9 { margin-top: 56.25%; }
.scale_8_5 { margin-top: 62.15%; }
.scale_1_1 { margin-top: 100%; }
.scale_prop_3x1 {	margin-top:33.333%; }
.scale_prop_960x400 {	margin-top:41.667%; }
.scale_object {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
 z-index:1;
}
#slide_area {
 white-space:nowrap;
}
#slider, #inner_slider {
 vertical-align:middle;
 background-repeat:no-repeat;
 background-position:left top;
 width:100%;
 background-image:url(img/blank.gif);
 background-size:100%;
 display:inline-block;
  zoom:1;
  *display:inline;
 overflow:hidden;
}
.arrows {
 background-color:rgba(255,255,255,0.3);
 color:#333;
 font-size:32px;
 line-height:1;
 padding:6px 0;
 cursor:pointer;
}
.arrows:hover {
 color:#f47721;
 background-color:rgba(255,255,255,0.5);
}

.arrow_frame {
 position:absolute;
 width:100%;
 max-width:1080px;
 margin-left:-540px;
 left:50%;
}

#slider_left {
 position:relative;
 z-index:2;
 margin-right:-32px;
 vertical-align:middle;
 display:inline-block;
  zoom:1;
  *display:inline;
}
#slider_right {
 position:relative;
 z-index:2;
 margin-left:-32px;
 vertical-align:middle;
 display:inline-block;
  zoom:1;
  *display:inline;
}
.carousel {
 width:100%;
 max-width:960px;
 vertical-align:middle;
 display:inline-block;
  zoom:1;
  *display:inline;
 overflow:hidden;
 height:280px;
 white-space:nowrap;
}
.carousel div {
 width:260px;
 height:280px;
 overflow:hidden;
 margin:0 30px 30px;
 text-align:center;
 display:inline-block;
  zoom:1;
  *display:inline;
}
carousel div:last-child { margin-right:0; }
.carousel div img {
 width:260px;
 height:260px;
 background-size:contain;
 background-position:center center;
 background-repeat:no-repeat;
 vertical-align:bottom;
 margin-bottom:3px;
}
.carousel_left {
 position:absolute;
 margin-top:124px;
 left:10px;
}
.carousel_right {
 position:absolute;
 margin-top:124px;
 right:10px;
}
.carousel_more {
 font-size:32px;
 font-weight:bold;
 background-color:#f1f1f1;
 vertical-align:top;
}
.carousel_more a {
 display:inline-block; zoom:1; *display:inline;
 padding-top:81px;
}
.carousel_more span { font-size:24px; }

/*products page */
.prod_left {
	display:inline-block;
		zoom:1;
		*display:inline;
	width:214px;
	padding-right:10px;
 padding-bottom:20px;
	border-right:1px solid #f47721;
	margin-right:20px;
	vertical-align:top;
}
.categories { font-weight:bold; }
.prod_left h4 { color:#f47721; margin-bottom:13px; }
.prod_left a { color:#000; }
.prod_left a:hover { color:#f47721; }
.prod_left .active { color:#f47721; }
.main_right {
	display:inline-block;
		zoom:1;
		*display:inline;
	width:100%;
	max-width:715px;
	vertical-align:top;
}
.products {
	margin-left:-40px;
	text-align:center;
}
.products div {
	margin:0 0 40px 40px;
	vertical-align:top;
	display:inline-block;
		zoom:1;
		*display:inline;
	width:205px;
}
.products div img {
	width:205px;
	height:205px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin-bottom: 3px;
}
.sidenav {
 margin-bottom:13px;
}

#show_all {
	text-align:center;
	padding:10px 20px;
	background-color:#eee;
	font-size:18px;
}

/* product page */
#prod_image {
	margin-bottom:10px;
 max-width:100%;
 width:430px;
}
#prod_image img {
 max-width:430px;
 max-height:430px;
 min-height:280px;
 min-width:280px;
 background-position:center center;
 background-repeat:no-repeat;
 background-size:contain;
 z-index:1;
}
#thumbs {
 margin-left:-10px;
}
#gallery #thumbs img {
 width:100px;
 height:100px;
 min-height:100px;
 min-width:100px;
 margin:10px 0 10px 10px;
 background-position:center center;
 background-repeat:no-repeat;
}

#gallery {
 width:430px;
 float:left;
 margin-right:20px;
}
#description {
 overflow:hidden;
}
.basic {
 border:1px solid #ccc;
 padding:5px;
 margin-bottom:20px;
}
.basic h2 { margin-bottom:0; }
.colours span {
 display:inline-block;
  zoom:1;
  *display:inline;
 vertical-align:sub;
 width:15px;
 height:15px;
 border:1px solid #808080;
 margin-right:5px;
}
.tabs {
 white-space:nowrap;
 overflow:hidden;
 margin-bottom:6px;
}
.tabs div {
 cursor:pointer;
 color:#000;
 background-color:#F47721;
 padding:5px 10px;
 display:inline-block;
  zoom:1;
  *display:inline;
 margin-right:5px;
 font-size:18px;
}
.tab_content > div {
 display:hidden;
}
.stars, .stars div {
 display:inline-block;
  zoom:1;
  *display:inline;
 background-color:#ccc;
 background-image:url(img/bg-stars.png);
 background-size:cover;
 width:88px;
 height:15px;
 overflow:hidden;
}
.stars div {
 background-color:#fc0;
}

/* blog */
.blog_right {
	display:inline-block;
		zoom:1;
		*display:inline;
	width:220px;
	margin-left:20px;
 margin-bottom:20px;
	vertical-align:top;
 padding:10px;
 background-color:#e4e4e4;
}
.main_left {
	display:inline-block;
		zoom:1;
		*display:inline;
	width:100%;
	max-width:700px;
	vertical-align:top;
}
.post {
 clear:both;
 margin-top:20px;
 border-top:2px solid #F47721;
 padding-top:10px;
}
.post .category {
 color:#F47721;
 font-size:16px;
 font-weight:bold;
}
#main .post h3 {
 clear:none;
 border:0;
 margin-top:0;
}
#main .post h3 a:link, #main .post h3 a:visited { color:#000; }
#main .post h3 a:active, #main .post h3 a:hover { color:#F47721; }

#main #popular h4 a:link, #main #popular h4 a:visited { color:#000; }
#main #popular h4 a:active, #main #popular h4 a:hover { color:#F47721; }

.main_left .post img {
 max-width:300px;
 max-height:300px;
 float:left;
 margin:0 20px 20px 0;
}
#popular {
 text-align:center;
}
#popular .post {
 margin-top:10px;
 width:220px;
 text-align:left;
 display:inline-block;
  zoom:1;
  *display:inline;
}
#popular .post img {
 max-width:220px;
 max-height:220px;
}
#popular h3 {
 border:0;
}
.pagination { clear:both; text-align:right; }
#newer { float:left; }
.date { color:#F47721; }

#cover {
 background-color:#fff;
 margin-top:-28px;
 position:relative;
 z-index:2;
}

@media (max-width:1080px) { .arrow_frame { left:0; margin-left:0; } }
@media (max-width:979px) {
	h1 { padding-bottom:5px; padding-top:0px; margin-top:-4px; }
	#nav div {	margin:0 5px;	}
	.dd { visibility:hidden; display:none; width:0; height:0; overflow:hidden; }
	#nav > div:hover > a:first-child { padding:0; display:inline; }
	body { overflow-x:hidden; }
	#header form { float:none; margin-bottom:4px; }
 #slide_area {
  margin:-10px;
 }
 .carousel div {
  width:50%;
  margin:0;
 }
 /*
	.carousel {
		text-align:center;
		white-space:normal;
  height:auto;
	}
 */
	.main_right {
		width:74%;
	}
 .right_half {
  max-width:50%;
 }
 textarea { max-width:45% !important; }
	.prod_left {
		width:23%;
		padding-right:1%;
		margin-right:1%;
	}
	.products { margin-left:-2%; }
	.products div { margin-left:2%;	}
 .main_left { max-width:100%; }
 .blog_right {
  margin-left:0;
  display:block;
  width:auto;
 }
 #popular .post {
  margin:0 30px 10px;
 }
}
@media (max-width:659px) {
 #nav { margin-top:9px; }
 #nav > div#nav_home { display:none; }
 #nav > div { width:auto; margin: 0 10px; padding: 3px 0 2px; }
 #nav > div:hover > a:first-child { font-weight:normal; font-size:18px; }
 #main { margin-top:7px; }
	#main, #header { padding:0 10px; }
	#header form { margin-bottom:0px; }
 #header input[type=text] { width: 123px; }
 #tagline { margin:-10px 0 8px 34px; font-size:8px; }
	h1 { font-size:11px; padding:12px 0 0; margin-bottom:1px; }
	#logo_space { width:auto; margin-top:14px; }
 #logo { width:120px; height:37px; }
	#top_icons { display:none; }
	#bottom_icons { display:block; }
 .third {	width:auto; padding:0 10px; display:block;	}
 #footer form { text-align:center; }
 .carousel div {
  width:100%;
 }
	.prod_left {
		border-right:none;
		width:auto;
		margin-right:0;
	}
	.main_right { width:auto; }
	.products { margin-left:0px; }
	.products div { margin-left:0px;	}
 #gallery { float:none; margin:0; width:100%; text-align:center; }
 .right_half {
  float:none;
  margin:0;
 }
 img { max-width:100%; }
 .fb-like { margin-bottom:20px; }
 .right, .left { float:none; margin:0 auto; display:block;	}
 #cover, .fb-comments.fb_iframe_widget { display:none; }
 textarea { max-width:98% !important; }
 .tabs div { font-size:16px; margin-right:2px; }
}