
/**********************
 OVERALL LAYOUT
***********************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}

#skiptomain {
	display: none;
}

#wrapper {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	text-align: center;
	background: #fff;
}

#pagecontainer {
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 760px;
}

#header {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 2px 0px;
	border-bottom: 2px solid #336;

}

	#headerleft {
		width: 400px;
		margin: 10px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
	}

	#headerright {
		width: 360px;
		margin: 0px 0px 0px 0px;
		float: right;
		text-align: right;
		background: transparent;
	}


#topofpage {
	width: 760px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #46b url(images/topheaderback.jpg) repeat-x bottom left;
}

	#topofpageleft {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		width: 560px;
	}

	#topofpageright {
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 0px;
		float: right;
		text-align: right;
		width: 200px;
	}



#breadcrumb {
	margin: 1px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	float: left;
	text-align: left;
	background: #eee url(images/breadcrumbback.jpg) repeat-x bottom left;
	width: 760px;
}


#mainpage {
	width: 760px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#mainpageleft {
		margin: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
		width: 170px;
	}

	#mainpageright {
		margin: 5px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		float: right;
		text-align: left;
		background: transparent;
		width: 590px;
	}


		#pagecontentleft {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 10px;
			float: left;
			text-align: left;
			background: transparent;
			width: 390px;
		}

			#pagecontentleftcolour {
				padding: 0px 5px 5px 5px;
				float: left;
				text-align: left;
				background: #EFF3FE;
				width: 380px;
			}


		#pagecontentright {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 10px;
			float: right;
			text-align: left;
			background: transparent;
			width: 175px;
		}





#footer {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	border-top: solid 3px #336;
	background: #fff;
}

	#footerleft {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 5px 0px;
		width: 200px;
		float: left;
		text-align: left;
		background: transparent;
	}

	#footerright {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 5px 0px;
		width: 560px;
		float: right;
		text-align: right;
		background: transparent;
	}



/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
}


/* default font size*/
@import url(x-small.css);

/*****************
 FONTS
 *****************/

#headerleft { font-size: 0.8em; color: #000; }
#headerright { font-size: 0.9em; color: #000; }
#topofpageright { font-size: 0.8em; color: #ddf; }
#breadcrumb { font-size: 0.8em; color: #000; }
#pagecontentleft { font-size: 0.9em; color: #000; line-height: 1.5em; }
#pagecontentright { font-size: 0.9em; color: #000; }
#footerleft { font-size: 0.8em; color: #000; }
#footerright { font-size: 0.8em; color: #000; }

.bodytextbig { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.2em}
.bodytext { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.9em}
.bodytextmed { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.8em}
.bodytextpadded { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 0.9em; display: block; padding: 3px 3px 3px 3px;}


/*****************
 NO MARGIN UL
 *****************/

UL.nomargin {
margin: 0px 0px 0px 0px;
padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 0px;
}


/*****************
 LHSNAV LIST
 *****************/

#mainpageleft ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 0.9em;
	width: 165px;
}

#mainpageleft li {
	margin: 0px 0px 0px 0px;
	line-height:1.6em;
	padding: 1px 0px 1px 15px;
	border-bottom: 1px solid #dde;
	background: url(images/navicon.gif) no-repeat 0 3px;
}

#mainpageleft li.active {
	background: url(images/navicondown.gif) no-repeat 0 2px;

}

#mainpageleft a:link, #mainpageleft a:visited {
	text-decoration: none;
	color: #000;
	text-decoration: none;
}

#mainpageleft a:hover {
	color: #36c;
}


/****************
 TWO COLUMNS
 ****************/

	#pagecontentleftleft {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
		width: 120px;
	}

	#pagecontentleftright {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: left;
		background: transparent;
		width: 240px;
	}

/****************
 THREE COLUMNS
 ****************/

	#pagecontentforuml {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
		width: 190px;
	}

	#pagecontentforumm {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
		width: 130px;
	}

	#pagecontentforumr {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: left;
		background: transparent;
		width: 190px;
	}

/****************
 SUBNAV OVERRIDES
 ****************/
#mainpageleft li.active a:link,  #lhmainpageleft li.active a:visited, {
	color: #990000;
}

#mainpageleft ul.subnav {
	width: 145px;
}

#mainpageleft ul.subnav li {
	border: 0;
	font-size: 0.9em;
	letter-spacing: -1px;
	padding: 3px 0 2px 2px;
	background: none;
}

#mainpageleft ul.subnav a:link, #mainpageleft ul.subnav a:visited {
	color: #666666;
	width: 120px;
	padding-left: 10px;
}

#mainpageleft ul.subnav a:hover {
	color: #990000;
}

#mainpageleft li.subnavhere a:link,  #mainpageleft li.subnavhere a:visited, {
	color: #000000;
	font-weight: bold;
}


/*****************
 NEWS LIST
 *****************/

ul.newslist{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 0.9em;
	letter-spacing : -1px;
	width: 170px;
}

ul.newslist li{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 13px;
	line-height:1.2em;
	background: url(images/navicon.gif) no-repeat 0 0px;
}


ul.newslist a:link, ul.newslist a:visited{
	padding: 0px 0px 0px 0px;
	color: #669;
	text-decoration: none;
}

