/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 0px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/css/admin/images/squeezeBox/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(/css/admin/images/squeezeBox/closebox.gif);
}

.sbox-loading #sbox-content {
	background-image: url(/css/admin/images/squeezeBox/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: hidden;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	/*height: 100%;
	width: 100%;*/
}
#sbox-controller {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sbox-controller a {
	height: 100%;
	width: 40%;
	text-indent: -999em;
	display: block;
	font-size: 0;
	outline: none;
	overflow: visible;
}
#sbox-controller a.sbox-next:hover {
	background: url('/css/admin/images/squeezeBox/next.png') no-repeat right center;
}
#sbox-controller a.sbox-next{
	float: right;
	
}
#sbox-controller a.sbox-previous:hover {
	background: url('/css/admin/images/squeezeBox/prev.png') no-repeat left center;
}
#sbox-controller a.sbox-previous {
	float: left;	
}
.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	/*width: 100%;
	height: 100%;*/
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/css/admin/images/squeezeBox/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/css/admin/images/squeezeBox/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/css/admin/images/squeezeBox/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/css/admin/images/squeezeBox/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/css/admin/images/squeezeBox/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/css/admin/images/squeezeBox/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/css/admin/images/squeezeBox/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/css/admin/images/squeezeBox/bg_nw.png) no-repeat;
}

#sbox-window .sbox-content-swf
{
	overflow: hidden;
}

#sbox-caption-wrapper {
	position: absolute;
	text-align: center;		
	bottom: -65px;
	left: 0;		
	width: 100%;
	margin: -30px auto;
	opacity: 0;
}

.sbox-caption-table {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 0;
	font-weight: bold;
	width: auto;
	background: #666;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
}

table {
}
th, td {
	/*padding: 3px;*/
}
table.sbox-caption-table tbody td {
	background: transparent;
	border-bottom: none;
        padding: 5px;
        color: #fff;
}
table.sbox-caption-table tbody tr:nth-child(odd) td {
	background: none;
}
table.sbox-caption-table tbody tr:hover td {
	background: none;
	color: inherit;
}

/**
 * default CSS for the textControl cmslib component
 * Used in conjunction with /cmslib/HTMLElements/HTMLTextControl.php and /cmslib/js/textControl.js
 */
.textModifier8 #content {font-size: 0.8em;}
.textModifier9 #content {font-size: 0.9em;}
.textModifier10 #content {font-size: 1.0em;}
.textModifier11 #content {font-size: 1.1em;}
.textModifier12 #content {font-size: 1.2em;}
.textModifier13 #content {font-size: 1.3em;}
.textModifier14 #content {font-size: 1.4em;}
.textModifier15 #content {font-size: 1.5em;}
.textModifier16 #content {font-size: 1.6em;}
.textModifier17 #content {font-size: 1.7em;}
.textModifier18 #content {font-size: 1.8em;}
.textModifier19 #content {font-size: 1.9em;}
#contentControl .decrease {background-position: 5px 1px;}
#contentControl .increase {background-position: -15px 2px;}
#contentControl .print {background-position: -34px 1px;}
#contentControl .email-this-link {background-position: -55px 1px;border-bottom: none;}
#contentControl a,
#contentControl button {
	background-image:url(/css/images/text-control.gif);
	background-repeat:no-repeat;
	font-size:0;
	height:18px;
	line-height:0;
	width:20px;
	display: block;
	
}
#contentControl a.email-this-link:hover{
	border-bottom: none;
}
#contentControl a:hover,
#contentControl button:hover {background-color: #EFEFEF;}
body ul#contentControl li {
display:block;
float:left;
line-height:0;
margin:0 0 0 1px;
padding:0;
background: none transparent;
}
#contentControl {
    /*overflow: auto;*/
}
#contentControl a span,
#contentControl button span {display:none;}

#contentControl a.email-this-link {
	padding-bottom: 0;
}

/* 
    Document   : reset
    Created on : 06/03/2009, 5:37:36 PM
    Author     : Luke Hoggett
    Description:
        resest file based upon the yui reset
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
a, :focus {
   outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}




body {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: .625em;
}
#content {
	font-size: 1.3em;
}
#content #content-right p {
	/*font-size: 0.8125em;*/
}
strong, b {
	/*color: #333;*/
	font-weight: bold;
}
em, i {
	font-style: italic;
}

