/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	line-height: 1.5em;
	color: black;
	background: #fff;
	height: 100%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em
{
	font-style:italic;
}
/* layout style */
#page
{
	margin: 0 auto;
	width:960px;
}
#top
{
	padding: 13px 0 0 0;
	height:127px;
	overflow:hidden;
	background: #313131;
}
#top a#logo
{
	width:173px;
	height:75px;
	float:left;
	display:inline;
	margin:0 0 0 19px;
}
#motto
{
	width:390px;
	overflow:hidden;
	height: 94px;
	line-height:30px;
	float:left;
	display:inline;
	margin: 0 0 0 15px;
	text-align: right;
}
#motto h1, #motto strong
{
	display:inline;
	margin:0;
	padding:0;
	font-weight:semi-bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.25em;
	color: #626061;
}
#motto a#btn-buy {
	display: inline-block;
	width: 110px;
	height: 50px;
	line-height: 60px;
	font-size: 22px;
	font-family: 'Trebuchet MS';
	color: #000;
	padding: 0 60px 0 0;
	margin: 0 0 10px 210px;
	text-align: center;
	background: url('./img/bo/buyonline-icons.png') no-repeat 120px 0;
	text-decoration: none;
}
#call
{
	width:335px;
	height:54px;
	overflow:hidden;
	float:right;
	display:inline;
	margin: 0 20px  0 0;
	color: #9B9D5E;
	text-align: right;
	line-height:24px;
	font-size: 14px;
}
#call .freephone {
	font-size: 20px;
	color: #92C459;
}
#call .freephone strong { font-size: 23px; padding-left: 12px; }
#call .phone {
	font-size: 16px;
	padding: 0 0 0 0;
	color: #fff;
}
#call strong {
	color: #fff;
	font-weight: normal;
}
#call a { color: #92C459; text-decoration: none; padding-left: 2px; }
#searchbox
{
	width:328px;
	height: 30px;
	float:left;
	display:inline;
	text-align:right;
	margin: 5px 0 0 16px;
	overflow:hidden;
}
#searchbox label { 
	color: #92C459;
	cursor: pointer;
}
#cse-search-box input[type=search] { width: 175px; }
@media screen and (-webkit-min-device-pixel-ratio:0) { #cse-search-box input[type=search] { width: 192px; }}
#cse-search-box input
{
	border: 1px solid #92C459;
	background: #CCCCCC;
}
#cse-search-box #search-button
{
	border:none;
	background:#666;
	color: #fff;
	padding: 3px 5px;
}
#cse-search-results
{
	width: 760px;
	overflow:hidden;
}
ul#menu_top
{
	clear:both;
	margin:0;
	height:33px;
	background: #171717;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding:0;
	line-height: 33px;
	overflow:hidden;
}
ul#menu_top li
{
	float:left;
	display:inline;
	height:33px;
	text-indent: 0;
	background: none;
}
ul#menu_top li.active
{
	background: #6D7841;
}
ul#menu_top li a:link, ul#menu_top li a:visited
{
	color: #fff;
	text-decoration:none;
	float:left;
	display:block;
	height:30px;
	padding: 0 14px 5px 15px;
	text-transform: uppercase;
}
ul#menu_top li a:hover, ul#menu_top li a:active
{
	text-decoration: underline;
}
#bg-medium
{
	background: url('./img/content_medium_bg.png') repeat-y;
	margin-bottom: 10px;
}
#bg-small
{
	background: url('./img/content_small_bg.png') repeat-y;
	margin-bottom: 10px;
}
#content
{
	float:left;
}
#content.wide
{
	width:960px;
}
#content.medium, #content.small, #bg-medium div.medium, #bg-small div.medium, #bg-medium div.small, #bg-small div.small
{
	width:760px;
	padding: 0 5px 0 0;
}
#bg-medium div.small #content_container, #bg-small div.small #content_container
{
	width:610px;
}
#content_container #column_left
{
	width:250px;
	float:left;
	display:inline;
}
#content_container #column_right
{
	width: 340px;
	margin: 0 0 0 20px;
	float:left;
	display:inline;
}
#content_container #column_right.noleft
{
	width: 340px;
	margin: 0;
	float:left;
	display:inline;
	padding-left:270px;
}

#hp_image
{
	width:960px;
	height: 520px;
	overflow:hidden;
	position:relative;
}
#hp_image img
{
	position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#hp_image img.active
{
	z-index:10;
}
#hp_image img.last-active
{
	z-index:9;
}
#hp_image .overlay
{
	width: 205px;
	height: 290px;
	background: rgb(100,100,100);
	background: rgba(100,100,100,0.6);
	color:#ccc;
	position:absolute;
	top:0;
	left:0;
	padding: 10px 15px 20px 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.5em;
	line-height:1.1em;
	z-index:11;
}
#hp_image .overlay p
{
	margin: 0.5em 0;
}
#hp_image .overlay .close
{
	font-size:0.4em;
	text-align:right;
	cursor:pointer;
}
#hp_image .overlay .close span
{
	text-decoration: underline;
}
#hp_image .overlay p.link
{
	font-size: 0.7em;
}
.overlay a:link, .overlay a:visited
{
	color: #ccc;
}
.overlay a:hover, .overlay a:active
{
	color:#0c9723;
}
.overlay p
{
	padding:0;
}
.hp_product
{
	float:left;
	width:120px;
	height: 200px;
	overflow: hidden;
	display:inline;
	margin: 5px 15px 10px 0;
}
.hp_product a:link, .hp_product a:visited
{
	color: #486166;
	text-transform:uppercase;
	font-size: 1.6em;
	text-decoration: none;
}
.hp_product a:hover, .hp_product a:active
{
	text-decoration: underline;
}
.menu_line
{
	margin: 15px 0 0 0;
	padding:0;
}
.menu_line p
{
	margin:0;
	padding:0;
}	
.menu_line a:link, .menu_line a:visited
{
	
	color: #333;
	font-size: 0.75em;
	text-decoration:underline;
	font-weight:bold;
	padding-right:10px;
}
.menu_line a:hover, .menu_line a:active
{
	color:#9c9e5f;
	text-decoration:none;
}
#footer
{
	height: 55px;
	clear:both;
	color: #e4e4e4;
	font-size: 0.75em;
	background: url('./img/bottom_bg.png') repeat-x;
	text-align:center;
	line-height:1.4em;
	padding: 6px 0 0 0;
	position:relative;
}
#footer p
{
	margin:0;
}
#footer a:link
{
	color: #fff;
}
#footer a:visited
{
	color: #ccc;
}
#footer a:hover, #footer a:active
{
	text-decoration:none;
}
#footer .address
{
	width:190px;
	height:195px;
	position:absolute;
	left:760px;
	top:-195px;
	color:#333;
	text-align:left;
	font-size: 1.3em;
	line-height: 1.4em;
}
#footer .address a
{
	color:#333;
}
#side
{
	float:left;
	width:190px;
	overflow:hidden;
	position:relative;
	padding: 0 0 210px 5px;
}
#side .item
{
	float:left;
	width:95px;
	height:140px;
	overflow:hidden;
	text-align:center;
	line-height:1.1em;
	display:inline;
}
#side .item a:link, #side .item a:visited
{
	
	font-size: 0.9em;
	text-decoration:none;
	color:#333;
}
#side .item a:hover, #side .item a:active
{
	color:#9c9e5f;
}
#side p, #side ul
{
	padding:0;
}
#middle
{
	float:right;
	width:121px;
	overflow:hidden;
	padding: 0 10px 0 0;
	font-size: 0.9em;
}
#middle p, #middle ul
{
	padding:0;
}
#middle h2, #middle h3
{
	text-transform:uppercase;
}
#middle ul li
{
	padding:0;
	background: none;
	text-indent: 0;
}
#middle a
{
	color: #333;
}
#theme
{
	width:760px;
	float:left;
	display:inline;
	background: #fff;
	padding-bottom:10px;
}
/*** products ***/
#range_btns
{
	width:440px;
	height:300px;
	padding-bottom: 250px;
	float:left;
	display:inline;
	margin-top:20px;
}
#range_content
{
	width: 520px;
	float:left;
	display:inline;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #666;
	padding-bottom: 200px;
}
#range_content a:link, #range_content a:visited
{
	color:#000;
	text-decoration: none;
}
#range_content a:hover, #range_content a:active
{
	color:#900;
	text-decoration: none;
}
	

#testimonial_mini
{
	width:250px;
	height: 300px;
	float:left;
	display:inline;
}
#testimonial_mini p
{
	margin:0;
	padding:0;
}
#testimonial_mini a:link, #testimonial_mini a:visited
{
	color:#333;
}
#prod_gallery
{
	width:355px;
	float:right;
	display:inline;
	text-align: right;
}
#prod_gallery p
{
	margin:0;
	padding:0;
}
#prod_gallery a
{
	display:inline;
	overflow:hidden;
	padding: 0 20px;
	color:#333;
}
#prod_gallery a.horizontal
{
	float:left;
	width:148px;
	height:97px;
	padding: 6px 15px 18px 8px;
	background: url("./img/prod_gallery_h_bg.png") no-repeat;
	margin-bottom:8px;
}	
#prod_gallery a.vertical
{
	float:left;
	width:148px;
	height:226px;
	padding: 6px 16px 18px 8px;
	background: url("./img/prod_gallery_v_bg.png") no-repeat;
}

/*** Video ***/
#video_heading
{
	font-size:1.5em;
	color: #666;
}
#video_heading strong
{
	font-size:1.4em;
	color: #000;
}
#video
{
	background: #000 url('./img/video_bg.gif') repeat-y;
	padding: 0 18px 0 12px;
	color: #fff;
}
#video_top
{
	overflow:hidden;
	background: url('./img/video_top.jpg') no-repeat;
	height: 45px;
	margin: 0 -18px 10px -12px;
}
#video_bottom
{
	overflow:hidden;
	background: url('./img/video_bottom.jpg') no-repeat;
	height: 9px;
	margin: 10px -18px 0 -12px;
}
	
#video_content
{
	font-size:1.25em;
	color: #666;
	line-height: 2em;
}
#video_content a:link, #video_content a:visited
{
	color:#000;
	text-decoration: none;
}
#video_content a:hover, #video_content a:active
{
	color:#900;
	text-decoration: none;
}
/*** Technical ***/
.btn, .btn_active
{
	width:121px;
	height:23px;
	overflow:hidden;
	background:url('./img/btn.png') no-repeat;
	color: #fff;
	font-weight:bold;
	cursor:pointer;
}
.btn_active
{
	background:url('./img/btn_active.png') no-repeat;
}
area:hover
{
	cursor: help;
}
#details_descr
{
	height:45px;
	font-size:1.1em;
	padding-left:13px;
	color:#fff;
	background:#999999;
	margin-top:-6px;
	font-weight:bold;
	border:1px solid #394C4E;
	border-top:none;
}
.imagemap
{
	position:relative;
}
.imagemap a:link, .imagemap a:visited
{
	text-decoration:none;
	position:absolute;
	width:30px;
	height:30px;
	overflow:visible;
	background: url('./img/imagemap_dot.png') no-repeat;
}
.imagemap a:hover, .imagemap a:active
{
	background: url('./img/imagemap_dot_active.png') no-repeat;
	overflow:visible;
}
#imagemap_descr
{
	height:27px;
	color:#fff;
	background:#999999;
	margin-top:-6px;
	font-weight:bold;
	padding:3px 0 0 20px;
	border:1px solid #394C4E;
	border-top:none;
}

/*** Buy online ***/
.product, .info_box
{
	width:320px;
	height:280px;
	float:left;
	margin: 20px 40px 0 10px;
	overflow:hidden;
	display:inline;
}
.info_box
{
	height:auto;
	padding:0;
}
.info_box h2
{
	padding:0;
	margin:0;
}
.info_box table
{
	font-size: 0.7em;
}
.info_box td, .info_box th
{
	padding: 0 2px;
}
.info_box th
{
	text-transform:none;
	background: #766c58;
}
.info_box p
{
	padding:0;
	margin: 5px 0;
}
.info_box p.hide
{
	display:none;
}
#top_products, #special_offers
{
	padding: 10px;
	border: 1px solid #ccc;
	min-height:220px;
	max-height:240px;
	overflow:hidden;
}

#top_products_label, #special_offers_label
{
	padding: 2px 5px;
	width: 150px;
	text-align:center;
	float:left;
	display:inline;
	background:#eee;
	cursor: pointer;
	text-decoration:underline;
}
#top_products_label.active, #special_offers_label.active
{
	background:#ccc;
	color: #000;
	font-weight:bold;
	text-decoration:none;
	cursor: default;
}
	


/******* GALLERY *******/
#photo_gallery
{
	padding:0;
	background:#5f5e5b url("./img/gallery_top_bck.jpg") repeat-x 0 -3px;
	height:800px;
}
#photo_gallery h1
{
	padding-top:40px;
	padding-bottom:45px;
	padding-left:70px;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	color:#fff;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
}
#photo_gallery img
{
	margin:0;
	padding:0;
	display:inline;
}
#big_photo
{
	position:absolute;
	display:none;
	top:-80px;
	left:-10px;
	z-index:200;
	width:796px;
	text-align:center;
}
#big_photo img
{
	padding:7px 7px 7px 7px;
	background:#fff;
}
#big_navigation
{
	margin-top:-5px;
}

#gallery
{
	position:absolute;
	float:left;
	margin-left:80px;
	width:796px;
}
#big_prev
{
	display:none;
}
#big_next
{
	display:none;
}
#gall_paging
{
	margin-top:390px;
	float:right;
	color:#fff;
	font-size:1.2em;
	margin-right:45px;
	width:300px;
	margin-left:50px;
}
#gallery_name
{
	margin-top:390px;
	float:left;
	color:#fff;
	font-size:1.2em;
	width:300px;
	margin-left:80px;
}
.gall_arrow
{
	width:40px;
	height:15px;
	display:block;
	float:right;
}
#gall_paging_text
{
	width:125px;
	display:block;
	float:right;
	margin-top:-2px;
}
#big_photo .box_nav img
{
	padding:0 10px;
	width:20px;
	height:20px;
	background:none;
}
fieldset#gallery_filter
{
	color:#fff;
	font-size:1.1em;
	padding:1px 0 0 20px;
}
fieldset#gallery_filter select
{
	width:180px;
	border:none;
}
fieldset#gallery_filter #submit_gallfilter
{
	width:22px;
	height:22px;
	background:none;
	border:none;
	background: url("./img/next22.gif") no-repeat;
}
/*** msg board ***/
.message
{
	font-size:0.9em;
}
.message p
{
	margin-top:0;
}
.message p.img
{
	margin: 20px 0;
	text-align: center;
}
/*** FN ***/
.listing
{
	font-size: 0.9em;
	margin: 2em 0;
}
.main_column
{
	width: 420px;
	float: left;
	display:inline;
	padding: 0 40px;
	overflow: hidden;
}
.main_column p
{
	padding:0;
}
.notes_column
{
	width: 260px;
	float:left;
	display:inline;
	overflow:hidden;
}
input.button
{
	background: #666;
	padding: 5px 10px;
	font-weight:bold;
	color:#fff;
	border:none;
}
fieldset.grey
{
	background: #666;
	margin: 0 27px 0 19px;
	color: #fff;
	padding: 10px;
	font-size:0.9em;
	width:185px;
	overflow:hidden;
}
fieldset.grey a:link, fieldset.grey a:visited
{
	color: #fff;
}
fieldset.grey_submit
{
	margin: 15px 27px 0 19px;
	text-align:right;
	width:185px;
}
fieldset.grey label
{
	text-transform: uppercase;
}
fieldset.grey label.terms
{
	text-transform: none;
	font-size: 0.8em;
}
fieldset.grey h1
{
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 1.3em;
	color: #fff;
	padding:0;
	margin:0;
}
input, textarea, select
{
	border:none;
	background: #fff url('./img/input_bg.png') no-repeat;
	padding: 3px;
	margin:0;
}
fieldset.grey p
{
	padding:0;
}
fieldset.grey strong
{
	color: #fff;
}
#notes
{
	width:254px;
	background: url('./img/note_bg.jpg') repeat-y;
	float:left;
	display:inline;
}
#notes_top
{
	background: url('./img/note_top.jpg') no-repeat;
	height:12px;
	overflow:hidden;
}
#notes_bottom
{
	clear:both;
	background: url('./img/note_bottom.jpg') no-repeat left top;
	height:12px;
	overflow:hidden;
}
.full_grey
{
	background:#5f5e5b;
	margin-top:-3px;
	padding:1px 0;
	color: #fff;
}
.full_notes
{
	background: url('./img/note_bg.jpg') repeat-y;
	margin-top:-3px;
}
.full_grey a:link, .full_grey a:visited
{
	color: #fff;
}
.column_300, .column_600
{
	float:left;
	width: 300px;
	display:inline;
	padding: 1em;
}
.column_600 { width: 600px; }
ul#message, ul#warning
{
	margin:0;
	list-style:none;
	list-style-type:none;
	padding:0;
}
ul#message li, ul#warning li
{
	background: none;
	text-indent:0;
}
.main_column_middle
{
	width: 490px;
	padding: 0 0 0 10px;
	float: left;
	display:inline;
}
.main_column_middle p, .main_column_middle h2, .main_column_middle h3
{
	padding:0;
}
.main_column_middle .column_300
{
	padding:0;
	margin:0;
}
.main_column_middle .column_300 h2
{
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Tahoma, Helvetica, Arial;
}
.main_column_middle .column_300 h3
{
	font-size: 1.1em;
	font-weight: bold;
}

#tags, lastest_questions
{
	font-size:0.9em;
}


#ooops
{
	width:509px;
	margin-left:-50px;
}
#ooops .close
{
	text-align:right;
	font-size:0.9em;
}
#ooops h2
{
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 1.2em;
	font-weight: bold;
	margin:40px 0 20px 0;
	color: #000;
	padding:0;
}
#ooops_content
{
	background: url('./img/ooops_bg.png') repeat-y;
	padding: 0 60px 80px 60px;
}
#ooops_top, #ooops_bottom
{
	height:21px;
	background: url('./img/ooops_top.png') no-repeat;
	overflow:hidden;
}
#ooops_bottom
{
	height:20px;
	background: url('./img/ooops_bottom.png') no-repeat;
}

/***** SLIDER ******/
.infiniteCarousel {
  width: 575px;
  height:137px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 490px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 12em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 7px;
  height: 97px;
  width: 147px;
  background:none;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(img/slider_arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
#accept_header{
	margin:0;
	padding:17px;
	color:#000;
}
p.nomarg{
	margin:0px;
}
#accept_order_table
{
	width:70%;
}
#accept_order_table th
{
	font-weight:normal;
}
.bigger_font
{
	font-size:1.2em;
}
fieldset#order_postcode
{
	padding:0px;
	margin-left:70px;
	width:350px;
}

fieldset#order_postcode label
{
	font-size:1.2em;
}
table#order_prices
{
	width:50%;
	border-collapse: collapse;
	float:left;
}
table#order_prices td,table#order_prices th
{
	border:1px solid #fff;
}
#begin_checkout
{
	float:left;
	width:170px;
	padding:30px 0 0 30px;
}
#table_descr
{
	line-height:0.9em;
	font-size:0.8em;
}
table#accept_order_table
{
	margin-left: 3em;
}
#BB_BuyButtonForm
{
	text-align:center;
}
#BB_BuyButtonForm input
{
	margin:0;
	padding:0;
	background:none
}
#hp_image_box
{
	position:relative;
}
#hp_slide_control
{
	position:absolute;
	top:485px;
	left:840px;
	width:300px;
}
#hp_slide_control .hp_control_arrow
{
	z-index:15;
	position:relative;
	cursor:pointer;
	width:32px;
	height:32px;
	float:left;
	margin-right:4px;
}
#hp_prev
{
	background:url(img/icons/hp/prev.png) no-repeat 0 0;
}
#hp_play
{
	background:url(img/icons/hp/play.png) no-repeat 0 0;
}
#hp_pause
{
	background:url(img/icons/hp/pause.png) no-repeat 0 0;
}
#hp_next
{
	background:url(img/icons/hp/next.png) no-repeat 0 0;
}
#hp_video_link
{
	width:170px;
	height:30px;
	position:absolute;
	background:url(images/btn/video_tab.png) no-repeat 0 0;
	display:block;
	top:490px;
	left:20px;
	z-index:13;
	cursor:pointer;
	text-decoration:none;
}
#hp_our_gal_link
{
	width:216px;
	height:30px;
	position:absolute;
	background:url(images/btn/gallery_tab.png) no-repeat 0 0;
	display:block;
	top:490px;
	left:200px;
	z-index:13;
	cursor:pointer;
	text-decoration:none;
}
#hp_completed_projects_link
{
	width:191px;
	height:30px;
	position:absolute;
	background:url(images/btn/projects_tab.png) no-repeat 0 0;
	display:block;
	top:490px;
	left:425px;
	z-index:13;
	cursor:pointer;
	text-decoration:none;
}
#big_title
{
	font-family: Verdana, Tahoma, Helvetica, Arial;
	color:#fff;
	font-size:1.5em;
	font-weight:normal;
	float:right;
}
/* tell a friend ***/
.gray_input_container input#tname
{
	margin-left:25px;
	width:288px;
}
.gray_input_container input#temail
{
	margin-left:23px;
	width:290px;
}
.friend_emails input
{
	width:290px;
	margin-bottom:3px;
}
.friend_emails label
{
	width:110px;
	display:block;
	float:left;
	
}
/* send a sample */
#semail
{
	width:318px;
	margin-left:23px;
}
#sname
{
	margin-left:26px;
	width:320px;
}
#send_a_sample_header
{
	font-size:48px;
}
#sphone
{
	margin-left:0px;
	width:309px;
}
#smessage
{
	width:402px;
}
/*** NEW TECH CONTENT ***/
#tech_menu
{
	height:40px;
}
#tech_content
{
	background:url(img/new_tech/panel4_bg.png) repeat-y 0 0;
	width:590px;
	padding:25px 10px 15px 10px;
}
#tech_content_btm
{
	background:url(img/new_tech/panel4_btm.png) no-repeat 0 0;
	height:15px;
	width:610px;
}
#tech_content2, #tech_content3, #tech_content4
{
	display:none;
}
#tech_content4
{
	text-align:center;
}
#tech_content4 a img
{
	padding:15px 15px;
}
#tech_content2 table td
{
	text-align:center;
}

/* BUY ONLINE */
.bo-header {
    padding:10px 0;
    font-size:0.8em;
}
.bo-header h2, .bo-header p {
    padding-left:0;
}
.bo-header h2 {
	color: #354D4F;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 2em;
    margin:15px 0 0 0 ;
    line-height: 1em;
}
.bo-header p {
    font-size:1.2em;
    margin:0 0 0 0;
}
.bo-header-component p {
     padding:0;
     margin:0;
}
.bo-header-component {
}
.bo-header-descr {
    float:left;
    width:340px;
    color:#aaab70;
    line-height:1.5em;
    }
    .bo-header-descr strong {
          color:#aaab70;
          font-size: 2.3em;
          line-height:1.2em;
    }
        .bo-header-descr strong span{
            color: #000;
        }
   .bo-header-descr img {
       margin-bottom: -3px;
   }
.bo-step-icons {
    float:left;
    width:410px;
    background: url('./img/bo/steps_bg.gif') repeat-x left top;
    margin-bottom:5px;
}
.bo-step-icons .step {
    width:50px;
    margin-right:40px;
    float:left;
    font-size:0.9em;
    line-height:.9em;
    text-align: center;
}
.bo-step-icons .last-step {
    margin-right:0px;
}
.bo-step-icons .step .step-icon {
    display:block;
        margin-bottom: 3px;
    width:50px;
    height:50px;
}
.bo-step-icons .step1 .step-icon {
    background: url('./img/bo/buyonline-icons.png') no-repeat left top;
}
.bo-step-icons .step2 .step-icon {
    background: url('./img/bo/buyonline-icons.png') no-repeat -50px -50px;
}
.bo-step-icons .active2 .step-icon {
    background: url('./img/bo/buyonline-icons.png') no-repeat -50px 0px;
}
.bo-step-icons .step3 .step-icon {
    background: url('./img/bo/buyonline-icons.png') no-repeat -100px -50px;
}
.bo-step-icons .active3 .step-icon {
    background: url('./img/bo/buyonline-icons.png') no-repeat -100px 0px;
}
.bo-step-icons .step4 .step-icon {
    background: url('./img/bo/buyonline-icons.png') no-repeat -150px -50px;
}
.bo-step-icons .active4 .step-icon {
    background: url('./img/bo/buyonline-icons.png') no-repeat -150px 0px;
}
.bo-step-icons .step5 .step-icon {
    background: url('./img/bo/buyonline-icons.png') no-repeat -200px -50px;
}
.bo-step-icons .active5 .step-icon {
    background: url('./img/bo/buyonline-icons.png') no-repeat -200px 0px;
}
.break-line {
    height:1px;
    background:#939498;
}
.special-offer {
	padding: 10px;
	background: #a06b11 url('./img/bo/special-offer-bg.jpg') no-repeat 0 50%;
	position:relative;
	color:#ebeadb;
	width: 740px;
	cursor: pointer;
	min-height: 70px;
}
.special-offer:hover {
	opacity: 0.9;
}
.special-offer .bottomed-text {
	display: table-cell;
	vertical-align: bottom;
	width: 580px;
	position: absolute;
	left: 170px;
	bottom: 10px;
}
.special-offer .bottomed-text p { line-height: 1.1em; }

.bo-product, .bo-summary-image {
    cursor: pointer;
    padding:10px;
    background: #CCCCB5; /* old browsers */
    background: -moz-linear-gradient(top, #CCCCB5 0%, #6C6C4E 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCB5), color-stop(100%,#6C6C4E)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCB5', endColorstr='#6C6C4E',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #CCCCB5 0%,#6C6C4E 100%); /* opera */
    position:relative;
    transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;
}
.bo-summary-image, .bo-summary-extras, .bo-summary-address {
    cursor: default;
    width:269px;
    margin-left:-10px;
}
.bo-summary-container {
    float:right;
    width:290px;
}
.bo-summary-extras {
    padding:5px 10px;
}

.bo-summary-image h3 {
    position:absolute;
    bottom:10px;
    left:150px;
    margin:0;
    color:#fff;
    font-size:1.4em;
    padding:0;
}

.bo-product:hover {
    background: #D3D6BE; /* old browsers */
    background: -moz-linear-gradient(top, #D3D6BE 0%, #918D6A 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D3D6BE), color-stop(100%,#918D6A)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D3D6BE', endColorstr='#918D6A',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #D3D6BE 0%,#918D6A 100%); /* opera */
}
.bo-product  img, .bo-summary-image img, .special-offer img {
    box-shadow:0 0 5px #ebeadb;
    display:block;
    float:left;
    width:150px;
    margin:0 10px 0 0;
}
.bo-summary-image img {
    width:130px;
    
}
.bo-prod-bottomed-text
{
    display: table-cell;
    vertical-align: bottom;
}
.bo-product .bo-prod-bottomed-text {
    color:#ebeadb;
    position:absolute;
    bottom:10px;
    left:170px;
   
}
.bo-product .bo-prod-bottomed-text p, .special-offer p {
    padding:0;
    margin:0;
    line-height: 1.1em;
}
.bo-product .bo-prod-bottomed-text h3, .special-offer h3{
    margin:0;
    padding:0;
    color:#fff;
    font-size: 1.6em;
    margin-bottom: 3px;
}
.bo-product .choose-another {
    text-decoration: underline;
    position:absolute;
    font-size:0.9em;
    right:10px;
    bottom:5px;
    color:#fff;
    display:none;
}
.bo-navigation {
    height:40px;
	float:right;
	width: 70px;
	margin-top: -40px;
}
.bo-navigation a {
    height:30px;
    width:30px;
    cursor:pointer;
    background-image: url('./img/bo/prev-next.png');
    background-repeat: no-repeat;
    transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;
}
.bo-navigation .bo-nav-prev {
    background-position: left top;
    float:left;
}
.bo-navigation .bo-nav-next {
    background-position: 0px -30px;
    float:right;
}

.bo-product-detail {
    background: #edeeef;
    overflow:auto;
}
.bo-product-detail img {
    display:block;
    overflow: hidden;
}
.bo-order-summary {
    float:right;
    width:269px;
    background: #f0efe4;
    color:#6d6d6f;
    padding:0 10px;
    border-left:1px solid #939498;
    position:relative;
}
.bo-order-summary p {
    padding-left: 0px;
    font-size: 0.9em;
}
.bo-product-detail-form
{
    float:left;
    width:430px;
    padding:0 10px 0 20px;
}
.bo-product-detail-form p {
    padding: 0;
    line-height:1.2em;
}
.bo-order-summary h2, .bo-product-detail h2, .bo-extra-content h2, .bo-order-recap h2	 {
    padding:0;
    font-size:1.5em;
    color:#575859;
    font-weight: normal;
    margin-bottom:10px;
    
}
.bo-order-summary td, .bo-order-summary th{
    padding:0 5px;
    height:13px;
}
.bo-order-summary-table {
    margin-bottom:10px;	
}
.bo-order-summary-table th {
    width:100px;
}
.bo-order-summary-table th, .bo-order-summary-table td, .bo-summary-extras td, .bo-summary-extras th {
    font-weight:normal;
}
.bo-summary-extras {
    background:#d5d3b6;
    position:relative;
}
.bo-summary-address {
   
    position: relative;
    background: #e1e1cc;
    padding:5px 10px;
}

.bo-summary-extras td, .bo-summary-extras th, .bo-summary-address th  {
    line-height:0.9em;
    font-weight:normal;
}
.bo-order-price
{
    font-size:1.1em;
    margin:20px 0px 0 0;
}
.bo-order-price td, .bo-summary-extras td, .bo-summary-address td {
    text-align: right;
}
.bo-underlined td, .bo-underlined th{
    border-top: 1px solid #575859;
    border-bottom: 1px solid #575859;
}
.bo-product-detail-form label, .bo-extra-content label, .bo-order-address-container label, .bo-order-recap label{
    width: 100px;
    display: inline-block;
    margin-top:20px;
}
.bo-product-detail-form select, .bo-extra-content select, .extra-decking-form input, .bo-order-address-container input, .bo-order-recap input{
     width: 300px;
     display: inline-block;
     margin: 20px 20px 0 0;
     background: #fff;
     border: 4px solid #575859;
}
.bo-order-address-container input[type=checkbox] { width: auto; margin: 0 10px 0 0; }
.bo-order-address-container input[readonly] { background: #EDEEEF }
#bo-change-postcode { font-size: 11px; color: #575859; font-weight: normal; display: inline-block; padding: 0 0 0 110px; position: relative; top: -5px }
.bo-orientation-label {
    display:block;
    height:100px;
    float:left;
}
.bo-orientation-image-left, .bo-orientation-image-right
{
    display: block;
    float:left;
    padding: 50px 10px 0 10px;
    width: 117px;
    margin-right:20px;
    margin-top:20px;
    cursor: pointer;
}
.bo-orientation-image-left {
    background: url(./img/bo/cuberno/orient-left.gif) no-repeat left top;
    margin-right:26px;
    text-align: left;
}
.bo-orientation-image-right {
    background: url(./img/bo/cuberno/orient-right.gif) no-repeat right top;
    text-align: right;
}
.bo-orientation-left-moderno { background: url(./img/bo/moderno/orient-left.gif) no-repeat left top; }
.bo-orientation-right-moderno { background: url(./img/bo/moderno/orient-right.gif) no-repeat left top; }

.bo-orientation-left-solo { background: url(./img/bo/solo/orient-left.gif) no-repeat left top; }
.bo-orientation-right-solo { background: url(./img/bo/solo/orient-right.gif) no-repeat left top; }

.bo-orientation-left-shomera { background: url(./img/bo/shomera/orient-left.gif) no-repeat left top; }
.bo-orientation-right-shomera { background: url(./img/bo/shomera/orient-right.gif) no-repeat left top; }

.bo-orientation-left-haus { background: url(./img/bo/haus+/orient-left.gif) no-repeat left top; }
.bo-orientation-right-haus { background: url(./img/bo/haus+/orient-right.gif) no-repeat left top; }

.bo-radio-right, .bo-radio-left {
   margin:0 65px;
   background:none;
   cursor: pointer;  
}
#content .bo-proceed-step {
    margin:5px 0;   
    padding-top:4px;
    display:block;
    float:right;
    width:200px;
    font-size:1.3em;
    color:#48453b;
    text-decoration:none;
    transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;
}
.bo-proceed-step-2 span {
    display: block;
    margin-top:-4px;
    float:left;
    margin-right:10px;
    width:50px;
    height:50px;
    background: url('./img/bo/buyonline-icons.png') no-repeat -50px 0px;
    
}
.bo-proceed-step-3 span, .bo-proceed-step-4 span {
    display: block;
    margin-top:-4px;
    float:left;
    margin-right:10px;
    width:50px;
    height:50px;
    background: url('./img/bo/buyonline-icons.png') no-repeat -100px 0px;
    
}
.bo-proceed-step-4 span {
     background: url('./img/bo/buyonline-icons.png') no-repeat -150px 0px;
     
}
.bo-proceed-step-4 {
    float:left !important;
    padding-left:10px;
    
}
#content .bo-order-address-container .bo-proceed-step {
    margin-right:135px;
}


#content a.bo-proceed-step-2, #content a.bo-proceed-step-3 {
    margin-right:80px;
    margin-top:15px;
    margin-bottom:30px;
}

#content a.bo-proceed-step-2 {
     margin-right:130px;
}

.bo-order-step-action-container {
    float:left;
    width:470px;
    background:#edeeef;
}

.bo-order-address-container
{
    padding:15px;
}

.bo-extra {
    cursor:pointer;
    width:470px;
    position:relative;
    background: #A7A8AC; /* old browsers */
    background: -moz-linear-gradient(top, #A7A8AC 0%, #424243 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A7A8AC), color-stop(100%,#424243)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A7A8AC', endColorstr='#424243',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #A7A8AC 0%,#424243 100%); /* opera */
    transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;
}

.bo-extra:hover {
    background: #BDBFC1; /* old browsers */
    background: -moz-linear-gradient(top, #BDBFC1 0%, #5A5B5B 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDBFC1), color-stop(100%,#5A5B5B)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDBFC1', endColorstr='#5A5B5B',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #BDBFC1 0%,#5A5B5B 100%); /* opera */
}

.bo-extra img {
    width:116px;
    float:left;
    margin: 12px;
    margin-top:13px;
    box-shadow:0 0 5px #ebeadb;
    
}
.bo-extra-text {
    position:absolute;
    bottom:8px;
    left:145px;
    color: #fff;
    /*transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;*/
}
.bo-extra-text h3 {
    padding:0;
    margin:0 0 0px 0;
    font-size:1.5em;
}
.bo-extra:hover img {
   
}
.bo-extra:hover .bo-extra-text {
    
}
.bo-extra-text p {
    margin:0;
    padding:0;
    color:#ebeadb;
	line-height: 1.1em;
}
.bo-hidden, #content a.bo-hidden {
    display: none;
}
.bo-extra .bo-arrow {
    height:18px;
    width: 16px;
    display:block;
    position:absolute;
    bottom:5px;
    right:12px;
}
.bo-extra .bo-arrow-down {
    background: url('./img/bo/arrow_down.png') no-repeat left top;
}
.bo-extra .bo-arrow-up {
    background: url('./img/bo/arrow_up.png') no-repeat left top;
}
.bo-extra-content {
    width:auto;
    padding:15px;
    background: #edeeef;
}
.bo-extra-content p {
    line-height: 1.1em;
    padding:0;
}
.bo-color-square {
    width:140px;
    float:left;
    text-align:center;
    height:140px;
    font-size: 0.9em;
    line-height: 0.9em;
}
.bo-color-square span {
    display:block;
    margin:0 auto;
    transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;
    width:80px;
    height:80px;
    border: 4px solid transparent;
    box-shadow: 4px 4px 5px #888;	
}
.bo-color-square span:hover, .bo-color-square.active span {
     
}
.bo-color-square.active span {
    border:4px solid #575859;
}
.bo-internal-blinds-colors .c1 span
{
    background:#d5d4d3;
}
.bo-internal-blinds-colors .c2 span
{
    background:#c4c3b6;
}
.bo-internal-blinds-colors .c3 span
{
    background:#c4bcc0;
}
.bo-internal-blinds-colors .c4 span
{
    background:#feeedb;
}
.bo-internal-blinds-colors .c5 span
{
    background:#d6eef6;
}
.bo-internal-blinds-colors .c6 span
{
    background:#d5e9d3;
}
.bo-internal-blinds-colors .c7 span
{
    background:#dbd2d2;
}
.bo-internal-blinds-colors .c8 span
{
    background:#f4ef86;
}
.bo-internal-blinds-colors .c9 span
{
    background:#f7f8f4;
}
.bo-ext-cost {
    font-size:1.7em;
}
#content .bo-extra-content .bo-proceed-step
{
    float:left;
    line-height:45px;
    margin-bottom:15px;
    margin-left: 100px;
    cursor:pointer;
}
.sum-button {
    text-transform: uppercase;
    cursor: pointer;
    color: #fff !important;
    font-size: .9em;
    text-decoration:none;
    display:inline-block;
    padding:1px 3px;
    background: #A7A8AC; /* Old browsers */
    background: -moz-linear-gradient(top, #A7A8AC 0%, #464748 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A7A8AC), color-stop(100%,#464748)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #A7A8AC 0%,#464748 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #A7A8AC 0%,#464748 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #A7A8AC 0%,#464748 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A7A8AC', endColorstr='#464748',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #A7A8AC 0%,#464748 100%); /* W3C */
}
.productEdit {
    position:absolute;
    top:110px;
    right:15px;
}
.extrasEdit, .addressEdit     {
    position:absolute;
    top:3px;
    right:15px; 
}
.bo-error-message {
    color:#d85743;
    padding-left:105px;
    display:none;
}
.bo-order-recap p {
    font-size: .9em;
    line-height: 1.3em;
    padding:0;
    margin:0.5em 0;
}
.bo-order-recap { 
    padding:15px;
}
.bo-check-label {
    display:inline !important;
    width:auto;
}
#content .bo-check{
    display:inline;
    width:20px;
    margin-right:10px;
}
.bo-extra-sum-name th, .bo-extra-sum-name td  { padding-top:5px;}
.bo-extra-underline th, .bo-extra-underline td { border-bottom:1px dotted #E3E0C4; padding-bottom:2px;}
.extra-decking-form .bo-radio {
    width:15px;
    margin:10px 3px 0 0;
}
.extra-decking-form .bo-radio-label { width:75px; padding:0; margin-top:10px;}
.bo-decking-radios { width:110px; float:right; padding-top:15px;}
.bo-decking-images { width:225px; float:right; padding-top:32px;}
.bo-delivery-price-is { display:block; margin:20px 0px 20px 105px;}
.bo-delivery-price-is strong { font-size:1.2em;}
p.special-offer-countdown-container { float: right; width: 300px; text-align: right; font-size: 22px; color: #fff; line-height: 30px; }
#special-offer-countdown { 
	float: right;
	display:block;
	width: 160px;
	height: 30px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #000;
	padding: 5px 2px 2px 2px ;
	margin: -5px -5px 0 0;
	line-height: 14px;
}
#special-offer-countdown .countdown_section { float:left; font-size: 10px; width: 40px; text-align: center; }
#special-offer-countdown .countdown_amount { font-size: 18px;}

.bo-order-address-container {position:relative;}
.bo-add-extra-notice { width:250px; font-size:1.2em; box-shadow:2px 2px 4px #555; border:1px solid #888; padding:10px 0; text-align:center; position:absolute; left:50px;color:#fff;
background: #a4b357; /* Old browsers */
background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #a4b357 0%,#75890c 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #a4b357 0%,#75890c 100%); /* W3C */}
