/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #CC0066;
	
	}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
text-decoration: underline;
	}
a:visited {
text-decoration: underline;
	}
a:active {
text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
.ULProdCatNav ul{
 
	}

.ULProdCatNav li {
    color: #914379;
	list-style: none;
	font-size: .9em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
.ULMyAccountNav ul {

	}
	
.ULMyAccountNav li {

 	list-style-type: none;
	list-style-image: none;
	}
	
	
.ULMyAccountNav li a {
    color: #999999;
	text-decoration:none;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:-15px; 
	}
	
	.ULMyAccountNav li a:hover {
    color: #999999;
	text-decoration:underline;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:-15px; 
	}
	
	
.articleHeader a {
    color: #fff;
	text-decoration:underline;
	font-weight:normal;
 
	}
	
.articleHeader  a:hover {
    color: #fff;
	text-decoration:underline;
	font-weight:normal;
	}
	
	
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 1.2em 1.2em 1.2em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

#container {
	width: 870px;
	overflow:hidden;
	background-color: #F061A1;
	margin: 0 auto;
	padding: 0em 0em 0em 0em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
	
#whiteContainer{
	width: 798px;
	overflow:hidden;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0em 0em 0em 0em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
	
#searchBox { /* search window space */
width:376px;
height:150px;
float:right;
background-image:url(images/headerTagline.gif);
background-repeat: no-repeat;
background-position: bottom left;
	}
	
#menuContainer{
	width: 796px;
	background-image: url(images/menuBG.jpg);
	background-position:top;
	background-repeat:repeat;
    border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #330066;
	position:relative;
	clear:both;
	overflow:hidden;
	
	}
	
#footer p {
float:left;
	clear:both;
	font-size: .9em;
	line-height: 1.2em;
	color:#FFFFFF;
	text-align: center;
	width: 796px;
	background-color: #8ECA4C;
	margin: 0px auto 10px auto;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	padding:5px 0 5px 0;
	}
	

	
.box h3 {
margin: 0;
padding: 6px 8px 4px 10px;
font-size:130%;
color: #fff;
}
	
.boxHome {
float:left;
width:514px;
height: 236px;
margin-left:10px; /* left-aligns bow with HOME on menu */
margin-right:6px;
background: url(images/frames/themes/windowMainALT.jpg) no-repeat bottom left;

}
	
.boxHomeNarrow {
margin-top:10px;
float:left;
width:227px;
background: url(images/frames/homeFrameBottomNarrow.gif) no-repeat bottom left;
}

.boxHomeNarrowHelp {
float:left;
width:227px;
background: url(images/frames/themes/homeFrameBottomNarrowHelp.jpg) no-repeat bottom left;
}

.boxHomeNarrowRight {
margin-top:10px;
float:left;
width:227px;
background: url(images/frames/themes/FrameFrontPagePicsBackyardigans.jpg) no-repeat bottom left;
}

.boxHomeMedium {
float:left;
width:253px;
background: url(images/frames/homeFrameBottomMedium.gif) no-repeat bottom left;
}

.boxHomeMediumLeft {
margin-top:10px;
margin-left:10px;
margin-right:0px;
float:left;
width:253px;
background: url(images/frames/themes/FrameFrontPagePicsPicnicPixzzazz.jpg) no-repeat bottom left;
}

.boxHomeMediumCenter {
margin-top:10px;
float:left;
width:253px;
background: url(images/frames/themes/FrameFrontPagePicsBridalShower1.jpg) no-repeat bottom left;
}
.boxHomeWide {
margin-bottom:20px;
margin-top:10px;
margin-left:10px;
float:left;
width:515px;
background: url(images/frames/homeFrameBottomWide.gif) no-repeat bottom left;
}


.boxStoreFrameBottomLeft {
width:226px;
background: url(images/frames/storeFrameBottomLeft.gif) no-repeat bottom left;
}


.boxStoreFrameBottomCenter {
width:226px;
background: url(images/frames/storeFrameBottomCenter.gif) no-repeat bottom left;
}


.boxStoreFrameBottomRight {
width:226px;
background: url(images/frames/storeFrameBottomRight.gif) no-repeat bottom left;
}


/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {
width: auto;}
