body {
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif;
	color: #787A7C;
	background: #01A5CB url('../images/body_bg.jpg') repeat-x top left;
}

p {
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #6D6F71;
}

a:hover {
	text-decoration: underline;
	background: #6D6F71;
	color: #FFF;
}

.clear {
	clear: both;
}

.toleft {
	float: left;
}

.toright {
	float: right;
}

h1 {
	float: left;
	margin-bottom: 8px;
}

h1 a {
	display: block;
	width: 288px;
	height: 85px;
	background: #FFF url('../images/logo.png') no-repeat top left;
	text-indent: -5000px;
}

h1 a:hover {
	background: #FFF url('../images/logo.png') no-repeat top left;
}

li {
	list-style-type: none;
}

#page {
	font-size: 1.4em;
	background-color: #FFF;
}

/***** Header *****/

#header {
	position: relative;
	z-index: 10;
	padding-top: 16px;
}

#header-links p {
	padding-left: 10px;
	float: right;
	color: #1B8297;
}

#header-links ul {
	float: right;
}

#header-links ul li {
	border-right: 1px solid #767779;
	float: left;
}

#header-links ul li a {
	padding: 0px 10px 0px 10px;
	display: block;
}

#header-links ul li.active a {
	font-weight: bold;
}

#header-container {
	margin-bottom: 27px;	
}

#header-content {
	float: left;
	width: 640px;
	margin-top: 16px;
}

#header-content ul li {
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}

#header-content ul li#strapline-first {
	color: #0F9EBE;
	margin-right: 4px;
}

#header-content ul li#strapline-last {
	color: #0B6F7E;
}

#header-additional {
	width: 300px;
	position: relative;
	bottom: 0;
	margin-left: 640px;
}

#language-links {
	position: absolute;
	bottom: 0;
	right: 0;
/* Added by Urmy - Delete to re-instate language links */
	display: none;
}

#language-links ul li {
	background: url('../images/lang-list-bullet.gif') no-repeat 0px 3px;
	margin-bottom: 5px;
	padding-left: 13px;
}

#language-links ul li.last {
	margin-bottom: 0px;
}

#language-links ul li a {
	padding: 2px;
	color: #8AABB0;
}

#language-links ul li a:hover {
	background: #8AABB0;
	color: #FFFFFF;
}

#rwd-info {
	width: 220px;
	position: absolute;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.3em;
	bottom: 0;
/* Removed by Urmy - Re-instate and remove 'right: 0;' for language links
	left: 0;
*/
	right: 0;
}

#rwd-info a:hover {
	background: transparent;
}

#rwd-info p {
	margin-bottom: 0px;
}

/***** Navigation *****/

#nav {
	border-bottom: 7px solid #74CAE3;
	margin-bottom: 5px;
}

#nav-home {
	border-bottom: none;
	margin-bottom: 0px;
}

#nav ul li, #nav-home ul li {
	float: left;
}

#nav ul li.active a {
	background: url('../images/nav-bg-active-left.jpg') no-repeat top left;
	color: #FFF;
}

#nav ul li.active span {
	background: url('../images/nav-bg-active-right.jpg') no-repeat top right;
}

#nav ul li a, #nav-home ul li a {
	width: 172px;
	padding-left: 16px;
	color: #1B8297;
	font-weight: bold;
	display: block;
	background: url('../images/nav-bg-left.jpg') no-repeat top left;
}

#nav ul li a span, #nav-home ul li a span {
	padding-top: 10px;
	height: 22px;
	display: block;
	background: url('../images/nav-bg-right.jpg') no-repeat top right;
}

#nav ul li a:hover, #nav ul li.sfHover a, #nav-home ul li a:hover, #nav-home ul li.sfHover a {
	background: url('../images/nav-bg-active-left.jpg') no-repeat top left;
	color: #00738B;
}

#nav ul li a:hover  span, #nav ul li.sfHover a span, #nav-home ul li a:hover span, #nav-home ul li.sfHover a span {
	background: url('../images/nav-bg-active-right.jpg') no-repeat top right;
	color: #00738B;
}

#nav ul li ul li a:hover span, #nav ul li.sfHover ul li a span, #nav-home ul li ul li a:hover span, #nav-home ul li.sfHover ul li a span {
	background: #74CAE3;
}

#nav ul li ul, #nav-home ul li ul {
	padding: 10px;
	background: #74CAE3 url('../images/nav-list-bg-active.gif') repeat-y center left;
}

#nav ul li ul li, #nav-home ul li ul li {
	padding: 5px 0px;
}

