/**
* Bushboard
* Reset CSS			
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
* Contributors: Stuart Bamforth
*/

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
	
	
body {
	margin: 0 0 0 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #666;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	}
	


/*typography*/
a {
	text-decoration: none;
	}

a:link {
	}
a:visited {
	}
a:active {
	}

a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
	

ol, ul{
	list-style: none;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
li{
	font-size: .9em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
	
p {
	font-size: .9em;
	line-height: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	color:#666;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
hr{
	display:none;
	}
td{
	vertical-align:top;
}
.clearfix{
	clear:both;
	}
/**
* Bushboaard
* Layout CSS			
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
* Contributors: Stuart Bamforth
*/

#container{
	text-align:center;
	}


#topbar{
	width:100%;
	background-color:#6b6a6c;
	background-image:url(../template_images/bg-header.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	margin-bottom:12px;
	}

#header {
	width:968px;
	margin:0 auto 0 auto;
        text-align:left;
	}

	#header a#logo{
	display:block;
	width:268px;
	height:48px;
	background-image:url(../template_images/bg-h1-a.gif);
	text-indent:-9000px;
	float:left;
	margin:40px 0 0 10px;
	}
	#search{
	float:right;
	margin:34px 10px 0 0;
	}
	#search input{
	border:none;
	font-size:100%;
	padding:5px 5px 5px 5px;
	float:left;
	}
	#search input#searchbox{
	width:150px;
padding:0;
margin:5px 0px 0px 10px;
border:0px;
font-size:0.9em;
	}

#searchboxback {
height:25px;
background:#fff;
	margin:0 10px 0 0;
float:left;
border:1px solid #7f9db9;
}

	#search input.bttn{
	background-color:#c0d533;
	color:#6b6a6c;
	font-weight:bold;
	margin-right:0;
	border:none;
	padding:5px 2px 3px 2px;
	}
	#my-bush{
	float:right;
	margin:32px 5px 0 0;
	}
	#my-bush p{
	color:#c0d533;
	margin:0;
	}
	#my-bush p a{
	color:#fff;
	padding:0 5px 0 5px;
	}




#main-area{
	width:968px;
	margin:0 auto 0 auto;
        background-color:#fff;
text-align:left;
	}
	
	
	
#footer{
	width:100%;
	background-color:#6b6a6c;
	background-image:url(../template_images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	border-top:60px solid #fff;
	padding:0 0 50px 0;


	}
	#footer-content{
	width:968px;
	margin:0 auto 0 auto;
	padding:25px 0 0 0;
	color:#fff;
text-align:left;
	}
	#footer h6{
	font-size:100%;
	font-weight:bold;
	margin:0 0 .5em 0;
	}
	#footer ul{
	}
	#footer ul li{
	margin:0;
	}
	#footer ul li a{
	color:#fff;
	background-image:url(../template_images/bg-footer-li-a.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0 0 0 7px;
	}
	#footer-links{
	width:660px;
	float:left;
	background-image:url(../template_images/bg-footer-links.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	}
	.footer-col{
	float:left;
	width:155px;
	}
	#footer-text{
	width:270px;
	float:left;
	margin:0 0 0 15px;
	color:#fff;
	}
	#footer-text p{
	color:#fff;
	margin:0 0 1em 0;
	}
	#footer-text em{
	color:#c0d533;
	font-style:normal;
	}
	#footer-text em.space{
	padding:0 5px 0 5px;
	}
	
/*Top Level Tabs */
#menu_1{
	float:left;
	position:relative;
	z-index:10000;
	}
	ul#level1{
	list-style:none;
	float:left;
	margin:25px 0 -1px 0;
	}
	ul#level1 li{
	float:left;
	border-right:1px solid #6b6a6c;
	background-color:#e9e9e9;
	background-image:url(../template_images/bg-top-tabs.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
	ul#level1 li.nav-selected{
	background-color:#fff;
	}
	ul#level1 li a{
	color:#666;
	display:block;
	padding:3px 12px 3px 12px;
	background-image:url(../template_images/bg-top-tabs.gif);
	background-position:top right;
	background-repeat:no-repeat;
	float:left;
	font-size:100%;
	}
	
	/*First Level Dropdown*/
	ul#level1 li ul {
	position: absolute;
	left: -999em;
	width:16em;
	padding:10px 0 10px 0;
	background-color:transparent;
	background-image:url(../template_images/bg-dropdown-fade.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-top:2em;
	}
	ul#level1 li ul li{
	float:left;
	clear:left;
	width:15.5em;
	padding:5px 0 15px 0;
	margin-left:12px;
	background-image:url(../template_images/bg-dropdown-ul-li-ul-li.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	border:none;
	display:block;
	background-color:transparent;
	line-height:1.5em;
	}
	ul#level1 li ul li a{
	background-image:none;
	padding:0;
	font-size:110%;
	color:#333;
	}
	
	
	/*Second Level Dropdown*/
	ul#level1 li ul li ul {
	margin: -2.2em 15em 0 15em;
	background-color:transparent;
