/**
 * 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: auto;
	/*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: 5px;
	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;
}
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 0;}
#contentControl .increase {background-position: -15px 0;}
#contentControl .print {background-position: -34px 0;}
#contentControl .email-this-link {background-position: -54px 0;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;
}




html {
    background: url(/css/images/tile.gif) #f3f0ed 0 0 repeat;
}
body {
	color: #5f1530;
	font: .75em arial, sans-serif;
        
}
#wrapper {
    width: 914px;
    margin: 0 auto;
    padding: 5px 0 40px;
}
#container {    
    padding: 0;    
    color: #5f1530;
    
    background: url(/css/images/bg.gif) transparent 50% 0 repeat-y;
}
#header {
    background: url(/css/images/header.gif) #f3f0ed 50% 0 no-repeat;
    color: #5f1530;    
}
#content {
        background: url(/css/images/content.gif) transparent 50% 0 no-repeat;
}
#footer {
    margin: 0;
    padding: 0 0 0 0;
    background: url(/css/images/footer.gif) transparent 50% 100% no-repeat;
    color: #363636;
    text-align: right;
    font-size: 90%;
    width: 914px;
    overflow: auto;
}

strong, b {
	/*color: #333;*/
	font-weight: bold;
}
em, i {
	font-style: italic;
}

a {
	/*text-decoration: none;*/
	color: #870F3D;
}
a:hover {
	/*text-decoration: underline;*/
	color: #C60651;
}
a img {
	padding: 2px;
	margin: 3px;
}
#content a, #footer a, .content {
	/*padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;*/
}
#content a:hover, #footer a:hover .content:hover {
	/*border-bottom-style: solid;*/
}

.floatR {
	float: right;
}
.floatL {
	float: left;
}

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 {
    position: relative;
    left: -24px;
    margin: 0 0 1em 0;
    padding: 0 0 0 23px;
    color: #c60651;
    font-size: 1.5em;
    font-family: times roman, serif;
    background: url(/css/images/asterisk.gif) 6px 50% no-repeat;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
}
/* end headings */

/* start paragraphs */
p {
	line-height: 1.6em;
	margin-bottom: 1em;
        font-size: 1em;
}
/* end paragraphs */

/* start lists */
ul, ol {
}
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;
}
/*
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: 8px 0;
	padding: 0;
	overflow: visible;
	height: 100%;
}

/*form fieldset ul li label{
	width: 150px;
	float: left;	
}*/
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;
}
textarea {
	line-height: 1.5em;
}
input.text, select, textarea {
    border: 1px solid #88123f;
    background-color: #f7f6f4;
    color: #363636;
    font-size: 100%;
}

input.active, textarea.active {
	background: #fff;
}
input.button,
input.radioInput,
input.checkbox,
input.submit{
	width: auto;
}
input.text {
    width: 225px;
}
form textarea,
#contact-form textarea{
    height:100px;
    width:225px;
}
form select {
    width: 225px;
}
.formErrorMessage {
	color: #860F3D;
}
/* end form */

sup {
	vertical-align: text-top;
}



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;
}


#tools h3 {
	background: url(/css/images/leaf_tools.gif) 50% 2px no-repeat;
	margin-top: 0px;
	font-size: 150%;
	color: #c60651;
	font-family: times roman, serif;
	clear: both;
}

#tools h3, #feature1 h2, #feature2 h2 {
    position: static;
    padding: 0 31px 0.5em 31px;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
}

#tools form {
	padding-bottom: 25px;
}

#feature1 h2, #feature2 h2 {
    background: url(/css/images/leaf_feature.gif) 50% 2px no-repeat !important;
}

#footer ul {
    margin: 0;
    padding: 50px 35px 32px 35px;
    overflow: auto;
    float: right;
}

#footer li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer a {
    margin: 0;
    padding: 2px 8px 2px 6px;
    border-right: 1px solid #d3cfc8;
    background-color: transparent;
    color: #d3cfc8;
    text-decoration: none;
    display: block;
}

