/**
 * default CSS for the textControl cmslib component
 * Used in conjunction with /cmslib/HTMLElements/HTMLTextControl.php and /cmslib/js/textControl.js
 */
.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;
}




body {
	color: #252525;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .625em;
}
#content {
	font-size: 1.2em;
}

strong, b {
	font-weight: bold;
	color: #083862;
}
em, i {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #00529b;

}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
	-moz-outline-style: none;
}
a img {
	padding: 2px;
	margin: 3px;
}

.floatR {
	float: right;
}
.floatL {
	float: left;
}

blockquote {
	/* block quote from template
	-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;
 */
	text-indent: 2em;
}
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.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
/* end headings */

/* start paragraphs */
p {
	line-height: 1.3em;
	margin-bottom: 1em;
}
/* end paragraphs */

/* start lists */
ul, ol {
    margin-bottom: 1em;
	margin-left: 10px;
}
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: 20px;
}
#content ul li {
	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 */
.enquiry-sent,
form {
/*
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #333;
	border-radius: 12px;*/
	color: #252525;
	padding: 3px;
	background: #f1f6fc;
	border-left: 1px solid #a7bccc;
	margin:1em 0 1em 1em;
	/*display: inline-block;*/
}
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;
}
form li {
	list-style: none;
	margin: 8px;
	padding: 0;
	overflow: visible;
	height: 100%;
}

form li > label {
	font-weight: bold;
	color: #333;
}
form fieldset ul li label{
	width: 150px;
	float: left;
}
form fieldset ul li div.input-area label{
	width: auto;
	float: none;
}
form fieldset ul li{
	/*the follow code is commented out due to the break in FF in mac*/
	/*overflow: auto;*/
	overflow: hidden;
}
form fieldset ul li div.input-area{
	float: left;
}
#content form fieldset ul li.submit,
form fieldset ul li.submit {	
	margin-left: 0px;
}
#content form fieldset ul li.submit input,
form fieldset ul li.submit input{
	margin-left: 168px;
}
textarea {
	line-height: 1.5em;
	width: 213px;
	height: 113px;
}
input, button, textarea, select, optgroup, option {
    font-family: Arial, Helvetica, sans-serif;
}
input,
input.text{
	width: 213px;
	height: auto;
}
input.button,
input.radioInput,
input.checkbox,
input.submit{
	width: auto;
}
.error-message,
.formErrorMessage {
	color: #ff0000;
}
form p {
	margin: 10px 25px;
}

#success-box {
	margin: 1em 0 1em 1em;
	padding: 30px 0 30px 25px;
	background-color: #E4FFCF;
	border-left: 1px solid #1B3F00;
}
/* 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: 213px;
	display: none;
}
span.helper{
	display: block;
	width: 213px;
	font-size: 0.8em;
}
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;*/
}
#product-enquiry-form_busySignalContainer {
	position: relative;
	clear: both;
}
#form-wrapper {
	position: relative;
}
/* 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*/

ul.preview-images a img, a .content-image {
    cursor:url(/css/cursors/zoom.cur), auto;
}

/** js related selectors **/
.hidden {
	display: none;
}
.invisible {
    visibility: hidden;
    opacity: 0;
}

input.busyStatus,
textarea.busyStatus{
    background: #F4F5F5;
    border: #F4F5F5 1px solid;
}

/** home selectors*/
.original-price {
	text-decoration: line-through;
	white-space:nowrap;
        font-weight: normal;
}
.reduced-price {
	color: #fff;
	background-color: #c70751;
	white-space:nowrap;
}

