#page_header {
	margin: 10px 0;
	height: 250px;
	}

#page_header_image {
	width: 545px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;	
	}
	
#page_header h1 {
	color: #fff;
	position: absolute;
	top: 30px;
	left: 30px;
	}
	
#page_header_gadgets {
	width: 195px;
	height: 250px;
	position: absolute;
	top: 0;
	right: 0;
	}
	
/* Home Page Promo */
	
#promo {
	width: 555px;
	height: 260px;
	position: absolute;
	top: -5px;
	left: -5px;
	}			
	
/* ================================ */

#main {
	min-height: 100px;
	padding: 10px 0;
	color: #3e647e;
	}
	
* html #main {
	height: 100px;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main a {
	color: #990000;
	text-decoration: none;
	}
	
#main a:hover {
	background-color: #cc0000;
	color: #fff;
	border: none;
	}
	
#main h2 {
	margin-top: 20px;
	}

#welcome {
	width: 299px;
	border-right: 1px solid #e4eaee;
	padding: 10px 20px;
	float: left;
	font-size: 12px;
	}
	
#welcome p {
	margin: 10px 0;
	line-height: 1.5em;
	}
	
#welcome h4 {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	color: #587992;
	font-style: italic;
	font-weight: bold;
	}
	
#welcome h4 strong {
	color: #02253a;
	}

#online_tools {
	width: 165px;
	padding: 10px 20px;
	float: left;
	}
	
#online_tools ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #e5eaef;	
	}
	
#online_tools li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #e5eaef;
	}
	
#online_tools li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	background: url(online_tools_li_a.gif) no-repeat 5px 8px;
	border: none;
	}	
	
	

	
#news {
	width: 165px;
	padding: 10px;
	margin: 0 10px;
	float: right;
	background: #f2f5f7;
	}
	
* html #news {
	margin:0 5px;
	}

#news .news_item {
	font-size: 10px;
	margin: 10px 0;
	padding: 0 0 15px 0;
	}
	
#news .news_item p {
	line-height: normal;
	margin: 0 0 10px 0;
	}

#news .news_item h5 {
	font-size: 12px;
	color: #02253a;
	margin: 0;
	line-height: 16px;
	}
	
#news .news_item h6 {
	font-size: 10px;
	color: #87887e;
	margin: 0;
	}
	
#news .news_item a {
	color: #990000;
	border: 1px solid #d3ac97;
	padding: 0px 5px 1px;
	text-decoration: none;
	font-size: 11px;
	background: #fff; 
	}
	
#news .news_item a:hover {
	border: 1px solid #660000;
	background: #990000;
	color: #fff;
	}
	
#news_links {
	padding: 2px 0 0 0;
	border-top: 1px dotted #ced8df;
	}
	
/* ====================================== */
#tabs {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	}
	
#tabs li {
	float: left;
	}
	
#tabs a {
	display: block;
	height: 14px;
	padding: 0;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 5px;
	z-index: 100;
	}
	
	
#tabs a * {
	display: none;
	}
	
#tabs a.focus {
	height: 20px;
	margin-top: 0;
	}
	
#tabs #tab_btn_directory {
	width: 94px;
	border: 1px solid #02253a;
	border-bottom: none;
	border-right: none;
	background: #003082 url(tab_directory.gif) no-repeat;
	display: block;
	}
	
#tabs #tab_btn_directory:hover {
	background-position: 0 -20px;
	}
	
#tabs #tab_btn_directory.focus {
	border-right: 1px solid #02253a;
	width: 93px;
	background-image: url(tab_directory_focus.gif);
	background-position: left top !important;	
	}
	
#tabs #tab_btn_box_finder {
	width: 99px;
	border: 1px solid #50180d;
	border-bottom: none;
	border-left: none;
	background: #9f2d20 url(tab_box_finder.gif);
	}
	
#tabs #tab_btn_box_finder:hover {
	background-position: 0 -20px;
	}	
	
#tabs #tab_btn_box_finder.focus {
	border-left: 1px solid #50180d;
	width: 98px;
	background-image: url(tab_box_finder_focus.gif);
	background-position: left top !important;
	}

	
.tab_panel {
	width: 193px;
	height: 228px;
	position: absolute;
	top: 20px;
	display: block;
	z-index: 50;
	color: #fff;
	overflow: hidden;
	}
	
.tab_panel.focus {
	z-index: 60 !important;
	}
	
.tab_panel h3 {
	color: #fff;
	margin: 0;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	}
	
.tab_panel p {
	margin: 0;
	}
	
#dx_directory {
	background: #003082 url(directory.gif);
	border: 1px solid #02253a;
}
	
#box_finder {
	background: #9f2d20 url(box_finder.gif);
	border: 1px solid #50180d;
	cursor: default;
	}

#dx_directory_content {
	padding: 10px;
	}
	
#dx_directory_form {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border: none;
	border-top: 1px solid #a3b5d2;
	}
	
#dx_directory_form .field {
	width: 166px;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #bcc9d6;
	margin-bottom: 7px;
	}
	
#directory_search {
	display: block;
	width: 55px;
	height: 20px;
	margin: 5px 0 0;
	border: none;
	background: url(directory_search.gif);
	color: #fff;
	font-size: 1px;
	line-height: 0;
	float: right; 
	}
	
#directory_search:hover {
	background-position: 0 -20px;
	}	
	
#directory_search * {
	display: none;
	}
	
#directory_advanced_search {
	display: block;
	width: 110px;
	height: 20px;
	margin: 5px 0 0;
	border: none;
	background: url(directory_advanced_search.gif);
	color: #fff;
	font-size: 1px;
	line-height: 0;
	}
	
#directory_advanced_search:hover {
	background-position: 0 -20px;
	}	
	
#directory_advanced_search * {
	display: none;
	}
	
/*-----------Online Trading Btn------------*/

#online_trading {
	width: 170px;
	height: 35px;
	margin-left: -0px;
	margin-bottom: -10px;
	}	
	
#online_trading a {
	background: url(online_trading_btn.gif) no-repeat;
	width: 170px;
	height: 35px;	
	display: block;
	}	
	
#online_trading a:hover {
	background-position: 0 -35px;
	}	
	
	
/*Debug Panel when needed */
#debug {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 200px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 1000000;
	}
