/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #69078E url("images/purple-berber.png") fixed;
	width: 825px;
	/*align: center; */
	
	scrollbar-face-color: #B092BC;
	scrollbar-track-color: #68068D;
	scrollbar-3dlight-color: #4D256B;
	scrollbar-arrow-color: #4D256B;
	scrollbar-highlight-color: #EBE3EE;
	scrollbar-shadow-color: #A27EAF;
	scrollbar-darkshadow-color: #B092BC;
	scrollbar-base-color: #A27EAF;

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #4E387E; /* #4E387E is a nice orange; #64837E is a medium green; this color originally was a blue: #005FA9; */
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Verdana,Arial,sans-serif;
 color: #334d55; /* 334d55 is a dark green */
 margin: 0px;
 padding: 0px;
}

img.showcase {
	float: left;
	min-height: 100px;
	/*
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right:20px;
	margin-bottom: 20px; 
	*/
/*
	border-right: 1px #B092BC solid;
	border-bottom: 1px #B092BC solid;  /* NOTE: #B092BC is a darkish purple 
*/
}
.story img {
	cursor:pointer;
}

h2{
 font: bold 114% Verdana, Arial,sans-serif;
 color: #68068D; /* purple = #68068d */
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #68068D; /* purple = #68068d */
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}

table {
	border-bottom-color: #4d256b;
	border-right-color: #b092bc;
	
}


input{
	font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;

}

#pageNav{
	float: left;
	width:150px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #4D256B;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 10px 0px 170px;
	/* this is on the left edge of the content sections */
	/* border-left: 1px solid #ccd2d2; */ 
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}



/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000; /* black */
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	/* I assume this is the image I used for the top nav background: */
	background-image: url("images/glbnav_background-purple.gif");
	/*background-image: url("images/glbnav_mirrored-background-purple.gif");
	background-image: url("images/glbnav_mirrored-lighter-bkgd.gif"); */
}

#globalNav img{
	margin-bottom: -4px;

}

#gnl { /* gnl = (g)lobal(n)av(l)eft */
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr { /* gnr = (g)lobal(n)av(r)ight */
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	color: #234930;
	width: 325px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #005FA9; /*#005FA9 is the pretty blue; #ffffff is white */
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #12381F; /* this is the green link between the links at the top nav */
}
a.glink:visited{
	color: #666666; /* font color of the globalnav links */
}
a.glink:hover{
  	background-image:  url("images/glblnav_selected-purple.gif");
	/* color: #4B2369; /* 4B2369 is a dark purple */
	text-decoration: none;
}

/************* skip this link style *************/
.skipLinks {display: none;}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 0px 10px;
	font: smaller Verdana,sans-serif;
	font-weight: bold;
	color: #4E387E;
	text-align: right;
	padding-right: 10px;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/*************** story styles ******************/

.story {
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.storyHidden {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	display: none;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
	background-color: #ddeeff; /* this is a nice, light blue */
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #4E387E;
	font-size: small;
	color: #cccccc; /* this is the (c) color text */
	padding: 10px 10px 10px 10px;
	/* margin-top: -1px; */
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{x
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav-purple.jpg");
	background-color: #e9eaec;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #4d256e; /* #CC2E00 is orange; #0e2e28 is a dark green; color orig was #21536A, which was a medium dark blueish-green; */
}

#sectionLinks a:visited {
	color: #A27EAF; /* #64837E is green; #ffffae is light yellow */
	}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #784E98; /* 784E98 is a med dark purple, light green is 91B0AB; orig color of #ddeeff seems to be a blue */
	color: #ffffff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#thispage { /* this is used to indicate the current page for the "Shopping Categories" sections */
	background-color: #784e98; /* 784e98 is a dark purple */
	/*background-image: url(images/bg_nav-cats-thispage.png); */
	border:1px solid #4E387E;
	background-image: none;
	color: #FFFFFF; /* Color #FF8764 is slightly lighter orange than 4E387E's orange */
}
#sectionLinks a#currentPage {/* this is used to indicate the current page for the left 4 Main Navigation sections */
	background-image: none;
	background-color: #784e98; /* 784e98 is a dark purple */
	border:1px solid #4E387E; /* nice orangey-red, same as in the Shopping Categories */
	color: #4E387E; /* nice orangey-red */
}
#thispage a:hover {
	color: #4E387E; /* #ffa991 is a light orange, for hover color */
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	color: #68068d;
	border-bottom: 1px solid #4D256B;
	background-color: #B092BC; /* med purple behind the lower purple nav section */
}

.relatedLinks h3{
	color: white;
	background-color: #4D256B; /* #4D256B is a dark purple, taken from the background pattern */
	padding: 10px 0px 2px 0px;
}

.relatedLinks a {
	display: block;
	/* margin-left: 1.5em; */
	margin-left: 0px;
	background-image: url("images/bg_nav-mauve.png");
	color: white;
}

.relatedLinks a:link, .relatedLinks a:visited {
	border-top: 1px solid #4D256B;
	color: #4D256B;
	padding: 3px 0px 3px 10px;
}

.relatedLinks a:visited {
	color:#EBE3EE;
}
	
.relatedLinks a:hover {
	color: #ffffff; /* YUCK! #4ECC24 = medium green for hover color */
}

/* Used for NPD's address in the masthead */
#ouraddress {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	/* color: #4ECC24; The color #4ecc24 is a nice green */
	color: #ffffff;
	font-weight: bold;
	top: 0;
	left: 580px;
	width: 201px;
}

#ouraddress a:visited {
	color: #4E387E;
}