#nav ul li ul li a, #nav ul li ul li a span, #nav ul li.active ul li a span, #nav ul li.sfHover ul li a span, #nav-home ul li ul li a, #nav-home ul li ul li a span, #nav-home ul li.active ul li a span, #nav-home ul li.sfHover ul li a span {
	color: #FFF;
	padding: 0px;
	height: 100%;
	background: #74CAE3;
}

#nav ul li ul li a span, #nav-home ul li ul li a span {
	color: #FFF;
}

#nav ul li ul li a:hover span, #nav-home ul li ul li a:hover span {
	color: #00738B;
}

/***** Breadcrumbs *****/

#breadcrumbs {
	margin-bottom: 20px;
}

/***** Slideshow *****/

.slide-container {
	position: relative;
	z-index: 5;
	height: 180px;
	margin-bottom: 20px;
}

.slide-container ul {
	height: 180px;
	overflow-y: hidden;
}

/*.smaug .smaug-slides li.smaug-slide h3 {
	display: none;
}

.smaug .smaug-slides li.smaug-slide a:hover {
	background: transparent;
}*/

/***** Sidebar *****/

#sidebar {
	float: left;
	margin-bottom: 10px;
}

#home-quick-links-top, #narrow-quick-links-top {
	width: 149px;
	height: 14px;
	background: url('../images/home-quick-links-top.jpg') no-repeat top left;
}

#quick-links-top {
	width: 220px;
	height: 14px;
	background: url('../images/quick-links-top.gif') no-repeat top left;	
}

#home-quick-links {
	padding: 0px 7px;
	background: #E0F1F7;
	width: 135px;
	margin-right: 10px;
}

#narrow-quick-links  {
	padding: 0px 7px;
	background: #E0F1F7;
	width: 135px;
	margin-right: 10px;
}

#quick-links {
	padding: 0px 7px;
	background: #E0F1F7;
	width: 206px;
}

#home-quick-links h3, #narrow-quick-links h3, #quick-links h3 {
	margin-bottom: 8px;
	color: #146884;
}

#home-quick-links h3 a, #narrow-quick-links h3 a, #quick-links h3 a {
	color: #146884;
	display: block;
	padding: 6px 0px 6px 2px;
}

#home-quick-links h3 a:hover, #narrow-quick-links h3 a:hover, #quick-links h3 a:hover {
	background: #146884;
	color: #E0F1F7;
}

#home-quick-links li, #narrow-quick-links li {
/*	padding-bottom: 6px;
	background: url('../images/quick-link-list-bullet.gif') no-repeat 2px 1px;
	font-size: 0.9em;*/
	line-height: 1.1em;
	padding-left: 10px;
}

#quick-links li {
	padding-left: 10px;
}

/*
#home-quick-links li a, #narrow-quick-links li a {
	line-height: 1.4em;
	color: #000;
	padding: 2px;
}
*/

#home-quick-links li a, #narrow-quick-links li a, #quick-links li a {
	display: block;
	color: #146884;
	font-size: 0.9em;
	font-weight: bold;
	padding: 6px 0px 6px 2px;	
}

/*
#home-quick-links li a:hover, #narrow-quick-links li a:hover {
	background: #000;
	color: #E0F1F7;
}
*/

#home-quick-links li a:hover, #narrow-quick-links li a:hover, #quick-links li a:hover {
	background: #146884;
	color: #E0F1F7;
}

#home-quick-links-bottom, #narrow-quick-links-bottom {
	width: 149px;
	height: 16px;
	background: url('../images/home-quick-links-bottom.jpg') no-repeat top left;
}

#quick-links-bottom {
	width: 220px;
	height: 16px;
	background: url('../images/quick-links-bottom.gif') no-repeat top left;
	margin-bottom: 10px;
}

#testimonial-box span img {
	margin-bottom: 10px;
}

#testimonial-box p {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 0.9em;
	color: #0F9EBE;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#testimonial-box #testimonial-details {
	color: #000;
	font-weight: normal;
	font-size: 0.8em;
}

/***** Content Boxes *****/

.content-box-top {
	background: url('../images/content-box-green-top.gif') no-repeat top left;
	width: 700px;
	height: 16px;
}

.content-box {
	background: url('../images/content-box-green.gif') repeat-y top left;
	width: 660px;
	padding: 0px 20px;
}

.content-box-bottom {
	background: url('../images/content-box-green-bottom.gif') no-repeat top left;
	width: 700px;
	height: 16px;
	margin-bottom: 10px;
}