padding-right:4px;
	/*border-right:4px solid transparent;*/
line-height:1.1em;
	}
	ul#level1 li ul li ul li {
	background-color:transparent;
	}
	ul#level1 li ul li ul li a{
	font-size:120%;
	}
	
	
	/*This makes the all the dropdowns appear and disappera*/
	#level1 li:hover ul ul, #level1 li.sfhover ul ul {
	left: -999em;
	}
	#level1 li:hover ul, #level1 li li:hover ul, #level1 li.sfhover ul, #level1 li li.sfhover ul {
	left: auto;
	}
	#level1 li:hover ul {
	left: auto;
	}
	#level1  li:hover ul, #level1  li.sfhover ul {
	left: auto;
	clear:left;
	}
	

	
	
	
	
	
/*Calls to Action */	


.call-box-iepadding {
padding:13px 15px 0px 12px;
}

#calls{
	float:left;
clear:both;

	}
	#calls h3{
	color:#fff;
	margin:0 0 .1em 0;
	font-size:150%;
	}
	#calls p{
	margin:0 0 .75em 2px;
	color:#fff;
        float:left;
	}
	#calls a{
	color:#c0d533;
	background-image:url(../template_images/bg-calls-a.gif);
display:block;
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:14px;
	font-weight:bold;
float:left;
	}
	#calls a:hover{
	text-decoration:none;
	color:#fff;
	}
	.call-box{
	width:280px;
	float:left;
	background-image:url(../template_images/bg-calls-to-action.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#6b6a6c;
margin-bottom:5px;
	}
	.call-text{
	width:155px;
	float:left;
padding-bottom:0px;
	}
	.call-thumb{
	width:86px;
	float:right;
margin:0px 0px 0 0px;
text-align:right;
	}
	.call-thumb img{
	padding:1px;
	border:1px solid #c0d533;
	}		
	
	
/*Extra links in main copy */	
#links{
	width:190px !important;
	float:right;
	
	}
	#links h5{
	margin:0;
	background-image:url(../template_images/bg-links-h5.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0 0 2px 0;
	margin:0 0 3px 0;
	font-size:110%;
	font-weight:lighter;
width:171px;
	}
	#links p{
	margin:0 0 .25em 0;
width:171px;
	}
	.link{
	/*width:160px;*/
	/*float:left;*/

	margin:0 0 5px 0;
	background-image:url(../template_images/bg-arrow-grey.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 0 19px;
	}


/*fixes for sifr*/

h1 u, h2 u, h3 u {
text-decoration:none;
}

h1 u {
font-size:1.1em;
}

h2 u {
font-size:1.1em;
}

h3 u {
font-size:1.1em;
}

h1 a {
font-size:1.2em;
}

h2 a {
font-size:1.2em;
}

h3 a {
font-size:1.2em;
}


/* layout tweaks to all forms */

.form-newslettertext {
padding-top:20px;
}

.form-registertext {
padding-top:20px;
padding-bottom:20px;
}

/**
* Bushboard
* Interior CSS			
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
* Contributors: Stuart Bamforth, Joe Czucha
*/
	
#main-area-left{
	width:713px;
	float:left;
	}

	#main-area-left h1{
	width:701px;
	float:left;
	background-image:url(../template_images/bg-main-area-left-h2.gif);
	background-repeat:no-repeat;
	color:#6b6a6c;
	padding:5px 0 5px 11px;
	border-top:12px solid #fff;
	border-bottom:12px solid #fff;
	margin:0;
	font-size:200%;
	}
	#main-area-left p{
	margin-top:0;
	color:#6b6a6c;
	font-size:90%;
	}
	#main-area-left a{
	font-weight:bold;
	color:#94a905;
	}

#breadcrumb{
	float:left;
	width:696px;
	border:1px solid #e0dfe0;
	padding:5px 5px 5px 10px;
font-size:90%;
line-height:15px;
	}
	.breadcrumb-trail{
	float:left;
	}
	.breadcrumb-item{
	color:#999;
	margin:0 0px 0 0;
	}
	#breadcrumb a{
	color:#999;
	font-weight:normal;
	}

#breadcrumb .breadcrumb-delim {
margin:0px 15px 0px 7px;
font-size:0.8em;
letter-spacing:-0.1em;
}
	

#generic-image{
	float:left;
	border-bottom:30px solid #fff;
	}
	#generic-copy{
	width:465px;
	float:left;
	padding:0px 45px 0 11px;
	}


