
html, body{
	font-family: verdana, arial, tahoma;
	font-size: 1em;
	margin: 10px auto;
	text-align: center;
	padding: 0 0 0 0;
	background-color: #fffae8;
	}
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
.error{
	color: red;
	}

.clear{
	clear:both;
	}
	
.smltxt{
	font-size:0.8em;
	}
	
.smlertxt{
	font-size:0.7em;
	}
		
ul, ol{
	text-align: left;
	margin-left: 50px;
	}
	
table{
	border-collapse: collapse;
	}
	
table tr td{
	vertical-align: top;
	margin: 0px;
	padding: 0;
	}
	
form fieldset, fieldset{
	position:relative;
	margin: 12px;
	padding: 12px;
	border: 1px solid #cecece;
	}
	
form fieldset legend, fieldset legend{
	margin:0;
	margin-bottom: 6px;
	padding:1px 3px;
	border: 1px dotted #cecece;
	}
	
fieldset ul{
	width: auto;
	list-style:none;
	margin: 0;
	padding: 0px;
	text-align: left;
	}
	
fieldset ul li{
	background-color: #d7dcea;
	margin: 2px 0px;
	}
	
fieldset ul li p{
	padding:2px;
	line-height: 19px;
	}
	
form p{
	width: 100%;
	text-align:left;
	margin: 1px 0;
	line-height:1.8em;
	}

form label, label{
	text-align: right;
	vertical-align: top;
	width: 13em;
	margin-right: 0.5em;
	line-height:1.3em;
	display: inline-block;
	}

form label.err{
	color:red;
	}
	
form label.error{
	text-align:left;
	padding-left: 12px;
	width: auto;
	}

form input.error, form textarea.error {
	border: 2px dotted #f00000;
	background-color: #ffd7d7;
	}
	
form input, form textarea{
	width:200px;
	}

	
form input.submit, .but{
	margin-left: 13.5em;
	margin-right: 0em;
	margin-top: 6px;
	width: 100px;
	background: #ffffff;
	color: #000000;
	border: 2px solid #999999;
	font-size: 0.8em;
	}
	
.popuplogin{
	width: 360px; height: auto;
	padding: 12px;
	position: absolute; 
	background-color:#ffffff;	
	border: 1px solid #000000;
	top: 100px;
	display:none;
	z-index:100
	}
	
.popuplogin .title{
	font-weight: bold;
	}

.popuplogin form{
	margin:0px;
	}
	
.popuplogin form label{
	width: 5.5em;
	text-align: right;
	}
	
.but{
	margin-left: 0.5em;
	}
	
#info, #error{
	margin: 6px 2px;	
	width: 98%;
	display:none;
	}
	
#info{
	border: 2px solid #ffa54a;
	background-color: #ffffd2;
	}

#error{
	border: 2px solid #f00000;
	background-color: #ffd7d7;
	}
	
#info p, #error p{
	padding: 2px;
	font-size: 0.9em;
	font-weight: bold;
	}
	
#error p{
	color: #f00000;
	}
	
#container{
	width: 1000px;
	margin:0 auto;
	}
	
.header{
	width: 100%;
	height: 120px;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align:center;
	}
	
.header p{
	text-align: left;
	padding: 1px;
	margin-top: 0px;
	}

.menu{
	position: relative;
	height:73px;
	}

.menu ul, .nav{
	background:#fffae8;
	font:13px Arial, tahoma;
	width:100%;
	list-style:none;
	left: 3px;
	margin:0;
	padding:0;
	position:relative;
	clear:both;
	}
		
.menu ul li, .nav li{
	height:26px;
	background:url('images/btn_rhs.gif') no-repeat bottom right;
	display:inline;
	float:left;
	margin:3px 2px 0px 6px;
	padding:0px;
	}
	
.menu ul li a, .nav li a{
	height:18px;
	background:url('images/btn_lhs.gif') no-repeat bottom left;
	width:auto;
	float:none;
	color:#000000;
	display:block;
	float:left;
	font-weight:bold;
	left:-9px;
	margin-right:-9px;
	padding:4px 10px;
	position:relative;
	text-decoration:none;
	text-align: center;
	}
	
.menu li a:hover{
	text-decoration: underline;
	}

.menu li.current, .nav li.current{
	background-position: right top;
	}
	
.menu li.current a, .nav li.current a{
	background-position: left top;
	}
	
.menu li.hasmore{
	padding-right: 25px;
	}
	
.menu .sub{
	margin:0px 0 10px 0;
	width: 100%;
	}
	
.sub{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 33px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #ff6602;
	}
	
.sub p{
	font:13px Arial, tahoma;
	margin: 1px;
	font-weight: bold;
	line-height: 100%;
	}
	
.sub p a{
	line-height: 30px;
	display: block;
	float:left;
	clear:right;
	color: #000000;
	padding: 0 6px;
	text-align:center;
	border-right: 1px solid #000000;
	}
	
.sub p a.double{
	line-height: 15px;
	}
	
.content{
	font-size: 0.9em;
	width: 100%;
	margin: 29px auto;
	padding: 12px 0;
	border: 1px solid #000000;
	border-top:0px;
	background-color: #ffffff;
	}
	
.content .title{
	font-size: 1.3em;
	font-weight: bold;
	}

.adverts_col{
	float:right;
	width: 200px;
	}
	