.content-box-brushed-top {
	background: url('../images/content-box-brushed-top.jpg') no-repeat top left;
	width: 700px;
	height: 16px;
}

.content-box-brushed {
	background: url('../images/content-box-brushed.jpg') repeat-y top left;
	width: 660px;
	padding: 0px 20px;
}

.content-box-brushed-bottom {
	background: url('../images/content-box-brushed-bottom.jpg') no-repeat top left;
	width: 700px;
	height: 16px;
	margin-bottom: 10px;
}

.half-page-box-top {
	background: url('../images/half-page-box-top.gif') no-repeat top left;
	width: 302px;
	height: 17px;
}

.half-page-box {
	line-height: 1.1em;
	background: url('../images/half-page-box.gif') repeat-y top left;
	width: 276px;
	padding: 0px 13px;
}

.half-page-box-bottom {
	background: url('../images/half-page-box-bottom.gif') no-repeat top left;
	width: 302px;
	height: 17px;
	margin-bottom: 10px;
}

.third-page-box-top {
	background: url('../images/third-page-box-top.gif') no-repeat top left;
	width: 222px;
	height: 17px;
}

.third-page-box {
	background: url('../images/third-page-box.gif') repeat-y top left;
	width: 196px;
	padding: 0px 13px;
}

.third-page-box-bottom {
	background: url('../images/third-page-box-bottom.gif') no-repeat top left;
	width: 222px;
	height: 17px;
	margin-bottom: 10px;
}

.third-page-box-brushed-top {
	background: url('../images/third-page-box-brushed-top.jpg') no-repeat top left;
	width: 220px;
	height: 16px;
}

.third-page-box-brushed {
	background: url('../images/third-page-box-brushed.jpg') repeat-y top left;
	width: 204px;
	padding: 0px 8px;
}

.third-page-box-brushed-bottom {
	background: url('../images/third-page-box-brushed-bottom.jpg') no-repeat top left;
	width: 220px;
	height: 14px;
	margin-bottom: 10px;
}

.grid_7-box-top {
	background: url('../images/grid_7-box-top.gif') no-repeat top left;
	width: 381px;
	height: 16px;
}

.grid_7-box {
	background: url('../images/grid_7-box.gif') repeat-y top left;
	width: 365px;
	padding: 0px 8px;
}

.grid_7-box-bottom {
	background: url('../images/grid_7-box-bottom.gif') no-repeat top left;
	width: 381px;
	height: 17px;
	margin-bottom: 10px;
}

.grid_5-box-top {
	background: url('../images/grid_5-box-top.gif') no-repeat top left;
	width: 303px;
	height: 17px;
}

.grid_5-box {
	background: url('../images/grid_5-box.gif') repeat-y top left;
	width: 287px;
	padding: 0px 8px;
}

.grid_5-box-bottom {
	background: url('../images/grid_5-box-bottom.gif') no-repeat top left;
	width: 303px;
	height: 17px;
	margin-bottom: 10px;
}

/***** Content Pages *****/

#content {
	line-height: 1.2em;
	margin-bottom: 10px;
}

#home-content, .wide-content {
	width: 781px;
	float: left;
	line-height: 1.2em;
	margin-bottom: 32px;
}

#home-content {

}

#introduction-images {
	margin-bottom: 10px;
}

.content-box ul {
	margin-bottom: 10px;
}

.content-box a, #content-box-text a, #content-body a {
	color: #0F9EBE;
	font-weight: bold;
}

#content-box-text h3 a {
	color: #146884;
}

.content-box a:hover, #content-box-text a:hover {
	background: transparent;
	color: #00738B;
}

#content-body a:hover {
	background: #FFF;
	color: #00738B;
}

#content-box-text ul li {
	line-height: 1.2em;
	font-size: 0.9em;
	color: #000;
}

#content-box-text {
	float: left;
}

#stock-check-box-text h2 {
	margin-bottom: 15px;
	color: #41AD49;
	font-size: 1.8em;
}

#content-box-text h3, #stock-check-box-text h3 {
	font-size: 1.4em;
	color: #146884;
	padding-bottom: 10px;
}

#content-box-text h4, #content-box-text h5, #content-box-text h6  {
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: bold;
	color: #0F9EBE;	
}

#content-box-text #strapline {
	font-size: 1.4em;
	color: #0F9EBE;	
}

#content-box-text p.introtext, .home-box-article-text p.introtext, #content-body p.introtext, #stock-check-box-text p.introtext {
	font-size: 1.1em;
	font-weight: bold;
	color: #0F9EBE;	
}