#generic-copy h3 {
	background-image:url(../template_images/bg-main-area-left-h2.gif);
	margin:0 0 0 -11px;
padding:5px 0px 0px 11px;
	border-bottom:10px solid #fff;
font-size:1.45em;
}



	#generic-seconday-col{
	float:left;
	width:204px;
	}
#generic-copy ol li {
line-height:1.2em;
background:url(/template_images/dash.gif) 0px 2px no-repeat;
padding-left:12px;
}

#generic-copy ol{
     list-style-type:none;
}

#generic-copy ol li{
     margin:10px;
}
	
	
/*Tweak to extra links box */	
#links{
	width:190px;
	float:left;
	border-left:none;
	}
		
	
#downloads-rightpic img{
        margin:20px;
}

/*---PRODUCTS PAGES STYLES--- */	
#products-boxes{
	
	float:left;
	}
	#products-boxes p{
	line-height:1.25em;
	}
	#products-boxes a{
	background-color:#6b6a6c;
	color:#fff;
padding:10px;
	font-weight:normal;
	display:block;
   
	}

.product-box-image a {
border:0px !important; 
padding:0px !important;
margin:0px !important;
}

.product-box-image {
border:0px !important; 
padding:0px !important;
}



#products-boxes a strong{

display:block;
}
	#products-boxes a:hover{
	color:#4f4e4f;
	text-decoration:underline;
	background-color:#c0d533;
	}
	.product-box{
	width:226px;
	float:left;
	margin-right:16px;
	margin-bottom:16px;
	}
	.product-box.end{
	margin-right:0;
	}

	

/*---TWEAKS TO PRODUCTS FOR ACCESSORIES SECTION--- */	



.product-box-image2 {
border:0px !important; 
padding:0px !important;
margin:0px !important;
}

.product-box-image2 a{
border:0px !important; 
padding:0px !important;
margin:0px !important;
}

.product-box-image2 img{
border:0px !important; 
padding:0px !important;
margin:0px !important;
}


	#products-boxes div.accessories-text{
	background-color:#6b6a6c;
	color:#fff !important;
	font-weight:normal;
	
	display:block;
	width:226px;
	float:left;
	}


.accessories-text-iepadding {
padding:10px;
}



div.accessories-text p{
color:#fff !important;
}

	#top-copy, #bottom-copy{
	float:left;
	width:470px;
	padding:0 0 0 10px;
	}

div.accessories #top-copy {
width:98%;
}


#product-detail-images{
	width:372px;
	float:left;
	margin-right:18px;
	}
	#product-detail-images img{
	border:none;
	margin:0;

	border-bottom:1px solid #fff;
	}
	#thumbnails-box{
	width:372px;
	float:left;
	background-color:#6b6a6c;
	padding:8px 0 8px 0;
	margin:0 0 0 0;
	}
	#thumbnails-box-text{
	padding:0 0px 0 8px;

	}
	#thumbnails-box img{
	padding:1px !important;
	border:1px solid #fff !important;
	float:left;
	margin:0 7px 7px 0 !important;
	}
	#thumbnails-box ul{
	color:#fff;
	width:90px;
	float:left;
	margin:0 0 0 0;
	}
	#thumbnails-box ul li{
	line-height:1em;
	padding:0 4px 4px 0;
	}
	#thumbnails-box p{
	color:#fff;
	background-image:url(../template_images/bg-enlarge-white.jpg);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding:2px 0 3px 25px;
	margin:3px 0 0 8px;
	float:left;
	}
	#link-prompt{
	float:left;
	clear:left;
	width:372px;
	border-top:1px solid #fff;
	padding:5px 0 0 0;
	margin:4px 0 0 0;
	}
		
#product-detail-text{
	width:310px;
	float:left;
	border-top:1px solid #e0dfe0;
	padding:15px 0 0 0;
	}	
	.details-list{
	border-top:1px solid #e0dfe0;
	padding:10px 0 10px 0;
	}
	.details-list ul{
	background-image:url(../template_images/bg-arrow-white.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding:0 0 0 20px;
	margin:0 0 .75em 0;
	}

	.details-list ol{
	background-repeat:no-repeat;
	background-position:0 1px;
	padding:0 0 0 20px;
	margin:0 0 .75em 0;
	}

.details-list ol li{
line-height:1.2em;
}

	.details-list ul li{
	margin:0;
	padding:0;
	line-height:1.2em;
	}
	#product-detail-text a{
	color:#666;
	}
	#product-detail-text a:hover{
	color:#94a905;
	}
	#extra-links{
	border-top:1px solid #e0dfe0;
	}
	#extra-links a{
	color:#94a905;
	padding:7px 0 7px 0;
	display:block;
	border-bottom:1px solid #e0dfe0;
        height:20px;
	}
	
	
