/* 
Document   : ext_misc
Created on : Sep 21, 2008, 9:30:12 PM
Author     : Raymond.Ho
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
#header{
    
    height:120px;
    min-height:100px;
    position:relative;
    clear:both;
    border-color:#B0BDC6;
    border-style:solid;
    border-width:1px;
    clear:both;
    margin-bottom:0px;
    background-image:url(images/bg/header_bg.gif);
}
#header .hd h1 {
    display:block;
    margin:0.5em 3em 0 1.5em;
    width:199px;
    
}
#header .bd{
    background:transparent none repeat scroll 0 0;
    border:0 none;
    margin:0;
    padding:0;
}
#sf-bg-nie {
    float:right;
    left:120px;
    height:7.38em;
    min-height:96px;
    min-width:666px;
    position:absolute;
    right:1.1em;
    top:0;
    width:51.23em;
    z-index:6000;
}
#sf-bg-ie {
    display:none;
}
.homeicon{
    background-image:url(images/icons/homeicon.gif) !important;
}
.subscribeicon{
    background-image:url(images/icons/fam/add.gif) !important;
}
.pubsicon{
    background-image:url(images/icons/pubsicon.gif) !important;
}
.suppliericon{
    background-image:url(images/icons/suppliericon.gif) !important;
}
.moreicon{
    background-image:url(images/icons/moreicon.gif) !important;
}
.bulleticon{
    background-image:url(images/icons/bulleticon.gif) !important;
}



