/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #0D006A;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* begin real styles now */

/* generic styles */

.offScreen{
	position:absolute;
	left-9999px;
	top:-500px;
}

.clear{
	clear:both;
}

body{
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.5em;
	background:url(Media/page_bg.gif);
}

body, a{
	color:#0D006A;
}
a:hover{
	text-decoration:none;
}

.imageLeft{
	float:left
}
.imageRight{
	float:right;
}

h1, h2{
	font-size:150%;
	color:#E8088D;
	font-weight:bold;
	padding:10px 0 30px 0;
}
div.catList{
	padding:10px 0 10px;
}
div.catList h1, div.catList h2{
	display:inline;
}
li{
	list-style-image:url(Media/bullet.gif);
	padding-left:5px;
}
/* layout */

.headerWrapper, .contentWrapper
{
	width:958px;
	margin:0 auto;
	padding:5px 6px 0;
	background:#FFFFFF;
}

.header{
	width:741px;
	height:168px;
	float:right;
}

.flashcontent{
	width:741px;
	height:168px;
	float:right;
}

.headerWrapper{
	background:#FFFFFF url(Media/header_line.gif) no-repeat left bottom;
	padding-bottom:29px;
}
.tagline
{
	width:174px; /* 210px full width */
	background:#F654AE url(Media/tagline_top.gif) no-repeat;
	min-height:142px; /* 159px full height */
	padding:17px 18px 0 18px;
}
.tagInner
{
	height:9px;
	width:210px;
	background:url(Media/tagline_bottom.gif) no-repeat;
}


.tagline p{
	color:#FFFFFF;
	font-weight:bold;
}
.tagline .phoneNumber{
	font-size:140%;
	padding:0px 0;
}
.tagline .emailAddress{
	font-size:120%;
	padding:4px 0;
}

.contentWrapper
{
	padding-top:6px;
}

.leftCol
{
	width:210px;
	float:left;
}

.mainNav
{
	background:#020168 url(Media/nav_bottom.gif) left bottom no-repeat;
	padding-bottom:6px;
}
.mainNav a{
	color:#FFFFFF;
}
.mainNav ul{
	background:url(Media/nav_top.gif) no-repeat;
	padding-top:6px;
}
.mainNav ul li{
	list-style:none;
	margin:0 17px;
	border-top:solid 1px #8988C5;
	padding-left:0;
}
.mainNav ul li a{
	padding:12px 0;
	display:block;	
	text-decoration:none;
}

.mainNav ul li.selected_parenttop, .mainNav ul li.top
{
	border-top:none;
}

.mainNav ul li a.top{
	border:none;
}

.productNav
{
	background:url(Media/producth2_top.gif) no-repeat;
	padding:4px 0 0 0;
	margin:6px 0 30px;
	
}
.productNav p.productNavHeader
{
	background:url(Media/producth2_bottom.gif) #E2017F bottom left;
	padding:9px 18px 13px 18px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
}
.productNav ul
{
	margin-left:5px;
	
}
.productNav ul ul
{
	margin-left:0px;
	
}
.productNav li
{
	list-style:none;
	padding-left:0;
	
}
.productNav li img
{

}
.productNav a
{
	display:block;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:110%;
	background-repeat:no-repeat;
	background-position:left center;
	padding:8px 0 8px 50px;
	min-height:18px;
}
.productNav .subNav a{
	font-weight:normal;
	min-height:0px;
	padding:0 0 0 50px;
	color:#000000;
}

.productNav ul ul li a{
	font-weight:normal;
	
}
.productNav ul a:hover{ color:#E40883;
	
}

.rightCol{
	width:711px;
	float:right;
	margin-bottom:40px;
}

.productSearch
{
	background:#E50E86 url(Media/prodSearch_top.gif) no-repeat;
	padding-top:8px;
	color:#FFFFFF;
	font-weight:bold;
	width:343px;
}

.productSearch form
{
	background:url(Media/prodSearch_bottom.gif) bottom left no-repeat;
	padding:0 0 8px;
	text-align:center;
}
.productSearch label{
	vertical-align:middle;
}
.productSearch .keywords
{
	border:none;
	outline:none;
	margin:0 8px;
	vertical-align:middle;
}



