/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	background-image: url('/images/header-bckgrnd.png'); 
	background-repeat: repeat-x; 
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #00397D;}

td.header {
	height: 146px;
	padding-top: 10px;
	padding-right: 20px;
	background-image: url('/images/header.png'); 
	background-repeat: no-repeat; 
	background-position: top center;
	text-align: right;
	vertical align: top;}

form {
	padding: 0;
	margin: 0;
	border: 0;}
.menu {
	padding-top: 15px;
}
.menu p {
	margin: 0;
	padding:0;
}

a, a:visited, a:active {
	color: #00397D;
	text-decoration: none;
}
a:hover {
	color: #008E90;
	text-decoration: underline;
}
.mainCell {
	padding-left: 15px;
	padding-top: 15px;
}
.blueBorder {
	border: solid 5px #CCD7E5;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #00397D;
}
.text-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #00397D;
	font-weight: bold;
}
.mdtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #CCCCCC;
}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px;
	border-bottom-color: #CCCCCC;
	border-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #00397D;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	height: 15px;
	padding-top: 3px;
	padding-left: 3px;
}
.secondaryproducttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #00397D;
	margin: 5px;
}
.buttondrk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #00397D;
	margin: 5px;
}
.pageheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #E56D0B;
	font-weight: bold;
}
.reversetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
.reversetextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
h1, .productheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #00397D;
	margin-top:0;
}
.categoryheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.PageHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #F08540;
	font-weight: bold;
}
.blueborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #00397D;
	border-right-color: #00397D;
	border-bottom-color: #00397D;
	border-left-color: #00397D;
}

p.menuTitle{
	line-height: 24px;
	padding-left: 6px;
	color: #00397D;
	background-color: #CCD7E5;
	font-weight: bold;
	border-bottom: solid 4px #00397D;
	text-transform: uppercase;
}

.supplierBox {
	margin-top: 15px;
	border: 1px solid #00397D;
	text-align: center;
	padding-bottom: 5px;
}
.supplierBox p{
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00397D;
}
/* MENU */

/*this is the css for the vertical version*/

.vertical li ul li a {display: none;}
	.vertical ul{
		margin: 0;
		list-style-type: none;
		padding: 0px;
		width: 170px;
	}
		.vertical li a{
			display: block;
			width: 151px;
			text-decoration: none;			
			padding: 5px 1px;
			border-bottom: 1px solid;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
			
		}
		.vertical li ul{
			position: absolute;
			margin-top: -28px;
			margin-left: 170px;
			width: 151px;
		}
		.vertical li ul li a{
			width: 151px;
			display: block;
		}
		
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a, .blackwhite li a:visited, .blackwhite li a:active{
			background-color: white;
			background-image: url('/images/arrow-nav.png'); 
			background-repeat: no-repeat; 
			background-position: 6px 12px;
			padding-left: 19px;
			color: #00397D;
			border-color: #CCCCCC;
		}
		.blackwhite li a:hover{
			color: #00397D;
			background-color: #CCE8E9;
			text-decoration: none;
		}
		
		.blackwhite li li a, .blackwhite li li a:visited, .blackwhite li li a:active{
			background-color: #008E90;
			color: white;
			border-color: #33A5A6;
			text-decoration: none;
		}
		.blackwhite li li a:hover{
			background-color: #006386;
			color: white;
			text-decoration: none;
		}
		
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
