/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background-color:#CCC;
}

a {
	color:#666;
}

p {
	padding:10px 0 10px 0;
}

h1 {
	font-size:30px;
	color:#fff;
}

#header {
	height:90px;
	margin-bottom:5px;
}

#outerWrapper {
	position:absolute;
	width:760px;
	margin-left: -385px;/*-390px;*/
	left: 50%;
	visibility: visible;
	background-color:#FFF;
	padding:5px;
}

#wrapper {
	width:760px;
}

.greyBoxTop, .greyBox, .greyBoxTop2{
	background-color:#D5D5D5;
	border-top: 1px solid #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
}

.greyBoxTop, .greyBoxTop2 {
	position:absolute;
	top:5px;
	right:5px;
	height:90px;
	width:538px; /*540-px for border*/
	text-align:right;
}

.heading, table.product th {
	height:20px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FEC986;
	border-top: 1px solid #fed39c;
	border-left: 1px solid #fed39c;
	border-right: 1px solid #c29a66;
	border-bottom: 1px solid #c29a66;
	text-transform:capitalize;
	font-size:12px;
	text-align:left;
}

/*BOF Product Tables */

table.product {
	margin:0px;
	padding:1px;
	border-collapse:collapse;
	width:540px;
	margin-bottom:10px;
}
	
table.product td {
	border-left:1px solid #ccc;
	padding:2px;
	vertical-align:top;
	font-size:12px;
}

table.product td.last {
	border-right:1px solid #ccc;
	width:105px;
}

table.product td a {
	display:block;
	text-decoration:none;
	color:#999;
	font-size:11px;
}

table.product td a:hover {
	text-decoration:underline;
}

/*EOF Product Tables */
h1 {
	margin-bottom:10px;

}

h2 {
	margin:0;
	padding:0 0 2px 0;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}
#leftColumn {
	/*position:absolute;*/
	float:left;
	padding-right:9px;
}

#leftColumn {
	width:210px;
}


#rightColumn {
	float:left;
	/*position:absolute;*/
	left:220px;
	width:541px;
	margin-bottom:10px;
}

#leftColumn, #rightColumn {
	padding-top:5px;
}

/*start of navigation */

ul.sideNav{
	clear:both;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left:10px;
	background:url(/images/navButtonBackground.jpg);
}

ul.sideNav ul {
	list-style: none;
}

ul.sideNav li {
	background-color:#D5D5D5;
	background:url(/images/navButtonBackground.jpg) repeat-x;
	display: block;
	padding: 0;
	margin: 0;
	line-height:20px;
	min-height:22px;
	padding-left:10px;
	text-transform:capitalize;
	
}

ul.sideNav li a {
	color:#666;
	font-weight:bold;
	line-height:20px;
	margin: 0 0 0 0;
	text-decoration: none;
	display: block;
	/*padding-left:10px;*/
	height:22px;
}

ul.sideNav li a:hover {
	color:#999;
	text-decoration:underline;
}

ul.sideNav li a#special {
	color:#f00;
}

ul.sideNav li a#special:hover {
	color:#f22;
	text-decoration:underline;
}
/*end of navigation */

#imagePlaceholderBlank {
	position:absolute;
	top:125px;
	z-index:99;
}

#imagePlaceholder1, #imagePlaceholder2, #imagePlaceholder3, #imagePlaceholder4, #imagePlaceholder5, #imagePlaceholder6, #imagePlaceholder7, #imagePlaceholderBlank, #imagePlaceholder8  {
	height:220px;
	margin-bottom:5px;
	width:440px;
	padding:10px 60px 10px 40px;
	line-height:20px;
	font-size:11px;

}

#imagePlaceholder1 {
	background:url(/images/photos/skirtingConvectors.jpg) -30px -80px no-repeat;
	color:#000;
}

#imagePlaceholder2 {
	background:url(/images/slideshow/victoriana.jpg) 0 0 no-repeat;
}

#imagePlaceholder3 {
	background:url(/images/slideshow/tubarad.jpg) 0 0 no-repeat;
}

#imagePlaceholder4 {
	background:url(/images/slideshow/opera_graduate.jpg) 0 0 no-repeat;
}

#imagePlaceholder5 {
	background:url(/images/slideshow/valves2.jpg) 0 0 no-repeat;
}

#imagePlaceholder6 {
	background:url(/images/photos/heatExchanger.jpg) 290px 0 no-repeat;
	background-color:#00006D;
}