#footer a:hover {
    background-color: transparent;
    color: #870f3d;
}
#footer ul li a.fp-credit {
    margin: 0;
    padding-right: 24px;
    border-right: none;
    background: url(/css/images/web-design-by-fatpublisher.png) transparent 100% 50% no-repeat;
    color: #d3cfc8;
    height: 19px;
}

#footer ul li a.fp-credit:hover {
    /*background: url(/css/images/fp_hover.gif) transparent 100% 50% no-repeat;*/
    color: #870f3d;
}
a.previous,
.bread-crumb a {
    padding-left: 10px;
    background: url(/css/images/arrows_left.gif) 0 50% no-repeat;
}
a.previous:hover,
.bread-crumb a:hover {
    background: url(/css/images/arrows_left_hover.gif) 0 50% no-repeat;
}
a.next {
    padding-right: 10px;
    padding-left: 0;
    background: url(/css/images/arrows.gif) 100% 50% no-repeat;
}
a.next:hover {
    background: url(/css/images/arrows_hover.gif) 100% 50% no-repeat;
}
form,
#contact-form form {
    background: none;
    margin: 0;
    padding: 0;
    border-left: none;
}
form ul,
#contact-form form ul {
    padding: 0;
}
form li > label {
    display:block;
	float:left;
	margin-top:2px;
        color: #5F1530;
        font-weight: normal;
        width: 150px;
}
form li.submit {
    overflow: auto;
    padding-left: 220px;
}
#contact-form label
{
	display:block;
	float:left;
	width:165px;
	margin-top:2px;
	color: #5F1530;
	font-weight: normal;
}
#contact-form label.checkbox-label {
    width: auto;
}
.vcard .adr .type {
   /* position: absolute;
    left: -9999em;
    font-size: 0;
    line-height: 0;*/
}
.vcard .tel .type,
.vcard .email .type {
    width: 70px;
    display: inline-block;
}
.enquiry {
    margin-top: 15px;
    display: block;
}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#container {overflow:auto;
	padding-bottom: 10px;}  /* must be same height as the footer */
#content {
	overflow: auto;
        margin: 0 auto;
        width: 806px;
        padding: 40px 20px 0 56px;
}
#footer-fake {position: relative;
	margin-top: -10px; /* negative value of footer height */
	height: 10px;
	clear:both;
}
div.flash-wrap {
    width: 882px;
    margin: 0 auto;
    background: url(/css/images/purple.gif) repeat-x 0 100px;
    color: #fff;
    padding: 0px 0 10px;
    height: 237px;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

a#skip-to-content, a#skip-to-nav { 
    display: none;
}

#logo img {

}
a#logo {
    display: none;
}
#header {
    margin: 0 auto;
    overflow: auto;
    height: 100px;
    position: relative;
}
#navigation {
    overflow: hidden;
    position: absolute;
    top: 34px;
    right: 33px;
}
#navigation li {
	float: left;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#navigation li a {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    text-indent: -5000em;
    text-decoration: none;
    width: 91px;
    height: 57px;
    outline: none;
}
#navigation li a.home {    
    width: 296px;
    height: 50px;
}
#navigation li.home-button a{
	padding-left: 274px;
}
#navigation li.home-button a.home {
	width: 71px;
	background-image: url(/css/images/home.gif);
	background-position: right 0;
}
#navigation li.active.home-button a,
#navigation li.home-button a:hover {
    background-position: right -57px;
}
#navigation li.about-us a{
	width: 71px;
    background-image: url(/css/images/about.gif);
}
#navigation li.bathroom a{
    background-image: url(/css/images/bathroom.gif);
}
#navigation li.kitchen a{
    background-image: url(/css/images/kitchen.gif);
}
#navigation li.powderroom a{
    background-image: url(/css/images/powderroom.gif);
}
#navigation li.laundry a{
    background-image: url(/css/images/laundry.gif);
}
#navigation li.contact-us a{
	width: 71px;
    background-image: url(/css/images/contact.gif);
}
#navigation li.active a,
#navigation li a:hover {
    background-position: 0 -57px;
}



