
/*** 

Language Gateway (top nav)

***/


#navGateway {
    display:block;
	float:right;
	margin: 4px 2px 1px 0;
}
#navGateway ul {
    list-style:none;
	padding: 0;
	float:left;
	
}
#navGateway ul li {
    display:block;
    float:left;
    margin:0;
    padding:5px 0px 8px;
	background:none;
    text-align:center;
    height:11px;
}
#navGateway ul li.descrip {
    display:block;
    padding-right:10px;
    padding-left:14px;
	line-height:1em;
    font-size:85%;
    text-decoration:none;
	color:#fff;
	text-align:right;
}

#navGateway ul.languages li
{
	background:url(/static/images/bg/nav/gateway_lang_bg.jpg) repeat-x top;
	
	width:60px;
}

#navGateway ul.languages li.first
{
	background:url(/static/images/bg/nav/gateway_lang_bg_first.jpg) no-repeat left top;
	width:7px;
}
#navGateway ul.languages li.last
{
	background:url(/static/images/bg/nav/gateway_lang_bg_last.jpg) no-repeat right top;
	width:8px;
}



#navGateway ul li a {
    display:block;
    margin:0;
    padding:0 6px 0 14px;
	line-height:1em;
    font-size:85%;
    text-decoration:none;
	color:#fff;
}
#navGateway ul li.pin a {
	font-weight:bold;
}
#navGateway ul li.last a {
	border-right:none;
}
#navGateway ul li a:hover, #navGateway ul li a:active {
	text-decoration:underline;
	color:#fff;
}

/***

LOGO

***/
/* this class is only used by JQuery to add the onmouseover and onmouseout tags */
.logo_image_rollover
{}



/*** 

UTILITY nav 
(non-primary site areas, quick link to contacts and careers)

***/


#navUtility {
	display:block;
	float:right;
	height:33px;
	background:url(/static/images/bg/nav/utility_bg.gif) top right repeat-x;
}
#navUtility ul {
    list-style:none;
}
#navUtility ul li {
	display:block;
    float:left;
    margin:0;
    padding:13px 0 10px 0;
    background:none;
}
#navUtility ul li.pin a {
	color: #AF0A11;
}
#navUtility ul li a {
	display:block;
	margin:0;
    padding:0 7px 0 7px;
	line-height:1em;
/*	font-size:85%; */
	font-size: 11px;
	font-weight:bold;
	color:#666;
	border-right:1px solid #999;
}
#navUtility ul li.login {
	background:#fff;
}
#navUtility ul li.login a {
	padding-left:9px;
	padding-right:10px;
	font-weight:normal;
	color:#333;
	border-right:none;
}
#navUtility ul li.login.border_right a {
	font-weight:normal;
	color:#333;
	border-right: 1px solid #ccc;
}
#navUtility ul li.first {
	padding-left:4px;
	background:url(/static/images/bg/nav/utility_left.gif) top left no-repeat;
}
#navUtility ul li.first a {
}
#navUtility ul li.last {
	background:url(/static/images/bg/nav/utility_right.gif) top right no-repeat;
}
#navUtility ul li.last a {
	border-right:none;
}




/*** 

PRIMARY nav 
(products, applications, downloads, about cabot)
See the language-specific style sheets too

***/

#navPrimary {
	display:block;
	float:left;
	margin-top:28px;
	height:39px;
}
#navPrimary ul {
	list-style:none;
}
#navPrimary ul li {
	display:block;
    float:left;
    margin:0;
    padding:0;
    background:none;
}
#navPrimary ul li a {
	display:block;
	margin:0;
	padding:0;
	height:39px;
	text-decoration:none;
}
#navPrimary ul li a span {
	display:none;
}

/* see languages/<code>.css for language specific styles for the primary nav */



#navPrimary li a:active, #navPrimary li a:hover {background-position:0 -39px;}
#navPrimary li.pin a { background-position:0 0; }

#navPrimary li.pin a:active,  #navPrimary li.pin a:hover { background-position:0 0; }






/*** 

SECONDARY nav 
(for "sections" and/or "applications")

***/

#navSecondary {
	position:relative;
	display:block;
	left:-5px;
	z-index:500;
	width:166px;
	margin-right:-5px;
	padding-bottom:10px;
	overflow:hidden;
	background:url(/static/images/bg/nav/secondary_nav_bottom.gif) bottom left no-repeat;
}


