body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background: #DDD5C8 url(../gfx/pageBG.jpg) repeat-x left top;
}
div {
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2E3256;
}

.enquirytb {
	width: 300px;
	border: 1px solid #7F9DB9;
}
.newsltb {
	width: 200px;
	border: 1px solid #7F9DB9;
}

.enquiryta {
		border: 1px solid #7F9DB9;
}

#box {
	background: url(../gfx/boxBG.jpg) repeat-y center top;
	margin: 23px auto 0px;
	padding: 0px;
	display: block;
	text-align: left;
	width: 960px;
}
#header {
	background: url(../gfx/content-top.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px 19px;
}
#leftcol {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 253px;
	text-align: left;
	background: url(../gfx/leftnav-ul-bg.png) no-repeat 6px 273px;
}
#leftcol #navmenu {
	display: block;
	margin: 64px 5px 5px 27px;
	padding: 0px;
	list-style: none;
	width: 195px;
	min-height: 204px;	/* dm - less breaks background */
}
#leftcol #navmenu a {
	margin: 0px;
	padding: 6px 5px 6px 20px;
	display: block;
	line-height: 18px;
	color: #2E3256;
	text-decoration: none;
	background: url(../gfx/leftnav-linkBG.png) no-repeat left bottom;
	font-weight: bold;
}

#leftcol #navmenu a:hover {
	background: url(../gfx/leftnav-linkBG.png) no-repeat -195px bottom;
	color: #FF0000;
}


#join {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	height: 199px;
	width: 247px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../gfx/join-btn.jpg) no-repeat left top;
}

#member-stub {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	height: 199px;
	width: 247px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../gfx/member-stub.png) no-repeat left top;
}

#rightcol {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 645px;
	display: block;
}
#rightcol br {
	line-height: 10px;
}

#login {
	display: block;
	height: 16px;
	margin: 31px 0px 200px;
	padding: 0px;
	text-align: right;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	clear: both;
}
#login a {
	color: #2E3256;
	text-decoration: none;
	background: url(../gfx/loginlinkBG.gif) no-repeat right 6px;
	margin-left: 8px;
	padding-right: 8px;
	padding-left: 2px;
}
#rightcol h1 {
	display: block;
	margin: 0px 0px 6px;
	padding: 0px 0px 0px 20px;
	font-size: 20px;
	line-height: 34px;
	text-transform: capitalize;
	height: 34px;
	font-weight: bold;
	background: url(../gfx/h1bg.gif) no-repeat left 10px;
}



#clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
#footer {
	background: url(../gfx/footer.jpg) no-repeat center bottom;
	margin: 0px auto;
	padding: 0px;
	height: 106px;
	width: 960px;
	display: block;
}
#footertext {
	display: block;
	margin: 0px;
	padding: 41px 36px 0px;
	text-align: right;
	font-weight: bold;
}
#footertext a {
	color: #2E3256;
	text-decoration: none;
	background: url(../gfx/ahref.gif) repeat-x left bottom;
}
#footertext a:hover {

	color: #FF0000;
	text-decoration: none;
	background: url(../gfx/ahrefover.gif) repeat-x left bottom;
}

	/************** Other Style *************/

select {
	border: 1px solid #7F9DB9;
}
	/** basic input */
.binput {
	border: 1px solid #7F9DB9;
}

h3 {
	font-size: 18px;
}

.wide {
	letter-spacing: 2px;
}


input {
	vertical-align: middle;
}

form {
	margin: 0;
}

.highlightRed, red {
	color:#FF0000;
}

.faint {
	color: #CCC;
}

.lb {	/* light blue */
	color: #3366FF;
}

.b {
	font-weight: bold;
}

.errorDiv {
	width: 60%;
	border: 2px dashed #D00;
	background-color: #F00006;
	color: white;

	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

	margin: 4px 0;
	padding: 4px;
}

.noticeDiv {
	width: 60%;

	margin: 4px 0;
	padding: 4px;

	border: 1px solid #CCC;
	background-color: #E9ECEF;
	color: #333;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

	overflow: visible;
}

	/** standard display table **/

.displaytable {
	border-collapse: collapse;
	border: 1px solid #CCC;	/* 'border-width' 'border-style' 'color' */
}
.displaytable th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;

	color: #FF0000;
	background-color: #EEE;
	background-image: url(../pix/bgcolor.gif);

	border: 1px solid #CCC;

	text-align: center;
}

.displaytable td {
	padding: 1px 3px;
	font: 9pt Arial, Helvetica, sans-serif;
/* 	font-weight: bold; */

	text-align: center;

	background-color: #F8F8F8;
	border: 1px solid #CCC;
}

.displaytable .taleft {
	text-align: left;
}

.displaytable a:link, .displaytable a:visited {
	color: #33F;
	text-decoration: none;
}
.displaytable a:hover {
	text-decoration: underline;
}


	/* links appearing in the page header */

div.headLinks {
	float: left;

	margin-left: 20px;
	margin-top: 8px;
	height: auto;
}

a.headLink:link, a.headLink:visited {
	background-color: #EEE;
	color: #006699;

	border: 1px solid #CCC;
	text-decoration: none;
	font-weight: normal;

	position: relative; /* needed to stop IE top/bot clip */
	margin: 15px 0px;
	padding: 1px 3px;
}

a.headLink:hover {
	background-color: #3399FF;
	color: white;
}

a img {
	border: none;
}

.pagination {
	text-align: center;
	padding: 2px 0 8px 0;
}

.pagination a {
	color: #0000FF;
	text-decoration: none;
}

.pagination a:hover {
	color: #FF0000;
}

.pagpageselected {
	font-weight: bold;
	color: #F00;
}

	/* A - Z company search links */

.alphalinks {
	font-size: 12px;
	margin-bottom: 10px;
	color: #DDB738;
}

.alphalinks a {
	color: #0099FF;
	text-decoration: none;
}

.alphalinks a:hover {
	text-decoration: underline;
	color: #F00;
}

	/**  **/

.directorytable {
	border-collapse: collapse;
	border: 1px solid #CCC;	/* 'border-width' 'border-style' 'color' */
	width: 90%;
	margin: 0 auto;
}

.directorytable th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;

	text-align: center;

	color: #FF0000;
	background-color: #EEE;
	border: 1px solid #CCC;
}


.directorytable td {
	padding: 4px 12px;
	font: 9pt Arial, Helvetica, sans-serif;

	text-align: center;
	background-color: #F8F8F8;

	border: none;
	border-bottom: 1px solid #DDD;
}

.altrow td {
	background-color: #F0F0F0;
}

.directorytable td a, .directorytable td a:visited {
	color: #336699;
	text-decoration: none;
}

.directorytable td a:hover {
	color: #00F;
	text-decoration: underline;
}

.directorytable th a, .displaytable th a:visited {
	color: #F00;
	text-decoration: none;
}

.directorytable th a:hover {
	color: #F00;
	text-decoration: underline;
}


.compdetails {
padding-left: 30px;
}

	/*  testimonial in member details */

.testimonial {
	border: 1px dotted #CCC;
	background-color: #FFFFAA;
	padding: 2px 10px;
	
	margin: 4px 0 22px 0;
}

.al, td.al, .al td {
	text-align: left;
}

.adminops {
	width: 590px;
	border: 1px dotted #CCC;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FDFDFD;
}
