/* CSS Document */

* {
	margin:0;
	padding:0;
}

* a{position:relative;}

body {
	background-color:#C1C27A;
	background-repeat:repeat;
	padding:0;
	margin:0;
}

body a img {
	border:0;
/*	text-decoration:none;
*/}

a:link {
	color:#104E8B;
	border:0;
	text-decoration:none;

}


a {
text-decoration: none;

}


a:visited {
	color:#668B8B;
	text-decoration:none;
}

a:active {
	color: red;
}

a:hover {
	text-decoration:underline;
	color:#FFFFE1;

}


#appwrap { 
	position:relative;
 	margin: 0 auto;
	width:750px;
	height:auto;
}

#headerpics /*ul li*/{/*little pictures*/
	position:absolute;
	width:750px;
	left:33px;
	padding-top:15px;
	/*border-bottom:2px solid;
	color:#F2F2D8;*/
}
	
#headerpics img {
	float:left;
	padding:0 10px 0 0;
	position:relative;

}
#headerpics img a {
	border:none;
	text-decoration:none;
	border:0;

}

#headerpics li {
	list-style:none;
	display:inline;
}
/*#headerpics li ul {
	list-style:none;


}*/

.cspheader {/* controls caspari Logo*/
	margin:0 20px 0 0;}


#indexnav ul {
	position:absolute;
	list-style-type:none;
	width:10em;
	margin:0 0 0 0;
}

#indexnav li ul a {
	list-style-type:none;
	text-decoration:none;
}

#indexnav a:hover {
	text-decoration:underline;

}

#indexnav ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:17px 0 0 13px;
	font-size:13px;
}


/*halloween content*/

#hwcontent {
	position:absolute;
	top:130px;
	height:465px;
	width:750px;
	background-color:#de690e;
	background-image:url(../../../images/hwbotlogo.gif);
	background-repeat:no-repeat;
	background-position: 670px 430px;
}

#weentoprow {
	top:5px;
	left:275px;
	position:absolute;
}

#weenmidrow {
	top:150px;
	position:absolute;
	left:10px;

}

#weenbotrow {
	top:300px;
	position:absolute;
	left:10px;

}
.curve {
	clear:inherit;
	float:left;
}

#bottomlink a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#AFBE34;
}

#bottomlink a {
	top:287px;
	position:relative;
	float:left;
	padding: 0 0 0 15px;
	color:#000000;	
}



/*mother's day content*/

#momcontent {
	position:absolute;
	top:130px;
	height:465px;
	width:746px;
	background-color:#9bbdaa;
	background-image:url(../images/bkgd/fallbkgrndcss.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

/*father's day content*/

#dadcontent {
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:absolute;
	top:130px;
	height:465px;
	width:750px;
	background-color:#9bbdaa;
	background-image:url(../images/bkgd/CaspariOnlineGoldfd.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}


#app_footer{
	position:absolute;
	font-family:"Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman";
	color: #2A2A2A;
	font-size:12px;
	top:592px;
	margin: 4px 0px 5px 0px;
	text-align:left;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:capitalize;
	letter-spacing:0.7px;
	word-spacing:normal;
}

#footer{
	position:absolute;
	font-family:"Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman";
	color: #2A2A2A;
	font-size:12px;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:capitalize;
	letter-spacing:0.5px;
	word-spacing:normal;
	bottom:-1.5em;
	text-align:center; !important
	width:465px;
}

#footer p {
	text-align:center; !important


}

.footerspan {
	font-family:"Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman";
	font-size:11px;
}

#bottomicon { /*product bottom icon*/
	position:absolute;
	right:10px;
	margin:432px 0 0 0;
}



#bottomiconn {
	position:absolute;
	right:10px;
	margin:432px 0 0 0;
}



/* dropdown navigation */

#nav, #nav ul {  /*all lists */
	padding: 0;
	margin: 0;
	z-index:3;
	list-style: none;
	line-height:15px;;
	font-size:12px;
	font-variant:small-caps;
	font-family:"Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman";
	font-weight:400;
}
#nav ul {
   overflow:visible;
}

#nav a {
	display: block;
	width: 10em;
	color:#336600;
}

#nav li:hover, #nav li.hover { /* IE7 fix*/
    position: static;
}

#nav li a img {
	padding: 0 0 0 0;
	margin:0 0 0 0;
}

#nav li { /* all list items */
	float: left;
	width: 10em;
	background:#FFFFE1;
	z-index:3;
	border-width:1px 1px 0 1px;
	color:#FFFFE1;
	/*	opacity: .90;
	filter: alpha (opacity=90);*/
 /* width needed or else Opera goes nuts */
}

#nav li a {/*pads menus, provides lines*/
	text-decoration: none;
	width: 100%;
	line-height:17px;
	height:auto;
	padding:0 0 0 2px;
	margin:0 0 0 0;
}
.navheight {
	height:30px;

}

#nav li ul { /* second-level lists */
	list-style:none;
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists ajusts hight of 2nd level */
	margin: -1.5em 0 0 10em;
	padding:0 0 0 0;
	list-style:none;
	background-color:#CCCCFF;

}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;

}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navwrap {
	position:absolute;
	background-color:#FFFFE1;
	top:100px;
/*	padding-left:2em;
*/	z-index:3;
}

#navwrap img a {
	border:0;
	padding:1px 0 0 3em;
/*	padding-top:0;
	padding-left:2em;
	padding-left:20%;
	padding-right:inherit; moves first level*/
	}


#nav li ul a:hover { /*hover color and style*/
	background-color:#CCCCFF;
	line-height:17px;

/*	padding:0 0 0 2px;
	margin:1px 0 1px 0;*/
/*	padding:0 0 0 2px;
	margin:1px 0 1px 0;*/
	}


#listcontent {
	clear: left;
	color: #ccc;
}

li>ul { 
	top: auto;
	left: auto;
}


/* LIGHTBOX CONTROL */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../deps/wh/mothersday/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:url(../deps/wh/mothersday/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(../deps/wh/mothersday/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
		
		
		
	#overlay{ /*slideshow background*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #C1C27A;a
	}
	
	

#navwrap {
	position:absolute;
	background-color:#FFFFE1;
	width:720px;
	top:100px;
	padding-left:2em;
	z-index:3;
}



#listcontent {
	clear: left;
	color: #ccc;
}

li>ul { 
	top: auto;
	left: auto;
}

/*end dropdowns*/

/*bottom links*/
#dadlink {
position:relative;
padding:0 0 0 15px;
margin:-5px 0 0 0;

}
#dadlink a {
	font-family:'Lucida Grande', Verdana, sans-serif;
	color:#f2f2d8;
	font-weight:400;
	font-size:15px;

}

