/* colours

red 		#eb2b38
dark grey	#474747
light grey	#e6e6e6 (news)
yellow		#f1b030

/*----------------------------------------------*/

/*     General site wide
----------------------------------------------*/
body {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#333333; 
	margin:0px auto; 
	padding:0px;
	text-align:center;
}

p	{
	padding:0;
}

h1 	{
	font-size:1.3em;
	background:url(../images/backgroundH1.gif) no-repeat;
	color:#fff;
	padding:0.4em 0 0.5em 2em;
	margin:0 0 1em 0
}

h2 {
	font-size:1.1em;
	color:#eb2b38;
	margin-bottom:0em;
}

h3 {	
	font-size:1.1em;
	color:#eb2b38;
	margin-bottom:-0.5em;
	padding:0;
}

h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:0.5em;
}

a {
	text-decoration:none;
	color:#333333;
} 
a:hover {
	text-decoration:underline !important;
}
a:focus {
	text-decoration:underline !important;
}

img {
	border:none;
	background:none;
}
	
#access-keys, h1#website {
	position: absolute; 
	width: 250px; 
	left: -3000px; 
	float: left;
}



/*
S - Skip navigation
1 - Home page
2 - What's new
3 - Site map
4 - Search
5 - Frequently Asked Questions (FAQ)
6 - Help
7 - Complaints procedure
8 - Terms and conditions
9 - Feedback form
0 - Access key details
*/

form {	
	margin:0;
	padding:0;
}
.cleaner {
	overflow:hidden;
	clear:both;
	height:1px;
	margin-top:-1px
}
.error, .mand {
	color:#ff0000;
}

.smaller {
	font-size:0.9em
}
.larger {
	font-size:1.3em;
}
.center {
	text-align:center;
}

#breadcrumb {
	font-size:0.8em;
	color:#666666; 
}
#breadcrumb a {
	color:#333333; 	
	font-weight:bold;
}
.floatleft {
	float:left;
	margin:0 1em 1em 1em;
}
.floatright {
	float:right;
	margin:0 1em 0 1em;
}
.black {
	color:#000;
	font-size:1.1em;
	margin-bottom:-1em;
}

.none {
	display:none;
}

/*----------------------------------------------*/

/*     Layout for all site 
----------------------------------------------*/

#wrapper {
	width: 79em;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
}

.redBar {
	background:url(../images/topRed.gif) no-repeat;
	width:79em;
	height:3em;
	margin-top:1em
}

/* Javascript banner */

#banner{float:right; background:url(../images/rotator/ips.jpg) no-repeat; padding:0; margin:0;}



.section{width:600px; height:225px; list-style:none; padding:0 10px; margin:0;}

.section li {width:107px; height:105px; float:left; display:inline; border:1px solid #CCCCCC; display:block; margin:0 11px 10px 0; text-align:center;}

.section li span{font-size:1em; padding:0; margin:0; font-weight:bold; background:url(../images/redtile.gif) repeat-x; display:block; width:107px; height:30px; color:#FFFFFF;}


/*   *washroom designer banner
----------------------------------------------*/
.washroom {
	float:right;
}

.logo {
	padding:5.5em 0.2em 0em 0;
	float:left;
	position:relative;		
}

/*    *primary navigation
----------------------------------------------*/
.nav {
	padding:0; 
	margin:0.3em 0 0.3em 0; 
	list-style:none; 
	height:2.5em; 	
	background:#e6e6e6;
	position:relative; 
	z-index:40;
}
.nav li.top {
	display:block; 
	float:left;
}
.nav li a.top_link {
	display:block; 
	float:left; 
	height:2.5em; 
	width:10.5em;
	text-align:center;
	line-height:2.3em; 
	color:#4a4a4a; 
	text-decoration:none  !important;
	font-size:1em; 
	cursor:pointer; 
	font-weight:bold;
}
.nav li a.top_link span {
	float:left; 
	display:block; 
	height:2.5em;
	font-weight:bold;	
	width:10.5em;
	text-align:center;
}
.nav li a.top_link:hover {
	color:#fff; 
	background:url(../images/navHover.gif) no-repeat;
	}

.nav li a.top_link:hover span { 
	background:url(../images/navHover.gif) no-repeat;
}

/* HACK ie 7 & firefox */
.nav li:hover > a.top_link {
	color:#fff;  
	background:url(../images/navHover.gif) no-repeat;
	line-height:2.5em;
	}
.nav li:hover > a.top_link span { 
	background:url(../images/navHover.gif) no-repeat;
}
.nav table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	top:0; 
	text-align:left;
	left:0;
}
.nav a:hover {
	visibility:visible; 
	position:relative; 
	z-index:20;
	font-weight:bold;
}
.nav li:hover {
	position:relative; 
	z-index:20;
}


/*  'next' level invisible by placing it off screen. */
.nav ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	font-size:1.1em;
}
.nav ul.sub1 {width:12em;}
.nav ul.sub2 {width:16em;}
.nav ul.sub3 {width:18em;}
.nav ul.sub4 {width:12em;}
.nav ul.sub5 {width:20em;}

