
/*Rounded corners*/



#hm_img1 { background:url(../images/main_image_soldiers.jpg) no-repeat;}
#hm_img2 { background:url(../images/main_image_planes.jpg) no-repeat;}
#hm_img3 { background:url(../images/main_image_womanchild.jpg) no-repeat;}

#box1, #box2, #box3  {
position:absolute; 
z-index:1000; 
width:335px; 
top:205px; 
right: 40px;
filter: alpha(opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.70; opacity:0.70;

  }

#box1 p, #box2 p, #box3 p {
color:#620B13;
margin:0 10px 0 10px;
font-size:16px;
font-weight:bold;
line-height:1.1em;
}

#box1 p span, #box2 p span, #box3 p span {
color:#000000;
font-size:11px;
font-weight:bold;
display:block;
}

a.purchasemain, a.purchasemain:link, a.purchasemain:visited {
font-size:12px;
font-weight:bold;
color:#11325F;
text-decoration:none;
display:block;
margin:5px 0 0 0;
text-align:right;
background:url(../images/star.png) no-repeat 102px 1px;
}

a.purchasemain:hover, a.purchasemain:active {
text-decoration:underline;
}









