@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	color: #304401;
	/*background: #b4d0f1;*/
	background: #3e74ba;
	font-size:13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	}
.dmenu{
	width: 170px;

	 }
	 
.pheading{


	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #0b5f30;
	
	

	}
.dprice{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #aa7d02;

}

.subheading{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color: #304401;
	

}

#mypic {
    position:absolute;
     width:816px;
    height:340px;
    border:2px solid #000;
    margin:20%;
 }
#mypic img {
    position:absolute;
    width:816px;
    height:340px;
    display:block;
	z-index:100000000000;
 }
#remove {
    position:absolute;
    width:150px;
    line-height:22px;
    border:1px solid #000;
    bottom:5px;
    left:50%;
    margin-left:-76px;
    text-align:center;
    background-color:#fff;
    cursor:pointer;
	z-index:1000000000000;
 }
.hide {
    display:none;
 }
.show {
    display:block;
 }