body, html {
    background-color: #579ED6;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#doc {
    width: 800px;
    background-image: url('img/bg.gif');
    background-repeat: repeat-y;
    font-size: 11px;
    font-family: Arial;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    position:relative;
}
#header {
    width: 800px;
    height: 268px;
    margin-left: 20px;
    background-image: url('img/sysmex_home_image_v03.jpg');
    background-repeat: no-repeat;
}
#banner-content {
    display: none;
}
#navigation {
    position: relative;
    top: 0px;
    width: 760px;
    height: 23px;
    margin: 0;
    padding: 0;
    left: 20px;
    background-color: #264C93;
}
#navigation ul {
    margin: 0px;
    padding: 0px;
    height: 23px;
    padding-left: 20px;
    list-style: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    overflow: hidden;
    
}
#navigation ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 23px;
    float: left;
    display: block;
    color: #FFFFFF;
}
#navigation ul li a{
    margin: 0px;
    padding: 0px;
    padding-top: 4px;
    padding-left: 15px;
    padding-right: 15px;
    height: 23px;
    float: left;
    display: block;
    text-decoration:none;
    color: #FFFFFF;
    font-weight: bold;
}
#navigation ul li a:hover{
    background-color: #569DD5;
}
#bar {
    margin: 0px;
    padding: 0px;
    background-image: url('img/bar_v2.jpg');
    background-repeat: no-repeat;
    height: 7px;
    width: 760px;
    position: relative;
    overflow: hidden;
    left: 20px;
    top: 0px;
}
#bd {
    margin: 0px;
    padding: 0px;
    background-image: url('img/sysmex_rev_1.3_08.gif');
    background-repeat: no-repeat;
    height: 329px;
    position: relative;
    left: 20px;
    top: 0px;
}
#footer {
    padding-top: 10px;
    margin-left: 575px;
    padding-bottom:15px;
}
#footer p {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
}
#footer p a {
    color: #486985;
    text-decoration: underline;
}
#bd #left {
    margin:0;
    padding: 0;
    position: absolute;
    width: 300px;
    left: 162px;
    top: 10px;
}
#bd #right {
    margin:0;
    padding: 0;
    position: absolute;
    width: 200px;
    left: 545px;
    top: 10px;
}
#bd #right ul{
    padding: 0;
    margin: 0;
    margin-left: 0px;
    padding-left: 15px;
}
#bd #right li {
    padding-bottom: 10px;
    padding-left: 0px;
    list-style-type: square;
    color: #008FDB;
}
#bd #right li a {
    text-decoration:none;
    color: #2E5373;
    font-weight: normal;
}
#bd #right li a:hover{
    color: #3085C7;
    text-decoration: underline;
}
#bd #right p, #bd #right p a {
    color: #579ED6;
    font-weight: bold;
    font-size: 12px;
}
#bd #right p a:hover {
    color: #1377C5;
}
#bd strong, #bd b a {
    color:#1377C5;
}
#bd a, #bd p {
    color:#254969;
}
.more-link {
    margin: 0;
    padding: 0;
}
#bd #right .more-link a {
    display: block;
    margin-left: 15px;
    color: #236BA3;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
}
#bd #right .more-link a:hover {
    color: #3085C7;
}
#specials {
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    top: 268px;
    left: 517px;
}
#specials img {
    margin-top: -1px;
}
a img {
    border: none;
}
#bd #image {
    height: 81px;
    width: 80px;
    position: absolute;
    left: 60px;
    top: 25px;
    background-image: url('img/image.gif');
    background-repeat: no-repeat;
}
#bd #image p, #bd #image p a {
    color: #579ED6;
    font-weight: bold;
    font-size: 12px;
}
#bd #image p a:hover {
    color: #1377C5;
}

#search {
    width: 195px;
    position: absolute;
    top: 17px;
    left: 562px;
    text-align: right;
    vertical-align: middle;
}
#search a {
    color: #486985;
    font-size: 11px;
}
#search a:hover {
    color: 1277C5;
}
#search input.textfield {
    margin: 0px;
    padding: 0px;
    width: 165px;
    border:thin solid #A675CC;
}
#search input.submit {
    border: none;
    margin: 0px;
    padding: 0px;
    width: 18px;
    height: 14px;
    vertical-align: middle;
    background-color: #A675CC;
    color: #FFFFFF;
    font-size: 8px;
    margin-bottom: 6px;
    margin-left: 4px;
    text-transform: uppercase;
}
#search input.submit:hover {
    background-color: #B9A6CC;
}
#login {
    position: absolute;
    top: 55px;
    left: 560px;
    padding: 10px;
    margin: 0px;
    font-size: 10px;
    background-image: url('img/blue_panel2010.jpg');
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 183px;
    width: 180px;
}
#login p, #login a {
    color: #FFFFFF;
    font-weight: bold;
}
#login p {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0;
}
#login .label {
    font-weight: bold;
    clear: both;
}
#login .textfield {
    margin-bottom: 3px;
    margin-top: 3px;
    border: none;
    width: 145px;
    height: 18px;
    float:left;
}
#login .button {
    width: 18px;
    margin: 2px;
    margin-top:5px;
    font-size: 8px;
    height: 14px;
    border: none;
    color: #FFFFFF;
    background-color: #579ED6;
    text-transform: uppercase;
}
#login .button:hover {
    background-color: #80B0D6;
}
#login h2 {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    margin: 0;
    padding: 0;
}