body {
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
}
tr {
	padding: 0px;
	border: 0px none;
}
td {
	padding: 0px;
	border: 0px none;
}
.btnTableCat {
	background-color:#333333;
	color:white;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	padding: 2px;
}
.btnTableSubCat {
	background-color:#666666;
	color:white;
	font-size:11pt;
	font-weight:bold;
	text-align:center;
}
.btnTableHead {
	background-color:#990000;
	color:white;
	font-size:14pt;
	font-weight:bold;
	padding: 3px;
}
.btnTableSubHead {
	background-color:#660000;
	color:white;
	font-size:12pt;
	font-weight:bold;
	padding: 0 0 0 5px;
}
table.headTable{
	border-collapse: collapse;
	border: 0px none;
}
table.headTable th{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	background-color: #990000;
}
table.headTable td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
	font-weight: bold;
	background-color: #ffffff;
	border: 0px none;
	border-color: black;
}
table.specTable{
	border-collapse: collapse;
	border: 1px solid;
	border-color: black;
}
table.specTable th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	background-color: #660000;
	border: 1px solid;
	border-color: black;
}
table.specTable td{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
	font-weight: bold;
	background-color: #666666;
	border: 1px solid;
	border-color: black;
}
table.specTable td.bg333333{
	background-color :#333333;
}
table.dataTable tr.tc1 td{
	background-color :#666666;
}
table.dataTable tr.tc2 td{
	background-color :#444444;
}
table.dataTable{
	border-collapse: collapse;
	border: 1px solid;
	border-color: black;
}
table.dataTable th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	background-color: #990000;
	border: 1px solid;
	border-color: black;
}
table.dataTable td{
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: #333333;
	border: 1px solid;
	border-color: black;
	font-weight: bold;
}
img {
	display: block;
	margin: 0px;
}
.ctable {
	border-right: medium double #0066FF;
	border-left: medium double #0066FF;
}
.imgA2 {
	position: relative;
	left: -33px;
	top: -133px;
	z-index: 2;
}
.imgA1 {
	position: relative;
	left: 90px;
	top: -180px;
	z-index: 3;
}
.imgA1contactus {
	position: relative;
	left: 90px;
	top: 30px;
	z-index: 3;
}
.bgHome {
	min-height:450px;
	height:auto !important;
	height:450px;
}
.0zindex {
	postition:absolute;
	z-index: -1;
}

button.btn {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	background-color:#666666;
	border:2px solid;
	border-color: #999999;
	cursor: hand;
	line-height:0.8em;
}
form button {
	padding:3px;
	width:auto;
	overflow:visible;
}
button.btnOver {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	background-color:#660000;
	border:2px solid;
	border-color: #990000;
	cursor: hand;
	line-height:0.8em;
}

a.downlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	line-height:27px;
	padding:2px;
	color:#0066ff;
	background-color:#ffffff;
}
a.downlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color:#ffffff;
	background-color:#0066ff;
}

a.normlink {
	color:#0066ff;
}
a.normlink:hover{
	color:#ff6600;
}

a.formlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold;
	line-height:29px;
	padding:5px;
	color:#ffffff;
	background-color:#666666;
}
a.formlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold;
	color:#ffffff;
	background-color:#0099ff;
}
a.formlinkdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold;
	line-height:29px;
	padding:5px;
	color:#ffffff;
	background-color:#0099ff;
}