.nav :hover ul {
	left:0; 
	top:2.2em; 
	background: #4a4a4a; 
	white-space:nowrap; 
	height:auto; 
	z-index:30; 
}
.nav :hover ul li {
	display:block; 
	height:1.8em; 
	position:relative; 
	font-weight:normal; 
	width:auto;
}
.nav :hover ul li a {
	display:block; 
	font-size:0.9em; 
	height:2em; 
	line-height:1.6em; 
	width:auto; 
	padding:0 1em; 
	color:#ffffff; 
	text-decoration:none;
}

.nav :hover ul li a:hover {
	font-weight:bold;
}
.navGreyl {
	background:url(../images/navGreyL.gif) no-repeat left;
	float:left;
	
}
.navGreyR {
	background:url(../images/navGreyR.gif) no-repeat left;
	float:right;
	height:2.5em;
	width:0.7em;
}
.curveLink {
	background:url(../images/navCornerR.gif) no-repeat right top;
	margin-bottom:-1em;
}
.curveLinkB {
	background:url(../images/navCornerBR.gif) no-repeat right bottom;
	height:1em !important;
}


/*hack ie 6 only */
*html .curveLinkB img {
	margin-bottom:-0.2em;
}


/*    *side navigation menu
----------------------------------------------*/
#leftContent {
	padding:0; 
	width:15em; 
	position:relative; 
	float:left;
	margin:0.1em 0.4em 0.4em 0;
	background:#e6e6e6;
}
#leftContent h2 {
	background:url(../images/backgroundH2.gif) no-repeat;
	font-size:1em;
	color:#fff;
	margin:0;
	padding:0.7em 0 0.8em 2em
}

#leftContent a{
	color:#333333;
	font-weight:bold;
}

#leftContent ul{
	margin:0 0 1em 0;
	padding:0 0 0 2em
}	

#leftContent li{	
	margin:0.6em 0 0 0; 
	padding:0;
	color:#ff0000;
	font-size:1em;
	position:relative;
}

#leftContent li.sub-menu {
	margin:0.5em 0 0.8em 2em;
	background:none;
	font-weight:normal;	
}
#leftContent li.sub-menu a{
	font-weight:normal;	
	font-size:0.9em
}

/*    *main content (center column)
----------------------------------------------*/
div#mainContent { 
	position:relative;
	float:left;
	width:63.5em;
	padding:0;
	margin:0.2em 0 1em 0;
}
#mainContent img {
	margin:0.8em;
	border:1px solid #e6e6e6
}
#mainContent a {
	color:#eb2b38;
	font-weight:bold
}

/*    *right hand content (right column)
----------------------------------------------*/
#rightContent { 
	position:relative;
	float:right;
	width:24.5em;
	padding:0;
	margin:0;
	background:#e6e6e6;
}