a {
	text-decoration: underline;
	color: #327a39;
}
a:hover {
	text-decoration: underline;
}
a img {
	display: block;
}
.floatR {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.floatL {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.border {
	border: 1px solid #327A39;
}
blockquote {
	-moz-border-radius-bottomRight: 8px;
	-webkit-border-radius-bottomRight: 8px;
	background: #EFEFEF;
	border-left: 2px solid #666;
	border-radius-bottomRight: 8px;
	margin: 1em 0 1em 3em;
	padding: 8px 5px 8px 1em;
}
blockquote p:nth-last-child(1) {
	margin-bottom: 0;
}

pre {
	font-size: 1.3em;
}

/* start headings */
h1, h2, h3, h4 {
	font-weight: bold;	
	margin: .5em 0;
}
h1 {
	color: #333;
	font-size: 1.231em;
}
h2 {
	font-weight: normal;
	font-size: 1.231em;
}
#content #content-right h2 {
	font-size: 1.231em;
}
h2 a {
	text-decoration: none;
}

h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
}

/* end headings */

/* start paragraphs */
p {
	line-height: 1.6em;
	margin-bottom: 1em;
	color: #6b6d6e;
}
/* end paragraphs */

/* start lists */
ul, ol {
	color: #6B6D6E;
}
li {
	line-height: 1.6em;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
ul li {
	list-style-type: square;
	list-style-position:outside;
	margin-left: 18px;
	padding-left: 3px;
}
ul ul li {
	list-style-type: circle;
}
dt {
	font-weight: bold;
	margin: 0.5em 0 0.3em;
}
dd {
	margin: 0 0 2.5em;
}
dd p {
	margin-bottom: 0.5em;
}
/*
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
	left: 0;
	padding: 3px;
	position: relative;
	top: 1.1em;
	width: 5em;
}
dd {
	border-left: 2px solid #666;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}*/
/* end lists */

/* start table */
table {
	
	margin: 5px 0;
	width: 100%;
}
th, td {
	padding: 3px;
}
thead th {
	border-bottom: 1px solid #666;
	font-weight: bold;
}
tbody td {
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
}
tbody tr:nth-child(odd) td {
	background: #FFF;
}
tbody tr:hover td {
	background: #333;
	color: #FFF;
}
tfoot td {
	border-top: 1px solid #666;
	font-style: italic;
}
/* end table */

/* start form */
form {
/*
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #333;
	border-radius: 12px;
	color: #FFF;*/
	padding: 3px;
	background: #EFEFEF;
	border-left: 1px solid #666;
	margin:1em 0 1em 3em;
	/*display: inline-block;*/
}
.info, .success, .warning, .error, .custom {
	margin-left: 3em;
}
fieldset {
/*
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFF;
	border-radius: 8px;
	color: #666;*/
	padding: 5px;
}


legend {
	display: none;
}
form ul {
	margin: 0;
	padding: 0 18px;
}
form li {
	list-style: none;
	margin: 0;
	padding: 7px 0 0;
	overflow: visible;
	height: 100%;
}

form li > label {
	font-weight: bold;
	color: #333;
}
form fieldset ul li label{
	width: 230px;
	float: left;
	font-size: 1em;
}
form fieldset ul li div.input-area label{
	width: auto;
	float: none;
	margin-left: 5px;
}
form fieldset ul li{
	overflow: hidden;
}
form fieldset ul li div.input-area{
	float: left;
}
form fieldset ul li.submit {	
	padding-left: 230px;
}
textarea {
	line-height: 1.5em;
	width: 243px;
	height: 113px;
}
input {
	height: auto;
}
input.text,
textarea{
	width: 243px;
}
input.text,
textarea, select {
}
input.active, textarea.active {
}
/*input.button,
input.radioInput,
input.checkbox,
input.submit{
	width: auto;
	font-size: 1.2em;
}*/
input.checkbox {
	border: none;
}

.formErrorMessage {
	color: #ff0000;
}
/* end form */

sup {
	vertical-align: text-top;
}
.help-note {
	font-size: 0.75em;
}


button {
background:transparent none repeat scroll 0 0;
border:medium none;
cursor:pointer;
height:30px;
line-height:26px;
margin:0;
overflow:visible;
padding:0;
text-align:center;
white-space:nowrap;
width:auto;
}
div#spam-tip {
	background:#EFEFEF;
	border:1px solid #666;	
	padding:2px;
	font-size:0.8em;
	width: 243px;
	display: none;
}
span.helper{
	display: block;	
	font-size: 0.9em;
	font-style: italic;
}
span.hint {
	border-bottom:1px dotted;
	cursor:pointer;
	margin-left:5px;
}
span.hint:hover{
	border-bottom-style: solid;
}