/** bread crumbs **/
#bread-crumbs {
	overflow: auto;
	clear: both;
	font-size: 0.9em;
	color: #A4B8CA;
	float: left;
	margin-bottom: 10px;
}
#content #bread-crumbs li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 18px 0 0 0;
}
#content #bread-crumbs li .text {
    color: #000;
}
/** pagination controls **/
.pagination{
	margin: 5px 0 3px 0;
	float: right;
}
.pagination.headerTop {
    position: absolute;
    top: 15px;
    right: 0;
}
.pagination.top {
    
}
.pager-wrapper {
    background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;
    overflow: auto;
    padding-bottom: 5px;
}
.pagination.bottom {
}
#content #contentcol .pagination li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0;
}
.pagination a {
	/*border: 1px solid #00529B;*/
	border: 1px solid #00529A;
	padding: 1px 5px;
	text-decoration: none;
}

.pagination a:hover, .pagination a.current   {
	/*border: 1px solid #0099FF;*/
	border: 1px solid #00529A;
	color: #fff;
	/*background: #0099FF none;*/
	background: #00529A none;
}

/** product list styles */
.subPages,
#product-list {
	width: 481px;
	clear: both;
	overflow: visible;
	margin: 0 0 0px 0;
	/*background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;*/
}
.top-border-list{
    background: transparent url(/css/images/hr-bg.png) repeat-x top left;
}
#content .subPages li,
#content #product-list li {
	list-style-type: none;
	background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;
	margin: 0;
	overflow: auto;

}
#content .subPages li{
    padding: 15px 0 15px 0;   
}
#content #product-list li{
    /*padding: 15px 0 15px 15px;*/
    padding: 15px 0 15px 0px;
     zoom: 1;
}
#product-list a {
    /*float: left;*/
}
.subPages img,
#product-list img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #cdd3dc;
	padding: 1px;
	display: block;
	float: left;
}
* html .subPages img,
* html #product-list img,
* html #product-list .description{
    display: inline;    
}
#product-list .description {
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
}
.subPages h2,
#product-list h2 {
	background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;
	width: auto;
	padding: 0 0 10px 0;
	margin-top: 0;
	color: #252525;
}
#product-list p {
	
}
.subPages h2 a,
#product-list h2 a {
	color: #252525;
	float: none;
}
#product-list h2 a:hover {
	color: #252525;
}

/** list **/

#right-column .content-list {
	background: transparent url(/css/images/hr-rh-bg.png) bottom left no-repeat;
}

#right-column .content-list li {
	list-style-type: none;
	background: transparent url(/css/images/hr-rh-bg.png) top left no-repeat;	
	padding: 8px 0;
	/*text-align: center;*/
}
#right-column .content-list li.first {
	background: none transparent;
	font-size: .8em;
	text-align: center;
}
#right-column .content-list li a {
	
}
#content h1{   
   /* width: 481px;*/
    background: transparent url(/css/images/hr-bg.png) repeat-x top left;
    padding-top: 9px;
    margin-bottom: 1px;
}
#content .h1-div{
    background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;
    width: 100%;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
#right-column h3 {
    font-size: 1.2em;
}
a.cancel-button {
    font-size: 0.9em;
    margin-left: 20px;
}
.map-ineractive-text {
    text-decoration: underline;
}

#footer li.copyright {
    margin-left: 85px;
    color: #9E9E9E;
}
#social-links {
	font-size:1.2em;
	margin-left:30px;
	margin-top: 30px;
	overflow:visible;
	width:187px;
}
#social-links a {
	font-weight: bold;
	color: #00529B;
	margin-bottom: 10px;
}
#facebook {
	background: url('/css/images/facebook-icon.gif') no-repeat 0 0;
	padding: 5px 0 0 33px;
	display: block;
	height: 25px;
}
#twitter {
	background: url('/css/images/twitter-icon.gif') no-repeat 0 0;
	padding: 5px 0 0 33px;
	display: block;
	height: 25px;
}
a.reset {
    float: right;
}
th .tip,
.header-wrap .tip {
    color: #454545;
    font-size: 0.9em;
    text-decoration: underline;
    margin-left: 10px;
}