/*     *footer  
----------------------------------------------*/
#footer { 
	border-top:2px solid #eb2b38;
	height:3em; 
	color:#eb2b38;
	font-size:0.9em;
	position:relative;
	float:left;
	width:100%;
	line-height:1.5em;
	margin-bottom:1em;
}
#footer ul{
	list-style: none; 
	float:left;
	margin:0;
	padding:0;
}
#footer li {
	display:block; 
	float:left; 
	padding:0.8em 0.4em;
}

#footer .accountInfo {
	float:right;
}
.copyright{
	text-align:center;
	margin-top:0.5em;
	color:#999999;
	font-size:1em
}

.copyright a{
	font-size:0.8em;
	color:#999999;
}


/*----------------------------------------------*/

/*     page specific 
----------------------------------------------*/

/*     *homepage 
----------------------------------------------*/
.homepage {
	width:54.5em;
	float:left	
	
}

*html .homepage {
	width:53.0em;
	float:left	
	
}

.homepage h1 	{
	font-size:1.3em;
	background:url(../images/backgroundHH1.gif) no-repeat;
	color:#fff;
	padding:0.4em 0 0.5em 2em;
	margin:0
}

.homepage p {
	padding:0 1em 0 1em;
}

.bullets{width:550px; height:99px;}
.redBullet {
	color:#eb2b38;
	float:left; display:inline;
	margin-left:7em;
	padding-left:0;
}

.showcase{list-style:none; width:650px; margin:0; padding:0 10px 0 10px; height:420px;}

.showcase li{width:180px; float:left; display:inline; height:75px; border:1px solid #999999; margin:5px 5px 5px 5px;}

.redBullet span {
	color:#000;
}
h2.newsTitle {
	background:url(../images/backgroundNews.gif) no-repeat;
	font-size:1.2em;
	color:#fff;
	margin:0;
	padding:0.5em 0 0.7em 2em
}

.news {
	margin:0 0.7em 0 0.7em;
	padding:0 0 10px 0;
	border-bottom:1px dashed #000000;
	font-size:0.9em;
	float:left;
	width:280px;
}
.news h3 {
	margin:0.5em 0 0 0;
	font-size:1em
}
.news .ico{
	float:left; margin:7px 5px 0px 0; border:1px solid #CCCCCC;
}

.news .desctext{float:left; display:inline; width:220px;}

.news .readmoresmall{float:right; padding:0; margin:-10px 0 0 0;}


.news img {
float:right;
	margin:0em 0 0.8em 0
}
.bannerRange, .bannerApp {
	width:22em;
	float:left;
	height:12em
}

.bannerRange a, .bannerApp a {
	text-decoration:none;
	color:#333333;
} 
.bannerRange a:hover, .bannerApp a:hover {
	text-decoration:underline !important;
}


.rangebuttons{width:600px; float:left; padding-bottom:10px; height:80px; margin-top:-5px;}

.rangebuttons img{margin-right:25px; border:none !important;}
.rangebuttons a{text-decoration:none;}


.bannerRange p, .bannerApp p{
	width:10em;
	margin:2.5em 0 0 9.5em;
	font-size:1.1em;
	font-weight:bold
}
.bannerRange {
	background:url(../images/bannerRange.jpg) no-repeat;
	margin-right:5em
}
.bannerApp {
	background:url(../images/bannerApp.jpg) no-repeat;
}


/*     *section page 
----------------------------------------------*/
h1.product 	{
	font-size:1.3em;
	padding:0.5em 0 0.5em 0em;
	margin:0;
	background:none;
	color:#000
}

ul.infoTabs {
	margin:0.5em 0 0 0;
	padding:0;
}
.infoTabs li{
	list-style:none;
	float:left;
	width:9.7em;	
	background:url(../images/backgroundTab.gif) no-repeat;	
}
#mainContent .infoTabs li a {
	display:block;	
	text-align:center;
	height:1.7em;
	font-size:1em;
	padding-top:0.7em;
	font-weight:bold;
	color:#000
}	
.infoTabs li.selected {
	background:url(../images/backgroundTabA.gif) no-repeat;

}
#mainContent .infoTabs li.selected a{
	color:#fff
}
.info {
	width:61.5em;
	padding:0.5em 1em 1em 1em;
	border:1px solid #e6e6e6
}