/* Starts busy signal style */
div.busySignalContainer{
	background: none;
	padding: 0;
	margin: 0;
}
.busySignal {
	margin: 0;
	padding: 0;
	position:absolute;
	background: url('/css/images/spinner_blue.gif') no-repeat 50% 50%;
	/*opacity:.5;*/
}
/* Ends busy signal style */

/* Starts message style */
div.messageList{
	list-style:none;
	color: #47512D;
	padding:7px 20px 7px 12px;
	background: #E6EFC2;
}
div.errorList{
    padding:7px 20px 7px 12px;
    background: #f6ecde;
    color:#CC0000;
}
div.messageList,
div.errorList{
	border: none;
	margin: 0 0 0 3em;
	padding:7px 20px 7px 12px;
}
/* Ends message style*/
a.zoom img,
ul.preview-images a img, a .content-image {
    cursor:url(/css/cursors/zoom.cur), pointer;
}

/** js related selectors **/
.hidden {
	display: none;
}

input.busyStatus,
textarea.busyStatus{
    background: #F4F5F5;
    border: #F4F5F5 1px solid;
}

.map-ineractive-text {
    text-decoration: underline;
}

#ZoomCaption {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#human {
	display: none;
	visibility: hidden;
}
#side-categories {
}
#side-categories li a{
	text-decoration: none;
	color: #376127;
	padding: 0 23px;
	display: table-cell;
	vertical-align: middle;
	line-height: 15px;
	height: 39px;
	cursor: pointer;
}
#side-categories li a em {
	font-style: normal;
}
#side-categories li.active a,
#side-categories li a:hover {
	/*background: url('/func/Admin.backgroundImage/') repeat-x;*/
	background: url('/css/images/sprite.png') no-repeat 0 -165px;
	color: #fff;
}
#side-navigation a.title {
	background: url('/css/images/sprite.png') no-repeat 0 -33px;
	color: #fff;
	height: 33px;
	margin: 0;
	padding: 12px 0 0 23px;
	font-family: 'Myriad Pro', arial, Helvetica;
	display: block;
	text-decoration: none;
	font-size: 1.231em;
}
#side-navigation a {
	color: #327a39;
}
#related-products-panel ul.related-list li h3 a,
.carousel-wrapper .slide-element h3 a{
	color: #05983c;
	text-decoration: none;
}
#footer, #footer a, #footer ul li{
	color: #fff;
}
#footer a {
	text-decoration: none;
}
a.title-link {
	text-decoration: none;
}
#footer a:hover,
a.title-link:hover {
	text-decoration: underline;
}
.panel-container .panel .data p {
	line-height: 15px;
}
#side-navigation form fieldset ul li label {
	width: 45px;
	font-weight: normal;
	color: #6b6d6e;
	font-size: 0.923em;
	margin-top: 2px;
}
#side-navigation form fieldset ul li.submit {
	font-size: 0.923em;
	text-align: left;
}
#side-navigation form fieldset ul li.submit input {
	height: 2.1em;
}
#side-navigation #side-events p {
	margin: 0;
}
#side-navigation #side-events a {
	text-decoration: none;
	font-weight: bold;
}
#side-navigation #side-events a:hover {
	text-decoration: underline;
}
/*#side-navigation #side-events h3 {
	font-weight: bold;
}*/
h1 {
	background: url('/css/images/header-bg.png') repeat-x;
	/*background: url('/func/Admin.backgroundImage/D18FA4') repeat-x;*/
	height: 32px;
	margin: 0 0;
	color: #fff;
	padding: 12px 0 0 23px;
	font-weight: normal;
	font-family: 'Myriad Pro', arial, Helvetica;
}
#result-list li.result-item h2 {
	margin-bottom: 10px;
}
#result-list li.result-item p {
	color: #8e244a;	
	line-height: 18px;
}
#result-list li.result-item a.more-link {
	color: #636262;
	text-decoration: none;
}
#result-list li.result-item a.more-link:hover {
	text-decoration: underline;
}
.pagination {
	text-align: right;
	color: #9b9b9b;
}
.pagination a {
	text-decoration: none;
	color: #327A39;
}
.pagination a:hover {
	color: #9b9b9b;
	text-decoration: underline;
}
.pagination a.current,
.pagination a.active {
	color: #9b9b9b;
	cursor: auto;
}

