	html, body {
	}

	body {
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: transparent url('/templates/Default/images/background.png') repeat-x;
		color: #969696;
                margin-left: 10px;
	        margin-top: 0px;
	        margin-right: 0px;
	        margin-bottom: 0px;

	}

	p{
		font-size: 12px;
		padding-top: 0;
	}





	h1{
		color: #666666;
                font-family: Arial, Helvetica, sans-serif;
		line-height: 18px;
		font-size: 18px;
		margin: 0;
                padding-top: 10px;
                padding-bottom: 5px;
		font-weight: normal;
	}

	h2{
		/*color: #ee8e37; */
		color: #ee8e37;
		font-size: 14px;
                font-weight: bold;
		line-height: 16px;
		margin: 0;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	h3{
		color: #666666;
		font-size: 16px;
                font-weight: normal;
		line-height: 18px;
		margin: 0;
	}

	h4{
		color: #000000;
		font-size: 11px;
		line-height: 8px;
		margin: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	a    {  color: #000000;   text-decoration: underline; }
	a:active  {  color: #000000;  text-decoration: underline; }
	a:visited {  color: #000000;  text-decoration: underline; }
	a:Hover	{   color: #000000;  text-decoration: none; }

	#outer_container {
		width: 960px;
		margin: 0 auto;
	}

	#container {
		width: 940px;
		margin: 0 auto;
        position: relative;
		top: 0px;
        background: #ffffff;
	}

	#header {
		height: 160px; 
		width: 940px;
		margin: auto 0;
		text-align: right;
		background-color: #ffffff;
	}

	#header-content{
		padding-top: 30px;
		padding-bottom: 10px;
		color: #797979;
		text-align: right;
		width: 125px;
		position: absolute;
		right: 150px;
	}

	#header-content a{
		color: #0045a1;
		text-decoration: none;
	}

	#header-content small{
		font-size: 10px;
	}

	#logo{
		position: absolute;
		top: 70px;
		left: 30px;
		z-index: 6;
	}

	#short_links{
		position: absolute;
		top: 5px;
		right: 10px;
		color: #8c8c8c;
		margin-right: 10px;
	}

	#short_links a{
		padding: 5px;
		color: #8c8c8c;
		text-decoration: none;
	}

	#short_links a:hover{
		color: #ffffff;
		text-decoration: underline;
		background-color: #ee8e37;
	}

	#menu{
		position: relative;
                z-index: 5;
		top: 0px;
		padding-left: 229px;
		width: 711px;
		height: 30px;
		font-weight: normal;
		background: transparent url('/templates/Default/images/menu_background.png') repeat-x bottom center;
	}

	#main_banner{
		border: 1px solid #ffffff;
		padding: 0px;
		margin: 0px;
	}

	#main_banner img{
		padding: 0px;
		margin: 0px;
	}

	#body{
		width: 940px;		
		position: relative;
		top: 0px;
		background: #ffffff url('/templates/Default/images/body_background.png') repeat-y;
		padding-bottom: 10px;
	}

	#search{
		position: relative;
		top:0px;
		color: #000000;
		width: 940px;
		padding-top: 10px;
		height: 29px;
		background: transparent url('/templates/Default/images/search_background.png') repeat-x;
		text-align: left;
	}
	
	#search #date{
		position: absolute;
		top: 13px;
		right: 260px;
		margin-bottom: 5px;
		font-size: 90%;
	}
	
	#search #lsc_group{
		position: absolute;
		top: 13px;
		left: 30px;
		font-size: 90%;
	}

	#search #lsc_group a{
		color: #0045a1;
		text-decoration: none;
	}

	#search #q{
		position: absolute;
		top: 8px;
		right: 70px;
		margin-bottom: 5px;
		background-color: #6f93c5;
		border: 2px solid #c0c9d6;
	}

	#search #search_submit{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 78px;
		width: 60px;
		background-color: transparent;
		border-width: 0px;
	}

	#search img{
		position: absolute;
		top:20px;
		left: 10px;
	}

