/* Intuit Global Navigation
----------------------------------------------------------------- */

#wcgIntuitHeader {
	background-color: #FFFFFF;
	color: #999999;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 960px;
	margin: 0 auto 1px auto;
	clear: both;
}

#wcgIntuitHeader #wcgIntuitProducts a {
	width: 163px;
}

#wcgIntuitLinks{
}

/* header: tt branding, search, tabbed global nav, support and shop links 
----------------------------------------------------------------- */
#header {
	background: url(/support/images/layout/bg_tt_nav.jpg) #0b70c3 repeat-x top left;
	font-family: arial, sans-serif;
	height: 82px;
	text-align: left;
	width: 960px;
	margin: 0 auto 1px auto;
	position: relative;
}
#header .logo {
	float:left;
	margin: 9px 0 0 23px;
}
#header .brand_phrase {
	float:left;
	clear:left;
	margin:0 0 0 28px;
}

#header #slidingnav {
	color: #FFFFFF;
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align:right;
	float:right;
	margin: 11px 20px 0 0;
}
#header #slidingnav .resize {
	margin: 11px 200px 0 0;
}

#header #slidingnav .textnav {
	float:left;
	margin:2px 10px 0 0;
}
#header #slidingnav .textnav span {
	float:left;
	margin-right:3px;
}
#header #slidingnav .textnav a:link, #header #slidingnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header #slidingnav .textnav a:hover, #header #slidingnav a:active {
	color: #F4F4F4;
	text-decoration: underline;
}
#header #slidingnav .textnav .cart {
	float:left;
	/*background: url(/support/images/layout/icn_cart.png) no-repeat;*/
}

#header #slidingnav .search {
	float:left;
	position:relative;
	width:150px;
	margin-right:5px;
}
#header #slidingnav .search .leftcap {
	background: url(/support/images/layout/search_left.png) no-repeat left top;
	position:absolute;
	display:block;
	height:19px;
	top:0;
	left:0;
	width:20px; 
}
#header #slidingnav .search input {
	background: url(/support/images/layout/search_input.gif) repeat-x center top;
	border: 0px none;
	color:#000;
	float:left;
	font-size:11px;
	margin-left:20px;	
	padding: 3px 0 0 0;	
	height:16px;
	width:120px; 
}
#header #slidingnav .search .rightcap {
	background: url(/support/images/layout/search_right.png) no-repeat right top;
	display:block;
	position:absolute;
	height:19px;
	top:0;
	right:0;
	width:10px;
}

#nav-tabs {
	padding:0;
	position:absolute;
	left:160px;
	top:57px;
}
#nav-tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav-tabs li {
	display:inline;
	margin: 0;
	padding: 0;
	line-height:18px;
}
#nav-tabs a {
	float:left;
	color: #373737;
	font-family: arial, sans-serif;
	text-decoration: none;
	font-size: 12px;
	background: url(/support/images/layout/tab_left.gif) no-repeat left top;
	padding: 0 0 0 9px; /* left padding is width of image */
	margin:0 1px 0 0;
}
#nav-tabs a span {
	padding: 3px 9px 5px 0px;
	background: url(/support/images/layout/tab_right.gif) no-repeat right top; 
	display: block;
	float: left;
}
#nav-tabs a:hover {
	text-decoration: underline;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav-tabs a span { float:none; }
/* End IE5-Mac hack */

#home #tab-home a, #personal #tab-personal a, #smallbusiness #tab-smallbusiness a, #whyttnumberone #tab-whyttnumberone a, #best #tab-best a, #calctools #tab-calctools a, #support #tab-support a {
	background-position: 0% -26px;
	color: #000000;	
}
#home #tab-home span, #personal #tab-personal span, #smallbusiness #tab-smallbusiness span, #whyttnumberone #tab-whyttnumberone span, #best #tab-best span, #calctools #tab-calctools span, #support #tab-support span {
	background-position: 100% -26px;
}
#home #tab-home a:hover, #personal #tab-personal a:hover, #smallbusiness #tab-smallbusiness a:hover, #whyttnumberone #tab-whyttnumberone a:hover, #best #tab-best a:hover, #calctools #tab-calctools a:hover, #support #tab-support a:hover {
	text-decoration: none;
}
#breadcrumbs {
	color: #646566;
	font-size: 10px;
	margin-bottom: 20px;
}
#breadcrumbs a, #breadcumbs a:visited {
	color: #0081d6;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}
#breadcrumbs a:hover, #breadcumbs a:active {
	text-decoration: none;
}

#js_disabled { 
	text-align: left;
	width: 900px;
	margin: 0 auto 0px auto; 
	background-color: #feffdc;
	padding: 10px 30px;
	line-height: 14px;
}
#js_disabled .js_warning { float: left; width 65px; }
#js_disabled .js_message { float: left; width: 700px; margin-left: 20px;}
#js_disabled p { margin: 5px 0 0 0; }