div.loader {
	background: url('/css/images/loader.gif') no-repeat 50% 50%;
	width: 42px;
	height: 42px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	margin: 100px auto;
}
.bread-crumb a {
	font-size: 0.875em;
	color: #6b6d6e;
}
#content #related-products-panel h2 {
	color: #8a2247;
	font-size: 1.125em;
	font-weight: bold;
	padding-left: 28px;
}

.input-area.invalidInputArea input.text,
.input-area.invalidInputArea select,
#side-navigation form fieldset .input-area.invalidInputArea input.text{
	border: 1px solid red;
}
.input-area.invalidInputArea .formErrorMessage,
#side-navigation form fieldset .input-area.invalidInputArea .formErrorMessage {
	display: none;
}
.add-to-cart {
	display: block;
	background: url('/css/images/sprite.png') no-repeat -5px -520px;
	height: 21px;
	font-weight: bold;
	color: #8998a3;
	text-decoration: none;
	margin-top: 5px;
	padding: 3px 0 0 25px;
}
.enquiry-link.single{
	display: block;
	background: url('/css/images/sprite.png') no-repeat -70px 0;
	height: 21px;
	padding: 3px 0 0 25px;
	font-weight: bold;
	color: #8998a3;
	text-decoration: none;
	margin-top: 15px;
}
.enquiry-link-all {
	background: url('/css/images/sprite.png') no-repeat -5px -552px;
}
.enquiry-link.single:hover {
	text-decoration: underline;
}

#cart-panel .enquiry-link-all {
	text-align: right;
	line-height: 22px;
	padding: 3px 0 3px 25px
}
.remove-link {
	color: #6b6d6e;
	/*font-size: 0.9em;*/
	font-size: 0.846em;
}
#result-list li.result-item .list-image .content-image {
	cursor: pointer;
}
.slide-element li {
	line-height: 1.1em;
}
.slide-element li .title-link {
}
.related-list li a.title-link {
	margin: 2px 0 5px;
	display: block;
}
.adr {
	line-height: 21px;
}
.adr .type {
	font-weight: bold;
}
.adr h2 {
	font-weight: bold;
	margin: 0 0 5px 0;
}
#contact-form h2 {
	margin-left: 10px;
	font-weight: bold;
}
.vcard .fn.org.url {
	text-indent: -999em;
	position: absolute;
}
.adr #address-header {
	margin-top: 25px;
}
#cart-panel {
	font-size: 0.923em;
}
#cart-panel span.info {
	background: url('/css/images/sprite.png') no-repeat -5px -520px;
	margin: 0;
	padding: 3px 0 3px 25px;
	color: #333;
}
#cart-panel .middle a {
	text-decoration: none;
}
#cart-panel .middle a:hover {
	text-decoration: underline;
}
#cart-panel .middle a.remove-link {
	text-decoration: underline;
}
.already-in-cart {
	background: url('/css/images/sprite.png') no-repeat -5px -473px;
	padding: 2px 0 0 25px;
	display: block;
}
.search-title {
	font-weight: bold;
	font-size: 1.231em;
	color: #000;
}
#frm-search input.text {
	width: 457px;
	padding: 6px;
	font-size: 1.231em;
}
.follow-us p {
	font-family: 'Myriad Pro';
	font-size: 18.85px;
	color: #dfdcdb;
}
.external-link {
	background:url("/css/images/external-link.png") no-repeat scroll 100% -2px transparent;
	padding-right:14px;
	text-decoration: none;
}
a.pdf-link {
    background: url(/css/images/pdf-link.png) no-repeat 0 2px;
    padding-left: 16px;
    margin: 0 5px 0 0;
}
h1.clean-h1 {
	background: none;
	color: #333;
	height: auto;
}
.no-result {
	padding: 5px;
	background: #FFFCDF;
	border-bottom: 1px solid #CFC881;
}
.vevent  h2 {
	font-weight: bold;
}
/*.fatcheck {
	position: absolute;
	left: -9999em;
	top: -999em;
}*/