/*	#search img{
		position: absolute;
		top: 15px;
	}

	#search_bar{
		background-color: #00a9e5;
		height: 32px;
		float: right;
	}*/

	#rss{
		float: left;
		width: 175px;
		margin-left: -715px;
		padding-top: 8px;
		padding-left: 25px;
		height: 24px;
		color: #ffffff;
		position: relative;
		top: 0px;
	}

	#rss_icon{
		position: absolute;
		top: 4px;
		left: 0px;
		z-index: 2;
	}

	#cookie_trail{
		float: left;
		width: 510px;
		margin-left: 200px;
		border-left: 2px solid #7dafcb;
		padding-top: 8px;
		padding-left: 5px;
		height: 24px;
		color: #2b318a;
	}

	#cookie_trail a{
		color: #2b318a;
		text-decoration: none;
	}

	#content{
		float: left;
		margin-left: 1px;
		width: 938px;
		text-align: left;
		background: transparent url('/templates/Default/images/content_background.png') repeat-x;
		padding-top: 15px;
	}

	#left{
		float: left;
		width: 243px;
		margin-left: -936px;
		background: transparent url('/templates/Default/images/content_background.png') repeat-x;
		padding-top: 20px;
	}

	#left_top{
		width: 243px;
		height: 13px;
		background: #ffffff url('/templates/Default/images/left_top.png') no-repeat center top;
	}

	#left_content{
		width: 220px;
		padding: 13px;
		background: #ffffff url('/templates/Default/images/left_content.png') repeat-y;
	}

	#left_bottom{
		height: 100px;
		width: 243px;
		background: #ffffff url('/templates/Default/images/left_bottom.png') no-repeat center bottom;
	}

	#left_footer{
		padding: 5px;
		color: #2b318a;
	}

	#left_footer p{
		font-size: 80%;		
	}

	#left_footer a{
		color: #2b318a;
	}

	#middle{
		float: left;
		width: 700px;
		margin-left: 238px;
		padding-top: 20px;
		text-align: justify;
		background: transparent url('/templates/Default/images/content_background.png') repeat-x;
	}

	#middle_content{
		padding-left: 30px;
		padding-right: 40px;
		background: transparent url('/templates/Default/images/content_box_background.png') no-repeat center bottom;
		min-height: 354px;
		position: relative;
		padding-bottom: 1px;
	}

	#middle_image{
		float: left;
		width: 588px;
        height: 237px;
		margin-left: 175px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}
	#right{
		float: left;
		width: 174px;
		background: transparent url('/templates/Default/images/content_background.png') repeat-x;
	}

	#middle li{
		list-style-type: square;
		padding-bottom: 15px;
	}

	#bottom_banner{
		margin-left: 2px;
		width: 936px;
		height: 72px;
		background: transparent url('/templates/Default/images/leftgrad.gif') repeat-x;
	}


	#footer{
		padding: 0px;
		width: 940px;
		color: #ffffff;
		text-align: center;
		height: 100%;
	}

	#copyright{
		width: 940px;
		margin: 0 auto;
		position: relative;
		top: 10px;
		text-align: left;
		padding-bottom: 5px;
	}

	#disclaimer{
		position: absolute;
		top: 0px;
		right: 0px;
		color: #8c8c8c;
	}

	#disclaimer a{
		color: #8c8c8c;
		text-decoration: none;
	}

	#disclaimer a:hover{
		text-decoration: underline;
	}

	#clear{
		clear: both;
	}

	.clear{
		clear: both;
	}

	#error{
		font-weight: bold;
		color: #ff0000;
	}

	#alert{
		font-weight: bold;
		color: #ff0000;
	}

	#highlight{
		font-weight: bold;
		color: #ff0000;
	}

	#menuset1 ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		background-color: #2b318a;		
	}

	#menuset1 ul li{
		color: #FFFFFF;
	}
	
	#menuset1 ul li a{
		display: block;
		/*height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
		padding: 10px 4px 10px 4px;
		/*line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
		text-decoration: none;
		border-top: 2px solid #7c7fb7;
		border-left: 2px solid #5459a0;
		border-bottom: 2px solid #161945;
		color: #ffffff;		
	}	

	#menuset1 ul li a:hover{
		background-color: #d1cfe5;
		color: #2b318a;
		border-top: 2px solid #cbc9df;
		border-left: 2px solid #a9a7b9;
		border-bottom: 2px solid #e2e1ef;
	}

	#menuset1 #menuset1_selected a{
		background-color: #ffc833;
		border-top: 2px solid #95751d;
		border-left: 2px solid #af8923;
		border-bottom: 2px solid #ffd050;
		color: #2b318a;
	}

	#menuset1 ul li ul{
		list-style-type: none;
		margin: 0;
		padding: 0px;
		width: 100%;
		background-color: #2b318a;
	}

	#menuset1 ul li div{
		height:0px;
	}

	#menuset1 ul li ul li a{
		background-color: #9893c3;
		text-decoration: none;
		padding: 3px 4px 3px 4px;
		border-top: 2px solid #bab6d7;
		border-left: 2px solid #aca8cf;
		border-bottom: 2px solid #4c4961;
		
	}

	#quicklinks{
		width: 200px;
		text-align: center;
		padding: 10px;
	}

	#quicklinks ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		background-color: #2b318a;		
	}

	#quicklinks ul li{
		color: #FFFFFF;
	}
	
	#quicklinks ul li a{
		display: block;
		/*height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
		padding: 3px 4px 3px 4px;
		/*line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
		text-decoration: none;
		border-top: 2px solid #7c7fb7;
		border-left: 2px solid #5459a0;
		border-bottom: 2px solid #161945;
		border-right: 2px solid #1e225f;
		color: #ffffff;
		font-size: 80%;
	}	

	#quicklinks ul li a:hover{
		background-color: #d1cfe5;
		color: #2b318a;
		border-top: 2px solid #cbc9df;
		border-left: 2px solid #a9a7b9;
		border-bottom: 2px solid #e2e1ef;
		border-right: 2px solid #dad8ea;
	}

	


/** TOP LEVEL MENU ONLY **/

	#menuset1_top{
		width: 100%;
	}

	#menuset1_top ul{
		padding: 6px 0 7px 0;
		margin: 0;
		text-align: center;
		
	}

	#menuset1_top ul li{
		display: inline;
		border-right: 1px solid #000000;
	}

	#menuset1_top ul li a{
		color: #ffffff;
		padding: 6px 3px 4px 3px;
		margin-right: 10px;
		margin-left: 10px;
		text-decoration: none;
	}

	#menuset1_top ul li a:hover, .underlinemenu ul li a.selected{
		border-bottom: 2px solid #ffffff;
	}

