@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------ global */

* {/* zeros out browser margins */
	margin: 0px;
} 
html {height: 100%;}
body {
	height: 100%;
	color: #666;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #E0E0E0;
	background-image: url(../site_images/bg.gif);
	background-repeat: repeat-x;
}

#wrapper {/* site width and centering */
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#contentWrapper {
	min-height: 100%;

	background: url(../site_images/content-bg.gif) repeat-y;
}

p {
	text-align: justify;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.imageLink
{
	border-style: none;
}

.clearfloats {
	clear: both;
}

ul {
	list-style-image: none;
	list-style-type: none;
}

.listStyle1 ol {
	margin-left: 40px;
	margin-top: 10px;
}

.listStyle1 ol li {
	list-style: disc;
}

.listStyle1 ol li p {
	margin: 4px;
}

.listStyle2 ol {
	margin-left: 40px;
	margin-top: 10px;
}

.listStyle2 ol li {
	list-style: none;
}

.listStyle2 ol li p {
	margin: 4px;
}

.listStyle3 ol {
	margin-left: 30px;
	margin-top: 20px;
		margin-bottom: 20px;
}

.listStyle3 ol li {
	list-style: disc;
	margin-top: 8px;
	margin-bottom: 8px;
}

.smallText {
	font-size: 11px;
}

.pdfico {
	text-decoration: none;
	vertical-align: middle;
	border-style: none;
}


.supplierLink
{
	border-style: none;
	float: left;
}

.redColour {color:#FF0000;}
/* ------------------------------------------------ header */

#header {
	height: 132px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../site_images/header_bg.gif);
	background-repeat: no-repeat;
}

#lftShdw {
	background: url(../site_images/left-shdw.gif) no-repeat left top;
}

#rghtShdw {
	background: url(../site_images/right-shdw.gif) no-repeat right top;
}

#logo {
	background: url(../site_images/logo.gif) no-repeat;
	text-indent: -9000px;
	display: block;
	height: 65px;
	width: 230px;
	top: 12px;
	position: absolute;
	left: 20px;
}

#homeLink {/* icon links */
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	background: url(../site_images/home.gif) no-repeat;
	top: 18px;
	text-indent: -9000px;
	right: 100px;
}

#siteMap {/* icon links */
	display: block;
	position: absolute;
	height: 22px;
	width: 18px;
	background: url(../site_images/site-map.gif) no-repeat;
	top: 16px;
	text-indent: -9000px;
	right: 20px;
}

#email {/* icon links */
	display: block;
	position: absolute;
	top: 24px;
	text-indent: -9000px;
	right: 58px;
	background-image: url(../site_images/email.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 21px;
}

#search {
	right: 20px;
	position: absolute;
	top: 60px;
}


/* ------------------------------------------------ header navigation */

#nav {
	width: 960px;
	position: absolute;
	bottom: 0px;
	height: 36px;
	left: 0px;
	padding-left: 5px;
}

#nav li {
	display: inline;
}

#nav a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 36px;
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	border-right: 1px solid #999999;
	font-weight: bold;
}

#nav a:hover {
	color: #0033CC;
	background: url(../site_images/nav_hover.gif) repeat-x;
	font-weight: bold;
}

#nav .active {
	color: #CCCCCC;
	background: url(../site_images/nav_hover.gif) repeat-x;
}

#tagLine {
	position: absolute;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	top: 15px;
	font-weight: bold;
	left: 520px;
}
#tagLine2 {
	position: absolute;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	top: 40px;
	font-weight: bold;
	left: 460px;
}
#tagLine3 {
	position: absolute;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	top: 65px;
	font-weight: bold;
	left: 400px;
}

/* ------------------------------------------------ content */

#leftCol {
	width: 740px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}

*html #leftCol {/* IE6 HACK */
	width: 730px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}

#mainContainer {
		margin-top: 10px;
}

#mainContainer h1 {
	color: #333;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	padding-left: 7px;
}

#mainContainer h2 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

#mainContainer h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	margin-top: 5px;
}

#mainContainer h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#iconHeader {
	width: 70px;
	heigh: 60px;
	float: left;
}
#bannerContainer {
	height: 140px;
}


/* ---- Right Column Formating ---- */

/* Setup Right Col Width */
#rightCol {
	float: right;
	margin-right: 30px;
	width: 190px;
	height: 770px;
}

*html #rightCol {/* IE6 HACK */
	float: right;
	margin-right: 30px;
	width: 190px;
}