#container, 
#header, 
#navigation, 
#content, 
#footer {
	
}
body {
    
}
#header #skip-to-content {
	left:-10000px;
	position:absolute;
}
html, body, #container {height: 100%;}

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

#container {
	width: 997px;	
	margin: 0 auto;
	/*height: 100%;*/
	overflow: hidden;
	position: relative;
	background: url(/css/images/bg.png) repeat-y center;
}

#left-column {
	float: left;
}
#header {
	width: 186px;
	margin: 19px 0 26px 24px;
	
}
#logo img {

}
a#logo {
	border: none 0;
}
#content {
	/*margin: 0 33px 0 17px;*/
	margin: 0 0px 0 17px;
	float: left;
	width: 736px;
	padding-bottom: 120px;	
}
* html #container{
    height: auto;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#home-main-content {
	clear: both;
	border: 1px solid #cdd3dc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}
#home-main-content img {
	padding: 2px 2px 0 2px;
}
#home-main-content h2 {
    clear: both;
    margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}
#home-main-content p {
	margin-left: 10px;
	margin-right: 10px;
}

#home-main-content #contentcol {
	margin-left: 10px;
	margin-right: 10px;
	
}
#navigation {
	font-size: 1.2em;
	overflow: visible;
	margin-left: 24px;
	width: 187px;
	
}
#navigation li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 3px
}
#navigation li#bathrooms {
	display: none;
}
#navigation a {
	background: transparent url(/css/images/navigation-sprite.png) no-repeat 0 0;
	width: 176px;
	height: 29px;
	color: #00529b;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding: 5px 0 0 11px;
}
#navigation a:hover {
	background-position: 0 -34px;
	overflow: visible;
}

#navigation li.active a {
	background-position: 0 -68px;
	color: #fff;
}
#navigation-secondary {
	font-size: 1.2em;
	float: left;
	/*margin: 21px 33px 0 17px;*/
	margin: 21px 0 0 17px;
	width: 735px;
}
#container #navigation-secondary li {
	float: left;
	display: block;
	margin: 0;
	padding: 0 1px 0 0;

}
#navigation-secondary li a {
	float: left;
	display: block;
	/*width: 75px;*/
	height: 25px;
	background: transparent url(/css/images/navigation-sprite-secondary.png) repeat-x 0 0;
	border: none;
	color: #083862;
	padding: 0 20px;
	text-decoration: none;

}
#navigation-secondary li a:hover {
	background-position: 0 -25px;

}
#navigation-secondary li.active a {
	background-position: 0 -50px;
	color: #00529b;
}

#navigation-contact {
	float: right;
	margin: 21px 33px 0 0;
}
#container #navigation-contact li {
	float: left;
	display: block;
	margin: 0;
	padding: 0 1px 0 0;
	list-style-type: none;
}
#navigation-contact li a {
	float: left;
	display: block;
	height: 25px;
	border: none;
	color: #083862;
	padding: 0 3px 0 13px;
	font-size: 1.1em;
}
#navigation-contact li a:hover {

}
#contentcol {
	clear: both;
	float: left;
	width: 481px;
	margin: 0 40px 60px 0;
	position: relative;
	padding:0 0 4px 0;
	background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;
}
#content-onecolumn {
    clear: both;
    float: left;
    margin: 0 0px 0px 0;
    position: relative;
    padding:0 0 4px 0;
    width: 100%;
    /*background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;*/
}
#contentcol h1 {
	/*background: transparent url(/css/images/hr-bg.png) repeat-x top left;*/
	/*padding-top: 12px;*/
}
#right-column {
	width: 200px;
	float: left;	
	/*margin-bottom: 40px;	*/
}
/** 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*/

#footer {
	padding: 46px 0 0px;
	color: #00529b;
	clear: both;
	float: none;
	width: 938px;
	height: 74px;
	overflow: visible;
	background: transparent url(/css/images/hr-bg.png) repeat-x 0 30px;
	margin-left: 26px;
	margin: 0 auto;
	margin-top: -120px;
	font-size: 1.1em;
	position: relative;
}

