


#home_banner {
padding:0px;
margin:0px;
border:0px;
background-color:#F17D13;
border-top: 2px solid #C7C7C7;
border-bottom: 2px solid #C7C7C7;
height:130px;
width:100%;
}
#home_banner_bg {
padding:0px;
margin:0px;
border:0px;
height:130px;
width:99%;
background-image:url('../_images/subpage_banner_bg.jpg');
background-position:top center;
background-repeat:no-repeat;
position:absolute;
z-index:10;
}
#home_banner_blue {
padding:0px;
margin:0px;
border:0px;
background-color:#0A204B;
width:49%;
height:130px;
position:absolute;
z-index:1;
}
#home_banner_contents {
width:770px;
margin:auto;
}
#banner_title {
position:absolute;
float:left;
z-index:110;
margin-left:5px;
margin-top:28px;
}
#try_nims {
position:absolute;
float:left;
z-index:110;
margin-left:285px;
margin-top:20px;
}
#purchase_nims {
position:absolute;
float:left;
z-index:110;
margin-left:530px;
margin-top:25px;
}


#product {
text-align:center;
}
#product_content {
width:770px;
margin:auto;
text-align:left;
}

#product_main {
width:460px;
padding-right:15px;
display:block;
}

#side_bar {
width:289px;
float:right;
}
#side_bar_content {
background-image:url('../_images/side_bar_bg.jpg');
background-position:top center;
background-repeat:repeat-y;
color:#fff;
height:500px;
}
#side_bar_content a {
color:#fff;
}
#side_bar_bottom {
background-image:url('../_images/side_bar_bottom.jpg');
background-position:top center;
background-repeat:no-repeat;
}


#form_table {
width:100%;
}

ul {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
ul li {	
    padding-left: 14px;
    background-image: url('../_images/products_table_bullet.jpg');
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-bottom:10px;
    }

html[xmlns] .ul {
    padding-left: 2em;
}

html[xmlns] .ul li {
    background: none; /* undo the background-image */
    list-style-image: url('../_images/products_table_bullet.jpg');
    padding: 0;
    padding-bottom:10px;
}

