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

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/body-bg-dotted.jpg) repeat-x;
	height:100%;
	}
	
.menu {
	display:none;
	}

.bodywrapper {
	width:900px;
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
	margin:auto;
	}

.logowrapper {
	width:900px;
	height:120px;
	}
	
.topmenu {
	width:630px;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	background-color:#F6D41D;
	font-size:12px;
	float:left;
	margin-bottom:10px;
	clear:both;
}

.topmenu ul {
margin:0px;
padding:0px;
float:left;

}

.topmenu ul li {
float:left;
list-style:none;
width:125px;
padding:0px;
margin:0px;
text-align:center;
border-right:1px solid #FFFFFF;
height:30px;
}

.topmenu ul li a{
color:#000000;
text-decoration:none;
}
	

/* ================================================================ 

.topmenu {
	float:right;
	width:615px;
	}
.topmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	width:700px;
	}
.topmenu ul li {
	list-style:none;
	float:left;
	position:relative;
	}

.topmenu ul li ul {display: none;}
	
.topmenu ul li a {
	border-left: 1px dotted #CCC;
	display:block;
	font-weight:bold;
	margin-top:75px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	color:#156888;
	text-decoration:none;
	}
	
.topmenu ul li a:hover {
	color:#FFF;
	background:url(images/top-menu-bg.jpg) repeat-x bottom;
	}

=================================================================== */

.menuwrapper {
	width:900px;
	height:30px;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	background-color:#156888;
	}
.menuwrapper ul {
	margin:0px;
	padding:0px;
	}
.menuwrapper ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	line-height:30px;
	border-right:1px dotted #CCC;
	color:#FFF;
	font-weight:normal;
	}
.menuwrapper ul li a {
	color:#FFF;
	text-decoration:none;
	padding:0px 5px;
	line-height:30px;
	display:block;
	}
.menuwrapper ul li a:hover {
	color:#FFF;
	background-color:#002039;
	line-height:30px;
	}
	
#sec1 {}
#sec2 {visibility:hidden; display:none;}
#sec3 {visibility:hidden; display:none;}
#sec4 {visibility:hidden; display:none;}
#sec5 {visibility:hidden; display:none;}
#sec6 {visibility:hidden; display:none;}
#sec7 {visibility:hidden; display:none;}

.menuspacer {
	height:10px;
	width:900px;
	background-color:#FFFFFF;
	}
.headerwrapper {
	width:900px;
	height:110px;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	background-color:#FFFFFF;
	float: left;
	}
.headerleft {
	background-image:url(images/flags-bg.jpg);
	width:249px;
	height:110px;
	border-right:1px dotted #CCC;
	float:left;
	}
.headerright {
	background-image:url(images/scaffoldingsupplier-bg.jpg);
	width:650px;
	height:110px;
	float:left;
	}
	
.contentwrapper {
	background-color:#A4C8D5;
	clear: none;
	float: left;
}
.contentleft {
	background-color:#A4C8D5;
	color:#FFF;
	width:229px;
	float:left;
	padding:10px;
	height:100%;
	overflow:visible;
	}
	
.contentleft h1 {
	font-size:16px;
	border-bottom:1px dotted #FFF;
	margin:0px;
	padding:0px;
	margin-bottom:1em;
	}
.contentleft img {
	border:2px solid #FFF;
	}
	
img.contentleft:before { content: "Note: " }

	
.contentleft ul {margin:0px; margin-left:20px; padding:0px; margin-bottom:12px;}
.contentleft ul li {padding-left:5px; list-style:url(images/arrow.gif);}
.contentleft ul li a {color:#FFF; text-decoration:none;}
.contentleft ul li a:hover {text-decoration:underline;}

.contentright {
	width:630px;
	float:right;
	padding:10px;
	border-left:1px dotted #CCC;
	background-color:#FFF;
	}

.contentright h1 {
	font-size:18px;
	border-bottom:1px dotted #CCC;
	margin:0px;
	padding:0px;
	margin-bottom:1em;
	}
.contentright h2 {
	font-size:16px;
	border-bottom:1px solid #EAEAEA;
	border-top:1px solid #EAEAEA;
	color:#616161;
	}
	
.contentright .thumbnail {
	border:5px solid #A7880B;
	padding:2px;
	}
	
.contentright table {
	width:100%;
	border:none;
	padding:2px;
	border-collapse: collapse;
}
.contentright table p {
	margin:0px;
	padding:0px;
}
.contentright tr th p {
	margin:0px;
	padding:0px;
}

.contentright td {
	padding:2px;
	border:1px solid #CCCCCC;
	vertical-align:top;
	font-size:10px;
}

.contentright table tr td {
	background-color:#EEE;
	}

.contentright td img {
border:1px solid #CCCCCC;
padding:1px;
text-align:center;
}

.contentright th {
	text-align:left;
	color:#FFFFFF;
	padding:3px;
	border:1px solid #CCCCCC;
	background:url(images/table-th-bg.jpg) repeat-x;
	background-color:#176A8A;
}

.bluetext {
	color:#156888;
}

.smalltext {
	font-size:12px;
}

h4 {
	color:#156888;
	font-size:14px;
	border-bottom:1px dashed #CCCCCC;
	}
	
.footer {
	border-top:1px dotted #CCCCCC;
	padding:10px;
	text-align:center;
	}