#footer #navigation-footer {

}
#footer #navigation-footer li {
	list-style-type:none;
	display: block;
	float: left;
	padding: 0 10px;
}

#footer #navigation-footer li a {
	border-bottom: none;
	display: block;
}
a.fp-credit {    
   background:transparent url(/css/images/web-design-by-fatpublisher.png) no-repeat 80px 0;
    border:medium none;
    cursor:pointer;
    padding:2px 28px 12px 0;
    height: 19px;
}
a.fp-credit:hover {
    text-decoration: underline;
	
}
#footer #navigation-footer li.fp-credit{
    float: right;
}
/** text control override */
#contentControl {
	/*clear: both;*/
	margin: 10px 0 10px 0px;
	float: right;
	
}

/** sections **/
.section {
	width: 230px;
	border: 1px solid #cdd3dc;
	float: left;
	background: transparent url(/css/images/section-bg.png) repeat-x 0 100%;
	margin: 23px 13px 0 0;
	padding-right: 6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	min-height: 153px;
	position: relative;
	zoom: 1;
}
#right-column .section {
    float: none;
    width: 200px;
    margin-right: 0;
}
.section h3 {
	background: transparent url(/css/images/section-header-bg.png) no-repeat 0 0;
	font-size: 1.1em;
	color: #083862;
	padding: 10px 0 0 10px;
	width: 121px;
	height: 21px;
	margin: 0;
	margin-top: -2px;
	margin-left: -1px;
}
#right-column .section strong {
}
#right-column .section-content {
    width: 199px;
}
.section-content {
	position:absolute;
	width: 219px;
	margin: 6px 0px 18px 6px;
}
* html .section-content{
    position: fixed;
}
.section strong {
	/*float: left;*/
	color: #083862;
	margin-top: 3px;
}
.section p {
	color: #083862;
	font-size: 0.916em;
}


.section img {
	background: transparent url(/css/images/section-img-bg.png) no-repeat 0 0;
	padding: 5px 10px 5px 5px;
	margin: 0;
	float: left;

}
.section.store-locations {
	margin-right: 0;
	width: 226px;
}
.section .controls {
	position: absolute;
	left: 120px;
	top: 130px;
}
#right-column .section .controls{
    left: 95px;
    top: 135px;
}
.section-wide {
	width: 354px;
	border: 1px solid #cdd3dc;
	float: left;
	margin: 23px 22px 0 0;
	border-radius: 2px;
	color: #083862;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	min-height: 122px;
	margin-bottom: 23px;
	position: relative;
	zoom: 1;
}
.section-wide .controls {
	position: absolute;
	left: 231px;
	top: 96px;
}
.section-wide a {
	float: right;
	margin: 3px 12px 12px 0;	
}
* html .section-wide {
    height: 125px;
}
.price-guarantee {
	background: transparent url(/css/images/guarantee.png) 248px 5px no-repeat;
	margin-right: 0;
}