#product-detail-2-left{
	float:left;
	width:422px;
	border-top:1px solid #e0dfe0;
	}
	#product-detail-2-left-text{
	float:left;
	padding:20px 0 7px 0;
	border-bottom:1px solid #e0dfe0;
	}	
	#product-detail-2-right{
	float:left;
	width:261px;
	border-top:1px solid #e0dfe0;
	padding:20px 0 0 0;
	margin-left:28px;
	}
	#product-detail-2-right p{
	background-image:url(../template_images/bg-arrow-grey.gif);
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	}
	
	
	
	
	
/*---CASE STUDIES STYLES--- */	
#case-studies-list{
	width:485px;
	float:left;
	padding:0 35px 0 0px;
	}
	#case-studies-list img{
	border:none;
	}
	.case-study{
	float:left;
display:block;
	margin:0 0 40px 0;
width:485px;

	}
	.case-study-thumb{
	float:left;
	width:97px;
	margin:0 18px 0 0;
	}
	.case-study-text{
	width:365px;
	float:left;
	}
	#case-studies-list h4{
	margin:0;
	font-size:100%;
	background-image:url(../template_images/bg-dotted-grey.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 5px 0;
	margin:0 0 .5em 0;
	}
	#case-studies-list p{
	margin:0;
	}
	
	
#case-study{
	width:708px;
	float:left;
	}
	#case-study-images{
	float:left;
	background-color:#6b6a6c;
	width:708px;
	margin:0 0 30px 0;
	}
    #large-image{
	float:left;
	border-right:1px solid #fff;
	width:493px;
	}
    #small-image{
	float:left;
	border-bottom:1px solid #fff;
	width:214px;
	}
    #grey-box{
	float:left;
	padding:10px 0px 0 10px;
	width:200px;
	}
	#grey-box p{

	color:#fff;
	background-image:url(../template_images/bg-enlarge-white.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 0 25px;
	margin:0;
	}
	#case-study-main-text{
	width:440px;
	float:left;
	border-left:15px solid #fff;
	border-right:38px solid #fff;
	}
	#case-study-links{
	float:left;
	width:214px;
	}
	#case-study-links h4{
	margin:0 0 .5em 0;
	font-size:100%;
	}
	#case-study-links ul{
	border-top:1px solid #e0dfe0;
	float:left;
	}
	#case-study-links ul li a{
	color:#94a905;
	padding:7px 0 7px 0;
	display:block;
	border-bottom:1px solid #e0dfe0;
	width:214px;
	}
	
	
/*---TECHINCAL SECTION STYLES--- */	
#technical-categories{
	width:485px;
	float:left;
	padding:0 35px 0 0px;
	}	

#technical-smallprint {
font-size:0.8em;
margin-top:15px;
clear:both;
padding:0px 15px 0px 15px;
}
	.technical-category{
	float:left;
	border-bottom:10px solid #fff;
width:485px;
	}


	#technical-categories h3{
	width:100%;
	background-image:url(../template_images/bg-main-area-left-h2.gif);
	border-left: 12px solid #fff;
	padding:5px 0px;
	float:left;
	border-bottom:10px solid #fff;
margin:0 0 0 -11px !important;
padding-left:11px;
	}


#technical-categories h5 {
padding-left:11px !important;
}


u b h3 {
width:100%;
	background-image:url(../template_images/bg-main-area-left-h2.gif);
	margin-top:-15px;
	padding:5px 0px;
	float:left;
	border-bottom:5px solid #fff;
padding-left:11px !important;
}

.technical-category h3{
margin-left:11px;
}
	#technical-categories h3 a{
	color:#6b6a6c;
	font-weight:normal;
	}
	#intro-copy{
	float:left;
	margin:0 0 0px 0;
	}
	#intro-copy h3{
	background-image:none;
	}	
	.technical-text{
        width:306px;
	float:left;
	}
	.technical-text a{
        background-image:url(../template_images/bg-arrow-white.gif);
	background-position:0 1px;
background-repeat:no-repeat;
padding:0 0 0 15px;
}



