/* NP TEMPLATE ADJUSTMENT ####################
##################################*/

#theSection #col_1_2 { margin-left:10px;margin-right:10px;width:160px;display:inline; }
#theSection #col_1, #theSection #col_2 { display:none; }
#theSection #col_3 { width:480px;margin-left:10px;display:inline; }
#theSection #col_4 { margin-left:10px;width:280px;display:inline; }

p {
    margin-bottom:15px;
}
.tuneIn {
    font-weight:bold;
}
.highlightImages {
    margin-top:10px;
    text-align:center;
}
.highlightImages img.promo {
    margin:0 auto 15px;
}
h1 {color:#766520;}
h1 span.subtitle {font-style: italic; font-weight: bold; color:#443838;}
h2 {color:#443838;}

/* NP MAIN NAV ####################
##################################

div#np_hdr_nav {
	width:980px;
	height:321px;
	background: url('../../img/np_hdr_bg.jpg') top left no-repeat;	
	position:relative;
}

div#hdr_logo {
	position:absolute;
	top:20px;
	left:20px;
}

div#hdr_badge {
	position:absolute;
	bottom:0;
	right:0;	
}

div#hdr_badge a, div#hdr_logo a {
	display:block;
	cursor:pointer;
}

*/

/* -------------------[ Category Navigation ]------------------- 

div#np_navbar {
	border: 0;
	padding: 0;
	margin: 0;
	clear: both;
	background: url("../../img/np_nav_bg.gif") top left no-repeat;
	height: 27px;
	position:absolute;
	top:291px;
	left:1px;
}

div#np_navbar ul {
	width: 980px;
	height: 27px;
	margin: 0;
	padding: 0;
	position: relative;
}
	
#np_navbar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#np_navbar ul li,
#np_navbar a {
	height: 27px;
	display: block;
}

#np_navbar ul li a {
	text-indent: -9999px; 
	text-decoration: none;
}


.n1 { left: 5px; width: 75px; }
.n2 { left: 85px; width: 150px; }
.n3 { left: 240px; width: 185px; }
.n4 { left: 430px; width: 230px; }


.n1 a:hover { background: transparent url("../../img/np_nav_bg.gif") -5px -27px no-repeat; }
.n2 a:hover { background: transparent url("../../img/np_nav_bg.gif") -85px -27px no-repeat; }
.n3 a:hover { background: transparent url("../../img/np_nav_bg.gif") -240px -27px no-repeat; }
.n4 a:hover { background: transparent url("../../img/np_nav_bg.gif") -430px -27px no-repeat; }


/* nav highlight replacement */

div.main li.n1 a { background: transparent url("../../img/np_nav_bg.gif") -5px -27px no-repeat; }
div.watch li.n2 a { background: transparent url("../../img/np_nav_bg.gif") -85px -27px no-repeat; }
div.share li.n3 a { background: transparent url("../../img/np_nav_bg.gif") -240px -27px no-repeat; }
div.buy li.n4 a { background: transparent url("../../img/np_nav_bg.gif") -430px -27px no-repeat; }

#np_navlist li { border:none; }

/* text-styles */

.b-u {
    font-weight:bold;
    text-decoration:underline;
}

*/

/* OLD TEXT-ONLY NAV ####################
########################################

#np_navcontainer {
	margin-bottom: .5em;
	overflow: hidden;
	width: 980px;
	margin-left:10px;
	}

#np_navlist {
	list-style-type: none;
	margin: 0;
	padding: 5;
	}

#np_navlist li {
	border-left: 1px solid #295daa;
	float: left;
	line-height: 1.1em;
	margin: 0 1em 0 -1em;
	padding: 0 6em .40em 6em;
	background-image:none;
	}

#np_navlist li#main {
	border-left: none;
}

#np_navlist li a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color: #4A617B;
	}

#np_navlist a {
	color: #4A617B;
	text-decoration:none;
}

#np_navlist a:hover,
  .main #np_navlist #main a,
  .watch #np_navlist #watch a,
  .share #np_navlist #share a,
  .buy #np_navlist #buy a {
	color: #739A4A;
}*/