/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* ie5 workaround to centre content; #wrapper then aligns text left and adds 'auto' margins l and r */
	background-color:#ccccd9;
		background-image:url(images/page-shad.gif); /* graduated shadow behind page wrapper */
	background-repeat: no-repeat;
	background-position: top center;
}

/* hidden screen reader links */
.hidden {
display: none;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #0060a9;
	border-top: 0;
	background-color: #FFFFFF;
	padding: 0px;
}

/* horizontal menu */

ul.nav {
margin: 0;
padding:0;
list-style: none;
float:left;
width: 100%;
background-color:#ccccd9;
border-top: 1px solid #0035ad;
border-bottom: 1px solid #0035ad;
}

ul.nav li {
float:left;
display:inline; /* fixing those old IE problems again... */
}

ul.nav a {
display:block;
padding: 7px 6px 7px 6px;
background-color: #ccccd9;
text-decoration: none;
color: #000000;
font: normal 70% Verdana, Arial, Helvetica, sans-serif;
/* background-image:url(images/divider.gif);
background-position: right;
background-repeat: no-repeat; */
}

ul.nav a:hover {
background-color: #0035ad;;
color: #ffffff;
}

/* main page content - centre column */

#content {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 0 10px 10px;
	width: 588px;
	}
	
#content h1, #content2 h1, #content3 h1, #content4 h1, #content5 h1 {
margin-top: 0;
font-size: 130%;
}

#content h2, #content h3, #content2 h2, #content2 h3, #content3 h2, #content3 h3, #content4 h2, #content4 h3, #content5 h2, #content5 h3 {
margin-top: 5px;
margin-bottom: 0px;
font-size: 75%;
font-weight: bold;
	line-height: 150%;
}

#content h3, #content3 h3, #content2 h3, #content3 h3, #content4 h3, #content5 h3 {
	color: #0035ad;
	/* margin-top: 0; */
		margin-bottom: 0px;
			background-image:url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
	
#content ul, #content2 ul, #content3 ul, #content4 ul, #content5 ul {
margin-top: 0px;
}

#content p, #content li, #content2 p, #content2 li, #content3 p, #content3 li, #content4 p, #content4 li, #content5 p, #content5 li, #content6 p, #content6 li {
	font-size: 75%;
	line-height: 150%;
	margin: 8px 0 8px 0;
}

#content5 ul {
margin-left: 10px;
padding-left: 10px;
}

#content p a, #content2 p a, #content3 p a, #content4 p a, #content5 p a, #content li a, #content2 li a, #content3 li a, #content4 li a, #content5 li a {
	color: #0035ad;
	border-bottom: 1px solid #ccccd9;
	text-decoration: none;
	font-weight: bold;
}

#content p a:hover, #content2 p a:hover, #content3 p a:hover, #content4 p a:hover, #content5 p a:hover, #content li a:hover, #content2 li a:hover, #content3 li a:hover, #content4 li a:hover, #content5 li a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}

#content .box h3 a {
border-bottom: 0;
}

/* content panels for equal-column pages (e.g. products and services) */
#content2, #content3 {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 0 10px 10px;
	width: 289px;
	}
	
/* content panels for 2-column pages, narrow right column (e.g. contact us) */
#content4 {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 0 10px 10px;
	width: 430px;
	}
	
#content5 {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 0 10px 10px;
	width: 152px;
	}
	
/* content panels for home page */
#content6, #content7 {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 10px 10px 10px;
	}
	
#content7 {
		width: 378px;
		}
		
#content6 {
		width: 338px;
		margin-top: 5px;
		}

	
/* product link graphics (products page) */
#bar, #formwork, #slab, #spacers, #weldmesh {
height: 50px;
width: 277px;
background-repeat:no-repeat;
background-position: -3px -4px;
margin-bottom: 10px;
text-indent: -9999px;
}

#bar a, #formwork a, #slab a, #spacers a, #weldmesh a {
display: block;
color: #FFFFFF;
padding: 5px 40px 40px 75px;
font-weight: bold;
font-size: 80%;
text-decoration: none;
}

#bar a:hover, #formwork a:hover, #slab a:hover, #spacers a:hover, #weldmesh a:hover {
color: #ccccd9;
}
/* the images */
#bar {
background-image:url(images/ill-bar.gif);
}
#formwork {
background-image:url(images/ill-formwork.gif);
}
#slab {
background-image:url(images/ill-slab.gif);
}
#spacers {
background-image:url(images/ill-spacers.gif);
}
#weldmesh {
background-image:url(images/ill-weldmesh.gif);
}