.technical-text p{
width:306px;
padding-bottom:20px;
}
	#technical-categories p{
	float:left;
	border-left:10px solid #fff;
	}
	.technical-image{
	float:right;
	width:150px;
	}
	#downloads-sub-cat{
	float:left;
	}
	#downloads-sub-cat a{
	font-weight:normal;
	color:#6B6A6C;
	}
	#downloads-sub-cat a:hover{
	color:#94A905;
	}



	.downloads-lists{
	float:left;
	width:485px;
	border-bottom:1px solid #e0dfe0;
	padding:0 0 10px 0;
	}
	.downloads-lists ul{
	float:left;
	width:220px;
	padding:0 0 0 15px;
	}
	.downloads-lists ul li{
	font-weight:bold;
	}
	.downloads-lists ul li a{
	background-image:url(../template_images/bg-downloads-ul-li-a.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding:0 0 0 7px;
	}
/*---EXTRA IMAGES TEMPLATE--- */	
.technical-text-short{
	width:243px;
	float:left;
	}
	.technical-image-extra{
	float:right;
	width:243px;
	}	
	
	
	

/*--------DUCT SYSTEMS LANDING----------- */	
#three-columns{
	width:713px;
	float:left;
	}
	#three-columns p{
	line-height:1.25em;
	}
	.heading-bg{
	width:206px;
	background-image:url(../template_images/bg-main-area-left-h2.gif);
	margin:0;
	float:left;
	border-bottom:10px solid #fff;
	padding:10px 0px;
	}
	#three-columns h3{
	margin:0;
	padding:0 0 0 11px;
	}
	#three-columns h3 a{
	color:#6b6b6d;
	}
	#three-columns a:hover{
	color:#6b6b6d;
	text-decoration:underline;
	}
	.column{
	width:226px;
	float:left;
	border-right:16px solid #fff;
	border-bottom:16px solid #fff;
	}
	.column.end{
	border-right:none;
	}
	.column img{
	float:left;
	border:none;
	border-bottom:1px solid #e0e0e0;
	margin:0 0 20px 0;
	}
	.column ul{
	background-image:url(../template_images/bg-arrow-white.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 1em 20px;
	margin:0;
	float:left;
	width:199px;
	}
	.column ul li{
	margin:0;
	padding:0;
	line-height:1.5em;
	}
	.column p{
	margin:0 0 1em 20px;
clear:both;
	}


/*--------EDUCATION LANDING----------- */	
#education-links ul{
	border-top:1px solid #e0dfe0;
	width:190px;
	float:left;
	}


#education-links ul li {
border-bottom:1px solid #e0dfe0;
}

	#education-links ul li a{
	color:#94a905;
	padding:7px 0 7px 0;
	display:block;
	}
	
	
	
/*--------BENCHING PAGE----------- */	
#benching-intro{
	float:left;
	padding-right:15px;
	border-left:15px solid #fff;
width:460px;
	}


#benching-footer{
	clear:both;
	padding-right:15px;
	border-left:15px solid #fff;
padding-top:15px;
	}

	#prompt{
	float:right;
	width:195px;
	margin-right:10px;
	}


#prompt img{
margin-top:28px;
	}


	#prompt p{
	background-image:url(../template_images/bg-enlarge-grey.gif);
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	}
	
#benching-boxes{
	width:712px;
	float:left;
	margin:0px 0 0 0;
	}
	.bench-box{
	float:left;
	width:350px;
	border-right:11px solid #fff;
	margin:0 0 0px 0;
	}
        .bench-box img{
        border:1px solid #E0DFE0 !important;
        float:left;
        padding:13px;
        width:322px;
        }

	.bench-box.right{
	border-right:none;
	}

	#benching-boxes h3{
        background-image:url(../template_images/bg-main-area-left-h2.gif);
        border-bottom:10px solid #FFFFFF;
        float:left;
        margin:0;
        padding:10px;
        width:330px;
margin-top:15px;
	}
	#benching-boxes h3 a{
	color:#6b6a6c;
	}


/*--------CUBICLE ELEMENTS----------- */	
#large-grey-box{
	width:713px;
	float:left;
	background-color:#68696c;
	}
	#image{
	width:476px;
	float:left;
	border-right:1px solid #fff;
	padding:20px;
	}
	#details{
	width:196px;
	float:left;
	}
	#details ul{
	border:none;
	color:#fff;
	background-image:url(../template_images/bg-white-dots.gif);
	background-repeat:no-repeat;
	width:163px;
	border-left:15px solid #68696c;
	border-top:12px solid #68696c;
	padding:3px 0 0 0;
	}
	#details ul li{
	background-image:url(../template_images/bg-white-dots.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0;
	padding:.5em 0 1.3em 0;
	line-height:1em;
	}
	#extra-images{
	float:left;
	width:713px;
	border-top:1px solid #fff;
	padding:15px 0 15px 10px;
	}
	#large-grey-box img{
	border:none;
	}
	#extra-images img{
	float:left;
	border-left:8px solid #68696c !important;
	}
	




/*--------CREATIVE LANDING PAGE----------- */	
#disclaimer{
	float:left;
	width:460px;
	margin:0 0 0 0;
	border-left:15px solid #fff;
	}
	