#imagePlaceholder7 {
	background:url(/images/photos/chromerads.jpg) 0 0 no-repeat;
}

#imagePlaceholder8 {
	background:url(/images/slideshow/designer.jpg) 0 0 no-repeat;
}

#flashcontent {
	margin-bottom:5px;
}

.contentBox {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-top:10px;	
}

.clr {
	clear:both;
}

.contentBox p {
	padding:0 10px 10px 10px;
}

.heading ul {
	list-style:none;
	float:right;
	margin:0px;
	padding:0px;
}

.heading ul li {
	float:left;
	padding:0 10px 0 10px;
}

.heading ul li a {
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

.heading ul li a:hover {
	text-decoration:underline;
	color:#999;
}

/*
ul.productListView {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.productListView li {
	float:left;
	border-left:1px solid #ccc;
	width:79px;
	padding:5px;
	min-height:200px;
}

ul.productListView li a {
	display:block;
	text-decoration:none;
	font-size:10px;
	color:#999;
}

ul.productListView li a:hover {
	text-decoration:underline;
}

ul.productListView li a:visited {
	color:#999;
}

ul.productListView li.last {
	width:78px;
	border-right:1px solid #ccc;
}
*/

a.thumb1, a.thumb2, a.thumb3, a.thumb4, a.thumb5, a.thumb6,
a.valve1, a.valve2, a.valve3, a.valve4, a.valve5, a.valve6, a.valve7, a.valve8, a.valve9, 
a.ironrad1, a.ironrad2, a.ironrad3, a.ironrad4, a.ironrad5, a.ironrad6,
a.steel1, a.steel2, a.steel3, a.steel4,
a.alum1, a.alum2,
a.csoon1, /*a*/.csoon2 {
	display:block;
	width:80px;
	height:101px;
	text-indent:-2000px;
}

a.thumb1 {background:url(/images/thumbs/thumbscollectivemk2.jpg) 0px -106px no-repeat;}
a.thumb1:hover {background:url(/images/thumbs/thumbscollectivemk2.jpg) 0px 0px no-repeat;}

a.thumb2 {background:url(/images/thumbs/thumbscollectivemk2.jpg) -80px -106px no-repeat;}
a.thumb2:hover {background:url(/images/thumbs/thumbscollectivemk2.jpg) -80px 0px no-repeat;}

a.thumb3 {background:url(/images/thumbs/thumbscollectivemk2.jpg) -160px -106px no-repeat;}
a.thumb3:hover {background:url(/images/thumbs/thumbscollectivemk2.jpg) -160px 0px no-repeat;}

a.thumb4 {background:url(/images/thumbs/thumbscollectivemk2.jpg) -242px -106px no-repeat;}
a.thumb4:hover {background:url(/images/thumbs/thumbscollectivemk2.jpg) -242px 0px no-repeat;}

a.thumb5 {background:url(/images/thumbs/thumbscollectivemk2.jpg) -320px -106px no-repeat;}
a.thumb5:hover {background:url(/images/thumbs/thumbscollectivemk2.jpg) -320px 0px no-repeat;}
#footer {
	font-size:11px
}

.alignRight {
	text-align:right;
}

.valignMiddle {
	vertical-align:middle;
}

.breakoutRight {
	float:right;
	border:1px solid #ccc;
	padding:5px;
	margin-left:10px;
	width:150px;
}

.breakoutRight ul{
	padding-left:20px;
	list-style:square;
}

div.figure {
	padding:5px 5px 0px 20px;
}

div.figure img {
	border:1px solid #ccc;
}

div.figure p {
	font-style:italic;
}

img {
	border:0px;
}

img.contentpic{
	float:right;
}

img.contentpic2{
	float:left;
}

img.contentpiccb{
	float:right;
	padding-left:5px;
}

img.pdflogo{
	vertical-align:middle;
}

img.pdflogo2{
	vertical-align:middle;
	float: left;
	
}

h4{
	padding-top:10px;
	padding-bottom:5px;
}

a.ironrad1 {background:url(/images/thumbs/ironradscollective.jpg) 0px -105px no-repeat;}
a.ironrad1:hover {background:url(/images/thumbs/ironradscollective.jpg) 0px 0px no-repeat;}

a.ironrad2 {background:url(/images/thumbs/ironradscollective.jpg) -80px -105px no-repeat;}
a.ironrad2:hover {background:url(/images/thumbs/ironradscollective.jpg) -80px 0px no-repeat;}