/* centre panel on three-column pages - nested in #content2 - with blue background */
#largepanel {
background-color: #0035ad;
  min-height:419px;
  height:auto !important; /*fixes IE6 and 7 */
  height:419px; /*fixes IE6 and 7 */
margin: 0;
padding: 6px;
background-image:url(images/corner-arrow.gif);
background-repeat:no-repeat;
background-position: right bottom;
color: #ffffff;
}

#largepanel p a {
color: #ffffff;
}

#largepanel p a:hover {
color: #eaeaea;
}

/* left hand column */
#navigation {
	float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom:10px;
	width: 140px;
}

/* menu header */
#navigation .boxes h1 {
	padding: 2px 2px 2px 5px;
	background-color: #0035ad;
	color: #FFFFFF;
	font-size: 75%;
	margin: 0 !important;
}

/* menu */
#navigation .boxes ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border: none;
	background-color:#eaeaea;
}

#navigation .boxes li {
	display: inline;
}

#navigation .boxes li a:link, #navigation .boxes li a {
font-size: 70%;
display: block;
text-decoration:none;
color: #6a7c95;
	margin: 0;
	padding: 3px 2px;
border-bottom: 1px solid #ccccd9;
}

#navigation .boxes li a:hover {
display: block;
text-decoration: none;
color: #000000;
background-color: #ccccd9;
}
/*sub navigation */
#navigation .boxes li ul li a:link, #navigation .boxes li ul li a {
font-size: 70%;
display: block;
text-decoration:none;
color: #848589;
	margin: 0;
	padding: 3px 2px 3px 12px;
border-bottom: 1px solid #ccccd9;
}

#navigation .boxes li a:hover {
display: block;
text-decoration: none;
color: #000000;
background-color: #ccccd9;
}


/* search box */
#navigation form {
margin-top: 15px; 
border: 1px solid #666666; 
padding: 3px; 
padding-top: 0; 
background-image:url(images/featured.jpg); 
background-repeat: repeat-x;
}

#navigation form p {
font-size: 70%; font-weight: bold; margin-top: 0;
}

#navigation input.searchbox {
width: 132px;
}


/* footer links */
#footer {
	padding: 3px;
	margin: 0;
	font-size: 60%;
	color: #000000;
	background-color: #ccccd9;
	text-align: left;
	clear: both;
	}
	
	#footer a:link, #footer a {
	color: #000000;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/* generic stuff */
form {
margin: 0px;
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}

.clear {
clear: both;
}

.center {
text-align: center;
}

hr {
border: 0;
height: 1px;
color: #ccccd9;
background-color: #ccccd9;
}

.box, .box3 {
border: 1px solid #ccccd9;
background-color: #EAEAEA;
padding: 0 5px;
margin: 10px 0 0 0;
}

.box .smallprint {
font-size: 65% !important;
line-height: 100% !important;
}


.box2 {
display: inline; /* fixes IE double margin bug for floated elements */
float: left;
width: 182px;
border: 1px solid #ccccd9;
background-color: #FFFFFF;
padding: 0;
margin: 10px 0 0 0;
  min-height:89px;
  height:auto !important; /*fixes IE6 and 7 */
  height:89px; /*fixes IE6 and 7 */
}

.box2 h2, #content6 .box3 h2 {
padding: 3px 3px 3px 20px;
font: bold 75% Verdana, Arial, Helvetica, sans-serif;
background-color: #EAEAEA;
color: #000000;
margin: 0;
background-image:url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 2px 3px;
}
.box2 p {
margin: 4px;
font: normal 75% Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
color: #000000;
}

.box2 a, .box3 a {
color: #0035ad;
	border-bottom: 1px solid #ccccd9;
	text-decoration: none;
}

.box2 a:hover, .box3 a:hover {
	border-bottom: 1px solid #000000;
}

input.txt, textarea {
  color: #00008B;
  background-color: #eaeaea;
  border: 1px solid #cccccc;
  width: 300px;
}
textarea {
  height: 100px;
  }

input.btn {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #154896;
  border: 1px solid #cccccc;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 30%;
}