@charset "utf-8";
/* CSS Document */

/* zero all margins/padding and add back to specific elements where necessary(stops browser discrepencies) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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 {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }


/* BASIC */
body {
	color: #3A4957; /* 90% IM Grey */
	background-color: #66717C; /* 70% IM Grey */
	text-align: center; /*to force Microsoft Internet Explorer 5 to comply with the centering */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.6;
}
h1,h2,h3,p,table,ul,ol {margin:0 0 12px 0;}
h1 {font-size:20px; font-weight: bold;}
h2 {font-size:16px; font-weight: bold;}
h3 {font-size:13px; font-weight: bold;}
h4 {font-size:12px; font-weight: bold; margin: 0 0 6px 0;} /* removed h4 from margin 12px bottom */
h6 {font-size:10px; font-weight: bold; margin: 2px 0 14px 0;} /* picture captions */
p {font-size:12px;}

h1 {
	color: #1A6F92;} /* Same as header tab */
h2 {
	color: #00AEEF;} /* 100% IM Cyan */

b {font-weight:bold;}
em {font-style:italic;}
a:link {color:#3A4957; text-decoration:none; border-bottom: 1px dotted;}  /* unvisited link */
a:visited {color:#3A4957; text-decoration:none; border-bottom: 1px dotted;}  /* visited link */   
a:hover {text-decoration:none; border-bottom: 1px solid;}  /* mouse over link */
a:active {text-decoration:none; border-bottom: 1px solid;}  /* selected link */
a img {border: none;} /* removes the border from an image link */
th {font-weight: bold;} /* makes all table headings bold */


/* LAYOUT */
#wrapper {
	width: 950px; /* must be a px amount */
	height: 100%;
	margin:0 auto; /* to centre page */
}
#header {
	width: 100%;
	background-color: #E9EBEC; /* add background colour to prevent body background showing while b-ground image loads */
	background-image: url(images/wrapper_bground_grey.png);
	background-repeat: repeat-y;
	background-position: top;
}
#content_wrapper {
	width: 100%;
	background-color: #FFF; /* add background colour to prevent body background showing while b-ground image loads */
	background-image: url(images/wrapper_bground.png);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 25px;
	float: left;	
}
#footer {
	height: 160px;
	width: 100%;
	background-image: url(images/footer_img.png);
	background-repeat: no-repeat;
	padding-top: 135px;
	clear: both;
}
/* HEADER */
#industrilex_logo {
	float: left;
	padding-left: 60px;
	position: relative; /* to move from normal position - 38px down from top */
	top: 38px;
	
}
#industrilex_logo a{border: none;}

#banner_contact {
	float: right;
	text-align: right;
	padding-top: 50px;
	padding-right: 45px;
	font-size: 14px;
	padding-bottom: 10px;
}
#tab {
	background-image: url(images/headertab_grey.png);
	clear: both;
	width: 900px;
	height: 55px;
	margin-right: 25px;
	margin-left: 25px;
	background-repeat: no-repeat;
}


/* IMAGE NAV */
#navlist{
	position:relative;
	height: 198px; /*was 172px */
	width: 900px;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
}
#navlist li{margin:0;padding:0;list-style:none;position:absolute;top:0;}
#navlist li, #navlist a{height:198px;display:block;border-bottom-style: none;} /*was 172px */
/* First Image */ 
#med_wash_dk{left:0px;width:225px;}
#med_wash_dk{
	background-image: url(images/image_nav.jpg);
	background-position: 0 0; /*base image */
}
#med_wash_dk a:hover{
	background-image: url(images/image_nav.jpg);
	background-position: 0 -198px; /* moves to image 198px below */ /*was -172px */
	border-bottom-style: none;
}
/* Second Image */ 
#med_dry_dk{left:225px;width:225px;}
#med_dry_dk{
	background-image: url(images/image_nav.jpg);
	background-position: -225px 0; /* moves to image 225px across */
}
#med_dry_dk a:hover{
	background-image: url(images/image_nav.jpg);
	background-position: -225px -198px; /* moves to image 225px across then 198px below */ /*was -172px */
	border-bottom-style: none;
}
/* Third Image */ 
#med_warm_dk{left:450px;width:225px;}
#med_warm_dk{
	background-image: url(images/image_nav.jpg);
	background-position: -450px 0; /* moves to image 2x225px across */
}
#med_warm_dk a:hover{
	background-image: url(images/image_nav.jpg);
	background-position: -450px -198px; /* moves to image 2x225px across then 198px below */ /*was-172px */
	border-bottom-style: none;
}
/* Fourth Image */ 
#bal_dk{left:675px;width:225px;}
#bal_dk{
	background-image: url(images/image_nav.jpg);
	background-position: -675px 0; /* moves to image 3x225px across */
}
#bal_dk a:hover{
	background-image: url(images/image_nav.jpg);
	background-position: -675px -198px; /* moves to image 3x225px across then 198px below */ /*was -172px */
	border-bottom-style: none;
}


/* TEXT NAV */
ul#text_nav {
	text-transform: uppercase;
	width: 160px;
	border-top: 1px solid #4DC6F4;
	font-size: 13px;
	line-height: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0px;
}
ul#text_nav li {
	border-bottom: 1px solid #4DC6F4;
	width: 152px; /* width in above nav less padding amount */
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 9px;
	padding-right: 4px;
	padding-bottom: 9px;
	padding-left: 4px;
}
ul#text_nav li a:link, ul#text_nav li a:visited {
	text-decoration: none;
	color: #243444;
	border-bottom-style: none;
}
ul#text_nav li a:hover {
	color: #00AEEF;
	border-bottom-style: none;
}