.adverts{
	height: 180px;
	width: 180px;
	overflow: hidden;
	}
	

/* TABLE AND FORM LAYOUTS */

#form_layout input, .b_rate, .area, .foot{
	font-size: 12px;
	text-align: center;
	}
	
#form_layout input.rate, .rate{
	background-color: #80ff80;
	}
	
#form_layout input.b_rate, .b_rate{
	background-color: #d2d7ff;
	}
	
#form_layout input.area, .area{
	background-color: #ff0;	
	}
	
#form_layout input.desc, #sums input.desc{
	background-color: #ffd7ae;
	text-align: left;
	}
	
#form_layout .tots{
	text-align: right;
	margin-right: 6px;
	}

#cost_summary{
	margin-top: 40px;
	margin-left: 0px;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 0px solid #000000;
	}

#cost_summary input{
	width: 50px;
	}
	
#cost_summary tr td{
	border: 0px;
	border-bottom: 1px solid #000000;
	}
	
#cost_summary tr td p{
	line-height: 1.4em;
	margin: 4px;
	text-align: center;
	}
	
#cost_summary tr td p.left{
	text-align: left;
	}


#cost_summary p .title{
	font-size: 1.3em;
	text-align: center;
	}
	
#sums{
	width: 800px;
	margin-top:50px;
	margin-left:50px;
	float: left;
	border: 0px;
	}
	
#sums tr td{
	border: 0px;
	}
	
#sums p{
	line-height: 1.4em;
	font-size: 0.8em;
	margin: 0px;
	text-align: left;
	}
	
#sums label{
	text-align: left;
	width: 20px;
	float: left;
	margin-right: 0.5em;
	display: block
	}

#sums input{
	margin: -2px;
	padding: 0px;
	width: 300px
	}
	
#glossary, .tbl{
	width: 100%;
	border: 1px solid #000000;
	border-collapse: collapse;
	}

#glossary tr td, .tbl tr td{
	border: 1px solid #000000;
	}
	
#glossary tr td p, .tbl tr td p{
	margin: 2px;
	text-align: left;
	}
	
#glossary .header, .tbl .header{
	height:auto;
	}
	
#glossary .header td p, .tbl .header td p{
	text-align: center;
	margin:2px;
	}
	
#glossary .title, .tbl .title{
	text-align: center;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
	}
	
.tbl tr.desc td{
	border-top:2px solid #000000;
	}
	
.tbl tr.desc td p{
	text-align:center;
	}
	
.freeprice_tbl tr td.left p{
	margin-left: 6px;
	text-align:left;
	}
	
.freeprice_tbl tr td p{
	text-align: center;
	line-height: 2em;
	margin: 0px;
	}
	
.freeprice_form .freeprice_tbl input{
	font-size:0.9em;
	width: 40px;
	}

.freeprice_form .freeprice_tbl input.desc{
	background-color: #ffd7ae;
	width:250px;
	}
	
.freeprice_tbl span{
	width: 90%;
	border:0px solid #000000;
	text-align:center;
	line-height:2em;
	font-size:1em;
	}
	
.mat_holder{
	margin-left: 5px;
	width: 94%;
	}
	
.mat_holder .leftad, .mat_holder .rightad, .leftad, .rightad{
	float:left;
	border: 0px solid #000000;
	width: 180px;
	margin: 0 12px 0 8px;
	}

.materials{
	float:left;
	width: 500px;
	margin: 0 10px;
	}
	
#materials_layout{
	float: left;
	margin: 0 5px;
	width: 950px;
	font-size: 0.8em;
	}
	
#materials_layout tr td{
	border: 1px solid #000000;
	}
	
.left_box{
	margin: 0 0 12px 0;
	width: 180px;
	height: 180px;
	border: 1px solid #000000;
	background: #ffffff;
	}
	
.left_box p{
	text-align: center;
	}



	
#work_finder{
	width: 600px;
	border: 1px solid #000000;
	border-collapse: collapse;
	}
	
#work_finder tr td p{
	margin: 2px;
	text-align: left;
	}
	
#work_finder .title{
	text-align: center;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
	}
	
#work_finder .desc p{
	margin-right: 12px;
	margin-left: 30px;	
	margin-top: 0px;	
	margin-bottom: 6px;	
	}
	
#materials,#tender{
	display: none;
	}

#labour_rates .redtxt, .redtxt{
	text-align: center;
	color: #ae0000;
	font-weight: bold;
	}

#labour_rates tr td{
	border: 0px;
	border-bottom: 1px;
	}
	
#labour_rates .farright p{
	text-align: center;
	}

#labour_rates p{
	font-size: 0.9em;
	line-height: 1.1em;
	}

#wage_calc, #wage_calc_1, #wage_calc_2, #wage_calc_3, #wage_calc_4, #wage_calc_4_tot, #wage_calc_5{
	margin:0px;
	padding:0;
	border-left: 1px solid #000000;
	width: 100px; 
	float: right
	}

#wage_calc p, #wage_calc_1 p, #wage_calc_2 p, #wage_calc_3 p, #wage_calc_4 p, #wage_calc_4_tot p, #wage_calc_5 p{
	line-height: 22px;
	}
		
.credit{
	width: 100%;
	}

.credit p{
	font-size: 0.7em;
	text-align: center;
	color: #cdcdcd;
	}
	
.credit p a{
	color: #cdcdcd;
	}
