html
{
	width: 100%;
	margin: 0;
	padding: 0;
}

#body
{
	width: 780px;
	margin: 0 auto;
}

img
{
	border: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

hr
{
	height: 1px;
	border: 0px;
	padding: 0px;
}

#container
{
	width: 778px;
	border-style: solid;
	border-width: 1px;
	margin-top: 15px;
}

#header
{
	width: 778px;
}

#headerTop
{
	width: 778px;
	height: 111px;
}

.headerTopPic
{
	float: left;

}

#headerTicker
{
	width: 778px;
	height: 21px;
	margin-top: 5px;
}

#content
{
	clear: both;
	width: 778px;
}

#contentLeft
{
	width: 196px;
	float: left;
}

#contentRight
{
	width: 582px;
	float: right;
}

#contentRightInner
{
	width: 542px;
	padding: 21px 20px 10px 20px;
	min-height: 430px;
}

#contentRightInnerLeft
{
	width: 271px;
	float: left;
}

#contentRightInnerRight
{
	width: 271px;
	float: right;
}

#centeredContent
{
	clear: both;
	width: 500px;
	margin: 0 auto;
	min-height: 300px;
}

#footer
{
	clear: both;
	width: 778px;
	height: 16px;
	border-top-style: solid;
	border-top-width: 1px;
}

#footerInner
{
	width: 776px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
}

#footerInnerLeft
{
	width: 580px;
	float: left;
	text-align: right;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 30px;
	line-height: 14px;
	vertical-align: middle;
}

#footerInnerRight
{
	width: 164px;
	float: right;
	text-align: center;
	border-left-style: solid;
	border-left-width: 1px;
	line-height: 14px;
	vertical-align: middle;
}

#footerLinks
{
	width: 778px;
	margin-top: 10px;
}

#footerLinks .left
{
	width: 389px;
	float: left;
	text-align: left;
}

#footerLinks .right
{
	width: 389px;
	float: right;
	text-align: right;
}

#pageTitle
{
	width: 530px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

#pageInfo
{
	text-align: center;
}

/* HEADER TICKER */
#headerTickerContent
{
	width: 778px;
	overflow: auto;
}

/* LEFT COLUMN */
#leftColumn
{
	width: 196px;
	margin-bottom: 20px;
}

#leftColumnNavMenu
{
	padding-top: 20px;
	width: 195px;
	border-right-style: dashed;
	border-right-width: 1px;
}

#leftColumnContactUs
{
	width: 196px;
	text-align: right;
	margin-bottom: 10px;
}

#leftColumnPromotionalMaterial
{
	width: 196px;
	text-align: right;
	margin-bottom: 10px;
}

#leftColumnPaymentTerms
{
	width: 196px;
	text-align: right;
}

/* CONTACT FORM */
#contactForm
{
	width: 542px;
}

/* INPUT FORM */
.inputFormRow
{
	clear: both;
	width: 542px;
	margin-bottom: 5px;
}

.inputFormRowLabel
{
	width: 200px;
	float: left;
}

.inputFormRowField
{
	width: 332px;
	float: right;
}

#inputFormErrorArea
{
	width: 332px;
	float: right;
	text-align: left;
}

#valSum
{
	width: 322px;
	padding: 5px;
}

/* NEWS DETAIL */
#newsDetailBody
{
	width: 542px;
}

#newsDetailContent p img
{
	padding: 0px 0px 10px 20px;
}

#newsDetailLinks
{
	clear: both;
	width: 542px;
	height: 20px;
	padding-top: 10px;
	text-align: left;
}

/* SITE MAP */
.siteMapSection
{
	width: 542px;
}

.siteMapPage
{
	width: 542px;
	padding-top: 5px;
}

/* TESTIMONIAL LIST */
.testimonialList
{
	clear: both;
	width: 542px;
	margin-bottom: 10px;
}

.testimonialListText
{
	width: 522px;
	padding-left: 10px;
	padding-right: 10px;
}

.testimonialListBy
{
	width: 512px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 5px;
}

/* NEWS ARTICLES */
#newsArticleList
{
	clear: both;
	width: 542px;
}

.newsArticleRow
{
	clear: both;
	width: 542px;
	padding-bottom: 10px;
}

.newsArticleRow hr
{
	height: 1px;
	border: 0px;
	padding: 0px;
}

.newsArticleRowTitle
{
	margin-bottom: 5px;
}

.newsArticleRowPreviewImage
{
	width: 77px;
	float: left;
}

.newsArticleRowPreviewImage img
{
	width: 75px;
	border-style: solid;
	border-width: 1px;
}

.newsArticleRowText
{
	width: 450px;
	float: right;
	margin-left: 15px;
}

.newsArticleRowTextFullWidth
{
	width: 542px;
}

.newsArticleRowTopicText
{
	width: 542px;
}

.newsArticleRowLink
{
	clear: both;
	width: 542px;
	text-align: right;
}

#newsListPagination
{
	clear: both;
	width: 542px;
	padding-top: 20px;
	height: 20px;
}

#newsListPagination .searchNavigationLeft
{
	width: 25%;
	float: left;
	text-align: left;
}

#newsListPagination .searchNavigationCenter
{
	width: 48%;
	float: left;
	text-align: center;
}

#newsListPagination .searchNavigationRight
{
	width: 25%;
	float: right;
	text-align: right;
}

#newsListPagination .searchNavigationLeft a, #newsListPagination .searchNavigationCenter a, #newsListPagination .searchNavigationRight a
{
	margin-left: 1px;
	margin-right: 1px;
}

/* FAQ LIST */
#faqList
{
	clear: both;
	width: 542px;
}

.faqListRow
{
	clear: both;
	width: 542px;
	padding-bottom: 5px;
}

.faqListQuestion
{
	width: 532px;
	padding: 5px;
}

.faqListAnswer
{
	width: 527px;
	padding: 5px 5px 5px 10px;
	display: none;
}

#faqListPagination
{
	clear: both;
	width: 542px;
	height: 20px;
	padding-top: 10px;
}

#faqListPagination .searchNavigationLeft
{
	width: 25%;
	float: left;
	text-align: left;
}

#faqListPagination .searchNavigationCenter
{
	width: 48%;
	float: left;
	text-align: center;
}

#faqListPagination .searchNavigationRight
{
	width: 25%;
	float: right;
	text-align: right;
}

#faqListPagination .searchNavigationLeft a, #faqListPagination .searchNavigationCenter a, #faqListPagination .searchNavigationRight a
{
	margin-left: 1px;
	margin-right: 1px;
}

/* PRODUCT RANGE */
#productRangesHomeBody
{
	clear: both;
	width: 542px;
}

#productRangesBody
{
	clear: both;
	width: 542px;
}

.productRangesBoxRow
{
	clear: both;
	width: 420px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.productRangesBox
{
	width: 130px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.productRangesBoxImage
{
	width: 130px;
	height: 107px;
}

.productRangesBoxName
{
	width: 130px;
	text-align: center;
}

.productRangesBoxType
{
	width: 130px;
	text-align: center;
}

.productRangesBoxLink
{
	width: 130px;
	text-align: center;
}

#productRangeReturn
{
	clear: both;
	width: 542px;
	margin-top: 20px;
}

#productRangeBannerImageBlue
{
	clear: both;
	width: 542px;
	height: 91px;
	background-image: url("../Images/ProductRangeStyles/prs-banner-blue.jpg");
	background-repeat: no-repeat;
}

#productRangeBannerImageDarkGreen
{
	clear: both;
	width: 542px;
	height: 91px;
	background-image: url("../Images/ProductRangeStyles/prs-banner-darkgreen.jpg");
	background-repeat: no-repeat;
}

#productRangeBannerImageGreen
{
	clear: both;
	width: 542px;
	height: 91px;
	background-image: url("../Images/ProductRangeStyles/prs-banner-green.jpg");
	background-repeat: no-repeat;
}

#productRangeBannerImageLightBlue
{
	clear: both;
	width: 542px;
	height: 91px;
	background-image: url("../Images/ProductRangeStyles/prs-banner-lightblue.jpg");
	background-repeat: no-repeat;
}

#productRangeBannerImagePink
{
	clear: both;
	width: 542px;
	height: 91px;
	background-image: url("../Images/ProductRangeStyles/prs-banner-pink.jpg");
	background-repeat: no-repeat;
}

#productRangeBannerImagePurple
{
	clear: both;
	width: 542px;
	height: 91px;
	background-image: url("../Images/ProductRangeStyles/prs-banner-purple.jpg");
	background-repeat: no-repeat;
}

#productRangeBannerLeft
{
	width: 298px;
	float: left;
	height: 69px;
	padding-top: 21px;
	padding-bottom: 1px;
	padding-left: 10px;
}

#productRangeBannerLeft p
{
	margin-bottom: 10px;
}

#productRangeBannerRight
{
	width: 233px;
	height: 89px;
	float: right;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
}

#productRangeReturnLeftBlue
{
	width: 22px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-left-blue.jpg");
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
}

#productRangeReturnStripeBlue
{
	width: 513px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-stripe-blue.jpg");
	background-repeat: repeat-x;
	float: left;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 5px;
	margin: 0px;
}

#productRangeReturnRightBlue
{
	width: 2px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-right-blue.jpg");
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
}

#productRangeReturnLeftDarkGreen
{
	width: 22px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-left-darkgreen.jpg");
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
}

#productRangeReturnStripeDarkGreen
{
	width: 513px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-stripe-darkgreen.jpg");
	background-repeat: repeat-x;
	float: left;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 5px;
	margin: 0px;
}

#productRangeReturnRightDarkGreen
{
	width: 2px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-right-darkgreen.jpg");
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
}

#productRangeReturnLeftGreen
{
	width: 22px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-left-green.jpg");
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
}

#productRangeReturnStripeGreen
{
	width: 513px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-stripe-green.jpg");
	background-repeat: repeat-x;
	float: left;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 5px;
	margin: 0px;
}

#productRangeReturnRightGreen
{
	width: 2px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-right-green.jpg");
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
}

#productRangeReturnLeftLightBlue
{
	width: 22px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-left-lightblue.jpg");
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
}

#productRangeReturnStripeLightBlue
{
	width: 513px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-stripe-lightblue.jpg");
	background-repeat: repeat-x;
	float: left;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 5px;
	margin: 0px;
}

#productRangeReturnRightLightBlue
{
	width: 2px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-right-lightblue.jpg");
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
}

#productRangeReturnLeftPink
{
	width: 22px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-left-pink.jpg");
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
}

#productRangeReturnStripePink
{
	width: 513px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-stripe-pink.jpg");
	background-repeat: repeat-x;
	float: left;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 5px;
	margin: 0px;
}

#productRangeReturnRightPink
{
	width: 2px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-right-pink.jpg");
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
}

#productRangeReturnLeftPurple
{
	width: 22px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-left-purple.jpg");
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
}

#productRangeReturnStripePurple
{
	width: 513px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-stripe-purple.jpg");
	background-repeat: repeat-x;
	float: left;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 5px;
	margin: 0px;
}

#productRangeReturnRightPurple
{
	width: 2px;
	height: 22px;
	background-image: url("../Images/ProductRangeStyles/prs-right-purple.jpg");
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
}

#productRangeProducts
{
	clear: both;
	width: 542px;
	margin-top: 10px;
}

#productRangeProductsHeader
{
	clear: both;
	width: 542px;
}

table#productRangeProductsTable
{
	width: 542px;
	padding: 0;
	margin: 0;
	border: none;
}

tr.productRangeProductsRow
{
	clear: both;
	width: 542px;
	vertical-align: middle;
}

td.productRangeProductsCol1
{
	width: 200px;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.productRangeProductsCol2
{
	width: 134px;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.productRangeProductsCol3
{
	width: 123px;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.productRangeProductsCol4
{
	width: 82px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#productRangeDescription
{
	clear: both;
	width: 542px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}


