@import "reset.css";
body {
	background:#031a38 url(../images/bg.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#wrapper {
	background:#fff;
	border:1px solid #9d9d9d;
	width:956px;
	margin:20px auto;
	padding:2px;
}
#page {
	background:#fff url(../images/page.png) repeat-x top;
	padding:10px 18px;
}
/* global */
a, active, visited { text-decoration:none; }
a:hover { text-decoration:underline; }

h4 a{ color: #000;}

.left {
	float:left;
	width:50%;
}
.right {
	float:right;
	width:50%;
	text-align:right;
}
/* header */
#logo a {
	display:block;
	width:363px;
	height:70px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-1000em;
	margin:5px 0 0;
}
#slogan a {
	display: block;
	line-height: 32px;
	width: 491px;
	height: 32px;
	background: url(../images/slogan.png) no-repeat;
	text-indent:-9900em;
	margin:20px -35px 0;
	color: transparent;
}
#topnav a {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#555;
	margin:0 0 0 20px;
}
#topnav a.investor {
	background:url(../images/ico_investor.gif) no-repeat 0px 2px;
	padding-left:20px;
}
#topnav a.contact {
	background:url(../images/ico_mail.gif) no-repeat 0px 2px;
	padding-left:20px;
}
#topnav a.login {
	background:url(../images/ico_user.gif) no-repeat 0px 0px;
	padding-left:12px;
}
#search {
	background:url(../images/search_field.png) no-repeat;
	width:237px;
	height:30px;
	overflow:hidden;
	float:right;
	margin:30px 0 0;
	padding:0 4px;
}
#search * { vertical-align:middle; }
#search input.text {
	border:1px solid #fff;
	background:#fff;
	color:#6f6f6f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	width:170px;
	margin:6px 0;
}
/* nav */
#nav {
	width:920px;
	height:40px;
	margin:10px 0;
	
}
#nav a.l1 {
	float:left;
	height:40px;
	background:url(../images/nav.jpg) no-repeat;
	text-indent:-1000em;
}

#nav a {text-decoration: none;}

#nav .products a { width:160px; }
#nav .products a:hover { background-position:0 -80px; }
#nav .products.active a { background-position:0 -40px; }
#nav .info-center a {
	width:150px;
	background-position:-160px 0;
}
#nav .info-center a:hover { background-position:-160px -80px; }
#nav .info-center.active a { background-position:-160px -40px; }
#nav .support a {
	width:150px;
	background-position:-310px 0;
}
#nav .support a:hover { background-position:-310px -80px; }
#nav .support.active a { background-position:-310px -40px; }
#nav .plat a {
	width:150px;
	background-position:-460px 0;
}
#nav .plat a:hover { background-position:-460px -80px; }
#nav .plat.active a { background-position:-460px -40px; }
#nav .news a {
	width:150px;
	background-position:-610px 0;
}
#nav .news a:hover { background-position:-610px -80px; }
#nav .news.active a { background-position:-610px -40px; }
#nav .about a {
	width:160px;
	background-position:-760px 0;
}
#nav .about a:hover { background-position:-760px -80px; }
#nav .about.active a { background-position:-760px -40px; }
/* 	Level Two */
ul.dropdown { 
	position: relative;
	z-index:9999;
}
ul.dropdown li {
	float: left;
	zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover { position: relative; }
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding:2px;
	width:258px;
	background:#303030;
	border:1px solid #fff;
	border-top:0;
}
ul.dropdown ul li {
	float: none;
	width:100%;
	margin:0 auto;
}
ul.dropdown ul li.hover { }
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	width:97% !important;
	display:block;
	border:1px solid #303030;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:5px 0;
	text-indent:10px;
	margin:3px;
}
ul.dropdown ul li a:hover {
	background:#25537c;
	border:1px solid #1b73c3;
}
ul.dropdown ul li a.expand { background: url(../images/arrow_right.gif) no-repeat 98% center !important; }
ul.dropdown ul li a.expand:hover { background: #25537c url(../images/arrow_right.gif) no-repeat 98% center !important; }
/* 	Level Three  */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
	margin:0 0 0 2px;
}
ul.dropdown li:hover > ul { visibility: visible; }
ul.dropdown li ul { border-top:1px solid #fff !important; }
/* IE Fix */
* html ul.dropdown ul li {
	display: inline;
	width: 100%;
}
/* container */
#main {
	width:640px;
	float:left;
}
#aside {
	float:right;
	width:260px;
}
#splash { margin:0 0 10px; }

/* block */
.block h3 {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:url(../images/block_title.png) no-repeat left;
	margin:0 0 10px;
}
.block h3 span {
	display:block;
	height:30px;
	background:#ddd url(../images/block_title.png) no-repeat right;
	margin:0 0 0 10px;
	letter-spacing: -1px;
}
.block h3 em {
	font-style:normal;
	line-height:30px;
}
.block h4 {
	font-size:14px;
	line-height:1.5;
}
.block p {
	font-size:14px;
	line-height:1.5;
	padding:0 0 10px;
}
.block a {
 color:#1973C5;
 }
