/*
body {

	margin:25px; 
	font:12px Verdana, Arial, Helvetica
}
*/
* {
	padding:0; 
	margin:0;
}

.services, .about {
	float:left; 
	padding-right:0px;
	
}
.services dt, .about dt {
	 
	height: 56px; 
	border: 0px solid #9ac1c9; 
	padding: 0px; 
	font-weight: bold; 
	cursor: pointer; 
	
}

.services dt {
	
	background: url(../images/Services-Normal.gif);
	width: 136px;
	}

.about dt {
	
	background: url(../images/About-normal.gif);
	width: 121px;
	}

.services dt:hover {
	background:url(../images/Services-Over.gif);
}
.about dt:hover {
	background:url(../images/About-Over.gif);
}

.services dd, .about  dd {
	position: absolute; 
	overflow: hidden; 
	width: 200px; 
	display: none; 
	background: #fffffff; 
	z-index: 200; 
	opacity: 0;
}
.services ul, .about  ul {
	width: 175px; 
	border: 3px solid #cc3730; 
	list-style: none; 
	border-top: none;

}
.services li, .about  li {
	display: inline;
}
.services a, .services a:active, .services a:visited, .about a, .about a:active, .about a:visited {
	display: block; 
	padding: 8px 5px 8px 5px; 
	color: #111111; 
	text-decoration: none; 
	background: #fbf0dd; 
	width: 165px;
	
}
.services a:hover, .about a:hover {
	background: #fff9f0; 
	color: #000000;
	
}
.services .underline, .about .underline {
	border-bottom: 1px solid #cc3730;
}


#blanket {
   /*
   background-color:#222222;
   opacity: 0.60;
   */
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#f2bd82;
	top: 200px;
    left: 320px;
	width:525px;
	height: 300px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	border: 3px solid #880a04; 
	margin: 2px;
}
#popUpPurse {
	position:absolute;
	background-color:#f2bd82;
	top: 200px;
    left: 320px;
	width:650px;
	height: 500px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	border: 3px solid #880a04; 
	margin: 2px;
}
#popUpPurse_2 {
	position:absolute;
	background-color:#f2bd82;
	top: 200px;
    left: 320px;
	width:650px;
	height: 500px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	border: 3px solid #880a04; 
	margin: 2px;
}
#popUpDivReward {
	position:absolute;
	background-color:#f2bd82;
	top: 200px;
    left: 320px;
	width:525px;
	height: 200px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	border: 3px solid #880a04; 
	margin: 2px;
}

a.closePop{
	color: #000000;
	padding: 3px;
	font-size:12px;
	font-family: verdana, ariel, 'trebuchet ms';
}
	
