#flashcontent{
	float:left;
	width:714px;
	background-repeat:repeat-x;
	border-bottom:30px solid #fff;
	}

/*--------OUR 3 STEPS----------- */	
#our-three-steps{
	width:465px;
	float:left;
	padding:0 45px 0 0;
	}	
	.three-steps-heading-bg{
	width:465px;
	background-image:url(../template_images/bg-main-area-left-h2.gif);
	margin:0;
	float:left;
	border-bottom:10px solid #fff;
	padding:10px;
	}
	#our-three-steps h3{
	margin:0;
	padding:0;
	}
	#our-three-steps p{
	padding:0 0 0 0px;
	}
	
	

	
/*---SANITARYWARE PAGE--- */	
#sanitary{
	float:left;
	width:713px;
	}
	#sanitary h3{
	width:100%;
	background-image:url(../template_images/bg-main-area-left-h2.gif);
	margin:0;
	padding:5px 0px;
margin:0 0 0 0 !important;
padding-left:11px;
	float:left;
	border-bottom:10px solid #fff;
	}
	#sanitary h6{
	margin:0 0 1em 0;
	padding:0;
	font-size:1.5em;
	font-weight:normal;
	}
	.sanitary-products-group{
	float:left;
	width:685px;
	border:1px solid #e0dfe0;
	
	margin:0 0 13px 0;
	}

.sanitary-products-group-iepadding {
padding:13px;
}

	.sanitary-product{
	float:left;
	}

.sanitary-product img {
margin:0 0 30px 0;
}

	.sanitary-product-image{
	width:180px;
	float:left;
	border-right:5px solid #fff;
	}
	.sanitary-product-text{
	float:left;
	width:130px;
	}
	#sanitary-text{
	float:left;
	width:687px;
	background-color:#6b6a6c;
	padding:13px;
	margin:13px 0 13px 0;
color:#fff !important;
	}
	#sanitary-text p{
	color:#fff;
	}
	
	
	
	
	
	
	
/*--------RIGHT HAND COLUMN STYLE----------- */	
#main-area-right{
	width:226px;
	float:left;
	border-left:20px solid #fff;

	}
	#main-area-right h3{
	color:#fff;
	margin:0;
	padding:0;
	}
	
#right-nav{
	float:left;
	background-color:#6b6a6c;
	padding-left:12px;
border-bottom:12px solid #fff;
	}


#right-nav-iepadding {
width:225px;
}

#right-nav-iepadding2 {
padding-bottom:14px !important;
clear:both;
}

	#right-nav h3{
	border-top:12px solid #6b6a6c;
	border-bottom:4px solid #6b6a6c;
	float:left;
	padding:0 0 4px 0;
	width:213px;
font-size:1.5em;
	}
	




#right-nav table td br{
display:none;
}

#right-nav table td img{
display:none;
}


#right-nav table {
font-size:1em;
}

#right-nav table td {
font-size:1em;
}


#right-nav a {
color:#fff;
text-decoration:none;
}

#right-nav a:hover {
color:#b6d237 !important;
text-decoration:none;
cursor:pointer;
}

#right-nav .navlevel2 {
	background-image:url(../template_images/greybackdots.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	padding:0 0 0 15px;
margin:0px 0px -4px 0px;
	display:block;
float:left;
width:197px;
line-height:33px;
color:#fff;
}

#right-nav .navsellevel2 {
background-image:url(../template_images/greenbacknodots.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	padding:0 0 0 15px;
margin:0px 0px -4px 0px;
	display:block;
float:left;
width:197px;
line-height:33px;
color:#b6d237;
}


#right-nav .navlevel3 {
padding:0 0 0 27px;
line-height:20px;
background-image:url(../template_images/minitab1.gif);
background-repeat:no-repeat;
background-position:15px center;
color:#fff;
font-weight:normal;
font-size:0.9em;
}

#right-nav .navsellevel3 {
padding:0 0 0 27px;
color:#b6d237;
line-height:20px;
background-image:url(../template_images/minitab4.gif);
background-repeat:no-repeat;
background-position:15px center;
font-size:0.9em;
font-weight:normal;
}

#right-nav .navlevel4 {
padding:0 0 0 40px;
color:#fff;
line-height:20px;
background-image:url(../template_images/minitab3.gif);
background-repeat:no-repeat;
background-position:27px center;
font-size:0.9em;
font-weight:normal;
}

#right-nav .navsellevel4 {
padding:0 0 0 40px;
color:#b6d237;
line-height:20px;
background-image:url(../template_images/minitab2.gif);
background-repeat:no-repeat;
background-position:27px center;
font-size:0.9em;
font-weight:normal;
}