* {
	margin: 0;
	padding: 0;
}
/*#content, #container {
display: block;
}*/
body {
	background: url('/css/images/bg.jpg') no-repeat 50% 0;
}
#logo img {
	display: block;
}
#container {
	width: 980px;
	margin: 0 auto 50px;
	padding: 0;
}
#contentControl {
	position: absolute;
	top: 14px;
	right: 31px;
	background: url('/css/images/tc-bg.png');
	padding: 0;
	
}
#contentControl a,
#contentControl button,
#contentControl {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a#logo {
	border: none 0;
}
#header {
	height: 287px;
	padding-top: 6px;
	position: relative;	
}
#skip-to-content, #skip-to-nav {
	position: absolute;
	top: -9999px;
	height: -999px;
}

#navigation {
	overflow: visible;
	color: #fff;
	background: url('/css/images/nav-bg.png') repeat-x;
	height: 54px;
	font-size: 1.44em;
	padding: 0;
	width: 944px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}
#navigation li {
	float: left;
	list-style: none;
	height: 54px;
	padding:  0;
	margin: 0;
	position: relative;
}
#navigation li:hover {
	background: url('/css/images/menu-hover.png') repeat-x;
}
#navigation li.first {
/*	background: url('/css/images/nav-left.png') no-repeat 0 0;*/
}
#navigation li.last {
/*	background: url('/css/images/nav-right.png') no-repeat right top;*/
/*	float: right;*/
}
#navigation li a.home {
	background: url('/css/images/sprite.png') no-repeat 14px 14px;
	padding: 12px;
	width: 24px;
	height: 19px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
}
#navigation a {
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 13px 31px 13px;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	background: url('/css/images/sprite.png') no-repeat -798px 0;
}
#navigation a.faqs {
	width: 46px;
}
#navigation li ul:hover,
#navigation li:hover ul {
	display: block;
}
#navigation li ul {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
}
#navigation li ul li.first {
	background: none;
}
#navigation li ul li.first,
#navigation li ul li.last,
#navigation li ul li {
	z-index: 1000;
	text-align: center;
	height: auto;
}
#navigation li:hover ul li,
#navigation li ul li.last,
#navigation li ul li {
	background: url('/css/images/child-nav-wl.png') repeat-x;
	padding-top: 4px;
}
#navigation li ul li a {
	background: url('/css/images/child-nav-bg.png');
	padding: 12px 30px 11px;
	width: 140px;
}
#navigation li ul li a:hover {
	background: #E66100;
}
#content {
	background: url('/css/images/content-bg.png') repeat-y 0 0;
	padding: 0;
	margin-top: 4px;
}
#content #content-wrap {
	background: url('/css/images/content-top.png') no-repeat 0 0;
	margin: 0;
	padding: 0 18px 0 17px;
	overflow: hidden;
	/*the relative is for related product in product detail page*/
	position: relative;
}
#side-navigation  {
	width: 217px;
	padding: 0;
	margin: 0 2px 0 0;
	float: left;
	
}
#content-right {
	float: left;
	width: 725px;
	padding: 0;
}
#side-categories {
	list-style: none;
	padding: 0;
	overflow: auto;
	background: #efefef;
}
#side-categories li {
	list-style: none;
	background-image: url('/css/images/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -122px;
	height: 39px;
	width: 192px;
	margin: 0 10px 3px;
	padding: 2px 0 2px 3px;
}
#side-categories li.first {
	margin-top: 8px;
}
#side-categories li.last {
	margin-bottom: 8px;
}
#side-categories li.active {
	background-image: url('/css/images/sprite.png');
}
#side-categories li a{
	text-decoration: none;
	color: #376127;
	width: 155px;
}
#side-navigation form {
	margin: 0;
	padding: 0;
	border-left: none;
}
#side-navigation form fieldset {
	margin: 0;
	padding: 0;
}
#side-navigation form fieldset ul {
	padding: 0 0 0 15px;
}
#side-navigation input.text {
	width: 129px;
	height: 17px;
	padding: 2px;
}
#side-navigation ul.std-form .help-note {
	display: none;
}
#side-navigation form ul li {
	margin: 5px 0;
}
#side-navigation form ul li.submit {
	font-size: 1.2em;
	padding: 0;
	text-align: center;
}
#subscribe-form form ul li.submit {
	padding-left: 44px;
}
#side-navigation #side-events {
	background: #fff;
	padding: 10px 15px;
}
/*#side-navigation #side-events h3 {
	margin-top: 0;
	margin-bottom: 2px;
}*/
#side-navigation #side-events .event-list {
	margin-bottom: 6px;
}
/*End of side-navigation styles*/