.products {
	width:132px;
	position:relative;
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html .products {
	width:133px;
	w\idth:132px;
}
/* remove all the bullets, borders and padding from the default list styling */
.products ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.products ul ul {
	width:132px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown products positon */
.products li {
	float:left;
	width:132px;
	position:relative;
	z-index:100;
	height: auto;
}
/* style the links for the top level */
.products a, .products a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	width:132px;
	border:0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .products a, * html .products a:visited {
	width:143px;
	w\idth:132px;
}

/* style the second level background */
.products ul ul a.drop, .products ul ul a.drop:visited {
	background:#660000;
}
/* style the second level hover */
.products ul ul a.drop:hover{
	background:#660000;
}
.products ul ul :hover > a.drop {
	background:#660000;
}
/* style the third level background and text */
.products ul ul ul a, .products ul ul ul a:visited {
	background:#555555;
	font-family: Arial, Helvetica, sans-serif;
	font-color:#ffffff;
	font-size:0.9em;
	font-weight: bold;
	height:auto;
	line-height:1em;
	padding:10px 10px 10px 10px;
	width:140px;
	border-top:0px none #ffffff;
	border-left:0px none #ffffff;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
}
/* another hack for IE5.5 */
* html .products ul ul ul a, * html .products ul ul ul a:visited {
	width:172px;
	w\idth:150px;
}

/* style the third level hover */
.products ul ul ul a:hover {
	background:#660000;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.products ul ul {
	visibility:hidden;
	position:absolute;
	z-index:100;
	height:auto;
	top:25px;
	left:0;
	width:132px;
	border-top:0;
}
/* another hack for IE5.5 */
* html .products ul ul {
	top:24px;
	t\op:25px;
}

/* position the third level flyout products */
.products ul ul ul{
	left:285px;
	top:0px;
	width:130;
}

/* position the third level flyout products for a left flyout */
.products ul ul ul.left {
	left:-280px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.products table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level non-links */
.products ul ul div {
	background:#660000;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:1.1em;
	font-weight: bold;
	text-align: center;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:97px;
	font-weight: bold;
	text-decoration: underline;
}

/* style the second level links */
.products ul ul a, .products ul ul a:visited {
	background:#222222;
	font-family: Arial, Helvetica, sans-serif;
	font-color:#ffffff;
	font-size:1.1em;
	font-weight: bold;
	height:auto;
	line-height:1em;
	padding:10px 10px 10px 10px;
	width:265px;
	border-top:0px none #ffffff;
	border-left:0px none #ffffff;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
}
/* yet another hack for IE5.5 */
* html .products ul ul a, * html .products ul ul a:visited {
	width:265px;
	w\idth:265px;
}
.products ul ul a.headlink {
	text-align: left;
}
.products ul ul a.sublink {
	background:#444444;
	text-align: right;
	font-size:0.9em;
}

/* style the top level hover */
.products a:hover, .products ul ul a:hover{
	color:#ffffff;
	background:#660000;
}
.products :hover > a, .products ul ul :hover > a{
	color:#ffffff;
 	background:#660000;
}

/* make the second level visible when hover on first level list OR link */
.products ul li:hover ul,
.products ul a:hover ul{
	visibility:visible;
 }
/* keep the third level hidden when you hover on first level list OR link */
.products ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.products ul :hover ul :hover ul{
	visibility:visible;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#ff6600;
	font-size: 12pt;
	font-weight: bold;
	text-align: justify;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	text-decoration: underline;
}
.intro {
	text-align: center;





}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
	font-variant: normal;
	color: #000066;


}
form {
	margin: 0px;
	padding: 0px;
}
.radioChoice {
	font-size: 10pt;
}
.contactMountTable {
	border-collapse:collapse;
	border:1px solid #6666ff;
}
.contactMountTable th {
	border-right:1px solid #6666ff;
	border-left:1px solid #6666ff;
	border-top:1px solid #6666ff;
}
.contactMountTable td {
	border-right:1px solid #6666ff;
	border-left:1px solid #6666ff;
	border-bottom:1px solid #6666ff;
}
a.backtotop {
	color:#0066ff;
	font-size:10pt;
	padding:0px 3px 0px 3px;
}
a.backtotop:hover{
	color:#ffffff;
	background:#ff6600;
}
.eCatbtn {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	background-color:#333333;
	cursor: hand;
	line-height:1em;
}

.eCatbtnOver {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	background-color:#0066ff;
	cursor: hand;
	line-height:1em;
}
.eCat select {
	z-index:-1;
	width: 250px;
}
.eCat button {
	padding:0px 15px;
	width:100%;
	overflow:visible;
	margin: 0px;
}
.f1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.eCat table {
	border:1px solid #ffffff;
	border-collapse:collapse;
	background-color: #333333;
	color: #FFFFFF;
}
.eCat td {
	padding:1px;
	border:1px solid #ffffff;
	border-collapse:collapse;
	background-color: #333333;
	color: #FFFFFF;
}