/** TOP LEVEL MENU ONLY **/

	#menuset1_sub{
		width: 100%;
		margin: 0;
		color: #000000;
	}

	#menuset1_sub ul{
		padding: 6px 0 7px 0;
		margin: 0;
		text-align: center;
		
		
	}

	#menuset1_sub ul li{
		list-style-type: none;
		height: 70px;
	}
	
	#menuset1_sub th{
		text-align: left;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#menuset1_sub td{
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
	}

	#menuset1_sub th a{
		color: #ffffff;
		text-decoration: none;
	}

	#menuset1_sub td a{
		color: #000000;
		text-decoration: none;
	}

	#menuset1_sub ul li a:hover, .underlinemenu ul li a.selected{

	}

	/** MENUSET CHILD ALL
	
	#menuset1_child_all ul{
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		display: block;
		width: 100%;
	}

	#menuset1_child_all ul li{
		padding-top: 3px;
		border-bottom: 1px solid #8e8e8e;
		padding-bottom: 3px;
	}

	#menuset1_child_all ul li ul li{
		border-bottom: 1px solid #ffffff;
	}

	#menuset1_child_all a{
		padding: 3px;
		text-decoration: none;
	}

	#menuset1_child_all a:hover{
		text-decoration: underline;
	}

	#menuset1_child_all #selected{
		background-color: #0044a1;
		color: #ffffff;
		text-decoration: none;
	}
	*/

	#menuset1_child_all ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
}
 
#menuset1_child_all ul li{
position: relative;
}

/* Top level menu links style */
#menuset1_child_all ul li a{
display: block;
color: #0044a1;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #f3f3f3;
}


#menuset1_child_all ul li a:visited{

}

#menuset1_child_all ul li a:hover{
text-decoration: underline;
background-color: #b0afaf;
color: #ffffff;
}

#menuset1_child_all #selected{
		background-color: #0044a1;
		color: #ffffff;
		text-decoration: none;
	}

/*Sub level menu items */
#menuset1_child_all ul li ul li a{
	background-color: #f8f8f8;
	border-bottom: 1px solid #ffffff;
	color: #797979;
}


.footer a:link    {  color: #ffffff;   text-decoration: none; }
.footer a:active  {  color: #ffffff;  text-decoration: none; }
.footer a:visited {  color: #ffffff;  text-decoration: none; }
.footer a:Hover {   color: #ffffff;  text-decoration: underline; }

/** GENERIC **/

#table_scroll td{
	height: 200px;
	overflow: hidden;
	table-layout: fixed;
}

#module_white{
	width: 174px;
	float: left;
	position: relative;
	top: 0px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-bottom: 0px;
	text-align: left;
}

#module_white #module_header{
	width: 146px;
	padding-left: 30px;
	min-height: 37px;
	background: #f3f3f3 url('/templates/Default/images/module_header_white.png') repeat-x top left;
	margin-bottom: 0;
}

#module_white #module_header h2{
	color: #727272;
	padding-top: 12px;
	padding-bottom: 5px;
	
}