/* Phone and E-enquiry formating */

#contacts {
	margin-top: 5px;
	border-left: 5px solid #E5E5E5;
	padding-left: 10px;
}

#rightColPhone {
	background: url(../site_images/phoneIcon.gif) no-repeat left 3px;
	padding-left: 45px;
	border-bottom: 1px solid #E9E9EA;
}

#rightColEnquiry {
	background: url(../site_images/contactIcon.gif) no-repeat left 13px;
	padding-left: 45px;
	padding-top: 10px;
}

#contacts h2 a{/* Text for Phone and E-enquiry */
	text-decoration: none;
	color: #333;
}

#rightCol h2 {
	color: #333;
	font-size: 12px;
	line-height: 8px;
}

#contacts h5 a{/* Text for Phone and E-enquiry */
	text-decoration: none;
	color: #666;
}

#rightCol h5 {
	font-size: 11px;
	line-height: 16px;
	color: #666;
	font-weight: normal;
}

#contacts h1 a{/* Text for Phone and E-enquiry */
	text-decoration: none;
	color: #00aeef;
}

#rightCol a h1  {
	border-bottom-style: none;
}

#rightCol h1 {
	color: #00AEEF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	line-height: 16px;
}

/* Right Col - Related Links formating */

#featureProduct ul {
	margin-top: 20px;
}

#featureProduct li.header {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	background: #E5E5E5;
	padding-left: 15px;
	line-height: 28px;
}

#relatedLinks ul {
	margin-top: 10px;
	padding:0px;
}

#relatedLinks li.header {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	background: #E5E5E5;
	padding-left: 15px;
	line-height: 28px;
}

#relatedLinks ul a {
	color: #666;
	text-decoration: none;
	line-height: 18px;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
	display: block;
	border-left: 5px solid #E0E0E0;
	width: 170px;
}

#relatedLinks ul a.pdf {
	color: #666;	
	text-decoration: none;
	line-height: 18px;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #E0E0E0;
	display: block;
	border-left: 5px solid #E0E0E0;
	width: 150px;
	background: transparent url(../site_images/icopdf2.gif) no-repeat center left;
}

#relatedLinks ul a.eSupport2 {
	color: #666;	
	text-decoration: none;
	line-height: 18px;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #E0E0E0;
	display: block;
	border-left: 5px solid #E0E0E0;
	width: 150px;
	background: transparent url(../site_images/eSupportIcon_small2.gif) no-repeat center left;
}

#relatedLinks ul a.eNews2 {
	color: #666;	
	text-decoration: none;
	line-height: 18px;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #E0E0E0;
	display: block;
	border-left: 5px solid #E0E0E0;
	width: 150px;
	background: transparent url(../site_images/eNewsIcon_small2.gif) no-repeat center left;
}

.textNewsLink {
	line-height: 12px;
	font-size: 10px;
}

#relatedLinks ul a:hover {
	border-left: 5px solid #A4A4A4;
	color: #000000;
}

/* Right Col - Staff Contacts formating */

#staffContacts ul {
	margin-top: 20px;
	padding:0px;
}

#staffContacts ul li {
	color: #666;
	text-decoration: none;
	line-height: 18px;
	font-size: 12px;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #E0E0E0;
	display: block;
	border-left: 5px solid #E0E0E0;
	width: 170px;
}

#staffContacts li.header {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	background: #E5E5E5;
	padding-left: 15px;
	line-height: 30px;
}
.staffContactsMob {
	padding-left: 20px;
}

.staffContactsEmail {
	padding-left: 13px;
}

#leftMenuCol {
	float: left;
	width: 170px;
	margin-top: 10px;
}

#leftHomeCol {
	float: left;
	width: 190px;
}

*html #leftMenuCol {/* IE6 HACK */
	float: left;
	width: 170px;
}

#leftMenuCol li.header {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	background: #E5E5E5;
	padding-left: 10px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4A4A4;
}

#leftMenuCol li.subheader {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	line-height: 28px;
	border-right: 5px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

#leftMenuLinks ul {
	padding:0px;
}

#leftMenuLinks ul a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	line-height: 28px;
	border-bottom: 1px solid #E5E5E5;
	display: block;
	border-right: 5px solid #E5E5E5;
	width: 155px;
}

#leftMenuLinks ul a:hover {
	border-right: 5px solid #A4A4A4;
	color: #000000;
}