/** Starts with jsWindow style **/
#JsWindow {
	width:400px;
	position:absolute;
	margin:auto;
	z-index:1000;
	border:1px solid black;
	background:#fff;
}

body > #JsWindow {
	position:fixed;
	top:7%;
}

#JsWindowBar {
	overflow: auto;
}
#JsWindowBar a.close {
	background: url('/css/images/popup-X.gif') no-repeat 0 0;
	width:26px;
	height:26px;
	display:block;
	float:right;
	border: none;
	outline: none;
}
#screenOverlay {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:.2;
}

body > #screenOverlay {
}
/* Ends jsWindown style*/

/*Starts FancyZoom style reset*/
#ShadowBox table,
#ShadowBox table td,
#ShadowBox table tbody td{
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
/*Ends Fancy Zoom style reset*/

a.fp-credit {    
   background:transparent url(/css/images/web-design-by-fatpublisher.png) no-repeat 85px 0;
    border:medium none;
    cursor:pointer;
    padding:2px 28px 12px 0;
    height: 19px;
}
a.fp-credit:hover {
    text-decoration: underline;
	
}

/* Youtube thumbnail image overlay*/
.video-link {
	position: relative;
	display: block;	
}
#content .video-link,
#content .video-link:hover{
	border-bottom: none;
}
.video-link img {
	display: block;
}
.overlay-button {
	cursor: url('/css/cursors/zoom.cur'), pointer;
	position: absolute;
	display: block;
	background: transparent url('/css/admin/images/player.png') no-repeat;
	width: 58px;
	height: 58px;
}
a.video-link:hover .overlay-button {
	background: transparent url('/css/admin/images/player-hover.png') no-repeat;
}


#tools {
	float: left;
    margin: 0 0 0 -5px;
    padding: 0 0 0 0;
    background: url(/css/images/decor.gif) 50% 100% no-repeat;
    color: #363636;
    width: 170px;
}

#tools form {
    margin: 0 0 40px 0;
}

#tools p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#tools fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#tools #search input, #tools #search select {
    display: block;    
}

#tools legend, #tools #search label {
    display: none;
}

#tools #search select {
    margin: 0.6em 0;
    width: 160px;
}
#room {
	margin: 0 0 0.6em 0 !important;
}
#tools .formErrorMessage {
    width: 120px;
}
#tools #subscribe-form div {
    margin-bottom: 0.6em;
}

#tools #subscribe-form label {
    display: block;
    float: left;
    width: 46px;
}
#tools #subscribe-form .input-area {
    width: 120px;
}
#tools #subscribe-form input {
    /*The following commented out due to break the css for cssspam*/
    /*display: block;*/
    margin: 0;
    width: 118px;
}
.main {
    float: right;
    width: 570px;
    background: url(/css/images/decor.gif) no-repeat 50% 100% transparent;
    color: #5F1530;
}
#tools form {
    padding: 0;
    margin: 0 0 40px;
    background: none;
    border-left: none;
}
#email-this-link form li.submit input.button,
#subscribe-page-form form li.submit input.button,
#unsubscribe-form li.submit input.button,
#subscribe-form form li.submit input.button,
#product-enquiry-form li.submit input.button,
#contact-form li.submit input.button,
#tools input.search-submit/*#tools a#search_submit*/, #tools a#join_submit {
    /*float: right;*/
    display: block;
    background-color: transparent;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    text-indent: -1000em;
    width: 158px;
    height:30px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}
#unsubscribe-form li.submit input.button {
    background-image: url(/css/images/unsubscribe.png);
    border: none;
    text-indent: -9999em;
}
#email-this-link form li.submit input.button,
#subscribe-page-form form li.submit input.button,
#product-enquiry-form li.submit input.button,
#subscribe-form form li.submit input.button,
#contact-form li.submit input.button {
    background-image: url(/css/images/submit.gif);
    border: none;
    text-indent: -9999em;
}
#tools input.search-submit/*,
#tools a#search_submit */{
    background-image: url(/css/images/search.gif);
    border: none;
    text-indent: -9999em;
}
#subscribe-form form li.submit {
    padding-left: 34px;
}
#product-enquiry-form li.submit {
    overflow: auto;
    /*padding-left: 44px;*/
}