#footer {
	font-size: 1.1em;
	background: url('/css/images/footer-bg.png') no-repeat;
	width: 980px;
	height: 49px;
	padding: 0;
}
#footer #footer-wrap {
	background: url('/css/images/footer-ul-bg.png') repeat-x;
	width: 929px;
	height: 49px;
	margin: 0 auto;
	padding: 11px 10px 0;
}
#footer #footer-wrap p {
	float: left;
	color: #fff;
}
#footer #footer-wrap ul {
	list-style: none;	
	float: right;
	overflow: visible;
}
#footer ul li {
	list-style: none;
	float: left;
	border-left: 1px solid #fff;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
}
#footer ul li.first {
	border-left: none;	
}
#footer ul li a{
	display: block;
	height: 19px;
}
a.website-by {
   background:transparent url(/css/images/fp.png) no-repeat 62px  0;
    border:medium none;
    cursor:pointer;
    padding: 0 28px 0 0;
    
}
a.website-by:hover {
    text-decoration: underline;
}

/* Youtube thumbnail image overlay*/
.video-link-without-sb,
.video-link {
	position: relative;
	display: block;	
}
#content .video-link,
#content .video-link:hover{
	border-bottom: none;
}
.video-link img {
	display: block;
}
.video-link {
	cursor: url('/css/cursors/zoom.cur'), pointer;
}
.overlay-button {	
	position: absolute;
	display: block;
	background: transparent url('/css/images/sprite.png') no-repeat -103px -203px;
	width: 48px;
	height: 48px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
}
a.video-link:hover .overlay-button {
	/*background: transparent url('/css/admin/images/player-hover.png') no-repeat;*/
}
.panel-container .panel a.content-image,
.panel-container .panel a.video-link,
.panel-container .panel a.video-link-without-sb,
.panel-container .panel .data {
	float: left;
}
.panel-container {
}
.panel-container .panel {
	
	overflow: hidden;
}


