@charset "utf-8";
/* --- Base feature styles ------------------------------------------------------- */

#feature {
     background: url(../images/banner_bg.gif) left top repeat-x;
	 margin:0;
     position:relative;
     width:100%;
	 height:240px; 
   }
   
#leftFeature{
    position:absolute;
	top:1.2em;
	left:2.5em;
    width:55%;
	height:220px;
}

#leftFeature h1{
    margin-left:5%;
}
#versionSign{
    position:relative;
	top:-1.8em;
	padding-left:2px;
    font: 18px Tahoma;
	font-weight:bold;
	
}

#leftFeature p{
    font:0.9em Tahoma;
	margin:5px 0;
    width:92%;
}

#freeScan_icon{
    margin-left:5%;    
}

#rightadFeature{
    height:240px;
    width:auto;
    float:right;
   }

/* Feature Footnote */
#screenShot_foot{
    background: url(../images/more_bg.gif) repeat-x;
	clear:both;
   }
#screenShot_foot img{
    float:right;
    position:relative;
    display:block;
    right:5px;
	width:auto;
   }