/*!!!!!!!!!!!!!!!!!!!!!!!!
 this image needs to be set by code (or changed to have generic bg)
!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#navSecondary div.branding 
{
	background:url(/static/images/bg/nav/branded_nav_bg.jpg);
	width:166px;
	cursor:pointer;
	margin-bottom:10px;
}

#navSecondary div.rollover
{
	background:url(/static/images/bg/nav/branded_nav_bg_rollover.jpg);
}



#navSecondary div#branding div.brand_top
{
	background:url(/static/images/bg/nav/branded_nav_top.jpg) no-repeat top left;
	width:166px;
	height:8px;
}
#navSecondary div#branding.rollover div.brand_top
{
	background:url(/static/images/bg/nav/branded_nav_top_rollover.jpg) no-repeat top left;
}

#navSecondary div#branding a
{
	display:block;
	padding:0px 0px 0px 13px;
}

#navSecondary div#branding span
{
	display:block;
	margin:0px 0px 0px 13px;
}



#navSecondary div#branding div.brand_bottom
{
	background:url(/static/images/bg/nav/branded_nav_bottom.jpg) no-repeat bottom left;
	width:166px;
	height:6px;
}

#navSecondary div#branding.rollover div.brand_bottom
{
	background:url(/static/images/bg/nav/branded_nav_bottom_rollover.jpg) no-repeat bottom left;
}


/*!!!!!!!!!!!!!!!!!!!!!!!!
 this image needs to be set by code (or changed to have generic bg)
!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*
#navSecondary div.branding_rollover a
{
	display:block;
	padding-top:38px;
	padding-left:44px;
	width:122px;
	height:22px;
	text-decoration:underline;
	color:#003399;
}
*/

#navSecondary h3 {
	padding:0 5px 5px 18px;
	font-size:85%;
}
#navSecondary h2 {
	padding:0 5px 5px 18px;
}


#navSecondary h3.first, #navSecondary h2.first {
	padding-top:10px;
	background:url(/static/images/bg/nav/secondary_nav_top.gif) top left no-repeat;
}
.featured_product #navSecondary h3.first {
	background:url(/static/images/bg/nav/secondary_nav_top_beige.gif) top left no-repeat;
}

#navSecondary form {
	padding:0 5px 5px 18px;
}
#navSecondary input.search{
	width: 130px;
	margin: 4px 0px 3px 0px;
}
#navSecondary select.search{
	width: 134px;
	margin: 4px 0px 3px 0px;
}
#navSecondary span.submit{
	text-align: right;
	display:block;
	padding-right: 8px;
}
#navSecondary span.submit input.submit{
	text-align: center;
	margin: 4px 0px 3px 0px;
}
#navSecondary ul {
	margin:0 5px 0 9px;
}
#navSecondary ul.sub_items 
{
	margin:0px;
}
#navSecondary ul li {
	margin-left:15px;
	padding-bottom:3px;
	font-size:92%;
	line-height:0.9em;
}
#navSecondary ul li.sub_items_group {
	margin-left:0px;
	background:#efefef;
	width:156px;
	border-bottom:1px solid #CCCCCC;
	padding:4px 0 4px 0;
	margin-bottom:6px;
}

#navSecondary ul li.pin {
    border-top:1px solid #ccc;
    background:#f9f9f9 url(/static/images/bg/nav/nav_pinned.gif) bottom left no-repeat;
	width: 141px;
	color: #AE0E11;
	margin: -3px 0px 0px 0px;
	padding: 4px 0px 2px 15px;
}
#navSecondary ul.sub_items li, #navSecondary ul.sub_items li.pin 
{
	border-top-width:0;
	background:transparent;
	padding:0 0 4px 11px;
	margin:0px 0px 0px 14px;
	width: 131px;
}
#navSecondary ul.sub_items li.pin {
	background:url(/static/images/bullet_pin.gif) left top no-repeat;
}

#navSecondary ul li.pin a {
	color: #AE0E11;
	font-weight: bold;
	display:block;
}

#navSecondary ul.sub_items li.pin a 
{
	color:#000000;
}

#navSecondary ul li.divider {
	padding-top:12px;
	padding-bottom:5px;
	font-size:77%;
	text-transform:uppercase;
}

