@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #666666;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.sitecolour {
	color:#2b4c9b;
}


.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom:#2b4c9b 1px solid;
} 
 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* TOP MENU CSS */
.twoColFixLtHdr #menu { 
	background: #2b4c9b; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom:#2b4c9b 1px solid;
}

.twoColFixLtHdr #menu .item1st {
border-left:#fff 1px solid;
}

.twoColFixLtHdr #menu .item {
border-right:#fff 1px solid;
text-align:center;
padding:1px 0px 1px 0px;
}

.twoColFixLtHdr #menu .item a {
color:#fff;
text-decoration:none;
padding:1px 18px 1px 18px;
}

.twoColFixLtHdr #menu .item a:hover {
color:#2b4c9b;
background:#fff;
text-decoration:none;
padding:1px 18px 1px 18px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
	
}

.twoColFixLtHdr #sidebar1 h3 {
margin:0px 0px 4px 0px;
color:#2b4c9b;
font-size:14px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 231px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 20px;
	/*border-left:#a1bfce 1px solid;*/
	border-left:#CCCCCC 1px solid;
} 

.twoColFixLtHdr #mainContent h1{
	margin:10px 0px 5px 0px;
	font-size:14px;
	color:#2b4c9b;
	
}


.twoColFixLtHdr #footer {
	background:#FFFFFF;
	border-top:#2b4c9b 3px solid;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.subfooter {
border-top:#CCCCCC 1px solid;
margin-top:5px;
padding:5px;
}

.addressBox {

	padding-top:5px;
	padding-bottom:5px;
}

.tableTitle {
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	background:#2b4c9b;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}

.tableDesc {
	border-top:#CCCCCC 1px dotted;
	border-bottom:#666666 2px solid;
	padding:3px 5px 3px 5px;
}

.tableDescIndent {
	padding:0px 0px 0px 20px;
}

.tableLink {
text-decoration:underline;
}

.productDetails {

border-left:#CCCCCC 1px dotted;
padding-left:6px;
}
.productDetailsTitle {
	color:#2b4c9b;
	font-weight:bold;
}

.productDetailsSubTitle {
	color:#2f7cbe;
	
}

.contactPhone {
	color:#2b4c9b;
	font-size:14px;
	font-weight:bold;
}

.error {
background:#FFC1C1;
border:#B70000 1px solid;
color:B70000;
}

.search {
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	margin: 3px 10px 3px 10px;
	padding: 2px 10px 2px 10px;
}

.colourLink {
display: block;
  width: 100%;
  padding-top:32px;
}

.colourLink span
{
  display: none;
}
