


#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:0px;
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;
}

#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;
height:500px;
color:#fff;
}
#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;
}

#product_highlights {
margin-left:20px;
margin-top:15px;
}
#product_highlights_options {
margin-left:35px;
margin-top:10px;
}
.ph_option {
padding-bottom:10px;
}
#product_screenshots {
margin-left:20px;
margin-top:15px;
margin-bottom:5px;
}
#screenshot_thumbs {
width:80%;
margin-left:30px;
}

.products_screenshot {
background:#fff;
border:1px solid #1d498c;
padding:0px 10px 10px 10px;
margin-top:15px;
margin-left:15px;
}
.close_screenshot {
text-align:right;
padding:7px 0px 0px 0px;
}
.screenshot_heading {
padding:3px 0px 3px 0px;
}


.products_table {
width:440px;
font-size:10px;
}
.products_table_title {
background:#f17d13;
color:#fff;
font-weight:bolder;
font-size:11px;
padding:4px;
}
.products_table_feature {
border: 1px solid #efefef;
background-color:#efefef;
padding:4px 4px 10px 4px;
font-weight:bolder;
vertical-align:top;
}
.products_table_benefit {
border: 1px solid #efefef;
background-color:#fff;
padding:4px 4px 10px 4px;
vertical-align:top;
}

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;
}

