/* 
    Document   : Style.css

    Created on : May 13, 2012, 9:33:02 PM

    Author     : Abubakr

    Description:
        Purpose of the stylesheet follows.

*/


label.PharmacyName{

    z-index:1;

    position: absolute;

    color:black;

    font-size:195%;

    left:80%;

    top:2%;

    text-shadow:gray -0.1em 0.25em 0.15em;

    /*box-shadow: gray .33em 0.25em 0.25em;*/

}


img.banner{
/*
	width:100%;
	z-index:0;
	top:0px;
	position: fixed;
	left:0px;
	*/
	position: absolute;
	width: 100%;
	/*z-index: 1;*/
	left: 0px;
	top: 0px;
	margin-top: 0px;
	
}
img.banner2{
/*
	width:100%;
	z-index:0;
	top:0px;
	position: fixed;
	left:0px;
	*/
	/*position: absolute;*/
	width: 100%;
	/*z-index: 1;*/
	left: 0px;
	top: 0px;
	margin-top: 0px;
	
}