/*Tweaks to Calls to Action */	

#calls {

}
.call-box{
width:225px;
	}



	.call-text{
	width:115px;
	float:left;
	}
	.call-thumb{
	width:70px;
	float:left;
	margin-left:10px;
	}


/* Duct page fixes */

.duct-intro {
clear:both;
border-top:1px solid #e0e0e0;
font-size:1em;
padding:12px 0px 12px 0px;
height:5em;
}

.duct-list {
height:14em;
}

.duct-intro p{
padding:0;
margin:0;
}

/* pop-up window (general) */
.general-pop-up {
     margin:10px;
}

span.honeycomb {
background-image:url(../template_images/bg-honeycomb.gif);
border-bottom:12px solid #FFFFFF;
color:#6B6A6C;
display:block;
padding:1px 0 0 0;
margin:0;
}

span.honeycomb h2 {
font-size:1.7em;
font-weight:normal;
margin:0.5em 0.5em 0.5em 0.5em;

}

.general-pop-up .leftCol{
padding:11px;
}

.general-pop-up .leftCol img {
float:right;
margin:0px 0px 25px 25px;
}

.general-pop-up .rightCol{
float:right;
width:40%;
text-align:right;
}

.general-pop-up a {
color:#94A905;
font-weight:bold;
}

.general-pop-up ul {background-image:url(../template_images/bg-arrow-white.gif);
background-position:0 1px;
background-repeat:no-repeat;
margin:0 0 0.75em;
padding:0 0 0 20px;
}

.general-pop-up ul li {
line-height:1.2em;
margin:0;
padding:0;
}

.general-pop-up ul a {
color:#666666;
}

.general-pop-up ol {
background-position:0 1px;
background-repeat:no-repeat;
margin:0 0 0.75em;
padding:0 0 0 20px;
}

.general-pop-up ol li {
line-height:1.2em;
}

.general-pop-up h3 {
background-image:url(../template_images/bg-main-area-left-h2.gif);
border-bottom:10px solid #FFFFFF;
font-size:1.45em;
margin:0 0 0 -11px;
padding:5px 0px;
padding-left:11px;
}

.general-pop-up h2 {
background-image:url(../template_images/bg-main-area-left-h2.gif);
margin:0px 0 15px -11px;
padding:5px 0px;
padding-left:11px;
font-size:2em;
}





/* general form styles */

.formErrorLabel {
background-color:#c0d533;
color:#FFFFFF;
padding:5px;
display:block;
width:222px;
font-size:85%;
}


form h2 {
padding-left:11px !important;
}



/* duct page unique styles */

.duct-top-box p{
font-size:0.9em;
margin-bottom:25px;
color:#6b6a6c;
}

.duct-top-box {
padding:0px 11px 11px 11px;
}

/* large font size */

h5 {
font-size:1.4em;
font-weight:normal;
margin:0;
margin-bottom:15px;
}


form table tr td {
font-size:1em !important;
}

/* Additional CSS for Healthcare products */

div#secondary-info {
  background: url(../template_images/bg-main-area-left-h2.gif) no-repeat bottom center;
  float: left;
  margin-top: -12px;
  padding: 2px 11px 0 11px;
  width: 690px;
}

div#secondary-info h3 {
  font-size: 18px;
  margin: 0.2em 0;
}

div#tag-line {
  float: left;
}

div#codes {
  float: right;
}

div#product-illustration {
  float: left;
  left: 20px;
  margin-right: 40px;
  position: relative;
  top: 30px;
}

div#applications {
  float: left;
  left: 44px;
  position: relative;
  top: 55px;

}

div#applications h4 {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0 5px 0;
}


div#product-line-drawing{
  float: left;
  margin: 50px 0 0 50px;
}

div#specification-table {
  float: left;
  margin: 50px 0 0 0;
}

div#specification-table table {
  border: 1px solid #e0dfe0;
  border-collapse: collapse;
  font-size: 0.9em;
  width: 960px;
}

div#specification-table table th {
  background: #6b6a6c;
  border: 1px solid #e0dfe0;  
  color: #fff;
  padding: 10px;
}

div#specification-table table td {
  border: 1px solid #e0dfe0;
  padding: 10px;
}

span.copy-text a{
background-color:#FFFFFF !important;
color:#94A905 !important;
display:inline !important;
font-weight:bold !important;
padding:0 !important;
}
/**
* form-presentation-board-request.css
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
* Contributors: Dominic Kelly
*/

/* This form will safely scale down to about 350px wide with
*  the default text sizes */

/* <DIV> - wraps the entire form - move up for uniformity */
.formTable{

font-size:0.9em;
     }

.formLabel p{
font-size:1.0em !important;
}