*html .info {
	width:61.5em;
	padding:0.2em 1em 1em 0.9em;
	border:1px solid #e6e6e6
}


/*     *sector guide page 
----------------------------------------------*/

.sectorGuide h2 {
	color:#000;
	font-size:1.2em;
	margin-bottom:2em;
	border-bottom:2px solid #ccc

}
.sectorGuide h3 {
	color:#006699
}
#mainContent .sectorGuide h3 img {
	border:none;
	margin-bottom:-0.3em;
}
.sectorGuide ul {
	margin-left:7em;
	padding-left:0
}

.leftColumn, .rightColumn {
	float:left;
	width:30em;
}

/*     *range overview page 
----------------------------------------------*/
#mainContent .rangeOverview {
	min-height:9em; height:auto !important; height:9em;
}
#mainContent .rangeOverview img {
	float:left;
	margin:0 1em 0 0;
}

/*     *installation manuals 
----------------------------------------------*/
.reader {
	width:22em;
	float:right;
	text-align:center
}
.reader img {
	border:none;
	margin-top:0em !important
}

ul.pdf li {
	list-style:none;
	background:url(../images/icon-pdf.gif) no-repeat 0 6px;
	padding-left:2em;
	line-height:3em
}

/*     *contact / info page 
----------------------------------------------*/
fieldset {
	margin:0;
	padding:0;
}
.information-form {
	width:51em;
	margin-left:7em;
	border:1px solid #e1e0e0;
	padding:0.5em	
}
.information-form fieldset {
	border:none;
	background:#f5f5f5;
	padding:0.5em;
	margin:0em 1em 1em 1em
}
.information-form legend{
	display:none
}

.information-form label.main{ 
	float: left; 
	width: 15em; 
	padding: 0; 
	margin: 0.7em 0.5em 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
.information-form input, .information-form select{
	margin:0.3em 0.2em 0 0;
	padding:0.1em;
	font-size:1.1em;
	line-height:1.4em;
	color:#666666;
}

.rInfor {
	padding-left:14em;
}
.information-form .button {
	padding-left:200px;
}


/*     *sitemap page
----------------------------------------------*/
#sitemap a {
	font-weight:normal;
}
#sitemap ul{
	list-style:none;
	margin:1em;
	padding:0
}
#sitemap ul li {
	margin:0.2em 0 0 1em;
	padding:0
}
#sitemap ul li a{
	color:#ff0000
}
#sitemap ul li ul {
	margin:0 0 0 1.5em;
	list-style:disc;
	padding:0
}
#sitemap ul li ul li a{
	color:#000
}
#sitemap .mLeft {
	margin:0 0 0 1.5em;
	padding:0
}


.secondarylinks{list-style:none; float:left; display:block; padding:0; margin:0;}
.secondarylinks li{background:url(../images/listbg.png) no-repeat top; height:80px; width:175px; float:left; display:inline; text-align:center; line-height:80px; margin-right:10px;}
.secondarylinks li:hover{background-position:bottom;}
.secondarylinks a{display:block; outline:none;}

/* SEO */

.subheader{font-weight:bold;}
.seoreset{font-weight:normal;}

.h1mimiclong{
display:block;
font-weight:bold;
	font-size:1.3em;
	background:url(../images/backgroundH1.gif) no-repeat;
	color:#fff;
	padding:0.4em 0 0.5em 2em;
	margin:0 0 1em 0;
}

