﻿/* Start Top Nav Bar */


/* End Top Nav Bar */

/* Start Product Navigator */
	#ProductNavigatorTopImage
	{
	       background-color: #EDEDED;
	       clear: none;
	       width: 152px;
	       height: 23px;
	}
	#ProductNavigatorBottomImage
	{
	       background-color: #EDEDED;
	       clear: none;
	       width: 152px;
	       height: 6px;
	       float:left;
	}
	#ProductNavigator
	{
		float:left;
		background-color: #EDEDED;
		border: 1px solid #CCC;
		clear: none;
		width: 150px;
		font-size: .9em;
		padding: 5px 0px 5px 0px;
	}
	#ProductNavigator ul
	{
		display: list-item;	
		list-style-type:none;
		width:146px;
		padding-left:1px;
		list-style-image: none;
		background-image:none;

	}
	#ProductNavigator a
	{
		width:130px;
	}
	#ProductNavigator ul li	
	{
		white-space:normal;
		display: list-item;	
		visibility: visible;
		padding-left: 10px;
		float:left;
		list-style-image: none;
		list-style-type:none;
	    background: url('/style%20library/images/closednav.gif')  0 4px no-repeat;
		width:96%;
		margin:0px;
	}		  
	#ProductNavigator ul li a
	{
	}	
	#ProductNavigator ul li ul
	{
		font-weight: normal;
		width:97%;
	}
	#ProductNavigator ul li ul li
	{
		list-style-position:outside;
		display: none;	
		visibility: hidden;
	}	
	#ProductNavigator ul li ul li ul li ul li
	{
	    background: url('/style%20library/images/pagenav.gif')  0 4px no-repeat;
	}	
	
	
	#ProductNavigator ul li.First-NavItem-Selected  {
	}
	#ProductNavigator ul  li.NavItem-Selected {
	}
	#ProductNavigator ul  li.Last-NavItem-Selected {
	}
	
	#ProductNavigator a {
		color: #333;
	}
	#ProductNavigator a {
		color: #333;
	}
	#ProductNavigator a {
		color: #333
	}
	
/* End Product Navigator */

/* Start Product Navigator Styles */

.navigator {
	background-color: #EDEDED;
	border: 1px solid #CCC;
	clear: none;
	float: left;
	width: 150px;
}

ul.navigatorlist li {
	display: inline;
	list-style: none; 
}

ul.navigatorlist li ul {
    display: none;
}

ul.navigatorlist {
	margin: 5px 0 10px 2px;
	padding: 0; 
}

ul.navigatorlist ul, ul.navigatorlist li {
	margin: 0;
	padding: 0;
}

ul.navigatorlist ul {
	padding-left: 10px;
}

ul.navigatorlist li a {
	display: block;
	padding-left: 8px;
}

ul.navigatorlist li.open a {
    background: url('/style%20library/images/opennav.gif') 0 4px no-repeat;
}
ul.navigatorlist li.closed a {
    background: url('/style%20library/images/closednav.gif') 0 4px no-repeat;
}
ul.navigatorlist li.page a {
    background: url('/style%20library/images/pagenav.gif') 0 4px no-repeat;
}

ul.navigatorlist li.open ul {
	display: block;
}

ul.navigatorlist li.closed ul {
	display: none; 
}

ul.navigatorlist li a.currentpage {
	color: #FF8816;
	font-weight: bold;
}

ul.navigatorlist li a.toppage {
	font-weight: bold;
}

/* Start Product Navigator Styles */


.productlist {
	font-weight: bold;
}

.productsublist li {
	margin-left: 10px;
	color: #FF8816;
	font-weight: normal;
	list-style-type: none;
	width: 160px
}

.solutionlist {
	margin: 0;
	padding-left:0px;
}

.solutionlist li {
	color: #333;
	font-weight: normal;
	list-style-type: none;
	position: relative;
}

.selected {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	display: block;
	margin: 10px 0;
	padding: 8px 0;
}

.spacelist li {
	margin-bottom: 15px;
}

.subnav li {
	margin-left: 10px;
}

/* Start Left Side Navigation Styles */

#Timken-LeftNav
{	
	color: #5e5e5e;
	text-decoration: none;
	padding-top:20px;
	font-size:1em;
}

#Timken-LeftNav ul
{
	font-weight:normal;
}

#Timken-LeftNav ul li
{
	margin-left:0;
	list-style:none;
	list-style-image: none;
	background-image: none;
	border-bottom: thin #C0C0C0 dotted;
	width:160px;
	margin-bottom:10px;
	padding-bottom:1px;
}

