/* Base layout */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	height: 100%;
}

/* Common styles */
.std, .sel, .ongray {
 font: 12px Arial, Helvetica, sans-serif;
 padding-left: 5px
}
.std {
 font-weight: normal;
 color: #000000;
}
.sel {
 font-weight: bold;
 color: #0099ff;
}
.ongray {
 font-weight: normal;
 background-color: #F2F6F9;
 color: #000000;
}

.grey-box {
 background: #F2F6F9;
 padding: 0;
 margin: 0;
}
.grey-stripe-box {
 background: #F2F6F9;
 padding: 3px 0 3px 5px;
 border-left: 4px solid #0099ff;
 margin: 15px 0 15px 0;
}

ul.std {
 list-style-type:square;
 margin: 0px 0px 15px 15px;
}

.tbl_content {
	padding:0;
}

/* Generic Links */
a:link.sel, a:active.sel, a:visited.sel, a:hover.sel {
 text-decoration: underline;
 color: #0099ff;
}

/* Headers */
h1,h2 {
 font: 14px Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #000000;
 margin: 0;
}
h3 {
 font: 12px Arial, Helvetica, sans-serif;
 padding-left: 5px;
 font-weight: bold;
 color: #0099ff;
 margin: 3px 0 6px 0;
}


/* Tables */
.tbl_std, .tbl_sel, .tbl_gray {
 font: 12px Arial, Helvetica, sans-serif;
 color: #000000;
 padding-left: 5px;
}
.tbl_std  {
 font-weight: normal;
 background-color: white;
}
.tbl_sel  {
 font-weight: bold;
 background-color: #DBEAF1;
}
.tbl_gray {
 font-weight: normal; 
 background-color: #F2F6F9;
}
td.tbl_std,td.tbl_sel,td.tbl_gray {
 padding: 3px 3px 3px 5px;
}

table.std td, table.sel td {
 padding: 3px 3px 3px 5px;
}


a:link.tbl_std, a:active.tbl_std, a:active.tbl_std, a:hover.tbl_std {
 text-decoration: underline;
 color: #0099ff
}


/* Top Menu - Home, Products, etc */
td.topmenu {
 text-align: center;
}
a:link.topmenu, a:active.topmenu, a:visited.topmenu, a:hover.topmenu {
 font: 12px Arial, Helvetica, sans-serif;
 font-weight:bold;
 padding: 4px 1em;
}
a:link.topmenu, a:active.topmenu, a:visited.topmenu {
 color: #0099ff;
 text-decoration: none;
}
a:hover.topmenu {
 background-color: #F0F5F8;
 color: #cc0000;
 text-decoration: underline;
}

/* Left Menu - Key Features */
.leftmenu {
 font: 12px Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #0099ff;
 padding-left: 5px;
 padding-right: 5px
}

/* Bottom Menu - Copyright */
a:link.bottomtxt, a:active.bottomtxt, a:visited.bottomtxt, a:hover.bottomtxt {
 font: 10px Arial, Helvetica, sans-serif;
 font-weight:normal;
 color: #315794;
}

/* Products Menu */
div.prod_menu {
	height:23px;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	display:block;
}
div.prod_menu ul {
	margin: 0px;
	padding: 0px;
	display:block;
}
* html div.prod_menu ul {
	float: left;
	margin-left: 15px;
}
div.prod_menu li {
	float: left;
	position: relative;
	list-style-type: none;
	z-index: 100;
} 
div.prod_menu ul li ul {
	margin: 23px 0px 0px 7px;
	position: absolute;
	left: -1px;
	width: 206px;
}
div.prod_menu ul li ul li  {
	width: 100%;
	background: #ffffff;
	border-left: 1px solid #c4c4c6;
	border-right: 1px solid #c4c4c6;
}
div.prod_menu ul li ul li.last {
	border-bottom: 1px solid #c4c4c6;
	height: 0px;
	overflow:hidden;
}
body div.prod_menu ul li ul {
	display: none;
} 
div.prod_menu ul li:hover ul, div.prod_menu ul li ul:hover {
	display: block;
	margin: 0;
}
div.prod_menu ul li ul li a.topmenu,div.prod_menu ul li ul li a.topmenu:hover {
	cursor: pointer;
	display: block;
	width:194px;
	height: 17px;
	padding:3px 0 0 12px;
	margin: 0px;
	float: left;
	text-decoration: none;
        text-align: left;
}
div.prod_menu ul li a.topmenu {text-decoration: none;display:block;}
div.prod_menu ul li a.topmenu:hover {text-decoration: none;display:block;background:#F0F5F8;}
