/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/Gsideleftbg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 90px 0 0 235px;
	z-index: 300;
}

h2 {
	padding: 0 0 10px 15px;
	font-size: 1.5em;
	font-weight: bold;
	color: #006B00;
	background-image: url(../images/Gh2bg.gif);
	background-repeat: repeat-x;
}

#topLeft { /* Holds the main blue bubbles in the top-left hand corner of every page */
	position: absolute;
	background-image: url(../images/Gtopleft.jpg);
	background-position: top-left;
	background-repeat: no-repeat;
	float: left;
	height: 231px;
	width: 231px;
	z-index: 100;
}

#totalWrap {
	width: 100%;
	float: left;
}

#topWrap { /* Black background with blue line across the top of page */
	background: url(../images/Gheaderbg.gif) repeat-x #FFFFFF;
	width: 100%;
	height: 180px;
}

#topBubbles { /* Holds the black bubbles image on the top-right corner of the page */
	position: absolute;
	right: 0px;
	width: 100%;
	height: 130px;
	background: url(../images/bubblestop.jpg) no-repeat right;
}

.rightBubblePic { /* The blue bubble image on the right of the page */
	position: relative;
	float: right;
	top: -80px;
	right: 0px;
	width: 198px;
	height: 185px;
	background-image: url(../images/Gmidright.jpg);
	background-repeat: no-repeat;
}

#mainContainer {
	padding-top: 97px;
	width: 100%;
	min-height: 500px;
	overflow: visible;
}

#mainText p {
	padding-top: 10px;
}

#mainText {
	padding: 0 180px 0 160px;
	text-align: left;
	font-size: 0.9em;
}

.pageImage {
	float: right;
	padding: 10px 0 10px 10px;
}

/* --------------------------------------- Links --------------------------------------- */

a {
	font-weight: normal;
	text-decoration: underline;
	color: #006B00;
}

a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #00C900;
}

a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #00C900;
}	

/* --------------------------------------- Top Navigation --------------------------------------- */
#horizNav {
	position: relative;
	margin: -44px 0 0 260px;
	z-index: 200;
}

#horizNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#horizNav li {
	display: inline;
}

#horizNav li a {
	float:left;
	display: block;
	width: 140px;
	padding: 0;
	height: 35px;
	background: url(../images/Gbutton_bg.jpg) repeat-x;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

html>body #horizNav li a {
	width:auto
}

#horizNav li a span {
	min-width: 100px;
	display: block;
	background: url(../images/Gbutton_bgcornerright.jpg) no-repeat 100% 0;
	height: 35px;
	padding: 0 20px;
}

#horizNav li a:hover {
	float:left;
	display: block;
	width: 140px;
	height: 35px;
	background: url(../images/Gbutton_bgover.jpg) repeat-x;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

html>body #horizNav li a:hover {
	width:auto
}

#horizNav li a:hover span {
	display: block;
	background: url(../images/Gbutton_bgcornerrightover.jpg) no-repeat 100% 0;
	height: 35px;
	padding: 0 20px;
}

/* --------------------------------------- Left Navigation --------------------------------------- */
#leftNav {
	float: left;
	width: 145px;
	margin:0;
	padding: 1px 0 0 0;
}

#leftNav ul {
	padding: 0;
	margin: 0;
}

#leftNav ul li {
	width: 130px;
	margin: 0 0 1px 0;
	cursor: pointer;
	list-style: none;	
}

#leftNav ul li a {
	display: block;
	padding: 5px 0 5px 3px;
	background: url(../images/Gleftnavbg.jpg) repeat-y;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	font-size: 0.9em;
	cursor: pointer;
}

html>body #leftNav ul li a {
	height:auto
}

#leftNav ul li a:hover {
	background: url(../images/Gleftnavbgover.jpg) repeat-y;
	text-decoration: none;
	cursor: pointer;
}

#footer {
	padding: 15px 0 10px 15px;
	text-align: center;
	font-size: 0.9em;
	color: #000000;
	background-image: url(../images/Gfooterbg.gif);
	background-repeat: repeat-x;
}

#footer a {
	color: #006B00;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #00C900;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #00C900;
	text-decoration: underline;
	font-weight: bold;
}

/* --------------------------------------- Table style for the Product Items --------------------------------------- */
.productTable {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-top: 12px;
	clear:right;
	width: 540px;
}
.productTable td{
	border: 1px solid #CCCCCC;
}
.productTableHeader {
	background-image: url(../images/GtableHdbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
}
.productTableRow td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	line-height: 1.2;
}
.productImage {
	float: right;
	margin: 0px 0px 5px 5px;
}
.productCell td form input {
	border: 1px solid #CCCCCC;
}
/* --------------------------------------- Sub Menu table --------------------------------------- */
.tblCatSubMenuHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-image: url(../images/GtableHdbg.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
.tblCatSubMenuCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0px;
}
.tblCatSubMenuCell a {
	color: #006B00;
	text-decoration: underline;
}
.tblCatSubMenuCell a:hover {
	color: #00C900;
	text-decoration: none;
}
.tblCatSubMenuCell a:visited {
	color: #00C900;
	text-decoration: underline;
}