#content-box-text p {
	font-size: 0.9em;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.content-box img {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.content-box #manufacturer-logo img {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

.half-page-box h3, .grid_5-box h3 {
	color: #0B6F7E;
	font-size: 1.2em;
	padding: 2px 0px;
	margin-bottom: 10px;
}

.half-page-box ul li a, .grid_5-box ul li a {
	color: #0F9EBE;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	padding: 3px 0px;
}

.half-page-box ul li a:hover, .grid_5-box ul li a:hover {
	background: #FFF;
	color: #146884;
	text-decoration: underline;
}

#content-body h3, #content-body h3 a, #content-body h4, #content-body h4 a, #content-body h5, #content-body h5 a, #content-body h6, #content-body h6 a {
	padding-bottom: 3px;
	margin-bottom: 7px;
	font-size: 1.1em;
	color: #0F9EBE;	
}

#content-body h3 a:hover, #content-body h4 a:hover, #content-body h5 a:hover, #content-body h6 a:hover {
	background: transparent;
	color: #00738B;
}

#content-body p, #feedbackForm {
	font-size: 0.9em;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#content-body .content-text {
	margin-bottom: 10px;
	float: left;
}

#content-body .content-image {
	float: right;
}

#content-body .content-image img {
	margin: 10px 0px 10px 10px;
}

.content-text ul {
	font-size: 0.9em;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}

/***** Home Page *****/

#home-content-box-top, #wide-content-box-top {
	width: 781px;
	height: 16px;
	background: url('../images/home-page-box-green-top.jpg') no-repeat top left;
}

#home-content-box, #wide-content-box {
	line-height: 1.1em;
	width: 751px;
	background: url('../images/home-page-box-green.jpg') repeat-y top left;
	padding: 0px 15px;
}

#home-content-box-bottom {
	width: 781px;
	height: 16px;
	background: url('../images/home-page-box-green-bottom.jpg') no-repeat top left;
	margin-top: -8px;
}

#wide-content-box-bottom {
	width: 781px;
	height: 16px;
	background: url('../images/home-page-box-green-bottom.jpg') no-repeat top left;
	margin-top: -8px;
	margin-bottom: 20px;
}

.home-page-article-image {
	float: left;
	margin: 0px 10px 0px 0px;
}

#home-page-article-text p {
	color: #000;
	font-size: 0.9em;
}

#home-page-article-text p.introtext {
	color: #0B6F7E;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
}

.home-box-article-text {
	color: #000;
	font-size: 0.9em;
	width: 525px;
	float: left;
}

.home-box-article-text h3 {
	font-size: 1.3em;
	margin-bottom: 6px;
	color: #41AD49;
}

.home-box-top {
	height: 14px;
	background: url('../images/home-page-box-white-top.gif') no-repeat top left;
}

.home-box {
	line-height: 1.1em;
	background: url('../images/home-page-box-white.gif') repeat-y top left;
	padding: 0px 15px;
}

.home-box-bottom {
	margin-top: -3px;
	height: 15px;
	background: url('../images/home-page-box-white-bottom.gif') no-repeat top left;
}

.home-box-article-text {
	width: 274px;
	float: left;
}

.home-box a {
	padding: 2px;
	color: #3E6F73;
}

.home-box a:hover {
	color: #FFF;
	background: #3E6F73;
}

/***** Product Section *****/


.category-list .third-page-box {
	height: 180px;
}

.category-list li {
	float: left;
	width: 222px;
	margin: 0px 10px 10px 0px;
}

.category-list .product-image, #stock-checker-aggregated .product-image {
	height: 72px;
	margin-bottom: 5px;
}

.category-list .product-image a:hover, #stock-checker-aggregated .product-image a:hover {
	background: transparent;
}

.category-list h3 a {
/*	color: #0B6F7E;*/
	color: #0F9EBE;
	font-size: 1.1em;
	display: block;
	padding: 4px 0px;
}

.category-list h3 a:hover {
	background: #FFF;
/*	color: #0F9EBE;*/
	color: #146884;
}

.category-list ul li {
	width: 188px;
	margin: 0px;
	background: url('../images/list-bullet.gif') no-repeat 0px 7px;
	list-style-position: inside;
	padding-left: 8px;
	clear: both;
}

.category-list ul li a {
	color: #0F9EBE;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	padding: 2px 0px;
}

.category-list ul li a:hover {
	background: #FFF;
	color: #146884;
}