.h1mimicsmall{
	font-size:1.3em;
	background:url(../images/backgroundHH1.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	display:block;
	padding:0.4em 0 0.5em 2em;
margin:0;
	}
	
.hide{text-indent:-9999px; position:absolute; top:-9999px; left:-9999px;}


/* NEWS */

.newslist{padding:0; margin:0; list-style:none; float:left;}
.newslist li{float:left; display:block; border-bottom:1px solid #ebebeb; width:760px; min-height:70px; height:70px; height:auto !important; position:relative; }
.newslist li h2{padding:10px 0 10px 0; margin:0;}
.newslist li img{float:left; display:inline; border: 1px solid #ebebeb; }
.newslist .info{float:left; display:inline; width:650px; display:block; border:none; padding:0;}
.newslist .readmore{float:right; border:1px solid #ebebeb; display:block; padding:5px;}


/* News Focus */

.newsimage{padding:10px; moz-border-radius: 5px; -moz-border-radius: 10px;
-webkit-border-radius: 10px; border:1px solid #ebebeb; margin:0 10px; background:#f1f1f1;}

/* Product Range */
.productbutton img{border:none !important;}

/* Brochure */

.brochure{display:block; float:left; padding:10px; text-align:center; outline:none; moz-border-radius: 5px; -moz-border-radius: 10px;
-webkit-border-radius: 10px; border:1px solid #ebebeb; margin:0 10px 10px 0; display:inline;}
.brochure img{border:none !important; }
.brochure:hover,.brochure:active, .brochure:focus {text-decoration:none !important;}


/* Gallery */

.galleryoverview{list-style:none; margin:0; padding:0; float:left;}
.galleryoverview li{float:left; display:inline-block; padding:10px; }
.galleryoverview li a{display:block; background:#f7f7f7; moz-border-radius: 10px; -moz-border-radius: 10px;
-webkit-border-radius: 10px; border:1px solid #ebebeb;  height:160px; width:140px; border:2px solid #ebebeb; text-align:center; padding:5px;}
.galleryoverview li a:hover, .galleryoverview li a:focus, .galleryoverview li a:active{background:#ffffff;text-decoration:none !important;}

.galllarge{float:left; background:#f7f7f7; moz-border-radius: 10px; -moz-border-radius: 10px;
-webkit-border-radius: 10px; border:1px solid #ebebeb; padding:10px; width:573px; height:361px; margin:0 93px 0 93px;}




/* LightBox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*Case Studies */
.casestudy{padding:0; margin:10px 0 0 0; list-style:none;}
.casestudy li{float:left; display:inline-block; margin:0 0 10px 10px; text-align:center;}
.casestudy li a{ border:1px solid #ebebeb; background:#f8f8f8; moz-border-radius: 10px; -moz-border-radius: 10px;
-webkit-border-radius: 10px; display:block; height:140px; width:140px; min-height:120px; padding:10px; position:relative;}
.casestudy li a:hover{text-decoration:none !important; background:#ffffff; }
.casestudy li a img{margin-top:5px;}


/*Range */
.range{padding:0; margin:10px 0 0 0; list-style:none; }
.range li{float:left; display:inline-block; margin:0 0 10px 10px; text-align:center;}
.range li a{ border:1px solid #ebebeb; background:#f8f8f8; moz-border-radius: 10px; -moz-border-radius: 10px;
-webkit-border-radius: 10px; display:block; height:140px; width:140px; min-height:120px; padding:10px; position:relative;}
.range li a:hover{text-decoration:none !important; background:#ffffff; }
.range li a img{margin-top:5px;}





.studyimages{border:1px solid #ebebeb; padding:0 10px 0 10px;}


/* Breadcrumb */

.breadcrumb{border:1px solid #ebebeb; float:left; width:730px; margin-bottom:10px;}
.breadcrumb a{float:left; display:inline-block; border-right:1px solid #ebebeb; padding:10px;}
.breadcrumb .breadsection{color:#666666 !important;}

/*button */
.contactbutton{position:relative;top:6px;}