.price-guarantee  h3 {
	font-size: 2.0em;
	margin-left: 12px;
}
.price-guarantee  p {
	margin-left: 12px;
}
.testimonials blockquote {
	background: transparent url(/css/images/quote-left.png) left top no-repeat;
	margin: 12px 3px;
	padding-top: 4px;
}
.testimonials blockquote p{
	/*background: transparent url(/css/images/quote-right.png) right bottom no-repeat;*/
	display: inline;
	padding-right: 0.4em;	
}
.testimonials blockquote .close {
    background: transparent url(/css/images/quote-right.png) 0 9px no-repeat;
    text-indent: -5000px;
    width: 17px;
    height: 22px;
    display: inline-block;    
}
.testimonials  strong{
    text-transform: capitalize;
    font-style: italic;
    margin-left: 11px;
}
#contentcol .testimonials {
    background: transparent url(/css/images/hr_bg2.png) left top no-repeat;
    margin-top: 40px;
    margin-bottom: 40px;
}
#contentcol .testimonials li {
    list-style: none;
    margin: 0;
    padding: 8px 0 18px 0;
    background: transparent url(/css/images/hr_bg2.png) left bottom no-repeat;
}
/** hero home page slideshow **/
#hero-slideshow {

	height: 300px;
}
#hero-slideshow img {
	position: absolute;
	left: 0;
	
	
}
#slideshow-images {
	position: relative;
	width: 734px;
	height: 300px;
	overflow: hidden;
	border-bottom:1px solid #00529B;
	padding-bottom: 4px;
}
#slideshow-controls {
	position: relative;
	top: -20px;
	left: 12px;
}
#slideshow-controls a {
	text-indent: -9999em;
	background: transparent url(/css/images/slideshow-control-sprite.png) no-repeat 0 0;
	/*background: transparent url(/css/images/slideshow-control-sprite-24.png) no-repeat 0 0;*/
	display: block;
	width: 21px;
	height: 14px;
	float: left;
	margin-right: 4px;
}
#slideshow-controls a:active, #slideshow-controls a:focus {
	outline: none;
	-moz-outline-style: none;
}
#slideshow-controls a.active {
	background-position: 0 -14px;
}
#slideshow-controls a span {
	border: none;
}

/* Start right hand side column */
#right-column .price-guarantee {
    margin: 22px 0 0 0px;
    background: transparent url(/css/images/guarantee.png) 114px 33px no-repeat;
    color:#083862;
    border:1px solid #CDD3DC;
    padding: 7px 3px 22px 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 200px;
}
#right-column .price-guarantee p{
    width: 100px;
}
#right-column .price-guarantee a{
    margin-left: 12px;
}
/*End right hand side column*/

/** product details **/
.product-details {
	overflow: auto;
}
.product-details #images{
	float: left;
	margin-right: 13px;
}
.product-details #product-images {
	
	width: 228px;
	height: 228px;
}
.product-details #product-images img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #cdd3dc;
	padding: 1px;
	
	position: absolute;
}
.product-details #product-thumbs {
	margin: 10px 0;
	width: 228px;
	padding: 0 2px;
}
.product-details #product-thumbs a {
	margin: 0;
	padding: 0;
}
.product-details #product-thumbs img {
	margin: 0 3px 0 0;
	padding: 0;
}

.product-details .detail {
	float: left;
	width: 236px;
}
.product-details .detail .properties {
}
#content .product-details .detail .properties li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#content .product-details .detail .properties li label {
	float: left;
	width: 100px;
}
#content .product-details .detail .properties li .data{
    width: 135px;
    float: left;
}

.product-details #manufacturer {
	float: left;
	width: 228px;
	margin-right: 10px;
	background: transparent url(/css/images/hr-rh-bg.png) no-repeat center top;
	text-align: center;
}
.manufacturer-logo {
	width: 100%;
	background:transparent url(/css/images/hr-rh-bg.png) no-repeat center bottom;
	padding: 0 0 10px 0;
}
.product-details #manufacturer img {
	
}
.product-details #manufacturer p {
	font-size: 0.75em;
	text-align: center;
	padding: 10px 0 10px 0;
}
#manufacturers{
    text-align: center;
}

a.enquiry,
#content #product-enquiry {
	text-align: center;
	margin-top: 15px;
	width: 200px;
	height: 16px;
	display: block;
	color: #fff;
	padding: 6px 7px;
        /*text-decoration: underline;*/
	background: transparent url(/css/images/product-enquiry-button.png) no-repeat top left;
}
#content #product-enquiry {
    margin-left: 10px;
}
a.add-to-cart {
    text-align: center;
    margin-top: 10px;
    width: 184px;
    height: 16px;
    display: block;
    color: #fff;
    padding: 6px 7px;
    background: transparent url(/css/images/add-to-cart.png) no-repeat top left;
    margin-left: 10px;
}
a.add-to-cart strong{
    color: #fff;
}
a.enquiry strong,
#content #product-enquiry strong {
	color: #fff;
}
a.enquiry:hover strong,
#content #product-enquiry:hover strong {
   text-decoration: underline;
}
#product-enquiry-form {
	width: 100%;
	clear: both;
	margin: 20px 0;
	overflow: auto
}