#hero-panel {
	position: relative;
	overflow: hidden;
}
#hero-slideshow .hero-flow,
#hero-panel .hero-flow {
	position: absolute;
	width: 332px;
	padding: 13px 33px 20px;
	background: url('/css/images/header-img-bg.png') no-repeat left bottom;
	bottom: 26px;
	left: 45px;
	max-height: 500px;
}
#hero-slideshow .hero-flow p,
#hero-panel .hero-flow p {
	margin: 0;
	line-height: 19px;
}
#result-list {
	list-style: none;
	margin-top: 10px;
	clear: both;
}
#result-list li.result-item {
	overflow: hidden;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 5px;
	list-style: none;
}
#result-list li.result-item .data {
	padding: 10px 15px;
}
#result-list li.result-item .data.with-image {
	float: left;
	width: 520px;
}
#result-list li.result-item .list-image{
	float: left;
	margin: 0 10px 0 15px;
}
#result-list.news-list li.result-item .list-image{
	float: right;
	margin-top: 26px;
}
.pagination {
	background: #eaeff3;
	padding: 16px 70px 12px;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: center;
}
.pagination .pager-num {
	float: right;
}
.pagination .size-select-wrap {
	float: left;
	padding-right: 5px;
}
.pagination .total-record {
	line-height: 17px;
}
#product-wrap #product-images {
	float: left;
	margin: 0 25px 30px 0;
}
#product-wrap {
	overflow: auto;
	margin-bottom: 200px;
	padding: 0 28px;
}
#product-wrap .product-detail {
	float: left;
}
#product-wrap .product-detail {
	width: 398px;
	margin-bottom: 30px;
}
.image-list {
	list-style: none;
}
.image-list li {
	list-style: none;
	margin: 0 0 10px 0;
}
.bread-crumb {
	overflow: auto;
	margin: 15px 0 25px;
	padding: 0 29px;
}
.bread-crumb a {
	outline: none;
	text-decoration: none;
}
.bread-crumb a:hover {
	text-decoration: underline;
	color: #8E244A;
}
.bread-crumb a.previous {
	float: left;
}
.bread-crumb a.next {
	float: right;
}
#related-products-panel {
	position: absolute;
	bottom: 4px;
	right: 19px;
	width: 725px;
}

/*Featured list styles*/
#featured-list .carousel-wrapper {
	height: 178px;
	width: 619px;
	float: left;
}
#featured-list {
    height: 178px !important;
    overflow: hidden;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background: url('/css/images/carousel-bg.png') repeat-x;
	margin: 4px 0 0 0;
}
#featured-list a.previous,
#featured-list a.next {
	float: left;
	background: url('/css/images/sprite.png');
	background-repeat: no-repeat;
	width: 53px;
	height: 178px;
	text-indent: -999em;
	line-height: 0;
	font-size: 0;
}
#featured-list a.next {
	background-position: -50px -295px;
}
#featured-list a.next:hover {
	background-position: -102px -295px;
}
#featured-list a.previous {
	background-position: 0 -295px;
}
#featured-list a.previous:hover {
	background-position: -155px -295px;
}
.carousel-wrapper .slide-element {
	width: 619px;
	height: 178px;
	padding-top: 8px;
}
.carousel-wrapper .slide-element li {
	list-style: none;
	width: 132px;
	height: 152px !important;
	overflow: hidden;
	background: url('/css/images/sprite.png') no-repeat -217px -33px;
	text-align: center;
	margin: 0 6px;
	padding: 5px 5px 13px 5px;	
}
.carousel-wrapper .slide-element li .title-link {
	padding-top: 5px;
	display: block;
}
.related-list li a img,
.carousel-wrapper .slide-element li a img {
	display: inline;
}
.carousel-wrapper .slide-element.hidden{
	left: 619px;
}

/*End of featured list styles*/

.related-list {
	list-style: none;
	padding-top: 8px;
    overflow: auto;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background: url('/css/images/carousel-bg.png') repeat-x;
}
.related-list li {
	list-style: none;
	float: left;
	list-style: none;
	width: 159px;
	height: 164px;
	overflow: hidden;
	background: url('/css/images/sprite.png') no-repeat -528px -32px;
	text-align: center;
	margin: 0 3px 0 9px;
	padding: 1px 5px 5px;
	line-height: 15px;
}
#cart-container {
	font-size: 1.44em;
	padding: 0 18px 0 17px;
	margin: 15px 0;
}
#cart-panel{
	background: #eee;
	padding: 8px;
	border: 1px solid #b0b0b0;
	border-spacing: 5px;
	border-collapse: separate;
}
#cart-panel tr td,
#cart-panel tr:hover td {
	background: transparent;
	color: transparent;
	border-bottom: none;
}
#cart-panel .left {	
	width: 270px;
	text-align: center;
}
#cart-panel .middle {
	border-right: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	padding: 0 5px;
}
#cart-panel .right {
	width: 160px;
	text-align: center;
	padding: 0 5px;
}
#cart-panel p {
	margin-bottom: 0;
}
#cart-list {
	list-style: none;
	overflow: auto;
}
#cart-list li {
	list-style: none;
	/*float: left;*/
	line-height: 1.8em;
}
#cart-list li a {
	
}
#bread-crumb {
	list-style: none;
	margin: 0px 0 0 14px;
}
#bread-crumb li {
	list-style: none;
	display: inline;
	margin: 0 0 0 0;
}
#subscribe-form #success-box p {
	margin: 15px;
}
.google-map {
	float: right;
	margin: 0 0 15px 15px;
}
.vcard {
	float: left;
}
#contact-form {
	clear: both;
	border: 1px solid #343434;
}
#contact-form form.enquiryForm {
	margin: 0;
	border-left: none;
}
#contact-form .subscribe {
	padding-left: 225px;
}