#module_white #module_header_quick{
	width: 120px;
	padding-left: 50px;
	min-height: 37px;
	background: #f3f3f3 url('/templates/Default/images/module_header_white.png') repeat-x top left;
	margin-bottom: 0;
}

#module_white #module_header_quick h2{
	color: #727272;
	padding-top: 12px;
	padding-bottom: 5px;
	
}

#module_white #module_header img{
	position: absolute;
	top: 6px;
	left: 3px;
}

#module_white #module_header_quick img{
	position: absolute;
	top: 6px;
	left: 3px;
}

#module_blue #module_header img{
	position: absolute;
	top: 6px;
	left: 3px;
}


#module_blue{
	/*	background-color: #8cc63f;*/
	background: #8bafe3 url("/templates/Default/images/module_blue.png") repeat-x 0px 37px;	
	width: 176px;
	float: left;
	position: relative;
	top: 0px;
	border: 2px solid #ffffff;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 90%;
	text-align: center;
}

#module_blue p{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#module_blue ul{
	margin: 5px 5px 5px 25px;
	padding: 0;
	list-style-type: none;
	list-style-image: url('/templates/Default/images/list_image.png');
	text-align: left;
}

#module_blue li{
	font-weight: bold;
	margin-bottom: 7px;
}

#module_blue a{
	color: #ffffff;
}

#module_blue #module_header{
	width: 146px;
	padding-left: 30px;
	background: #b5cdf0 url('/templates/Default/images/module_header_blue.png') repeat-x top left;
	min-height: 37px;	
}

#module_blue #module_header h2{
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 5px;
	text-align: left;	
}

#module_blue #module_header img{
	position: absolute;
	top: 6px;
	left: 3px;
}

#module_blue_no_bg{
	/*	background-color: #8cc63f;*/
	background-color: #8bafe3;	
	width: 176px;
	float: left;
	position: relative;
	top: 0px;
	border: 2px solid #ffffff;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 90%;
	text-align: center;
}

#module_blue_no_bg p{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#module_blue_no_bg ul{
	margin: 5px 5px 5px 25px;
	padding: 0;
	list-style-type: none;
	list-style-image: url('/templates/Default/images/list_image.png');
	text-align: left;
}

#module_blue_no_bg li{
	font-weight: bold;
}

#module_blue_no_bg a{
	color: #ffffff;
}

#module_blue_no_bg #module_header{
	width: 173px;
	padding-left: 3px;
	background: #b5cdf0 url('/templates/Default/images/module_header_blue.png') repeat-x top left;
	min-height: 37px;	
}

#module_blue_no_bg #module_header h2{
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 5px;
	text-align: left;	
}

/****** ACCOUNT ******/

#account_login{

}

#account_login th{
	text-align: left;
	padding: 5px;
}

#account_login th a{
	color: #ffffff;
}

#account_login td{
	padding: 5px;
}

#account_logged_in{
	border: 1px solid #000000;
}

#account_logged_in th{
	text-align: left;
	background-color: #798b68;
	color: #ffffff;
	padding: 5px;
}

#account_logged_in th a{
	color: #ffffff;
}

#account_logged_in td{
	background-color: #d1f0b3;
	padding: 5px;
}

#account_logged_in td a{
	color: #9c180c;
	font-weight: bold;
}

#account_logged_in td a:hover{
	color: #798b68;
	text-decoration: none;
}

#account_register{
	width: 100%;
}

#account_register th{
	text-align: left;
	width: 150px;
	vertical-align: top;
}

#account_box{
	position: absolute;
	right: 263px;
	width: 500px;	
}

#account_box a{

}

/** ASK THE EXPERT **/

#ask_the_expert{
	margin-left: 5px;
	margin-right: 5px;
}	

#ask_the_expert th{
	text-align: left;
	font-weight: normal;
	color: #555f6b;
}

#ask_the_expert h2{
	color: #ffffff;
}

/** CALCULATOR **/

#mm_calculator table{
	border: 1px solid #e4e4e4;
}

#mm_calculator th{
	text-align: left;
}

/** ECOMMERCE **/

#shopping_basket{
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
}

#shopping_basket table{
	
}

#shopping_basket th{
	background-color: #999999;
	color: #ffffff;
	padding: 5px;
	border-bottom: 1px solid #e4e4e4;
	text-align: left;
}