.FormContentBoth br{
display:none;
}

.form-newslettertext {
padding-top:0px;
}

.form-registertext {
padding-top:0px;
padding-bottom:0px;
}


.formTable h2{
	color:#666;
	font-size:1.8em !important;
	font-weight:normal;
margin-top:8px !important;

	}

.formTable p {
font-size:1em;
}

/* <p> - form heading (label 1 on the form0 */
.formHeading{
     margin-top:11px;
     font-weight:bold;
     }

/* <p> - form description (label 2 on the form) */
.formDescription{
     margin-top:-5px;
}

/* <div> when form has 2 columns - this is the left column */
.FormContentLeft{
     float:left;
     padding-top:8px;
 width:30%;
clear:both;
}

.FormContentLeft strong {
color:#cc9933;
font-weight:normal;
}

/* <div> when form has 2 columns - this is the right column */
.FormContentRight{
	float:right;
 width:70%;
        padding:10px 0;
	}

/* <div> when form has 1 column - this is the only column, e.g. attachments, submit buttons etc */
.FormContentBoth{
	float:left;
	width:100%;
clear:both;
	}



/* <div> area to display attachments (always shows) */
#attachmentDisplay{
    border: 1px #ccc dotted;
    display:block;
    margin:10px 0;
    padding:10px;
}

/* <span> - form validation (after submitting the form) */
.formValidationError{
     font-weight:bold;
     }

/* <mixed> - clear all form rows and set font */
.formGeneral,.formTextbox,.formTextbox,.formDropdown,.formOption,.FormContentBoth{
     clear:both !important;
margin-top:5px;

}

.FormContentBoth {
min-height:40px !important;
display:block;
}

/* <mixed> - drop-down widths and fonts*/
.formDropdown select, .formGeneral select{
     width:230px;
         color:#666;
background:#fff;
border:1px solid #999;
font-size:1em;
padding:2px;
}

/* <mixed> - textbox widths and fonts */
.formTextbox input,.formTextarea textarea{
     width:226px;
     color:#666 !important;
background:#fff !important;
border:1px solid #999 !important;
font-size:1em;
font-family:verdana,arial,helvetica,sans-serif;
padding:2px;
}

/* <mixed> - radio/checkbox widths and fonts */
.FormContentRight .formGeneral, .FormContentRight .formOption, .FormContentRight .formCheckbox {
     color:#8CC63F;
}

/* If the checkbox label spills onto two lines, tidy it up */
.formCheckbox label{
     display: block;
     margin:-16px 0pt 0pt 25px;
}

/* Attachment button */

#attachment_button{
     background:#333;
     color:#fff;
     border:none;
}

/* Submit button */

.SubmitButtonElement{
     background:#e5eeab;
     color:#6b6a6c;
     border:1px solid #c1d72e;
     }


.fValidator-msg {
	background-color: #cc9933;
	font-size: 85%;
	color: #fff;
	padding: 5px;
width:219px;
	}

.SubmitButtonElement {
	background-color: #e5eeab;
	color: #6b6a6c;
	padding: 5px;
	width:230px;
	margin-left:30%;
	font-weight:bold;
	cursor:pointer;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
margin-top:15px;
position:relative;
z-index:100;
	}


#attachment_button {
background-color: #e5eeab;
	color: #6b6a6c;
	padding: 5px;
	width:230px;
	margin-left:30%;
	font-weight:bold;
	cursor:pointer;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
border:1px solid #666;
position:relative;
z-index:100;
}

h2 #lblHeader, h2 #lblExistingAttachments {
width:701px;
	background-image:url(../template_images/bg-main-area-left-h2.gif);
	background-repeat:no-repeat;
	color:#6b6a6c;
	padding:5px 0 5px 11px;
	border-top:12px solid #fff;
	margin:0;
	font-size:100%;
}

.content #lblText1 {
font-size:0.7em;
padding-top:0px;
display:block;
}

.content #lblText2 {
font-size:0.7em;
padding-top:15px;
padding-bottom:15px;
display:block;
}

.content #lblText3 {
font-size:0.7em;
padding-top:0px;
padding-bottom:15px;
display:block;
}

.content #lblTotalUploadSizeHeader {
font-size:0.7em;
}

.content #lblTotalUploadSize {
font-size:0.7em;
}

#dgAttachments tr td {
font-size:0.7em;
padding:10px;
}

#dgAttachments {
border:1px solid #ccc !important;
}


#fileInput {
margin-bottom:15px;
}

#btnAdd, #btnReturn, #btnRemove {
float:left;
margin:0px;
}

#btnReturn {
margin-top:15px;
}

#pnlAttachments table {
clear:both;
}

#main-area-left p{
     padding:0 0 0 15px;
}