#navSecondary ul li a, #navSecondary ul li span {
	line-height:1.1em;

}

#navSecondary ul li span 
{
	color:#666;
	cursor:default;
}

#navSecondary hr {
	width:156px;
	text-align:right;
	height:1px;
	margin:0 1px 0 auto;
	color:#ccc;
	background-color:#ccc;
	border:none 0;
	border-top:1px solid #ccc;
}
html>body #navSecondary hr {
	margin-top:4px;
	margin-bottom:8px;
}





/*** 

TERTIARY nav 
(for sub-sections in generic site areas only)

***/

#navTertiary ul {
	margin:0 5px 0 0;
}
#navTertiary ul li {
	margin-left:7px;
	padding-bottom:3px;
	font-size:92%;
	line-height:0.9em;
}
#navTertiary ul li a {
	line-height:1.1em;
}




/*** 

FOOTER nav 

***/

#navFooter {
    display:block;
	clear:both;
	padding:17px 16px;
	background:url(/static/images/bg/page_bottom_bg.gif) top left no-repeat;
}
#navFooter ul {
    list-style:none;
    margin:0 0 0 -6px;
	background:none;
}
#navFooter ul li {
    display:block;
    float:left;
    margin:0;
    padding:0;
	padding-top:4px;
	margin-top:-4px;
    background:none;
}
#navFooter ul li a {
    display:block;
    margin:0;
	padding:0 6px 0 6px;
    text-decoration:none;
	line-height:1em;
    font-size:85%;
	color:#eee;
	border-right:1px solid #aaa;
}
#navFooter ul li.selected a {
	font-weight:bold;
}
#navFooter ul li.last a {
	border-right:none;
}
#navFooter ul li a:hover, #navGateway ul li a:active {
	text-decoration:underline;
	color:#fff;
	background:none !important;
}
#navFooter p {
	clear:both;
	margin-top:6px;
	font-size:85%;
	color:#ccc;
}
#navSecondary.navMoreSpaced h3 {
	padding:10px 5px 5px 18px;
}
#navSecondary.navMoreSpaced .submit {
	padding-top: 3px
}




/*** 

Narrow your results filtering

***/

#narrowResults 
{
	position:relative;
	display:block;
	left:5px;
	z-index:500;
	width:164px;
	margin:13px -5px 0px 0px;
	padding-bottom:10px;
	overflow:visible;
	background:url(/static/images/bg/narrow/narrow_results_bottom.gif) bottom left no-repeat;
}

#narrowResults.top
{
	margin-top:39px;
}

#narrowResults h3 {
	padding:0 5px 5px 15px;
	font-size:85%;
}
#narrowResults h3.first {
	padding-top:13px;
	background:url(/static/images/bg/narrow/narrow_results_top.gif) top left no-repeat;
}
.featured_product #narrowResults h3.first {
	background:url(/static/images/bg/narrow/secondary_nav_top_beige.gif) top left no-repeat;
}
#narrowResults h2 {
	padding:0 5px 5px 13px;
}
#narrowResults h2.first, #narrowResults.search h2.search {
	padding-top:10px;
	background:url(/static/images/bg/narrow/narrow_results_top.gif) top left no-repeat;	
}

#narrowResults.search h2.first 
{
	background:none;
}

#narrowResults h2 div 
{
	width:142px;
	border-bottom:1px solid #cb121a;
	padding-bottom:2px;
	height:16px;
}

#narrowResults form {
	padding:0px 5px 5px 13px;
}
#narrowResults input.search{
	width: 130px;
	/* margin: 0px 5px 0px 13px; */
	margin:0px;
}
#narrowResults span.submit{
	text-align: right;
	display:block;
	padding-top:4px;
	padding-right: 8px;
	margin:0px 5px 5px 13px;
}
#narrowResults span.submit input.submit{
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#narrowResults ul {
	margin:0 5px 0 9px;
}
#narrowResults ul li {
	margin-left:21px;
	padding-bottom:3px;
	font-size:92%;
	line-height:0.9em;
	text-indent:-9px;
}

