/* 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: 17px 0 0 0;
	height:128px;
	overflow:hidden;
}
#top a#logo
{
	width:189px;
	height:87px;
	float:left;
	display:inline;
	margin-bottom:5px;
}
#motto
{
	width:410px;
	overflow:hidden;
	height: 30px;
	line-height:30px;
	float:left;
	display:inline;
	margin: 60px 0 0 15px;
}
#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;
}
#call
{
	width:340px;
	height:31px;
	overflow:hidden;
	float:right;
	display:inline;
	margin: 8px 0 0 0;
}
#searchbox
{
	width:330px;
	height: 30px;
	float:left;
	display:inline;
	text-align:right;
	margin: 20px 0 0 16px;
	overflow:hidden;
}
#cse-search-box input
{
	border: 1px solid #999;
	background: none;
}
#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: #333 url('./img/menu_item.png') repeat-x;
	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: #878869 url('./img/menu_item_act.png') repeat-x;
}
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 19px 5px 19px;
}
ul#menu_top li a:hover, ul#menu_top li a:active
{
	background: #878869 url('./img/menu_item_act.png') repeat-x;
}
#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;
}
#video_top
{
	overflow:hidden;
	background: url('./img/video_top.jpg') no-repeat;
	height: 45px;
	margin-bottom:10px;
}
#video_bottom
{
	overflow:hidden;
	background: url('./img/video_bottom.jpg') no-repeat;
	height: 9px;
	margin-top:10px;
}
	
#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;
	height:700px;
	margin-top:-3px;
}
#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;
}
#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;
}
.photo_thumb_big
{
	position:absolute;
	display:none;
	top:-20px;
	left:-20px;
	width:120px;
	height:120px;
	
	z-index:100;
}
.photo_thumb .photo_thumb_big img
{
	width:120px;
	height:120px;
}
#photo_thumbs
{
	position:absolute;
	float:left;
	margin-left:80px;
	width:796px;
}
.photo_thumb
{
	position:relative;
	margin:-7px 0 0 -7px;
	width:94px;
	height:94px;
	float:left;
}

.photo_thumb img
{
	width:80px;
	height:80px;
	border:7px solid #fff;
	border:7px solid #fff;
	
}
#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:3px 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
{
	float:left;
	width: 300px;
	display:inline;
	padding: 1em;
}
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;
}
#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;
}
