/*-- account nav --*/
.accountNav {
	position:absolute;
	top:0px;
	right:30px;
	height:60px;
	padding:0 0 0 40px;
	font-size:10px;
	text-align:right;
	width:310px;
	z-index:100;
}
.newAccountBug {
	position:absolute;
	top:20px;
	right:115px;
}
.accountNav ul {
	float:right;
	list-style:none;
	margin:0;
	padding:9px 4px 10px;

	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	
	-webkit-box-shadow: 2px 2px 2px #d9d9d9;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 2px 2px 2px #d9d9d9; 

background: #f6efdd; /* Old browsers */
background: -moz-linear-gradient(top, #f6efdd 0%, #e6d5ae 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6efdd), color-stop(100%,#e6d5ae)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6efdd 0%,#e6d5ae 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6efdd 0%,#e6d5ae 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f6efdd 0%,#e6d5ae 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6EFDD', endColorstr='#E6D5AE',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f6efdd 0%,#e6d5ae 100%); /* W3C */
}

.accountNav li {
	float:left;
	padding:0;
	margin:0;
}
.accountNav a:link, .accountNav a:visited {
	display:block;
	text-decoration:none;
	padding:0 3px 0 5px;
	border-left:1px solid #630;
	line-height:1em;
}
.accountNav li.welcome a:link, .accountNav li.welcome a:visited {
	color:#00456a;
}
.accountNav li.first a {
	border-left:none;
}
.accountNav a:hover {
	text-decoration:underline;
}

/*-- utility nav --*/
.utilityNav {
	font-size:10px;
	position:absolute;
	top:8px;
	left:0px;
	width:445px;
	list-style:none;
	margin:0;
	padding:0;
}
.utilityNav li {
	float:left;
}
.utilityNav .currentAd, .utilityNav .customerService {
	text-transform:uppercase;
	font-weight:bold;
}

.utilityNav label {
	display:none;
}
.utilityNav a {
	float:left;
	color:#fff;
	line-height:.9;
	border-left:1px solid #fff;
	padding:0 5px;
}
.utilityNav .first a {
	border-left:none;
}
.utilityNav a:link, .utilityNav a:visited {	text-decoration:none; }
.utilityNav a:hover {	text-decoration:underline; }
/*-- header search --*/
.hdrSearch {
	font-size:10px;
	position:absolute;
	top:4px;
	left:380px;
	width:215px;
	list-style:none;
	margin:0;
	padding:0;
	background:#fff;
	color:#0069aa;
	height:18px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	z-index:200;
}
.hdrSearch input {
	font-size:10px;
	position:absolute;
	top:1px;
	left:2px;
	width:115px;
	list-style:none;
	margin:0;
	padding:0;
	background:#fff;
	color:#0069aa;
	height:16px;
	border:0px;
}
.hdrSearch li {
	float:left;
}
.searchButton {
	position:absolute;
	top:1px;
	right:1px;
}
.searchButton a {
	text-indent:-999999px;
	display:block;
	background:url(/images/hdrSearchButton.png) no-repeat;
	height:16px;
	width:91px;
}
.searchButton a:hover {
	background-position:0 -16px;
}

/*-- temp nav --*/
.tempNav {
	position:absolute;
	top:43px;
	left:908px;
	height:30px;
	width:67px;
	list-style:none;
	margin:0;
	padding:0;
	background:url(/images/utilityNav.gif) no-repeat;
}
.tempNav li {
	float:right;
}
.tempNav label {
	display:none;
}
.tempNav a:link, .tempNav a:visited {
	display:block;
	text-indent: -9000px;
	height:30px;
	text-decoration:none;
}
.navWrap {
	width:100%;
	float:left;
	padding:31px 0 10px 0;
	position:relative; 
	z-index:1;
	height:35px;
}
.navWrap ul {
	list-style:none; 
}
.navWrap li {
	float:left;
}

/* -- mainTabs -- */
/*.tabNav {
	float:left;
	height:31px;
	width:600px;
	padding-left:60px;
}*/
ul.tabNav {
	position:absolute;
	top:0;
	right:0;
	float:right;
	margin:0;
	padding:0;
	background:url(/images/tabNav.png) no-repeat;
	height:31px;
	width:405px;
}
.tabNav li {
	float:left;
}
.tabNav a:link, .tabNav a:visited {
	display: block;
	position: absolute;
	height: 31px;
	text-indent: -9000px;
	text-decoration: none;
	top: 0px;
}

/* ----- tabNav Defaults ------ */
.tab1 a:link, .tab1 a:visited {	width: 131px; left: 0;}
.tab2 a:link, .tab2 a:visited {	width: 131px; left: 135px;}
.tab3 a:link, .tab3 a:visited {	width: 131px; left: 270px;}

/* ----- tabNav Hover ------ */
.tab1 a:hover {background: url(/images/tabNav.png) no-repeat 0 -31px;}
.tab2 a:hover {background: url(/images/tabNav.png) no-repeat -135px -31px;}
.tab3 a:hover {background: url(/images/tabNav.png) no-repeat -270px -31px;}

/* ----- tabNav Selected ------ */
.tab1 .selected a {background: url(/images/tabNav.png) no-repeat 0 -62px;}
.tab2 .selected a {background: url(/images/tabNav.png) no-repeat -135px -62px;}
.tab3 .selected a {background: url(/images/tabNav.png) no-repeat -270px -62px;}

/* ----- secondaryNav ------ */
.secondaryNav {
	color:#a38d74;
	position:absolute;
	right:0;
	top:5px;
	padding:4px 0 0 0;
}
.secondaryNav a {color:#a38d74; padding:0 0 0 7px; margin:0 7px 0 0; text-decoration:none; border-left:1px solid #a38d74; font-size:10px; font-weight:bold;}
.secondaryNav a:hover {text-decoration:underline;}
.secondaryNav .first a {border:none;}


/* ----- subNav Defaults ------ */
.subNav {
	clear:both;
	float:left;
	position:relative;
	margin:0 0 0 0;
	height:35px;
	list-style:none;
	background:url(/images/subNavDivider.png) no-repeat left top;
	padding:0 0 0 1px;
	width:979px;
	z-index:9999;
}
.subNav li {
	float:left;
	background:url(/images/subNavDivider.png) no-repeat right top; 
}
.subNav a {
	font-size:12px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	padding:0 13px;
	margin:0 2px 0 0;
	float:left;
	color:#fff;
	display:block;
	height:35px;
	line-height:35px;
	text-decoration: none;
	white-space:nowrap;
}
.subNav a:link, .subNav a:visited {
	text-decoration: none;
}
.subNav a:hover {
	background:url(/images/subNavHover.png) no-repeat center top;
}
.subNav li.selected a {
	background:url(/images/subNavSelected.png) no-repeat center top;
}

/* ----- Drop Down Menus ----- */

.dropmenudiv {
	position:absolute;
	top: 0; 
	left:0;
	/*background-color: #f7f0de;*/
	background-color: #f6f1e6;
	z-index:9999;
	visibility: hidden; 
	}
.dropmenudiv a {
	width: auto;
	display: block; 
	padding: 6px 6px 6px 6px;
	text-decoration: none;
	float:none;
	color: #b32017;
	}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #fff;
	}
/*.affiliatesDropMenu {
	width:188px;
	font-size:11px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #ffffff;
	}*/
.mainNavDropMenu {
	width:165px;
	border-style: solid;
	border-width: 0 2px 2px 2px;
	border-color: #ffffff; 
	padding-bottom:0; 
	}
/* ----- inside left nav ----- */
.leftCol dl.leftNav {
	padding:11px 0 0 0;
	border-bottom:1px solid #f2ede0;
	overflow:hidden;
	margin:0 0 10px 0;
}
.leftCol dl.leftNav dt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#b32017;
	background:url(/images/leftNavDT.gif) no-repeat 50% bottom;
	padding:10px 0 11px 0;
	text-align:center;
	width:180px;
	margin:0 0 10px 0;
}
.leftCol dl.leftNav dt a {
	color:#b32017;
}
.leftCol dl.leftNav dd {
	margin:0;
	padding:0;
	border-bottom:1px solid #bdb5a5;
	border-top:1px solid #f2ede0;
	background-color:#ded0b9;
}

.leftCol dl.leftNav dd a {
	font-size:11px;
	display:block;
	color:#653600;
	width:170px;
	padding:5px 0 5px 10px;
	text-decoration:none;
}
.leftCol dl.leftNav dd a:link {
	background:url(/images/leftNavGradient.gif) repeat-x left top;
	text-decoration:none;
}
.leftCol dl.leftNav dd a:link {
	background:url(/images/leftNavGradient.gif) repeat-x left top;
	text-decoration:none;
}
.leftCol dl.leftNav dd a.selected {
	color: #B32017;
}
.leftCol dl.leftNav dd a:visited.selected {
	color: #B32017;
}
.leftCol dl.leftNav dd a:active.selected {
	color: #B32017;
}

.leftCol dl.leftNav dd a:visited {
	background:url(/images/leftNavGradient.gif) repeat-x left top;
	text-decoration:none;
}
.leftCol dl.leftNav dd a:active {
	background:url(/images/leftNavGradient.gif) repeat-x left top;
	text-decoration:none;
}
.leftCol dl.leftNav dd a:hover {
	background-image: none;
	text-decoration:none;
}
.leftCol dl.leftNav dd span {
	display:none;
}