#leftMenuLinks ul .active {
	border-right: 5px solid #A4A4A4;
	border-bottom: 1px solid #A4A4A4;
	background-color: #D6D6D6;
}

#leftMenuLinks ul .activeind {
	border-right: 5px solid #A4A4A4;
	border-bottom: 1px solid #A4A4A4;
	background-color: #D6D6D6;
	text-indent: 20px;
}

#leftMenuLinks ul .indent {
	text-indent: 20px;
}
#mainMenuContainer {
	float: right;
	width: 560px;
}

#mainHomeContainer {
	float: right;
	width: 540px;
}
a.sectionHeadsMenu {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #E5E5E5;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A4A4A4;
}

a.sectionHeadsMenu:hover {
	color: #000000;		
	background-color: #D6D6D6;
}

.sectionHeadsTop {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666;
}

.sectionHeadsBot {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-style: none;
	padding: 10px;
}

.supplerLinkText {
	padding-left: 14px;
	font-weight: bold;
	text-align: left;
}
.supplerLinkText2 {
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
}

/* ---- Home Page Products ---- */
.prodListHome {
	border: 1px solid #666;
}
a.prodLink1Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BE7DBC;
	font-weight: bold;
}
a.prodLink2Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6698CA;
	font-weight: bold;
}
a.prodLink3Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #66AAD7;
	font-weight: bold;
}
a.prodLink4Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #66CDF6;
	font-weight: bold;
}
a.prodLink5Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #66CA97;
	font-weight: bold;
}
a.prodLink6Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #88D392;
	font-weight: bold;
}
a.prodLink7Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BBDD8C;
	font-weight: bold;
}
a.prodLink8Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF766;
	font-weight: bold;
}
a.prodLink9Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FBBF77;
	font-weight: bold;
}
a.prodLink10Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F5777C;
	font-weight: bold;
}
a.prodLink11Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F466BA;
	font-weight: bold;
	}
a.prodLink12Home {
	color: #333;
	font-size: 14px;
	padding: 3px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #64A386;
	font-weight: bold;
	}
/* ------------------------------------------------ product nav */
#productNav {
	float: left;
	width: 150px;
}

#productContainer {
	float: right;
	width: 500px;
}

#productNav a {
	text-decoration: none;
	line-height: 28px;
	display: block;
	border-bottom: 1px dashed #CCC;
	width: 150px;
}

#productNav a:hover {}

#productNav .active {
	color: #000;
}

/* ---- Product Menu Page ---- */

.prodTitlesMenu {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666;
}

.prodTitlesMenuMid {
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

.prodTitlesMenuMidText {
	font-size: 11px;
	line-height: 16px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	vertical-align: baseline;
	border-bottom: 1px solid #666;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.prodTitlesMenuBot {
	font-size: 11px;
	line-height: 16px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	vertical-align: baseline;
	border-bottom: 1px solid #666;
	background: url(../site_images/product-bg.gif) repeat-x center bottom;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

a.prodTitles1Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #E9D4E9;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #BE7DBC;
}

a.prodTitles1Link:hover {
	color: #000000;		
	background-color: #D3A9D2;
}

a.prodTitles2Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #CCDDED;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #6698CA;
}

a.prodTitles2Link:hover {
	color: #000000;		
	background-color: #99BBDB;
}

a.prodTitles3Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #CCE3F2;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #66AAD7;
}

a.prodTitles3Link:hover {
	color: #000000;		
	background-color: #99C7E4;
}

a.prodTitles4Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #CCEFFC;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #66CDF6;
}

a.prodTitles4Link:hover {
	color: #000000;		
	background-color: #99DFF9;
}

a.prodTitles5Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #CCEDDC;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #66CA97;
}

a.prodTitles5Link:hover {
	color: #000000;		
	background-color: #99DBB9;
}

a.prodTitles6Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #D7F0DB;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #88D392;
}

a.prodTitles6Link:hover {
	color: #000000;		
	background-color: #B0E1B7;
}

a.prodTitles7Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #E8F4D9;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #BBDD8C;
}

a.prodTitles7Link:hover {
	color: #000000;		
	background-color: #D1E9B2;
}

a.prodTitles8Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #FFFCCC;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF766;
}

a.prodTitles8Link:hover {
	color: #000000;		
	background-color: #FFFA99;
}

a.prodTitles9Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #FEEAD2;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FBBF77;
}

a.prodTitles9Link:hover {
	color: #000000;		
	background-color: #FCD4A5;
}