.block ul.list { padding:5px 0; }
.block ul.list li {
	list-style:outside square;
	margin:0 20px;
	line-height:1.4;
	padding:2px 0;
}
/* aside > menu */
#menu a {
	display:block;
	height:34px;
	line-height:34px;
	background:url(../images/btn_menu.png) no-repeat;
	margin:0 0 5px;
	color:#000;
	font-weight:bold;
}
#menu a span {
	display:block;
	margin:0 15px;
	padding-left:35px;
}
#menu a.demo span { background:url(../images/menu_demo.png) no-repeat left center; }
#menu a.contact span { background:url(../images/menu_contact.png) no-repeat left 7px; }
#menu a.print span { background:url(../images/menu_print.png) no-repeat left center; }
#menu a.pdf span { background:url(../images/menu_pdf.png) no-repeat left center; }


/* aside > section */
#aside .section {
	border:1px solid #585858;
	padding:4px;
	margin-top: 10px;
}
#aside .section h3 {
	background:url(../images/aside_section_title.png) no-repeat;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	text-indent:35px;
}
#aside .section .content {
	background:url(../images/aside_section.png) repeat-x top;
	margin:4px 0 0;
	padding:10px;
}
#aside .section h4 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:1.4;
	padding:0 0 5px;
}
#aside .section p {
	line-height:1.4;
	padding:0 0 5px;
}
#aside .section .btn {
	width:240px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:url(../images/btn_aside.png) no-repeat;
	display:block;
	margin:0 auto 5px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
/* footer > botnav */
#footer { margin:20px 0 0; }
#botnav {
	background:url(../images/botnav.png) no-repeat left;
	height:40px;
	line-height:40px;
	color:#6f6f6f;
}
#botnav a {
	color:#fff;
	padding:15px;
}
#botnav .left { width:70%; }
#botnav .right { width:30%; }
#botnav .right a { font-size:11px; }
#legal {
	color:#898989;
	padding:10px;
}
#legal .left { font-size:13px; }
#legal .right { font-size:11px; }
#legal a {
	color:#898989;
	padding:0 2px;
}
/* internal > page title */
.pagetitle {
	height:110px;
	text-indent:-1000em;
	margin:0 0 10px;
}
.pagetitle.plat		 { background:url(../images/title_platform.jpg) no-repeat; }
.pagetitle.products	 { background:url(../images/title_products.jpg) no-repeat; }
.pagetitle.info		 { background:url(../images/title_infocenter.jpg) no-repeat; }
.pagetitle.support	 { background:url(../images/title_support.jpg) no-repeat; }
.pagetitle.news 	 { background:url(../images/title_newspress.jpg) no-repeat; }
.pagetitle.about 	 { background:url(../images/title_aboutus.jpg) no-repeat; }
.pagetitle.contact 	 { background:url(../images/title_contactus.jpg) no-repeat; }
.pagetitle.login 	 { background:url(../images/title_clientlogin.jpg) no-repeat; }
.pagetitle.legal 	 { background:url(../images/title_legalnotices.jpg) no-repeat; }
.pagetitle.search 	 { background:url(../images/title_search.jpg) no-repeat; }
.pagetitle.sitemap 	 { background:url(../images/title_sitemap.jpg) no-repeat; }
.pagetitle.investor  { background:url(../images/title_investor.jpg) no-repeat; }



/* internal > sidenav */
#sidenav {
	width:210px;
	float:left;
}
#sidenav h3 {
	font-size:15px;
	line-height:30px;
	margin-top:10px;
}
#sidenav ul li {
	width:100%;
	overflow:hidden;
}
#sidenav ul li a {
	color:#282828;
	background:url(../images/sidenav_inactive2.png) no-repeat;
	padding:7px;
	display:block;
	font-weight:bold;
	margin-bottom:5px;

}
#sidenav ul li.active a {
	background:url(../images/sidenav_active.png) no-repeat;
	height:30px;
	line-height:30px;
	padding:0;
	text-indent:10px;
	color:#fff;
	margin:3px 0;
}
#sidenav ul li.active a:hover { text-decoration:none; }
/* internal > content */
#content {
	width:415px;
	float:right;
}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
	margin:10px 0;
	color:#a71619;
}
#content h2 {
	font-size:2em;
}
#content h3 {
	font-size:1.7em;
}
#content h4 {
	font-size:1.6em;
}
#content h5 {
	font-size:1.5em;
}
#content h5 {
	font-size:1.3em;
}
#content p {
	line-height:1.8;
	margin:10px 0;
}
/* info center > content */
#content {
	width:415px;
	float:right;
}
#content p {
	line-height:1.5;
	padding:0 0 10px;
}
#content a {
 color:#1973C5;
 }
#content td {
	border-left:none;
	border-right:none;
	border-top:none;
	padding: 3px
}



#content li{
	list-style:disc;
	line-height:1.5;
	padding:0 0 10px;
	margin: 0 0 0 15px
}

#content100 {
	width:100%;
	float:right;
}
#content100 h1,#content100 h2,#content100 h3,#content100 h4,#content100 h5,#content100 h6 {
	margin:10px 0;
	color:#a71619;
}
#content100 h2 {
	font-size:2em;
}
#content100 h3 {
	font-size:1.7em;
}
#content100 h4 {
	font-size:1.6em;
}
#content100 h5 {
	font-size:1.5em;
}
#content100 h5 {
	font-size:1.3em;
}
#content100 p {
	line-height:1.8;
	margin:10px 0;
}

#content100 a {
 color:#1973C5;
 }

#content100 li{
	list-style:disc;
	line-height:1.5;
	padding:0 0 10px;
	margin: 0 0 0 15px
}

#demol{
text-align:left;
}

#demo form input{
text-align:right;
}


.table_align{

border:none;
margin-left:-200px;

}