#narrowResults ul li.pin a {
	color: #AE0E11;
	font-weight: bold;
    display:block;
}
#narrowResults ul li.sub_item.last, #narrowResults ul li.sub_item.last.pin {
	margin-bottom: 6px;
}
#narrowResults ul li.divider {
	padding-top:12px;
	padding-bottom:5px;
	font-size:77%;
	text-transform:uppercase;
}
#narrowResults ul li a {
	line-height:1.1em;
}


/*!!!!!!!!!!!!!!!!!!!!!!!!!
For 'more' hover-over - need to make sure there are all graphics for 1col, 2col and 3col
for both the right and left content versions
!!!!!!!!!!!!!!!!!!!!!!!!!!*/

#narrowResults span.more, .pdl span.more_langs, .downloads_form_two span.more 
{
	background: none;
	color: #2255bb;
	font-size:11px;
	font-weight:bold;
	padding-right:21px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	padding-right:0px;
	margin-left:92px;
	padding-left:6px;
	margin-right:15px;
	z-index:1500;
	cursor:pointer;
}

.pdl span.more_langs
{
	margin-top:-5px;
}

.downloads_form_two span.more 
{
	margin-left:11px;
	margin-right:173px;
	padding-left:17px;
	margin-top:5px;
}


#narrowResults span.more span, .pdl span.more_langs span, .downloads_form_two span.more span
{
	text-decoration:none;
}

#narrowResults span.moreSelected, .pdl span.moreSelected, .downloads_form_two span.moreSelected
{
	background: url(/static/images/bg/narrow/more_tab.gif) no-repeat top right;
	color:#006;
}

#narrowResults span.moreSelected span, .pdl span.moreSelected span, .downloads_form_two span.moreSelected span
{
	text-decoration:underline !important;
}


/** 
For new more hover-over setup
**/
#narrowResults .moreOptions, .pdl .moreOptions, .downloads_form_two .moreOptions
{
/*	display:none; */
	background:url(/static/images/bg/narrow/moreOptionsRight.gif) no-repeat bottom right;
	border:0px solid #000;
	position:absolute;
	/* overflow:hidden; */
	margin-left:92px;
	/*padding-left:15px;
	padding-right:15px;
	padding-bottom:25px;
	padding-right:8px;
*/	
text-align:left;
}

.pdl .moreOptions
{
	margin-left:5px;
	text-align:right;
}

.downloads_form_two div.moreOptions, .downloads_form_two div.moreOptions div
{
	margin-top:0px;
	float:none;
	width:auto;
	margin-left:0px;
}

.downloads_form_two div.moreOptions
{
	margin-left:20px;
}

#narrowResults .moreOptions div.linklists, .pdl .moreOptions div.linklists, .downloads_form_two .moreOptions div.linklists
{
	background:url(/static/images/bg/narrow/moreOptionsLeft.gif) no-repeat bottom left;
	border:0px solid #000;
	margin-right:8px;	
	border:0px solid #000;
	padding:5px 5px 12px 8px;
	text-align:left
}

.pdl .moreOptions div.linklists
{
	 margin-top:-1px; 
}

#narrowResults .moreOptions table
{

}

#narrowResults .moreOptions table tr td, .pdl .moreOptions table tr td, .downloads_form_two .moreOptions table tr td
{
	vertical-align:top;
	font-size:92%;
	line-height:1.1em;
	padding:1px 5px;
}

#narrowResults .moreOptions div.first, .pdl .moreOptions div.first, .downloads_form_two .moreOptions div.first
{
	background:url(/static/images/bg/narrow/moreTop.gif) no-repeat top right;
	height:2px;
	border:0px solid #000;
	font-size:1px; 
}

#narrowResults .moreOptions div.second, .pdl .moreOptions div.second, .downloads_form_two .moreOptions div.second
{
	background:url(/static/images/bg/narrow/moreTopLeft.gif) no-repeat top left;
	width:54px;	
	height:2px;
	font-size: 1px;
	margin-left:0px;
	margin-top:-2px;
}

.pdl .moreOptions div.first, .pdl .moreOptions div.second
{
	margin-right:3px;
	margin-left:auto;
}



#narrowResults hr {
	width:156px;
	text-align:right;
	height:1px;
	margin:0 1px 0 auto;
	color:#ccc;
	background-color:#ccc;
	border:none 0;
	border-top:1px solid #ccc;
}
html>body #narrowResults hr {
	margin-top:4px;
	margin-bottom:8px;
}