.faq-jumplink-container {
	padding: 0 0 25px 0;
	/*border-bottom: 1px solid #999;*/
	/*margin-bottom: 25px;*/
}
#frm-search {
	margin: 0;
	border-left: none;
	background:url("/css/images/help_search_bg.jpg") repeat-x scroll 0 0 #DADADD;
	padding: 13px;
	margin: 8px 0 13px;
	-moz-border-radius:4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}
#frm-search  fieldset {
	padding: 0;
}
#frm-search li {
	float: left;
	padding: 0;
}
#frm-search li.submit {
	float: right;
}
#frm-search label {
	display: none;
}
.follow-us {
	overflow: hidden;
	text-align: right;
}
.follow-us p {
	float: left;
	margin-left: 87px;
}
.follow-us .social-links {
	float: right;
	overflow: hidden;
	list-style: none;
}
.follow-us .social-links li {
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
}
.follow-us .social-links li a{
	width: 34px;
	height: 33px;
	display: block;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}
#facebook-link {
	background: url('/css/images/sprite.png') no-repeat -212px -440px;
}
#twitter-link {
	background: url('/css/images/sprite.png') no-repeat -253px -440px;
}
ul.faq,
ul.faq li {
	list-style: none;
}
ul.faq li {
	margin-left: 0;
}
ul.faq li.item {
	border-top: 1px solid #999;
}
ul.faq li.item h2 {
	margin: 15px 0 10px;
}
#success-box .box-msg {
	margin: 0 10px;
}
.email-this-link p {
	padding:12px 0 0 23px;
	margin: 0;
}
h1.w-g-bg {
	background: #EFEFEF;
}
#result-list.product-list {
	width: 100%;
}
#search_results.product-list #result-list .result-item {
	float: left;
	width: 355px;
	height: 181px;
	padding-left: 0;
	margin-right: 5px;
}
#search_results.product-list #result-list li.result-item .data.with-image {
	width: 165px;
}
#search_results.product-list .pagination {
	float: none;
	clear: both;
}

#contentcol {
	padding: 23px 23px;
}
.pagination {
	margin-left: -23px;
	margin-right: -23px;
	margin-bottom: -17px;
}
#result-list {
	margin-left: -23px;
	margin-right: -23px;
}


#search {
	font-size: 1.2em;
	position: absolute;
	right: 17px;
	top: 83px;
	width: 247px;
}
#search-form {
	background: none;
	border-left: none;
	height: 20px;
	overflow: hidden;
	background: #fff url('/css/images/sprite.png') no-repeat 0 -580px;
	width: 211px;
	padding: 0;
}
#search-form fieldset {
	padding: 3px 4px 0;
	position: relative;
	margin: 0;
	overflow: auto;
}
#search-form fieldset label {
	position: absolute;
	left: 5px;
	top: 0;
}
#search-form fieldset label.fade {
/*	color: #999;*/
	display: none;
}
#search-form fieldset input.text {
	width: 177px;
	border: none;
	background: transparent;
	float: left;
	padding: 0 5px;
}
#search-form fieldset input.submit {
	background: url('/css/images/sprite.png') no-repeat -40px -18px;
	width: 15px;
	height: 15px;
	border: none;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	float: right;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important;
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}
ul.autocompleter-choices li {
	padding-right: 20px;
}
ul.autocompleter-choices li em {
	position: absolute;
	top: 2px;
	right: 4px;
}
ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}


