/* For Catalogue Pages in the Components Section */

/* Body Section */

		body {
			background-color: white;
			color: black;
			margin: 0px;
		}

/* P Section */


	p {
		font-family: verdana;
		color: #000000;
		font-size: 13px;
		line-height: 17px;
		margin-top: 2px;
		margin-bottom: 0px;
	}

	p.welcome {
		font-family: verdana;
		color: #000000;
		font-size: 13px;
		line-height: 18px;
		margin-top: 2px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.hello {
		color: #C41010;
		font-weight: bold;
	}

	.features {
		color: #8B0000;
		font-weight: bold;
	}

	p.mainNav {
		text-decoration: none;
		color: #c41010;
		font-size: 13px;
		font-family: arial black;
		font-weight: normal;
		font-style: italic;
	}

/* Lists Section */

	ul {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 20px;
		list-style-type: disc;
	} 

	li {
		font-family: verdana;
		font-size: 13px;
		line-height: 17px;
		color: #000000;
		padding-bottom: 1px;
		margin-bottom: 0px;
		padding-top: 0px;
		margin-top: 0px;
		margin-left: 10px;
	}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

/* Table Section */

table.alt {
	width: 95%;
	font-family: Century Gothic, Gill Sans, Arial, sans-serif;
	border-collapse: collapse;
	border: 1px solid #169253;
}

td.alt {
	font-size: 13px;
	padding: 3px 5px 2px 5px;
	border: 1px solid #169253;
	font-family: arial;
	color: black;
	height: 25px;
}

td.ctr {
	font-size: 13px;
	padding: 3px 5px 2px 5px;
	border: 1px solid #169253;
	font-family: arial;
	color: black;
	height: 25px;
	text-align: center;	
}

td.lft {
	font-size: 13px;
	padding: 3px 5px 2px 5px;
	border: 1px solid #169253;
	font-family: arial;
	color: black;
	height: 25px;
	text-align: left;
}

td.rht {
	font-size: 13px;
	padding: 3px 5px 2px 5px;
	border: 1px solid #169253;
	font-family: arial;
	color: black;
	height: 25px;
	text-align: right;
}


tr.alt1 td{
	background: #DFFFFF;
}

th.alt1 {
	text-align: center;
	border-color: #14556b;
	background: url(images/th3_bg.png) no-repeat left top;
	color: white;
	padding: 3px 5px 2px 5px;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	height: 35px;
}

	/* Table for Main Page Layout */

		table.MainArticle {
			width: 100%;
			padding: 0px;
			margin: 0px;
			border: 0px;
			border-collapse: collapse;
			float: left;
		}

		td.lftColumn {
			width: 180px;
			background-color: #169253;
			padding: 0px;
			vertical-align: top;
		}

		td.mainBody {
			background-color: #ffffff;
			padding: 0px;
			vertical-align: top;
		}


/* Headings Section */


	h1 {
		font-family: Times New Roman;
		color: #CC6600;
		font-size: 25px;
		font-weight: bold;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		margin-top: 0px;
	}

	h2 {
		font-family: Times New Roman;
		color: #CC6600;
		font-size: 25px;
		font-weight: bold;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		margin-top: 0px;
	}

	h3 {
		font-family: verdana;
		color: #8B0000;
		font-size: 14px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		margin-top: 0px;
		margin-left: 10px;
	}
	.partcode {
		color: #000000;
		font-weight: bold;
	}

	h4 {
		font-family: arial;
		color: #000000;
		font-size: 15px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		margin-top: 0px;
		margin-left: 10px;
	}

	hr {
		border: 0;
		background-color: #169253;
		height: 1px;
	}

/* Image Section */

		img.dot {
			width: 10px;
			height: 10px;
			padding-right: 5px;
			padding-left: 5px;
			padding-top: 0px;
			padding-bottom: 0px;
			margin: 0px;
			border: none;
			
		}

		img.dot1 {
			width: 10px;
			height: 10px;
			padding-right: 5px;
			padding-left: 25px;
			padding-top: 0px;
			padding-bottom: 0px;
			margin: 0px;
			border: none;
			
		}

		img.dot2 {
			width: 10px;
			height: 10px;
			padding-right: 5px;
			padding-left: 45px;
			padding-top: 0px;
			padding-bottom: 0px;
			margin: 0px;
			border: none;
			
		}


/* Links Section */
	a.mainNav {
		text-decoration: none;
		color: #CC9900;
		font-size: 13px;
		font-family: arial black;
		font-weight: normal;
		font-style: italic;
	}	

	a.mainNav:hover {
		text-decoration: underline;
	}

	a.mainText {
		text-decoration: none;
		color: blue;
		font-family: verdana;
		font-weight: normal;
		font-size: 13px;
	}	

	a.mainText:hover {
		text-decoration: underline;
	}

	a.tableText {
		text-decoration: none;
		color: blue;
		font-family: arial;
		font-weight: normal;
		font-size: 13px;
	}	

	a.tableText:hover {
		text-decoration: underline;
	}


/* Left Menu Bar */

	.menuHeading {
		font-family: arial;
		font-weight: bold;
		color: #9ff1c8;
		font-size: 13px;
		line-height: 17px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		margin-top: 0px;
		margin-left: 8px;
	}

	.menuSearch {
		font-family: arial;
		font-weight: bold;
		color: #9ff1c8;
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		margin-top: 0px;
		margin-left: 5px;
	}

	a.OrderStatus {
		text-decoration: none;
		color: white;
		font-family: arial;
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
	}	

	a.OrderStatus:hover {
		text-decoration: underline;
	}

		a.Menu:link { 
			color: white; 
			text-decoration: none; 
			font-size: 12px;
			font-family: arial;
			line-height: 17px;
			margin-left: 5px;
		}
		a.Menu:active { 
			color: white; 
			text-decoration: none 
		}
		a.Menu:visited { 
			color: white;
		}
		a.Menu:hover { 
			color: white; 
			text-decoration: underline 
		}

		hr.MenuSeparator {
			background-color: white;
			width: 160px;
			height: 1px;
			margin-top: 3px;
			margin-bottom: 3px;
			margin-left: 10px;
			margin-right: 10px;
			padding-left: 0px;
			padding-right: 0px;
		}

		hr.MenuSeparator2 {
			background-color: white;
			width: 160px;
			height: 1px;
			margin-top: 2px;
			margin-bottom: 2px;
			margin-left: 10px;
			margin-right: 10px;
			padding-left: 0px;
			padding-right: 0px;
		}

	.resizedTextbox {
		width: 100px;
		height: 17px;
		padding: 1px;
		vertical-align: bottom;
	}



/* Top Commandbar Section */


		.commandbar ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			overflow: hidden;
			background-color: #169253;

		}

		.commandbar li {
			float: left;
			margin: 0;
		}

		.commandbar li a {
			display: block;
			color: white;
			text-align: center;
			padding: 3px 20px 2px 20px;  	/* when only 2 figures, the first top and bottom, the second left and right */
			text-decoration: none;
			font-family: Arial;
			font-size: 14px;
			font-weight: bold;
			line-height: 19px;
		}

		.commandbar a:hover {
			color: #9ff1c8;
		}

		.commandright ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			overflow: hidden;
			background-color: #169253;

		}

		.commandright li {
			float: right;
			margin: 0;
		}

		.commandright li a {
			display: block;
			color: white;
			text-align: center;
			padding: 3px 20px 2px 20px;  	/* when only 2 figures, the first top and bottom, the second left and right */
			text-decoration: none;
			font-family: Arial;
			font-size: 14px;
			font-weight: bold;
			line-height: 19px;
		}

		.commandright a:hover {
			color: #9ff1c8;
		}