a.ironrad3 {background:url(/images/thumbs/ironradscollective.jpg) -160px -106px no-repeat;}
a.ironrad3:hover {background:url(/images/thumbs/ironradscollective.jpg) -160px 0px no-repeat;}

a.ironrad4 {background:url(/images/thumbs/ironradscollective.jpg) -240px -105px no-repeat;}
a.ironrad4:hover {background:url(/images/thumbs/ironradscollective.jpg) -240px 0px no-repeat;}

a.ironrad5 {background:url(/images/thumbs/ironradscollective.jpg) -320px -105px no-repeat;}
a.ironrad5:hover {background:url(/images/thumbs/ironradscollective.jpg) -320px 0px no-repeat;}

a.ironrad6 {background:url(/images/thumbs/ironradscollective.jpg) -400px -105px no-repeat;}
a.ironrad6:hover {background:url(/images/thumbs/ironradscollective.jpg) -400px 0px no-repeat;}


a.steel1 {background:url(../images/thumbs/steelradscollective.jpg) 0px -101px no-repeat;}
a.steel1:hover {background:url(/images/thumbs/steelradscollective.jpg) 0px 0px no-repeat;}

a.steel2 {background:url(/images/thumbs/steelradscollective.jpg) -80px -101px no-repeat;}
a.steel2:hover {background:url(/images/thumbs/steelradscollective.jpg) -80px 0px no-repeat;}

a.steel3 {background:url(/images/thumbs/steelradscollective.jpg) -160px -101px no-repeat;}
a.steel3:hover {background:url(/images/thumbs/steelradscollective.jpg) -160px 0px no-repeat;}

a.steel4 {background:url(/images/thumbs/steelradscollective.jpg) -240px -101px no-repeat;}
a.steel4:hover {background:url(/images/thumbs/steelradscollective.jpg) -240px 0px no-repeat;}


a.alum1 {background:url(/images/thumbs/alumradscollective.jpg) -80px -101px no-repeat;}
a.alum1:hover {background:url(/images/thumbs/alumradscollective.jpg) -80px 0px no-repeat;}

a.alum2 {background:url(/images/thumbs/alumradscollective.jpg) 0px -101px no-repeat;}
a.alum2:hover {background:url(/images/thumbs/alumradscollective.jpg) 0px 0px no-repeat;}


a.csoon1 {background:url(/images/thumbs/sooncollective.jpg) 0px -101px no-repeat;}
a.csoon1:hover {background:url(/images/thumbs/sooncollective.jpg) 0px 0px no-repeat;}

/*a*/.csoon2 {background:url(/images/thumbs/sooncollective.jpg) -80px 0 no-repeat;}
/*a.csoon2:hover {background:url(/images/thumbs/sooncollective.jpg) -80px -101px no-repeat;}*/

div.valve {
	padding-bottom:15px;
}

div.valveimage{
	width:300px;
	float:right;
}

fieldset.stdform {
	border:0px;
}

fieldset.stdform ul {
	list-style:none;
}

fieldset.stdform ul li {
	clear:both;
	padding:5px 0 5px 0;
}

fieldset.stdform ul li label {
	display:block;
	float:left;
	width:250px;
}

fieldset.stdform2 {
	border:0px;
}

fieldset.stdform2 ul {
	list-style:none;
}

fieldset.stdform2 ul li {
	clear:both;
}

fieldset.stdform2 ul li label {
	display:block;
	float:left;
	width:270px;
}

table  {
	width:450px;
	border:0;
}

td, th {
	border:0;
}

table.otherinfo th {
	width:25%
}

table.finaldetail {
	width:450px
}

th.quantity {
	width:100px;
}

div.framedBox {
	border:1px solid #CCC;
	margin-top:10px;
	padding:3px;
}

div.framedBox ul {
	list-style:none;
}
 
div.framedBox ul li {
}

div.framedBox H3 {
	padding:5px 0 0 5px;
	background:#999;
}

ul.contact{
	list-style:none;	
}
ul.contact li{
	clear:both;
	padding:5px 0 5px 0;
}

ul.contact li label{
	font-weight:bold;
}

ul.sitemap{
	clear:both;
	margin: 0px;
	padding: 0px;
	padding-left:10px;
}

ul.sitemap ul {
}

ul.sitemap li {
	padding: 0;
	margin: 0;
	line-height:20px;
	min-height:22px;
	padding-left:10px;
	text-transform:capitalize;
}

select#mounting, select#output, select#valves{
	width:55px;
}