#stock-check-boxes li {
	float: left;
	width: 220px;
	margin: 0px 10px 10px 0px;
}

#stock-check-boxes li ul li {
	width: 186px;
}

.third-page-box li ul li {
	width: 196px;
}

#stock-check-boxes li ul li a:hover {
	background: #0F9EBE;
	color: #FFF;
}

#stock-check-box-brushed a:hover {
	background: transparent;
}

#stock-check-box-brushed a {
	display: block;
	float: left;
}

#stock-check-box-brushed a img {
	margin-right: 6px;
}

#stock-check-box-brushed li h4 {
	float: left;
	width: 134px;
}

#stock-check-box-brushed h4 a {
	font-size: 1.3em;
	display: inline;
	color: #41AD49;
}

#stock-check-box-brushed h4 a:hover {
	color: #0B6F7E;
}

#stock-check-box-brushed h5 {
	float: left;
	width: 134px;
}

#stock-check-box-brushed h5 a {
	font-size: 0.85em;
	display: inline;
	color: #0B6F7E;
}

#stock-check-box-brushed h5 a:hover {
	color: #41AD49;
}

#stock-check-box-text {
	width: 580px;
	float: right;
}

#related-products-box h3, .contact-box h3 {
	color: #0B6F7E;
	margin-bottom: 4px;
}

#related-products-box ul li, .contact-box ul li {
	background: url('../images/list-bullet.gif') no-repeat 0px 7px;
	list-style-position: inside;
	margin: 0px 0px 5px;
	padding-left: 8px;
}

#related-products-box ul li a, .contact-box ul li a {
	color: #0F9EBE;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	padding: 2px 0px;
}

#content #related-products-box ul li a:hover, .contact-box ul li a:hover {
	color: #00738B;
	background: #FFF;
}

#contact p, #stock-check-contact-box p {
	line-height: 1.1em;
	font-weight: bold;
	color: #0B6F7E;
}

#contact a, #stock-check-contact-box a {
	display: inline;
	color: #0F9EBE;
}

#contact a:hover, #stock-check-contact-box a:hover {
	background: #FFF;
	color: #0B6F7E;
}

#contact #telephone-number, #stock-check-related-box p {
	margin-bottom: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #0B6F7E;
}

#stock-check-contact-box #telephone-number  {
	font-size: 1.8em;
	font-weight: bold;
	color: #0B6F7E;
	margin-bottom: 0px;
}

#stock-check-logo {
	float: left;
	display: block;
}

#stock-checker-images {
	float: left;
	width: 170px;
}

#stock-checker-images img {
	margin-bottom: 10px;
}

#stock-check-table {
	border: 1px solid #0F9EBE;
	float: right;
	width: 530px;
	margin-bottom: 10px;
}

#stock-check-table th {
	border: 1px solid #0F9EBE;
	text-align: center;
	padding: 4px 10px;
	font-size: 0.9em;
	color: #0B6F7E;
}

#stock-check-table tr.alt {
	background: #E1F2F7;
}

#stock-check-table td {
	padding: 2px 8px;
	border: 1px solid #0F9EBE;
	text-align: center;
	font-size: 0.8em;
	color: #000;
}

#stock-check-table td a {
	padding: 2px;
	color: #0B6F7E;
}

#stock-check-table td a:hover {
	background: #0B6F7E;
	color: #FFF;
}

#stock-check-table td a.quote-button {
	display: block;
	height: 22px;
	width: 91px;
	font-weight: bold;
	background: url('../images/quote-button-bg.gif') no-repeat top left;
	color: #FFF;
	margin: 2px auto 0px;
}

#stock-check-table td a:hover {
	background: url('../images/quote-button-bg.gif') no-repeat top left;
	color: #00738B;
}

#stock-check-box-list li {
	float: left;
}

#stock-check-box-list li.first {
	margin-right: 10px;
}

#stock-checker-aggregated li {
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#stock-checker-aggregated li ul li {
	margin-right: 0px;
}

#stock-checker-aggregated li h3 {
	color: #0B6F7E;
	margin-bottom: 0px;
}

ul#stock-checker-aggregated .third-page-box {
	height: 180px;
}

#stock-checker-aggregated li ul li {
	background: url('../images/list-bullet.gif') no-repeat 0px 7px;
	list-style-position: inside;
	margin-bottom: 5px;
	padding-left: 8px;
	width: 186px;
}

#stock-checker-aggregated li ul li a {
	color: #0F9EBE;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	padding: 2px 0px;
}