/*#contact-form li.submit {
    overflow: auto;
    padding-left: 231px;
}*/
#subscribe-page-form form li.submit input.button,
#subscribe-form form li.submit input.button
/*#tools a#join_submit*/ {
    background-image: url(/css/images/join.gif);
}
#email-this-link form li.submit input.button:hover,
#product-enquiry-form li.submit input.button:hover,
#contact-form li.submit input.button:hover {
    background-image: url(/css/images/submit_hover.gif);
}
#unsubscribe-form li.submit input.button:hover {
    background-image: url(/css/images/unsubscribe-hover.png);
}
#tools input.search-submit:hover/*#tools a#search_submit:hover*/ {
    background-image: url(/css/images/search_hover.gif);
}
#subscribe-page-form form li.submit input.button:hover,
#subscribe-form form li.submit input.button:hover {
/*#tools a#join_submit:hover {*/
    background-image: url(/css/images/join_hover.gif);
}
.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-list li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.news-list .desc {
    overflow:  auto;
}
.news-list p {
    margin-bottom: 1px;
}
.news-list .desc .content-image {
    float: right;
}

a.summary-content-image img.content-image {
    cursor: pointer;
}


/* ##### ##### SEARCH RESULTS ##### ##### */

#search_results {
    margin-top: 0px;
    list-style: none;
}

#search_results .result {
    float: left;
    margin: 0 0 -2px 0;
   	padding: 7px 0 0 0;
    background: url(/css/images/result_bg.gif) 0% 0% no-repeat;
    width: 113px;
    height: 157px;
     list-style: none;
}

#search_results > .result {
	height:auto;
	min-height:157px;
       
}

#search_results .result h2, #search_results .result p, #search_results .result img, #search_results .result a {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

#search_results .result h2 {
    background: url(/css/images/result_bg.gif) 0% 100% no-repeat;
    height:40px;
    padding:0 3px !important;
    font-size: 1em;
}

#search_results .result h2 a {
    text-decoration: none;
    display:block;
}
#product-wrap {
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 15px;
}
#product-wrap #product-images {
    float: left;
    width: 330px;
    margin: 0;
    padding-bottom:7px;
    /*background: url(/css/images/prod_bg_bot.gif) #fff 50% 100% no-repeat;*/
    width: 325px;
    overflow:hidden;
}
#product-wrap #product-images img {
    /*background:url(/css/images/prod_bg_main.gif) no-repeat scroll 50% 0 #FFFFFF;*/
    display:block;
    margin:0;
    overflow:hidden;
    /*padding:7px 7px 0;*/
    padding: 7px;
    border: 1px solid #F9F8F6;
}
#product-wrap #product-thumbs {
    float: none;
    clear: both;
    padding-top: 10px;
}
#product-wrap #product-thumbs a img {
    margin: 0;
    border: 1px solid #9F4165;
}
#product-wrap #product-thumbs a {    
    padding: 0 5px;
}
#product-wrap .product-detail {
    float: right;
    width: 230px;
}
.pagination {
    text-align: right;
    margin-bottom: 15px;
    padding-right: 10px;
}
.pagination .total-record {
    float: left;
}
.g-map-wrap,
#contact-form {
    margin-top: 25px;
}

#product-images {
    width: 311px;
    /*height: 407px;*/
    height: 283px;
}
#product-images img {
    position:absolute;
}

#subscribe-form .help-note {
    display: none;
}
.loader {
    background: url('/css/images/loader.gif') no-repeat 50% 30%;
    width: 100%;
    display: block;
    height: 500px;
    text-indent: -9999em;
    font-size: 0;
    line-height: 0;
}
#subscribe-form form li {
    overflow: hidden;
}

#contentControl {
    position: absolute;
    right: 37px;
    top: 13px;
}
#content {
    overflow: hidden;
    position: relative;
}
.main {
    margin-bottom: 40px;
}