/* Contact us layout*/
.location {
    margin-top: 15px;
    overflow: auto;
}
.location .map{
    float: left;    
}
.google-map {
    border:1px solid #CDD3DC;
    padding: 1px;
}
.location .vcard{
    margin-left: 8px;
    float: left;
    width: 245px;
}
.vcard .hours,
.vcard .phone,
.vcard .email,
.vcard .fax{
    margin: 13px 0 0 0;
}
.vcard strong{
    color: #000;
}
.location .extra-links{
    margin-top: 10px;
}
.vcard .hours strong{
    position: absolute;
    left: 0px;
}
.vcard .org {
	display: none;
}
/*Fixes for IE6*/
* html .vcard .hours strong {
    left: -75px;
}
.vcard .hours{
    position: relative;
    padding-left: 75px;
}
#contact-enquiry-form {
    margin-top: 10px;
    clear: both;
}
/* End contact us layout*/


.pagination-bottom-wrapper {
    overflow: auto;
}
.testimonial-bottom-pagination {
    background: transparent url(/css/images/hr-bg.png) repeat-x top left;
    padding-top: 5px;
}

/*Starts Inspiration page layout*/
#content #inspiration {
    list-style: none;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #CDD3DC;
    border-right: 1px solid #CDD3DC;
    border-left: 1px solid #CDD3DC;
    padding: 1px 0px 1px 1px;
    overflow: auto;
}
#content #inspiration .column {
    overflow: auto;
    float: left;
    width: 243px;
    padding: 1px 0 0 1px;
    margin: 0;
}
 #content #inspiration li {
    list-style: none;
    float: left;
    margin: 0 1px 1px 0;
    padding: 0;
    position: relative !important;
}
#content #inspiration li a {
    padding:0;
    position: relative !important;
    margin: 0;
    display: block;
    width: 80px;
    height: 53px;
}
#content #inspiration li.large a {
    width: 161px;
    height: 107px;
}
#content #inspiration li.large{
    float: right;    
}
#content #inspiration li.large a img{
    width: 161px;
    height: 107px;
}
#content #inspiration li a img{
    margin: 0;
    padding: 0;
    display: block;
    width: 80px;
    height: 53px;
}
#content #inspiration li a:hover img {
    border:1px solid #00529B;
    position: absolute;
    top: -1px;
    left: -1px;
    overflow: visible;
}
#content #inspiration li.large a:hover img{
    right: -1px;    
}
#content #inspiration-large {
    width: 732px;
    height: 300px;
    border-top: 1px solid #CDD3DC;
    border-right: 1px solid #CDD3DC;
    border-left: 1px solid #CDD3DC;
    border-bottom: 1px solid #00529B;
    padding: 1px 0 2px 2px;
    clear: both;
    text-align: center;
	position: relative;
}
/*Ends inspiration page layout*/
#product-list div.properties {
	overflow: auto;
	margin-bottom: 10px;
}

#product-list div.description div label {
	float: left;
	width: 100px;
	clear:both;
}
#product-list div.description div.data {
	float: left;
	width: 85px;
}

p.bottom-tip {
	position: absolute;
	bottom: -80px;
}
p.bottom-tip strong {
	color: #000000;
}