select#valveset{
	width:120px;
}

select#style{
	width:140px;
}

select.quantity{
	width:45px
}

/*new index bits*/
strong.indextitle{
	text-decoration:underline;
	font-size:14px;
}

ul.index{
	list-style:none;
}

ul li strong {
	color:#000;
}

ul#offerdetail{
	list-style:none;
}

ul#offerdetail li label{
	width:120px;
	display:block;
	float:left;
}

/*richies amends*/

.heading, table.special th {
	height:20px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FEC986;
	border-top: 1px solid #fed39c;
	border-left: 1px solid #fed39c;
	border-right: 1px solid #c29a66;
	border-bottom: 1px solid #c29a66;
	text-transform:capitalize;
	font-size:12px;
	text-align:left;
}

table.special {
	margin:0px;
	padding:1px;
	border-collapse:collapse;
	width:540px;
	margin-bottom:10px;
}
	
table.special td {
	border-left:1px solid #ccc;
	padding:3px;
	vertical-align:middle;
	font-size:12px;
	text-align:center;
	width:85px;
}

table.special td.first{
	width:115px;
}

table.special td.last {
	border-right:1px solid #ccc;
}

table.special td a {
	display:block;
	text-decoration:none;
	color:#999;
}

table.special td a:hover {
	text-decoration:underline;
}

table.special th.offeroff{
	border:none;
	background:#fff;
}

ul#epklist,div.valve ul{
	list-style:none;
}

/*colourtester*/

div#radiatorimage{
	background:url(../images/colourtester/bgradiator.jpg) no-repeat;
	width:445px;
	height:822px;	
}

div#trancolourgreen{
	background:url(../images/colourtester/trangreen001.png) no-repeat;
	width:445px;
	height:822px;
}

div#trancolourred{
	background:url(../images/colourtester/tranred001.png) no-repeat;
	width:445px;
	height:822px;
}

div#peephole{
	background:url(../images/colourtester/peephole.png) no-repeat;
	width:445px;
	height:822px;
	margin-top:-822px;
}

/*BTU calculator styles ( & Product Selector added by Mark 29/06/09 )*/

div.greyBoxTop2 {
	width:378px;
}

#btuouterWrapper,  #quickSelectOuterWrapper{
	position:absolute;
	width:600px;
	margin-left: -305px;/*-390px;*/
	left: 50%;
	visibility: visible;
	background-color:#FFF;
	padding:5px;
}

#quickSelectOuterWrapper { width: 700px; margin-left: -355px; }

#btuwrapper {
	width:600px;
	height:380px;
}

div.btuheading, div.quickSelectHeading {
	height:20px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FEC986;
	border-top: 1px solid #fed39c;
	border-left: 1px solid #fed39c;
	border-right: 1px solid #c29a66;
	border-bottom: 1px solid #c29a66;
	text-transform:capitalize;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

div.btulink{
	margin-top:10px;
}

table#btucalculator, table#quickSelect {
	width:100%;
	padding-left:10px;
}

table#quickSelect { margin-top: 10px; }



ul.btucalc{
	list-style:none;
}

ul.btucalc li{
	padding-top:5px;
}

ul.btucalc label{
	display:block;
	float:left;
	width:50px;
}

ul.btucalc label.length{
	display:block;
	float:left;
	width:100px;
}

table.btucalculator2{
	padding-left:10px;
}

/*end of BTU calculator styles*/

.brochure_icon { border: 1px solid #AAA; }

p.special {

padding:0px;
margin:0px;

}

h1.mainheader
{
padding:0px;
margin:0px;

}


#nobullet {
list-style:none;
padding-left:15px;
margin-top:10px;
}

.hidden, .js tr.pdfdraw, .js tr.caddraw { display: none; }

tr.pdfdraw table, tr.caddraw table { background: #eee; border: 2px solid #aaa; width: 100%; margin: 5px 0; }

tr.pdfdraw table th, tr.caddraw table th { text-align: left; padding: 5px; }

tr.pdfdraw table td, tr.caddraw table td { padding: 5px; }

a.hideCadDraw, a.hidePdfDraw { font-weight: bold; }

#nobullet li {
	list-style:none;
	font-weight:bold;
	padding-bottom:10px;
}

#nobullet li ul {
	padding-left:15px;
}

#nobullet li a {
	text-decoration:none;
}

#nobullet li ul li {
	font-weight:normal;
}

.pagenav li {
	list-style:none;
}