/* MAIN CONTENT */
#left_column {
	width: 180px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#main_column {
	float: left;
	width: 745px; /* (745+0+0) */
	color: #3A4957; /* 90% IM Grey */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* MAIN COLUMN CONTENT */
#content_intro_container {
	float: left;
	width: 700px; /* 745px in total (700+25+20) */
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
#content_one_container, #content_two_container, #content_three_container {
	float: left;
	width: 680px; /* 745px in total (680+45+20) */
	margin-top: 0px;
	margin-right: 45px; /* 20px + 25px */
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
	border-top-style: solid;
	border-top-color: #1A6F92;
	border-top-width: 1px;
	padding: 0px;
}
#content_intro_text {
	float: left;
	width: 660px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 12px;
}
#content_index_text, #content_one_text, #content_two_text, #content_three_text {
	float: left;
	width: 420px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 12px;
}
#content_intro_image {
	float:left;
	padding-top: 95px;
}
	
#content_one_image, #content_two_image, #content_three_image {
	float: right;
	padding-right: 15px; /* 22px space available */
	padding-top: 40px;
}

.content_balustrade_image {
	float: left;
	padding-right: 0px; /* 22px space available */
	padding-left: 27px;
	padding-top: 40px;
	padding-bottom: 20px;
}


/* list styling - style dot */
.bullet_dot li {
	list-style-type: disc;
	list-style-position: outside; /* lets the second line align with the first line */
	margin-left: 16px;
	padding-bottom: 6px; /* adds space between bulleted items */
}

/* list styling - style image. Defining the ul and li will display the image-marker equally in all browsers */
ul.bullet_image {
	list-style-type: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	/* height: 20px; */
	line-height: 25px;
}
li.bullet_image {
	background-image: url(images/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 25px;	
}

/* table styling - style specifications*/
.table_specifications { width: 100%}

.table_specifications td {
	font-size:11px;
	border:1px solid #BDC2C7; /* 30% IM Grey */
	padding:3px 6px 2px 6px;
}
.table_specifications th {
	font-size:12px;
	text-align:left;
	border:1px solid #BDC2C7; /* 30% IM Grey */
	background-color:#BDC2C7;
	color:#ffffff;
	padding:5px 6px 4px 6px;
}
/* FOOTER */
#footer_text {
	font-size: 10px;
	text-align: left;
	padding-left: 225px;
	padding-top: 0px;
	line-height: 15px;
}
#copyright {
	font-size: 9px;
	text-align: left;
	padding-left: 225px;
	padding-top: 20px;
	color: #A7AEB4; /* 40% IM Grey */
}


/* GENERAL STYLING */
.bold {
	font-weight: bold;
}
.boldsmall {
	font-size: 9px;
	font-weight: bold;
}
.caption {
	font-size: 10px;
}
.grey {
	color: #A7AEB4; /* 40% IM Grey */
}

a.blue:link {color:#1A6F92;}  /* unvisited link */
a.blue:visited {color:#1A6F92;}  /* visited link */   
/* other link functions including 'mouse over' & 'selected' are inherited from original a settings */

/* FORM */
#formWrap {
	float: left;
	width: 680px; /* 745px in total (20+680+45) */
	margin-top: 0px;
	margin-right: 45px; /* 20px + 25px */
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 10px;
	border-top-style: solid;
	border-top-color: #1A6F92;
	border-top-width: 1px; /* original formWrap changed to match content_one_container */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
#formWrap #form {
	width: 680px;
}
#form .row {
	display:block;
	line-height:38px;
	overflow:auto;
	padding:24px 0px;
	width:100%;
}
#form .row .label {
	font-size:13px;
	font-weight:bold;
	width:155px;
	text-align:right;
	float:left;
	margin-right:15px;
}
#form .row .input {
	float:left;
	/*	width:auto;*/
	width:310px; /* was 270 */
}
#form .row .input2 {
	float:left;
	margin-right:0px;
	/*	width:auto;*/
	width:500px;
}
#form .row .context {
	color:#999;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	width:185px; /* was 225 */
	float:left;
	margin-left: 15px;
}
.detail {
	width:292px; /* 1+8+292+8+1=310 (.input width) */
	font-size:16px;
	padding:7px 8px;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	/*	border-top-right-radius:20px 10px;*/
	background:#D3D6DA; /* 20% IM Grey */
	border:1px solid #BDC2C7; /* 30% IM Grey */
}
.mess {
	width:482px; /* 1+8+482+8+1=500 */
	max-width:482px; /* so the width cannot be resized in Chrome */
	height:200px;
	overflow:auto; /* removes scrollbar in Internet Explorer8 */
	font-size:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* just to make sure */
	line-height:1em;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	background:#D3D6DA; /* 20% IM Grey */
	border:1px solid #BDC2C7; /* 30% IM Grey */
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
}
.detail:focus { /* changes colour of form field (name & email) when clicked in */
	background-color:#FFF;
	border:1px solid #999;
	outline:none;	
}
.mess:focus { /* changes colour of form field (your message) when clicked in */
	background-color:#FFF;
	border:1px solid #999;
	outline:none;	
}
#form #submit {
	margin-top:16px;
	margin-left:170px;
	font-size:14px;
	text-shadow:1px 1px 1px #999;
	padding:10px;
	/*border-bottom-right-radius:15px 7px;
	border-top-left-radius:15px 7px;*/	
}
span.error {
	color:#8F0000; /* red */
	display:block;
	font-size:11px;
	font-style:italic;
	/*line-height:14px;*/
	background-image:url(images/x.png);	
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:27px;
}
#submitmessage {
	color:#000;
	display:block;
	font-size:12px;
	background-image:url(images/tick.png);	
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:27px;
}