#Timken-LeftNav ul li a
{
	color: #5e5e5e;
	text-decoration: none;	
	font-size: 0.9em;
}

#Timken-LeftNav ul li a:hover
{
	color: #013a81;
}


#Timken-LeftNav ul li.Selected a, 
#Timken-LeftNav ul li.First-NavItem-Selected a, 
#Timken-LeftNav ul li.Last-NavItem-Selected a
{
	font-weight:bold;
	color:#013a81;
}

#Timken-LeftNav ul li.First-NavItem-Selected a
{
	display:block;
	border-bottom: thin #C0C0C0 dotted;
	margin-bottom:10px;
	padding-bottom:1px;	
}

#Timken-LeftNav ul li.First-NavItem-Selected li a
{
	border-bottom:0;
	margin-bottom:0;
}

#Timken-LeftNav ul li.Selected a
{
	display:block;
	border-bottom: thin #C0C0C0 dotted;
	margin-bottom:10px;
	padding-bottom:1px;	
}

#Timken-LeftNav ul li.Selected li a
{
	border-bottom:0;
	margin-bottom:0;
}

#Timken-LeftNav ul li.Selected, 
#Timken-LeftNav ul li.First-NavItem-Selected, 
#Timken-LeftNav ul li.Last-NavItem-Selected
{
	border-bottom: 0;
	padding-bottom: 0;
}


#Timken-LeftNav ul li.Selected ul li a, 
#Timken-LeftNav ul li.First-NavItem-Selected ul li a,
#Timken-LeftNav ul li ul li.Last-NavItem-Selected a
{
	font-weight:normal;
	color:#5e5e5e;
}

#Timken-LeftNav ul li.Selected ul li a:hover, 
#Timken-LeftNav ul li.First-NavItem-Selected ul li a:hover,
#Timken-LeftNav ul li ul li.Last-NavItem-Selected a:hover
{
	color:#013a81;
}


#Timken-LeftNav ul li.Selected ul, 
#Timken-LeftNav ul li.First-NavItem-Selected ul, 
#Timken-LeftNav ul li.Last-NavItem-Selected ul
{
	display: block;	
}

#Timken-LeftNav ul li.Selected ul li, #Timken-LeftNav ul li.Selected ul li.Selected, #Timken-LeftNav ul li.Selected ul li.First-NavItem-Selected, #Timken-LeftNav ul li.Selected ul li.Last-NavItem-Selected, #Timken-LeftNav ul li.First-NavItem-Selected ul li, #Timken-LeftNav ul li.First-NavItem-Selected ul li.Selected, #Timken-LeftNav ul li.First-NavItem-Selected ul li.First-NavItem-Selected, #Timken-LeftNav ul li.First-NavItem-Selected ul li.Last-NavItem-Selected, #Timken-LeftNav ul li.Last-NavItem-Selected ul li,#Timken-LeftNav ul li.Last-NavItem-Selected ul li.Selected,#Timken-LeftNav ul li.Last-NavItem-Selected ul li.First-NavItem-Selected, #Timken-LeftNav ul li.Last-NavItem-Selected ul li.Last-NavItem-Selected
{
	margin: 0px 0px 0px 10px;
	display: block;		
	border-bottom: thin #C0C0C0 dotted;
	width:150px;
	margin-bottom:10px;
	padding-bottom:1px;

}
/* End Left Side Navigation Styles */

/* home page banner */
/* container for slides */
#homepagebanner{
	margin-left: auto;
	margin-right: auto;
	width:964px;
	padding-top:10px;
	clear:both;
}

.images {
	background:#f89728;
	/*border:1px solid #ccc;*/
	position:relative;	
	height:230px;
	
	width:904px;
	float:left;	
	margin:15px;

	/* CSS3 tweaks for modern browsers 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	*/
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	/*margin:7px;*/
	padding:15px 30px 15px 15px;
	height:256px;
	color:#fff;
	width:95%;
}

.images div span a{
	color:#fff;
}

.images div span {
	width:300px;
	height:200px;
	margin:10px;
	float:left;
}


/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:70px;
	position:relative;
	top:15px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/Style%20Library/Images/HomeBannerNav_small.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 0px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -8px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:125px;
	background:#f89728 url(/Style%20Library/Images/HomeBannerNav_arrow.png) no-repeat;
	display:block;
	width:15px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
/*.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } */


/* prev */
/*.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }*/

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/* end home page banner */
