@charset "utf-8";
/* 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: 12px;
	font-family: inherit;
	Xvertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 17px;
	color: black;
	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: "" "";
}
a{color:#003399;}
a:hover{color:#0066CC;}
/* ---------------------------------------------------------------------------------------------------------- */
.MenunLogo{background:#e3e6eb;}
.MenunLogo{background:#e3e6eb;}
.blockRight{ background:#e6eefd; text-align:right; padding-right:20px; }
.heading{font-size:24px; color:#0046b0; margin-top:2px;}
.pdg10tb{padding-top:10px; padding-bottom:10px;}
.coreproductlink{position:absolute; width:92px; width:92px; margin-left:220px; margin-top:-7px;}

ul.menu{ list-style-type:none}
ul.menu li{ list-style-type:none; float:left;}
ul.menu li.home { background:url(images/btnHome.gif) no-repeat top;}
ul.menu li.aboutus { background:url(images/btnAbout.gif) no-repeat top;}
ul.menu li.product { background:url(images/btnProducts.gif) no-repeat top ;}
ul.menu li.contact { background:url(images/btnContact.gif) no-repeat top;}
ul.menu li.selected { background-position:bottom left;}

ul.menu li.home, ul.menu li.aboutus, ul.menu li.product, ul.menu li.contact {padding-left:10px;}

ul.menu li.home a:hover, ul.menu li.aboutus a:hover, ul.menu li.product a:hover, ul.menu li.contact a:hover
{background-position:bottom;}

.homepagetxt{background:url(images/homebg.png) no-repeat;}
.homepagetxt td{padding-top:15px; padding-left:20px;}

.inputborder {border:1px solid #D5AB96;width:200px;}
.red {color:#FF0000;}

.footer {background:#e3e6eb; Xmargin-top:20px;	}
.footer td{padding:8px; color:#374f73; font-size:11px;}

td.hdg{background:url(images/productbg.gif) repeat-x;}
td.hdgLevel1{background:url(images/arrowRed.gif) no-repeat 10px 10px; color:#003399; padding:5px 0px 0px 18px; font-weight:bold;}
td.hdgLevel2{background:url(images/plus.gif) no-repeat 20px 10px; color:#1975d0; padding:5px 0px 0px 30px; font-weight:bold; text-decoration:none;}
td.hdgLevel3{color:#000; padding:5px 0px 0px 40px; text-decoration:none;}
td.hdgLevel1 a{text-decoration:none; color:#003399;}
td.hdgLevel2 a{text-decoration:none; color:#1975d0;}
td.hdgLevel3 a{text-decoration:none; color:#000000}
td.nobg{background:none !important;}

ul.pdBullets{ margin:7px 0px;}
ul.pdBullets li{ background:url(images/bullet.gif) no-repeat 10px 7px; padding-left:20px;}
.dowload{background:#e6eefd url(images/download.gif) no-repeat 10px 6px; padding:5px 5px 5px 32px; border:1px solid #0066cc;}
.productNames { width:300px; height:400px; overflow:auto; border:1px solid #ccccff;}


/**************************** DROP DOWN MENU ***********************************/
.applemenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url(images/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{color: white;}

.applemenu div.selected a, .applemenu div.silverheader a:hover{background-image: url(images/silvergradientover.gif);color: white;}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}