.footer
{
	clear:both;
	background:url(Media/footer_bg.gif) no-repeat #E3E0E0;
	min-height:85px;
	color:#898989;
	padding:22px 20px 0;
	width:928px;
	margin:0 auto;
}
.footer a{
	color:#898989;
	text-decoration:none;
}
.footer ul
{
	padding:22px 20px 0;
}
.footer li
{
	display:inline;
	border-right:solid 1px #898989;
	padding-right:4px;
	list-style:none;
	padding-left:0;
}
.footer p
{
	padding:0 20px;	
}

/* products */
.productListingContainer{
	clear:both;
}
.productListing{
	width:344px;
	float:left;
	margin:0 10px 30px 0;
	color:#000000;
	font-size:120%;
}
.productListing img{
	display:inline;
}
.productListing a{
	color:#060077;
	text-decoration:none;
	font-weight:bold;
}
.productListing ul{
	padding-left:20px;
	padding-bottom:20px;
	list-style:circle
}
.productListing h3{
	margin:10px 0 10px;
}
li.selected_parent a {color:#E40883;
}
li.selected_child a {color:#E40883;
}
.productTitle{ color:#010066; font-weight:bold;

}
.back{ color:#0D006A;
}

.testBottom { margin-bottom:20px;
}
.testQuotes { font-weight:bold; 
}
div.childCategoryListing
{
	padding: 10px 25px 35px 0px;
	text-align: center;
	width: 129px;
	float: left;
	height: 150px;
}
div.childCategoryListing img {
	display:block;
}
p.paraPadding {
	padding-bottom:20px;
}
div.paginationNav {
	/*text-align:center;*/
	padding-bottom:20px;
	text-align:right;
}
ul.pagination {
	list-style-type:none;
	float:right;
}
ul.pagination li {
	display:inline;
}
ul.pagination li a:link, ul.pagination li a:visited {
	color:#0D006A;
	text-decoration:none;
}
ul.pagination li a:hover, ul.pagination li.currentPage {
	text-decoration:underline;
}	
a.pagingViewAll {
	float:right;
}
.highlight {
	font-style:italic;
	color:#0066FF;
}
p.enquiry{

}

label.text{
	width:150px;
	float:left;
}
.dataText, .dataTextArea{
	margin:3px 0;
}
.submitButton{
	margin-left:150px;
}
.goButton{
vertical-align:middle;
}

#sitemap ul{
	margin-left:20px;
}


/* product icons */
.prod72{ background-image:url(/Media/categoryIcons/72.gif) }
.prod73{ background-image:url(/Media/categoryIcons/73.gif) }
.prod74{ background-image:url(/Media/categoryIcons/74.gif) }
.prod75{ background-image:url(/Media/categoryIcons/75.gif) }
.prod76{ background-image:url(/Media/categoryIcons/76.gif) }
.prod77{ background-image:url(/Media/categoryIcons/77.gif) }
.prod78{ background-image:url(/Media/categoryIcons/78.gif) }
.prod80{ background-image:url(/Media/categoryIcons/80.gif) }
.prod100{ background-image:url(/Media/categoryIcons/100.gif) }

.moreInfoBtn
{
	background: url(media/Call-to-action-btn.gif) no-repeat center 1%;
	width:195px;
	height:57px;
	display:block;
}
.moreInfoBtn:hover{	background: url(media/Call-to-action-btn.gif) no-repeat center 99%;height:57px;}

.productForm
{
	text-align:right;
	padding-right:36px;
}
.rightCol .productForm p{ margin:0 0 10px 0; text-align:left;}
.pinkText{ color:#E40883;}
.productForm .dataText
{
	background: url(media/dataTextbgd.jpg) no-repeat center; 
	border:0;
	width:228px;
	padding:6px 5px;
	margin:1px 0;
}
.productForm .dataTextAreaHolder
{
	background: url(media/dataTextArea.jpg) no-repeat right; 
}
.productForm .dataTextArea
{
	border:0;
	width:280px;
	padding:6px 0px 6px 6px;
	margin-right:2px;
	background:none;
}
.submitButton
{
	background: url(media/send-btn.gif) no-repeat center 1%;
	border:0;
	width:73px;
	height:57px;
	cursor:pointer;
}
.submitButton:hover
{
	background: url(media/send-btn.gif) no-repeat center 99%;
}