html{
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	background-image: url('/images/bg.jpg');
	background-repeat: repeat;
}

div.all{
	width: 950px;
	margin: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 7px;
	padding-bottom: 10px;
	color: #575555;
}

div.header{
	width: 949px;
	z-index: -1;
}

	div.header div.header_flash{
		height: 185px;
		width: 950px;
		padding: 0px;
		margin: 0px;
		margin-top: -2px;
		margin-left: 3px;
		z-index:-1;
}

object{
	
}


.menu {
	width:951px; 
	height:45px; 
	margin-left: 3px;
	background-image: url(/images/menu_background.jpg);
	background-repeat: no-repeat;
}

	/* remove all the bullets, borders and padding from the default list styling */
	.menu ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	.menu ul ul {
		width:80px;
		display: block;
		margin-top: -2px;
		border-bottom: 1px solid #FFFFFF;
	}

	/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
	.menu li {
		float:left;
		width:100px;
		padding-top: 5px;
		position:relative;
	}
	
	/* style the links for the top level */
	.menu a, .menu a:visited {
		display:block;
		font-size:11px;
		text-decoration:none; 
		color:#fff; width:100px; 
		height:38px; 
		line-height:14px; 
		font-weight:bold;
		text-align: center;
	}
	
	/* style the top level hover */
	.menu a:hover, .menu ul ul a:hover{
		color: white; 
		text-decoration:underline;
	}
	.menu :hover > a, .menu ul ul :hover > a {
		color: white; 
		text-decoration:underline;
	}
	
	/* style the second level link */
	.menu ul ul li a {
		margin-top: -5px;
	}

	/* style the second level list */
	.menu ul ul li {
		height: 15px;
		border: 1px solid #FFFFFF;
		border-bottom: none;
		padding-bottom: 7px;
	}
	
	/* style the second level hover */
	.menu ul ul li a:hover{
	}
	
	/* hide the sub levels and give them a positon absolute so that they take up no room */
	.menu ul ul {
		visibility:hidden;
		position:absolute;
		height:0;
		top:44px;
		left:0; 
		width:80px;
		background-color: #FFFFFF;
		z-index: 100;
	}
	
	/* style the table so that it takes no ppart in the layout - required for IE to work */
	.menu table {
		position:absolute; 
		top:0; 
		left:0; 
		border-collapse:collapse;
	}
	
	/* style the second level links */
	.menu ul ul a, .menu ul ul a:visited {
		color:#FFFFFF; 
		height:auto; 
		line-height:1em; 
		padding:5px 10px; 
		padding-top: 8px;
		padding-bottom: 8px;
		width:175px;
		text-align: left;
	}
	
	#last{
		border-right: none;
	}
	
	/* make the second level visible when hover on first level list OR link */
	.menu ul li:hover ul, .menu ul a:hover ul{
		visibility:visible; 
	}
	
	li.roofing:hover{
		background-color: #ed2135;
	}

	ul.roofing_menu li{
		background-color: #ed2135;
		width: 195px;
	}
		
	li.plastering:hover{
		background-color: #979b16;
	}
		ul.plastering_menu li{
			background-color: #979b16;
			width: 180px;
		}
	li.groundwork:hover{
		background-color: #002961;
	}
	
	ul.groundwork_menu li a{
			width: 290px;
		}
		ul.groundwork_menu li {
			background-color: #002961;
			width: 290px;
		}
		
		ul.groundwork_menu li a:visited{					
			width: 290px;
			}
	li.fixing:hover{
		background-color: #f97e1d;
	}

		ul.fixing_menu li a{
			width: 265px;
		}
		ul.fixing_menu li {
			background-color: #f97e1d;
			width: 265px;
		}
	li.ventilation:hover{
		background-color: #ffcd22;
	}
		ul.ventilation_menu li{
			background-color: #ffcd22;
			width: 180px;
		}
			ul.ventilation_menu li a{					
				color: #00204F;
			}
			ul.ventilation_menu li a:hover{					
				color: #00204F;
			}
			ul.ventilation_menu li a:visited{					
				color: #00204F;
			}

	li.brickwork:hover{
		background-color: #b31b17;
	}
		ul.brickwork_menu li{
			background-color: #b31b17;
			width: 180px;
		}
	li.ancillary:hover{
		background-color: #99d8e9;
	}
		ul.ancillary_menu li a{
			width: 220px;
			color: #00204F;
		}
		ul.ancillary_menu li a:hover{
			color: #00204F;
		}
		ul.ancillary_menu li a:visited{
			color: #00204F;
		}

		ul.ancillary_menu li {
			background-color: #99d8e9;
			width: 220px;
		}