ul.newslist a:hover, ul.newslist a:active{
	color: #336;
	text-decoration: underline;
}

/* APPLY HERE OVERRIDES */
ul.newslist  li.here {
 	font-weight: bold;
}


/*****************
 SUB NAV LIST
 *****************/

ul.subnavlist{
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 0.9em;
	letter-spacing : 0px;
}

ul.subnavlist li{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 13px;
	line-height:1.2em;
	background: url(images/navicon.gif) no-repeat 0 0px;
}


ul.subnavlist a:link, ul.subnavlist a:visited{
	padding: 0px 0px 0px 0px;
	color: #669;
	text-decoration: none;
}

ul.subnavlist a:hover, ul.subnavlist a:active{
	color: #336;
	text-decoration: underline;
}

/* APPLY HERE OVERRIDES */
ul.subnavlist  li.here {
 	font-weight: bold;
}

ul.subnavlist li.active {
	font-weight: bold;
}


/*****************
 HEADINGS
 *****************/

h1 { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.4em; display:block; color: #003; font-weight: normal; margin: 5px 0px 0px 0px; padding: 5px 0px 5px 0px;}
h2 { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.2em; color: #336; display: block; border-bottom: 1px solid #999; margin: 5px 0px 0px 0px; padding: 5px 0px 5px 0px;}

h3.lhs {
	margin: 0px 0px 3px 0px;
	padding: 7px 0px 7px 10px;
	color: #fff;
	background: #336;
	font-weight: bold;
 	font-size: 0.9em;
 	text-transform: lowercase;
 	letter-spacing : -1px;
 	border: 0;
	width: 165px;
}


h4.rhs {
	margin: 10px 0px 3px 0px;
	padding: 4px 0px 4px 5px;
	color: #fff;
	background: #f44;
	font-weight: normal;
 	font-size: 1.0em;
 	text-transform: lowercase;
 	letter-spacing : 0px;
 	border: 0;
	width: 135px;
}


/*****************
 FORMS
 *****************/

form.inline { display:inline; }

input.searchinput {
	border: 1px solid #999;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 110px;
	color: #000;
}

select.searchselect {
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 0.8em;
	width: 175px;
	color: #000;
}

input.searchsubmit {
	border: 1px solid #999;
	background-color: #f44;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
}

input.newsletterinput {
	border: 1px solid #333;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 110px;
	color: #000000;
}

/*****************
 LINKS
 *****************/

#header a:link{ color: #336; text-decoration: none }
#header a:visited{ color: #336; text-decoration: none }
#header a:hover{ color: #336; text-decoration: underline }

#topofpage a:link{ color: #fff; text-decoration: none }
#topofpage a:visited{ color: #fff; text-decoration: none }
#topofpage a:hover{ color: #fff; text-decoration: underline }

#breadcrumb a:link{ color: #000; text-decoration: none }
#breadcrumb a:visited{ color: #000; text-decoration: none }
#breadcrumb a:hover{ color: #000; text-decoration: underline }

.prodnamelink a:link{ font-size: 0.9em; color: #336; text-decoration: none }
.prodnamelink a:visited{ font-size: 0.9em; color: #336; text-decoration: none }
.prodnamelink a:hover{ font-size: 0.9em; color: #336; text-decoration: underline }

#pagecontentleft a:link{ color: #336; text-decoration: underline }
#pagecontentleft a:visited{ color: #336; text-decoration: underline }
#pagecontentleft a:hover{ color: #669; text-decoration: underline }

#pagecontentright a:link{ color: #669; text-decoration: none }
#pagecontentright a:visited{ color: #669; text-decoration: none }
#pagecontentright a:hover{ color: #336; text-decoration: underline }

#footer a:link{ color: #336; text-decoration: none }
#footer a:visited{ color: #336; text-decoration: none }
#footer a:hover{ color: #336; text-decoration: underline }


/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/*****************
 PARAGRAPHS
 *****************/

p { margin-top: 10px; }
p.10bottom { margin: 0px 0px 20px 0px; }
p.caption {  margin: 0px 0px 10px 0px; font-size: 0.8em;  line-height: 1.3em; }

/*****************
 SPANS
 *****************/



/*****************
 IN PAGE DIVS
 *****************/

.specialofferitems {
	width: 140px;
	padding-top: 10px;
}

	.specialofferpic {
		clear: right;
		float: left;
		width: 50px;
		text-align: center;
	}

	.specialofferpic img {
		border: 0px solid #f36;
	}

	.specialofferlink {
		width: 90px;
		float: right;
		color: #000;
	}

		.specialofferlink a:link, .specialofferlink a:visited {
			font-weight: bold;
			color: #f36;
			text-decoration: none;
		}

		.specialofferlink a:hover, .specialofferlink a:active {
			font-weight: bold;
			color: #f36;
			text-decoration: underline;
		}


/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 5px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}


/*****************
 TABLES
 *****************/

.prodborderedtable { background: #fdd; }
.prodbordebluetable { background: #EBF0FB; padding: 5px; }

/**********************
 FLASH ANIMBLOCK
***********************/

#flashanim {
	position: relative;
}

#flashanim.default {
	width: 390px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#flashanim img {
	display:none;
	position:absolute;
	top:0; left:0;
}