/* --------------------------------------- Menu page product table --------------------------------------- */
.tblCatProduct {
	width: 540px;
	border: 1px solid #CCCCCC;
	margin-top: 12px;
	border-collapse: collapse;
}
.tblCatProductHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/GtableHdbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 30px;
}
.tblCatProductCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.tblCatProductCell a {
	color: #006B00;
	text-decoration: underline;
}
.tblCatProductCell a:hover {
	color: #00C900;
	text-decoration: none;
}
.tblCatProductCell a:visited {
	color: #00C900;
	text-decoration: none;
}

/* --------------------------------------- List page table --------------------------------------- */

.listTable {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 540px;
}
.listTableHeader {
	background-image: url(../images/GtableHdbg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	width: 540px;
}
.listTableRow {
	width: 540px;
	background-color: #FFFFFF;
}
.listTableRow td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
.listTableRow td a {
	color: #006B00;
	text-decoration: underline;
}
.listTableRow td a:hover {
	color: #00C900;
	text-decoration: none;
}
.listTableRow td a:visited {
	color: #00C900;
	text-decoration: none;
}


/* --------------------------------------- Search button styles --------------------------------------- */

#searchArea {
	padding: 30px 16px 0 0;
	color: #FFFFFF;
	text-align: right;
	background-image: url(../images/Gsearchbg.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
.searchInput {
	color: #333333;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
}
.searchButton {
	background-color: #000000;
	background-image: url(../images/GsearchButtonbg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 25px;
	width: 75px;
	color: #FFFFFF;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CFCFCF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.contactCell {
	color: #000000;
	background-color: #FFFFFF;
	line-height:1.2;
	font-weight: normal;
}

.contactCell a {
	color: #006B00;
	text-decoration: underline;
}

.contactCell a:hover {
	color: #00C900;
	text-decoration: none;
}

.contactCell a:visited {
	color: #00C900;
	text-decoration: none;
}


.ukplcAssets .assetLinkImageURL {
  display:none;
}

.ukplcAssets .assetSize {
  display:none;
} 


/*NEWS STYLES*/
#newsNavWrapper { width:30%; background-color:#FFFFFF; float:right; border:0px; color:#000000; font-size:x-small; margin-left:0px;line-height:1.2;overflow:hidden;}

#newsNavWrapperIndexOnly {width:100%;float:none;}

#newsNavWrapper #newsNav {
border:1px solid #008802;
padding-top:2px;


}

#NewsIndexLink a { margin-bottom:6px; margin-left:6px; text-transform:uppercase; text-decoration:none;color: #008802;}

#newsNav ul { margin:6px 6px 6px 6px; padding:0; list-style-type:none;}
#newsNav ul li { margin-bottom:8px;}

#newsNav a,#newsNav a:link {color: #008802; text-decoration:none; font-weight:bold;}
#newsNav a:visited {	color: #008802;}
#newsNav a:hover,#newsNav a:active {	color:#0033ff;text-decoration:underline;}
#NewsNextLink a {font-weight:normal;}
#newsNav .newsDate {font-weight:bold; }
#newsNav ul li a,#newsNav ul li a:link {font-weight:normal}

#newsDate{ font-size:90%; margin-bottom:12px; border-bottom:1px dotted #008802; padding-bottom:2px; width:65%;}
#newsDateHeader{ font-weight:normal;display:inline;}

#newsNavWrapperIndexOnly #newsNav .newsDate {font-size:x-small;}
#newsNavWrapperIndexOnly #newsNav ul {margin-top:16px;}
#newsNavWrapperIndexOnly #newsNav ul li a {text-decoration:underline;}
#newsNavWrapperIndexOnly #newsNav ul li {margin-bottom:12px;}

#preNewsLinks,#postNewsLinks,#NewsPageNo,#NewsNextLink,#newsIndexLink{ display:inline; padding-right:4px; margin-left:3px; }
#postNewsIndexLink {display:block;}

#newsIndexLink {display:block;}

#postNewsLinks { display:block; padding:3px; text-align:center; border-top:1px dotted #008802; }

td.productPartNumberCell {
	font-size: 8pt;
}

td.productNameCell {
	font-weight: normal;
}

.PDName {
	font-weight: bold;
}