div.content{
	width: 950px;
	margin-top: -1px;
	padding-top: 45px;
	background-image: url('/images/header_flash_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	
}

	div.content div.leftcol{
		float: left;
		background-image: url('/images/left_bottom_background.jpg');
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 300px;
		margin-left: 25px;
		margin-top: -12px;
		padding: 20px;
		clear: none;
	}
		
	div.leftcol h2{
		margin-left: -20px;
		margin-top: -8px;
		margin-bottom: -5px;
		padding-top: 12px;
		padding-left: 38px;
		background-image: url('/images/left_header_background.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		color: #00204F;
		
	}	

	div.content div.rightcol{
		float: left;
		background-image: url('/images/main_bottom_background.jpg');
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 540px;
		padding: 20px;
		clear: none;
	}
		
	div.rightcol h2{
		margin-left: -20px;
		margin-top: -20px;
		margin-bottom: -5px;
		padding-top: 12px;
		padding-left: 38px;
		background-image: url('/images/main_header_background.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		color: #00204F;
	}	
		div.rightcol img.page{
			float: left;
			width: 150px;
			border: 1px solid #999;
			margin: 10px;
		}
		
		div.rightcol a.pdf_link{
			background-image: url('/images/pdf_icon.gif');
			background-repeat: no-repeat;
			background-position: center left;
			padding-left: 27px;
			padding-top: 5px;
			padding-bottom: 5px;			
			height: 40px;
			border-top: 1px dotted #000000;
			border-bottom: 1px dotted #000000;	
			text-decoration: none;
			color: #575555;	
		}
		
		span.red{
			color: #00204F;
		}
	
div.content p{
	padding-left: 20px;
	padding-right: 20px;
}

div.footer{
	width: 950px;
	height: 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-top: 10px;
	text-align: right;
	color: #666666;
	font-size: 12px;
}

	div.footer a{
		text-decoration: none;
		color: #666666;	
	}


form{
margin-left: 10px;
}

form fieldset {
	padding-bottom: 5px;
	width: 660px;
}

fieldset.noborder{
	border: 0;
}

fieldset{
	border: 0;
}

legend{
	font-size: 14px;
	font-weight: bold;
	margin-left: -5px;
	margin-top: 10px;

}	

div.formrow {
	padding-top: 10px;
}


div.formrow input.radio{
	margin-left: 20px;
}


div.formrow span.label {
  float: left;
  width: 150px;
  font-size: 12px;
  }
  
div.formrow span.field {
	margin-left: 10px;
	padding: 5px;
	width: 500px;
	text-align: left;
  } 

	textarea {
		margin-left: 150px;
	}

div.loginform{
	width: 300px;
	padding: 10px;
	margin-top: 300px;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	font-size: 12px;
}
	div.loginform h1{
	font-size: 18px;
	
	}

	div.loginform fieldset{
	width: 400px;
	margin-left: 0px;
	}
	
br.clear{
	clear: both;
}

#category-header{
	font-size: 14px;
	font-weight: bold;

}

a {
color: #00204F;
font-weight: normal;
text-decoration: underline;
}

a:hover {
color: #000;
}