#shopping_basket td{
	padding: 5px;
	border-bottom: 1px solid #e4e4e4;
}

/** FORUM **/

#forum{
	background-color: #ffffdd;
	border: 1px dashed #bbbbbb;
	position: absolute;
	top: -5px;
	right: 95px;
	width: 148px;
	padding: 5px;
}

/*** NEWS ***/

#newsgreybox{
        padding: 5px;
        background-color: #f6f6f6;
}

#news_list{
	padding: 5px;
}

#news_list h2{
	color: #818181;
}

#news_list ul{
	margin: 5px 5px 5px 0px;
	padding: 0;
	list-style-type: none;
}

#news_list li{
	padding-top: 5px;
	color: #818181;

}

#news_list a{
	color: #818181;
	font-weight: bold;
	text-decoration: none;
}

#news_list a:hover{
	text-decoration: underline;
}

#news_list th{
	text-align: left;
	height: 15px;
}

/** PHOTO GALLERY **/

#photo_gallery{
	padding: 0px;
}

#photo_gallery img{
	border: 1px solid #000000;
	cursor: pointer;
}

#photo_gallery th{
	padding: 5px;
}

#photo_gallery td{
	padding: 5px;
}

/** SEO **/

	#seo_sitemap{
		background-color: #f8f8f8;
		position: relative;
		top: 0px;
		
	}

	#seo_sitemap table{
		width:100%;
/*		background: transparent url('/templates/Default/images/footer_bg_grad.png') repeat-x;*/
	}

	#seo_sitemap td{
		text-align: left;
	}

	#seo_sitemap th{
		font-weight: bold;
		width: 200px;
		background: transparent url('/templates/Default/images/seo_sitemap_top_link.png') no-repeat;
		padding: 5px;
		text-align: left;
	}

	#seo_sitemap th a{
		color: #aaaaaa;
		text-decoration: none;
	}

	#seo_sitemap th a:hover{
		color: #444444;
		text-decoration: underline;
	}

	#seo_sitemap a{
		color: #aaaaaa;
	}

	#seo_sitemap ul{
		font-size: 80%;
                line-height: 20px;
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#seo_sitemap ul li{
        line-height: 20px;
	padding-left: 5px;
        margin: 5px;
	}

	#seo_sitemap ul li a{
		text-decoration: none;
		/*color: #747474;*/
		line-height: 14px;
                color: #aaaaaa;
	}
	#seo_sitemap ul li a:hover{
                color:#ee8e37;
		text-decoration: none;
                line-height: 14px;
	}



/** TENDER BOARD **/

#tender_board_account{
	background-color: #eeeeee;
	border: 1px dashed #bbbbbb;
	padding: 0px 5px 5px 5px;
}

#tender_board_account table{
	border-collapse: collapse;
	border: 1px solid #bbbbbb;
}

#tender_board_account th{
	background-color: #bbbbbb;	
	padding: 5px;
	text-align: left;
}

#tender_board_account td{
	border-collapse: collapse;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;

	padding: 5px;
}

#tender_board_account h4{
	text-decoration: underline;
}

#tender_board_listing h4{
		color: #6699ff;
		font-size: 14px;
		line-height: 11px;
		margin: 0;
		padding:0px;
}

/** WEBLOG **/

#weblog_account{
	background-color: #eeeeee;
	border: 1px dashed #bbbbbb;
	padding: 0px 5px 5px 5px;
}

#weblog_account table{
	border-collapse: collapse;
	border: 1px solid #bbbbbb;
	text-align: left;
}

#weblog_account th{
	background-color: #bbbbbb;	
	padding: 5px;
	text-align: left;
}

#weblog_account td{
	border-collapse: collapse;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;

	padding: 5px;
}

#weblog_account h4{
	text-decoration: underline;
}

#weblog{
	padding: 5px;
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
	width: 100%;
}

#weblog th{
	text-align: left;
	background-color: #999999;
	color: #ffffff;
	padding: 5px;
}
#weblog td{
	padding: 5px;
}

#weblog_comment{
	padding: 5px;
	border: 1px dashed #e4e4e4;
	border-collapse: collapse;
	width: 100%;
	
}

#weblog_comment th{
	border-bottom: 1px dashed #e4e4e4;
	color: #000000;
	padding: 5px;
	text-align: left;
	background-color: #ffffdd;
}
#weblog_comment td{
	padding: 5px;
	border-bottom: 1px dashed #e4e4e4;
	background-color: #ffffff;
}

#weblog_comment_form th{
	padding: 5px;
	text-align: left;
}