a.prodTitles10Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #FCD2D3;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F5777C;
}

a.prodTitles10Link:hover {
	color: #000000;		
	background-color: #F8A4A7;
}

a.prodTitles11Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #FBCCE8;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F466BA;
}

a.prodTitles11Link:hover {
	color: #000000;		
	background-color: #F899D1;
}

a.prodTitles12Link {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	background-color: #CCE1D7;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #64A386;
}

a.prodTitles12Link:hover {
	color: #000000;		
	background-color: #97C0AE;
}

td.prodTitles1 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #BE7DBC;
	border-left-color: #666;
	background-color: #E9D4E9;
}

td.prodTitles2 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #6698CA;
	border-left-color: #666;
	background-color: #CCDDED;
}

td.prodTitles3 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #66AAD7;
	border-left-color: #666;
	background-color: #CCE3F2;
}

td.prodTitles4 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #66CDF6;
	border-left-color: #666;
	background-color: #CCEFFC;
}

td.prodTitles5 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #66CA97;
	border-left-color: #666;
	background-color: #CCEDDC;
}

td.prodTitles6 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #88D392;
	border-left-color: #666;
	background-color: #D7F0DB;
}

td.prodTitles7 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #BBDD8C;
	border-left-color: #666;
	background-color: #E8F4D9;
}

td.prodTitles8 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #FFF766;
	border-left-color: #666;
	background-color: #FFFCCC;
}

td.prodTitles9 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #FBBF77;
	border-left-color: #666;
	background-color: #FEEAD2;
}

td.prodTitles10 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #F5777C;
	border-left-color: #666;
	background-color: #FCD2D3;
}

td.prodTitles11 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #F466BA;
	border-left-color: #666;
	background-color: #FBCCE8;
}

td.prodTitles12 {
	color: #333;
	font-size: 14px;
	padding: 5px 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #64A386;
	border-left-color: #666;
	background-color: #CCE1D7;
}
/* ------------------------------------------------ product pages */
.prodTable {
	margin-top: 20px;
}

.prodList {font-size:11px}

.prodList ol {
	margin-left: 20px;
}
.prodList ol li {
	list-style-type: disc;
	line-height: 22px;
}

.boardersLeftImg {
	border-left: 1px solid #666;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	vertical-align: top;
}

.boardersRight {
	border-right: 1px solid #666;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.boardersMid {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

.boardersBottom {
	border: 1px solid #666;
}


/* ------------------------------------------------ footer */

#footer {
	height: 55px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #999;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../site_images/footer-bg.gif);
}

#footerLinks {
	float: left;
	color: #FFFFFF;
}

#copyright {
	float: right;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
	
#footer a:hover {
	color: #000000;
}

#footerEnd {
	background: url(../site_images/footer.gif) no-repeat bottom;
}
.StaffTitle {
	font-size: 14px;
	font-weight: bold;
}
.newslink {
	text-align: right;
}
.productlink {
	text-align: right;
}
.moreLink {
	text-align: right;
}
#relatedLinks {

}

/* Link Icons */

a[href$='.doc'] {
	padding: 5px 0px 5px 20px;
	background: transparent url(../site_images/icodoc.gif) no-repeat center left;
}
a[href$='.exe'] {
	padding: 5px 0px 5px 20px;
	background: transparent url(../site_images/icoexe.gif) no-repeat center left;
}
a[href$='.xls'] {
	padding: 5px 0px 5px 20px;
	background: transparent url(../site_images/icoxls.gif) no-repeat center left;
}
a[href$='.zip'] {
	padding: 5px 0px 5px 20px;
	background: transparent url(../site_images/icozip.gif) no-repeat center left;
}
a[href$='.pdf'] {
	padding: 5px 0px 5px 20px;
	background: transparent url(../site_images/icopdf.gif) no-repeat center left;
}
a[href$='.wmv'] {
	padding: 5px 0px 5px 20px;
	background: transparent url(../site_images/icowmv.gif) no-repeat center left;
}
a[href$='.avi'] {
	padding: 5px 0px 5px 20px;
	background: transparent url(../site_images/icoavi.gif) no-repeat center left;
}
.eEnquiry {
	padding: 5px 0px 5px 20px;
	background-color: transparent;
	background-image: url(../site_images/contactIcon_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.eNews {
	padding: 5px 0px 5px 20px;
	background-color: transparent;
	background-image: url(../site_images/eNewsIcon_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
}