#hth {
	clear: both;
	color: #fff;
	background: url('/css/images/rs-bg.png') no-repeat;	
}
#hth p {
	background-image: url('/css/images/rs-end.png');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 30px;
	padding: 7px 0 0 55px;
}
#hth a {
	color: #fff;
	text-decoration: underline;
}
#inspiration-large:hover a{
	display: block;
}
#inspiration-large a {
	display: none;
	position: absolute;
	width: 63px;
	height: 25px;
	top: 43px;
	text-indent: -5000px;
}
#i-next {
	background: url('/css/images/next.png') no-repeat;
	right: 0;
}
#i-previous{
	background: url('/css/images/previous.png') no-repeat;
	left: 0;
}
.cart-detail {
    /*float: left;*/
    clear: both;
    background: #e6efe4;
    overflow: auto;
    padding: 15px 10px;
    width: 461px;
    
}
.cart-detail,
.cart-detail strong {
    color: #315c08;
}
.cart-detail p {
    margin-bottom: 5px;
    margin-top: 5px;
}
.cart-detail div  {
    float: left;
}

/*Order info panel styles*/
#total-data tr.subtotal.info td {
    padding-top: 10px;
}
#total-data tr.subtotal.info{
    border-top: 1px solid #a4b9cb;
}
#total-data tr.info td {
    padding-top: 0;
    padding-bottom: 0;
}
#total-data tr.info td.value {
    text-align: right;
}
#total-data tr.info td.label {
    font-weight: bold;
}
.tip,
#total-data tr.info td.label .total-tip {
    font-weight: normal;
    font-size: 0.9em;
}
#total-data td {
    padding: 0 5px;
}
#total-data td.padding {
    width: 300px;
}
#total-value {
    font-weight: bold;
    font-size: 1.1em;
}
#total-data p {
    margin: 0;
    padding: 0;
}
#content-wrap #contentcol {
    float: none;
}
#content-wrap {
    float: left;
    clear: both;
    padding: 0;
    margin: 0;
}
#content-onecolumn .cart-detail {
    width: 714px;
}

body,
blockquote, 
div.panel-container .featured-event-item {
background: #000;
color: yellow;
border-color: yellow;
}
#container, #content, #header, #navigation, #footer
{
background: #000;
/*border: 1px solid yellow;*/
}
#content, #header, #navigation, #footer {
/*padding: 2px;*/
}

div.panel {
/*border: 1px solid yellow;*/
/*border: none;*/
/*padding: 2px;*/
}

a, #footer a, #navigation ul li a, #navigation ul li a strong, #navigation ul li ul li a, 
#navigation li:hover ul a, #navigation li.hover ul a,
#header a,
a.rss,
.opportunity a,
.events ol li a,
ul.more-information li a,
.key-dates ul.months ol a,
#banner div#tab-research-centres div.content a {
color: aqua;
text-indent: 0;
}

a:hover, #navigation ul li ul li a:hover, #navigation ul li ul li a.hover, #navigation li.hover a {
color: #0F0;
}

.date, .datetime, .caption, .dtstart {
color: yellow;
}

button {
color: yellow;
}

form {
background: yellow;
color: #000;
}

form fieldset, form div.results,
#banner div#tab-from-the-dean, #banner div#tab-schools, #banner div#tab-research-centres, 
#banner blockquote, #banner div#tab-from-the-dean div.content p {
background: #000;
color: yellow;
}

#banner ul.tabs li.welcome a, #banner ul.tabs li.from-the-dean a, #banner ul.tabs li.schools a,
#banner ul.tabs li.research-centres a, #banner ul.tabs li.our-people a {
background: none;
width: auto;
text-indent: 0;
padding-left: 10px;
padding-right: 10px;
color: aqua;
line-height: 29px;
}
#banner ul.tabs li.welcome a.active, #banner ul.tabs li.from-the-dean a.active,
#banner ul.tabs li.schools a.active,#banner ul.tabs li.research-centres a.active,
#banner ul.tabs li.our-people a.active {
background: yellow;
color: #000;
}
#contentControl button{
	background-color: yellow;
}