#stock-checker-aggregated li ul li a:hover {
	background: #0F9EBE;
	color: #FFF;
}

#stock-checker-search-box img {
	display: block;
	float: left;
	margin-right: 10px;
}

#stock-checker-search-box h3 {
	margin-top: 20px;
	float: left;
	color: #41AD49;
	font-size: 2.4em;
}

/***** Support Section *****/


.support-list li {
	margin-bottom: 10px;
}

/***** Contact Page *****/

#contact-text {
	width: 250px;
	float: left;
}

#contact-text #company-name, #contact-text #company-fax, #contact-text #company-telephone {
	color: #0B6F7E;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#contact-text #company-fax, #contact-text p {
	margin-bottom: 10px;
}

#contact-text #company-address p {
	color: #0B6F7E;
}

#contact-map {
	width: 450px;
	float: left;
}

#contact-page-boxes li, .half-page-boxes li {
	float: left;
	margin-right: 10px;
}

#contact-page-boxes li li, .half-page-boxes li li {
	clear: both;
	width: 100%;
}

#contact-page-boxes p {
	margin-bottom: 0px;
}

#content-body #main-form li,
#content-body #feedbackForm li {
	margin-bottom: 10px;
}

#content-body #main-form label {
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
	font-size: 0.9em;
	color: #000;
	width: 165px;
	float: left;
}

#content-body #main-form input, #content-body #main-form textarea, #content-body #feedbackForm input, #content-body #feedbackForm textarea {
	float: left;
	margin-bottom: 8px;
	border: 1px solid #787A7C;
}

#content-body #main-form label.receive-emails-label {
	text-align: left;
}

#content-body #main-form input.error, #content-body #main-form textarea.error {
	border: 1px solid #F00;
}

#content-body #main-form em, #content-body #main-form label.error, #content-body #main-form p.error {
	color: #F00;
}

#content-body #main-form #postal-address-2 {
	margin-left: 175px;
}

#content-body #feedbackForm input.radio-button {
	border: none;
}

#content-body #feedbackForm input#cfEquipRef {
	margin-top: 14px;
}

#content-body #main-form #recaptcha_inputs {
	float: left;
}

#content-body #main-form #recaptcha-controls {
	float: left;
}

#content-body #main-form #submit input {
	margin-left: 170px;
}

#content-body #feedbackForm label {
	margin-right: 10px;
	font-weight: bold;
	float: left;
}

#content-body #feedbackForm span {
	display: block;
}

#content-body .top-section label {
	width: 260px;
	text-align: right;
}

#content-body .top-section input {
	margin-bottom: 10px;
}

/***** Other Bits *****/

#content-body .event-heading a, #content-box .event-heading a {
	color: #0B6F7E;
}

#content-body .event-heading a:hover, #content-box .event-heading a:hover {
	background: transparent;
	color: #00738B;
}

.testimonial-content img {
	margin-bottom: 10px;
}

.testimonial-content hr {
	color: #6D6F71;
}

#content-box-text ul.sitemap li {
	font-size: 1em;
}

#content-box-text ul.sitemap li a {
	display: block;
	margin-bottom: 6px;
}

#content-box-text ul.sitemap li ul {
	margin-left: 30px;
}


/***** Footer *****/

#footer {
	margin-top: 35px;
	margin-bottom: 20px;
}

#copyright {
	margin-top: 30px;
	float: left;
}

#footer-logos {
	float: right;
}

#footer-logos a {
	margin-left: 6px;
}

#footer-logos a:hover {
	background: transparent;
	text-decoration: none;
}

#footer-links {
	margin-right: 60px;
	float: right;
}

#footer-links ul li {
	margin-top: 30px;
	float: left;
	border-right: 1px solid #6D6F71;
}

#footer-links ul li.last {
	border-right: none;
}

#footer-links ul li a {
	display: block;
	padding: 0px 6px;
}
#slider_nav {
	position:relative;
	left:793px;
	z-index:10;
	top:-26px;
	width:147px;
	height:26px;
	background: transparent url('../images/panel.png') no-repeat top left; 

}
#slider_nav a { 
	background:url('../images/outline-box.png') no-repeat top left; 
	text-decoration: none; 
	padding-left:13px;
	padding-right:3px;
	font-weight:bold;  
	position:relative;
	top:2px;
	left:3px;
	display:inline-block;
	width:20px;
	height:21px;
	color:white;
	padding-top:5px;
	}
#slider_nav a.activeSlide { color:white }
#slider_nav a:focus { outline: none; }
