﻿/*-----global styles-----*/


/* Start HTML Element Styles */

body {
	background-color: #999;
	color: #333;
	font-family: Arial;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #FD8816;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/*needed to override xml webpart settings*/
#WebPartWPQ1{
	font-family: Arial;
}
#WebPartWPQ1 a {
	color: #FD8816;
	text-decoration: none;
}
#WebPartWPQ1 a:hover, a:active {
	text-decoration: underline;
}
#WebPartWPQ2{
	font-family: Arial;
}
#WebPartWPQ2 a {
	color: #FD8816;
	text-decoration: none;
}
#WebPartWPQ2 a:hover, a:active {
	text-decoration: underline;
}
#WebPartWPQ3{
	font-family: Arial;
}
#WebPartWPQ3{
	font-family: Arial;
}
#WebPartWPQ3 a {
	color: #FD8816;
	text-decoration: none;
}
#WebPartWPQ3 a:hover, a:active {
	text-decoration: underline;
}
#WebPartWPQ4{
	font-family: Arial;
}
#WebPartWPQ4 a {
	color: #FD8816;
	text-decoration: none;
}
#WebPartWPQ4 a:hover, a:active {
	text-decoration: underline;
}
#WebPartWPQ5{
	font-family: Arial;
}
#WebPartWPQ5 a {
	color: #FD8816;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
#WebPartWPQ5 a:hover, a:active {
	text-decoration: underline;
}
#WebPartWPQ6{
	font-family: Arial;
}
#WebPartWPQ6 a {
	color: #FD8816;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
#WebPartWPQ6 a:hover, a:active {
	text-decoration: underline;
}
#WebPartWPQ7{
	font-family: Arial;
}
#WebPartWPQ7 a {
	color: #FD8816;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
#WebPartWPQ7 a:hover, a:active {
	text-decoration: underline;
}

/* image grid web part styles */
#imageGridPic {
	padding-left:10px;
	padding-bottom:10px;
	float:left;
	text-align:center;
	/*height: 120px;*/
}

/*needed to override rich HTML default styles*/
#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField {
	line-height: 9.24pt;
	padding-left: 1px; /*keep this here so the letter "W" doe snot get cut off when it is the first letter on the line.*/
	padding-bottom: 1px; /*keep this here so g's and p's don't get cutoff*/
	padding-right:0px;
	padding-top:0px;
}
#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField {
	line-height: 9.24pt;
	padding-left: 1px; /*keep this here so the letter "W" doe snot get cut off when it is the first letter on the line.*/
	padding-bottom: 1px; /*keep this here so g's and p's don't get cutoff*/
	padding-right:0px;
	padding-top:0px;
}
#ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField {
	line-height: 9.24pt;
	padding-left: 1px; /*keep this here so the letter "W" doe snot get cut off when it is the first letter on the line.*/
	padding-bottom: 1px; /*keep this here so g's and p's don't get cutoff*/
	padding-right:0px;
	padding-top:0px;
}
#ctl00_PlaceHolderMain_ctl04__ControlWrapper_RichHtmlField {
	line-height: 9.24pt;
	padding-left: 1px; /*keep this here so the letter "W" doe snot get cut off when it is the first letter on the line.*/
	padding-bottom: 1px; /*keep this here so g's and p's don't get cutoff*/
	padding-right:0px;
	padding-top:0px;
}
#ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField {
	line-height: 9.24pt;
	padding-left: 1px; /*keep this here so the letter "W" doe snot get cut off when it is the first letter on the line.*/
	padding-bottom: 1px; /*keep this here so g's and p's don't get cutoff*/
	padding-right:0px;
	padding-top:0px;
}



form {
	margin: 0;
	padding: 0;
}

h1, h2 {
	color: #FD8816;
	display: inline;
	font-size: 1.4em;
	font-weight: bold;
	/*margin-left:50px;*/
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h3 {
	color: #333;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.1em;
	margin: 0;
	padding-left: 1px; /*keep this here so the letter "W" doe snot get cut off when it is the first letter on the line.*/
	padding-bottom: 1px; /*keep this here so g's and p's don't get cutoff*/
	padding-right:0px;
	padding-top:0px;
}

ul
{
	padding-left: 0px;
	margin:0px 0px 0px 0px;
}
ul li{
	color: #333;
	padding-left: 0px;
	position: inherit;
	list-style-image:url('/style%20library/Images/bullet.gif');
	list-style-position:outside;
	margin-left:17px;
}

ol li{
	list-style-type:decimal; 
	color: #333;
	position: relative;	
}


/* End HTML Element Styles */


/* Start Form Control Styles */

input {
	border: 0;
	color: #666;
	font-family: arial;
}

select {
	border: 1px solid #999;
	color: #666;
	font-family: arial;
}

/* End Form Control Styles */


.subheading {
	color: #333;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.archives {
	margin: 10px;
}

.archives a, .archives a:hover, .archives a:visited{
	color: #fd8816;
}

.arrow {
	display: inline;
	position: relative;
	bottom: 2px;
	left: 4px;
}

.caption {
	display: inline;
	float: left;
	margin-top: 5px;
	position: relative;
	width: 100px;
}
.ms-asset-icon
{
	padding-right: 3px;	
}
.border {
	border: 1px solid #999;
}

.clearfix:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.detailPic {
	display: inline;
	float: right;
	margin: 20px 35px 0 20px;
	position: relative;
}

.download {
	clear: none;
	display: inline;
	float: right;
	margin-right: 75px;
}

.featurearrow {
	clear: none;
	display: inline;
	float: left;
	margin: 38px 3px 100px 0; /*changed top margin from 28px -JMC*/
}

.formitem {
	float: left;
	display: inline;
	margin-bottom: 5px;
	width: 215px;
}

.formitemwide {
	display: inline;
	float: left;
	margin-bottom: 5px;
	width: 480px;
}

.formitemXwide {
	display: inline;
	float: left;
	margin-bottom: 5px;
	width: 560px;
}

.formitem_half {
	float: left;
	display: inline;
	margin-bottom: 5px;
	width: 275px;
}

.formitem_thirds {
	float: left;
	display: inline;
	margin-bottom: 5px;
	width: 190px;
}

.formitemwide_thirds {
	display: inline;
	float: left;
	margin-bottom: 5px;
	width: 380px;
}

.linksitem {
	display: inline;
	float: left;
	width: 220px;
}	

.linksrow {
	clear: none;
	display: inline;
	float: left;
	margin: 10px 0 25px 0;
}

.paging {
	color: #FD8816;
	display: inline;
	float: right;
	font-size: 1em;
	font-weight: bold;
	margin-right: 25px;
	position: relative;
	text-align: right;
	width: 150px;
}

.paging .subheading {
	font-size: 1em;
}

.productPic {
	display: inline;
	float: left;
	margin-right: 10px;
	position: relative;
	vertical-align: top;
	width: auto;
}

.productPicLeft {
	display: inline;
	float: left;
	margin-right: 10px;
	position: relative;
	vertical-align: top;
	width: auto;
}

.productPicRight { 	 
	display: inline;
	float: right;
	margin-left: 10px;
	position: relative;
	vertical-align: top;
	width: auto;
}

.stockProductPic
{
	display: inline;
	float: left;
	margin-right: 10px;
	background: url('/SiteCollectionImages/blankPhoto_95x95.gif') 0 0px no-repeat;
	width:80px;
	height:95px;
	padding: 0px 0px 0px 15px;
}


.rightLine {
	border-right: 1px solid #CCC;
}

.searchitem {
	border: 1px dotted #666;
	display: inline;
	float: left;
	margin: 10px 0;
	padding: 20px 0;
	width: 432px;
}

.searchaddinner {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 220px;
}

.searchphoneinner {
	display: inline;
	float: left;
	margin-left: 18px;
	width: 75px;
}

.selectCol {
	display: inline;
	float: left;
	margin-top: 10px;
	position: relative;
	width: 235px;	
}

.space {
	margin: 7px 0;
}

.topbar {
	float: left;
}

.topbar img {
	display: block;
}

.formbuttons {
	display: block;
	float: left;
	margin-top: 8px;
	position: relative;
	width: 435px;
}

/*-----font styles-----*/
.currentpage {
	font-weight: bold;
}

.featureheading {
	color: #FD8816;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

.itemheading {
	color: #FD8816;
	font-size: 1.2em;
	font-weight: bold;
}

.listheading {
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}

.selectedGallery {
	font-size: 1em;
	font-weight: bold;
}

.tabsubheading {
	font-size: 1.1em;
	font-weight: bold;
}

.tallheading {
	color: #333;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}

/*-----Link styles-----*/
.breadlink {
	color: #333;
	font-size: .9em;
	text-decoration: none;
}

.navLink {
	color: #FFF;
}

.landingLink {
	color: #000;
}

.number {
	color: #666;
	margin: 15px 14px 0 0;
	text-decoration: none;
}

.sectionLink a{
	color: #333;
	font-size: 1em;
	text-transform: uppercase;
}

.selectedLink {
	color: #FD8816;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

.selectednum {
	color: #FD8816;
	margin: 15px 14px 0 0;
	text-decoration: none;
}

.uline {
	text-decoration: underline;
}

/*-----list styles-----*/
.blocklist {
	display: inline;
	float: left;
	position: relative;
	width: 300px;
}

.bulleted li {
	color: #333;
}

.featlist li {
	color: #FD8816;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 5px;
	position: relative;
}

.featlist li a, .featlist li a:hover, .featlist li a:link, .featlist li a:visited
{
	color: #FD8816;
}
.gallerylist {
	background: url('/style%20library/images/bullet.gif') 0 5px no-repeat;
	color: #FD8816;
	font-weight: normal;
	list-style-type: none;
	padding-left: 10px;
}

/* Start Left Side Navigation Styles */

#Timken-LeftNav
{	
	color: #333;
	text-decoration: none;
	padding: 8px 0px 0px 0px;    /* added this to line up with page title - 8/31 (RD) */
}

#Timken-LeftNav ul
{
	font-weight:normal;
}

#Timken-LeftNav ul li
{
	list-style:none;
	list-style-image: none;
	background-image: none;
}


#Timken-LeftNav ul li a
{
	color: #333;
	text-decoration: none;	
	font-size: 1em;
}

#Timken-LeftNav ul li.Selected, 
#Timken-LeftNav ul li.First-NavItem-Selected, 
#Timken-LeftNav ul li.Last-NavItem-Selected
{
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	display: block;
	margin: 5px 0px 8px 0px; /*adding top margin and padding, there was no spacing -JMC*/
	padding: 5px 0px 8px 0px;	/* changed top padding to 0px since I added padding to the main LeftNav - 8/31 (RD) */
}

#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:#FD8816;
}

#Timken-LeftNav ul li.Selected ul li a, 
#Timken-LeftNav ul li.First-NavItem-Selected ul li a, 
#Timken-LeftNav ul li.Last-NavItem-Selected ul li a
{
	font-weight:normal;
	color:#333;
}

#Timken-LeftNav ul li ul li a, 
#Timken-LeftNav ul li ul li a, 
#Timken-LeftNav ul li ul li a
{
	font-weight:normal;
	color:#333;
}

#Timken-LeftNav ul li ul li.Selected a, 
#Timken-LeftNav ul li ul li.First-NavItem-Selected a, 
#Timken-LeftNav ul li ul li.Last-NavItem-Selected a,
{
	font-weight:bold;
	color:#FD8816;
}

#Timken-LeftNav ul li.Selected ul, 
#Timken-LeftNav ul li.First-NavItem-Selected ul, 
#Timken-LeftNav ul li.Last-NavItem-Selected ul
{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border: 0px transparent none;
	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;
	padding:0px 0px 0px 0px;
	border: 0px transparent none;
	display: block;		
}

#Timken-LeftNav ul li.Selected ul li.Selected a.NavItem-Selected, #Timken-LeftNav ul li.Selected ul li.First-NavItem-Selected a.NavItem-Selected, #Timken-LeftNav ul li.Selected ul li.Last-NavItem-Selected a.NavItem-Selected,  #Timken-LeftNav ul li.First-NavItem-Selected ul li.Selected a.NavItem-Selected, #Timken-LeftNav ul li.First-NavItem-Selected ul li.First-NavItem-Selected a.NavItem-Selected, #Timken-LeftNav ul li.First-NavItem-Selected ul li.Last-NavItem-Selected a.NavItem-Selected,  #Timken-LeftNav ul li.Last-NavItem-Selected ul li.Selected a.NavItem-Selected, #Timken-LeftNav ul li.Last-NavItem-Selected ul li.First-NavItem-Selected a.NavItem-Selected, #Timken-LeftNav ul li.Last-NavItem-Selected ul li.Last-NavItem-Selected a.NavItem-Selected
{
	color: #FD8816;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;	
}
#Timken-LeftNav ul li.Selected a.NavItem-Selected, #Timken-LeftNav ul li.First-NavItem-Selected a.NavItem-Selected, #Timken-LeftNav ul li.Last-NavItem-Selected a.NavItem-Selected, 
{
	color: #FD8816;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;	
}
/* End Left Side Navigation Styles */



/* 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;
}

/*-----table styles-----*/
#topTable {
	padding-top: 10px;
	position: relative;
}

.tableitem {
	display: inline;
	float: left;
	position: relative;
	width: 385px;
}

.tableitem td, th {
	border: 1px solid #CCC;
	font-size:10px;
	padding: 3px;
}

.tableitem th {
	background-color: #808080;
	color: #FFF;
	font-weight:bold;
}



.tableitem_wide {
	display: inline;
	float: left;
	position: relative;
	width: 560px;
}

.tableitem_wide td, th {
	border: 1px solid #CCC;
	font-size:10px;
	padding: 3px;
}

.tableitem_wide th {
	background-color: #808080;
	color: #FFF;
	font-weight:bold;
}


/*
.tableWithBorder {
	border: 1px solid #CCC;
	color: #333;
	font-family: Arial;
	font-size: 1.2em;
	margin-bottom: 10px;
	table-layout: fixed;
	padding: 0px;
}
.tableWithBorder td, th {
	border: 1px solid #CCC;
	font-size: .8em;
	padding: 0px;
}
.tableWithBorder th {
	background-color: #808080;
	color: #FFF;
}
*/

*/

.loctable {
	border: 1px solid #CCC;
	color: #333;
	font-family: Arial;
	font-size: 1.2em;
	margin-bottom: 10px;
	table-layout: fixed;
	text-align: left;
	width: 385px;
	
	border-spacing:0px,0px;
	margin: 0;
	padding: 0;
}

.loctable caption {
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

.loctable td, th {
	border: 1px solid #CCC;
	/*font-size: .7em;*/
	padding: 3px;
}

.loctable th {
	background-color: #808080;
	color: #FFF;
}

#table a {
	color:#FF8816;
}


.firstcol {
	width: 85px;
}

.secondcol {
	width: 38px;
}

.thirdcol {
	width: 105px;
}

/*-----layout styles-----*/

.contactitem {
	display: inline;
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 145px;
}

.content {
	background-color: #FFF;
	float: left;
	padding-bottom: 20px;
	width: 770px;
}

.half {
	clear: none;
	display: inline;
	float: left;
	position: relative;
	width: 395px; /*  405*/
	margin: 20px 10px 20px 0px;    /*----RD------*/ /* 20px 10px 20px 0px */
}

.full {
	clear: none;
	float: left;
	margin: 20px 0 0 40px;
	position: relative;
	width: 695px;
}

.landingLeft {
	display: inline;
	float: left;
	margin: 25px 0 0 20px;
	position: relative;
	width: 330px;
}

/* keep */
#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: top;
	width: 770px;
	font-size: .7em;
}

.oneQuarter{
	clear: none;
	display: inline;
	float: left;
	margin: 0px 10px 0px 20px;  /*changing to match the margins of oneQuarterLeft (3A) - old was 20px 10px 0 20px */
	position: relative;
	width: 140px;
}

.OneQuarterNEW
{	
	clear: none;
	display: inline;
	float: left;
	margin: 20px 0px 0 20px;
	position: relative;
	width: 140px;
	/*
	padding: 0px 20px 0px 20px;
	position: relative;
	width: 150px;*/
}


.rightQuarter {
	clear: none;
	float: left;
	margin: 20px 0 0 0px; /*changed from 10 to 0 - JMC -- changed left padding from 18px to 10px - too much padding on the left RD */
	position: relative;
	width: 140px;
}


#searchsubmit {
	margin-right: 10px;
}

.OneThird{
	clear: none;
	display: inline;
	float: left;
	position: relative;
	width: 268px;
}

.smallbanner {
	border-top: 1px solid #FF8816;
	display: inline;
	float: left;
	margin-bottom: 10px;
	width: 770px;
}

.thirdHolder {
	clear: none;
	display: inline;
	float: left;
	margin: 20px 20px 0 20px;
	width: 725px;
}

.threeQuarters {
	clear: none;
	display: inline;
	float: left;
	margin: 20px 20px 0 20px;
	padding-right: 20px;
	position: relative;
	width: 559px;
}

.topDotted {
	border-top: 1px dotted #666;
	margin-top: 15px;
	padding-top: 15px;
}

.toplineHalf {
	border-top: 1px solid #CCC;
	float: left;
	padding-top: 10px;
	position: relative;
	width: 380px;
}

.toplineThree {
	border-top: 1px solid #CCC;
	float: left;
	margin-top: 5px;
	padding-top: 10px;
	position: relative;
	width: 550px;
}

.topline {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	position: relative;
	display:inline-block;
}


.toplinkHalf {
	border-top: 1px solid #CCC;
	display: inline;
	float: left;
	margin-top: 10px;
	padding-top: 15px;
	position: relative;
	width: 380px;
}

.toplinkFull {
	border-top: 1px solid #CCC;
	float: left;
	margin-top: 10px;
	padding-top: 20px;
	position: relative;
	width: 675px;
}

.toplinkThree {
	border-top: 1px solid #CCC;
	float: left;
	margin-top: 10px;
	padding-top: 15px;
	position: relative;
	width: 560px;/*559px;*/ /*580px;*/ /*changed from 550 -JMC*/
}

/*-----header styles-----*/
/* keep */

#header {
	background: url('/style%20library/images/headerGrad.jpg') top left repeat-y;
	height: 74px;

}

/* keep */
#logo {
	display: inline;
	float: left;
	margin: 20px 0 0 20px;
}

#breadcrumb {
	display: inline;
	float: left;
	margin-left: 20px;
	position: relative;
	width: 730px; /*700px; JMC*/
}

#breadcrumb span.breadcrumbCurrent
{
	color: #333;
	font-size: .9em;
	text-decoration: none;
}

#breadcrumb a
{
	color: #333;
	font-size: .9em;
	text-decoration: underline;
}

/*-----Search Bar-----*/
/* keep */
#dropdowns {
	display: inline;
	float: left;
	left: 300px;
	position: relative;
	top: 20px;
	width: 350px;
	/*FONT-FAMILY: Arial,Arial Unicode MS;*/
}

/*.dropdowns {
	FONT-FAMILY: Arial,Arial Unicode MS;
}*/


/* keep */
#search {
	border: 1px solid #999;	
	font-size: 1em;
	position: absolute;
	left: 186px;
	margin: 0;
	top: 0;
	vertical-align: top;
}

/* keep */
#searchLink {
	color: #FFF;
	font-size: .9em;
	left: 186px;
	position: absolute;
	text-decoration: underline;
	top: 20px;
}

/* keep */
#searchbtn {
	left: 312px;	
	position: absolute;
	top: 0;
}


/* Start Top Nav Bar */
#SearchPlaceHolderMain .content #LayoutFour{
	padding: 10px 10px 0px 10px;
	float:left;
}
#navBar {
	background: url('/style%20library/images/navback.jpg') top left repeat-x;
	display: inline;
	float: left;
	height: 30px;
	width: 770px;
	z-index: 30;
	white-space:nowrap;
}
#navBar li{
	background-image:none;
	padding: 0px 0px 0px 0px;
}
#buttonRow {
	display: inline;
	float: left;
	margin: 1px 7px -3px 7px;
	position: relative;
	width: 760px;
	z-index: 30;
}	

#buttonRow ul {
	display: inline;
	list-style-type: none; 
	margin:0;
	padding:0; 
	z-index: 30;
}

#buttonRow ul li {
	display: block;
	float: left;
	position: relative;
	z-index: 30;
	margin: 1px 1px 1px 1px;

}

#buttonRow ul li a
{
	background: transparent url('/style%20library/images/buttonBack.jpg') top left repeat-x;
	display: block; 
	font-size: .9em;
	font-weight: normal;
	color: #FFF;
	height: 23px;
	padding: 5px 12px 0px 12px;	
	border-left: 1px solid #101113;
	border-right: 1px solid #101113;
	text-align: center;
}

#buttonRow ul li.NavItem-Over a
{
	color: #FD8816;
	font-size: .9em;
	font-weight: normal;
}

#buttonRow ul li.First-NavItem-Over a
{
	color: #FD8816;
	font-size: .9em;
	font-weight: normal;
}

#buttonRow ul li.Last-NavItem-Over a
{
	color: #FD8816;
	font-size: .9em;
	font-weight: normal;
}

#buttonRow ul li ul {
	background-color: #FD8816;
	display: none;
	left: 0;
	position: absolute;
	top: 29px;
	width: 145px; /*OVERRIDE IN Variation Style Sheets*/
	z-index: 30;
}

#buttonRow ul li.NavItem-Over ul {
	display: block;
	top: 28px;
	width: 145px;/*OVERRIDE IN Variation Style Sheets*/
	z-index: 30;
}

#buttonRow ul li.First-NavItem-Over ul {
	display: block;
}

#buttonRow ul li.Last-NavItem-Over ul {
	display: block;
}

#buttonRow ul li.NavItem-Over ul li {
	border-bottom: 1px solid #FD9F45;
	display: block;
	font-size: 1em;
	overflow: hidden;
	width: 145px;/*OVERRIDE IN Variation Style Sheets*/
	z-index: 30;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	

}

#buttonRow ul li.NavItem-Over ul li a {
	background-image: none;
	color: #FFF;
	display: block;
	padding: 3px 0px 3px 3px;	
	text-decoration: none;
	text-align: left;
	width: 145px;/*OVERRIDE IN Variation Style Sheets*/
	border-left: 0px transparent none;
	border-right: 0px transparent none;
	height: 15px;
}

#buttonRow ul li ul li:hover, .nav li ul li.over {
	background-color: #666;
	display: block;
	z-index: 30;
}

#buttonRow ul li ul li a:hover, .nav li ul li a.over {
	background-color: #666;
	display: block;
	text-decoration: none;
}

#buttonRow ul li:hover ul, li.over ul {
	display: block;
	z-index: 30;
}

/* 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: .8em;
		padding: 5px 0px 5px 0px;
	}
	#ProductNavigator ul
	{
		display: list-item;	
		list-style-type:none;
		width:130px;
		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 Footer */

#footer {
	background: url('/style%20library/images/footerback.jpg') top left repeat-x;	
	float: left;
	padding: 8px 0 15px 0;
	position: relative;
	width: 770px;
}

#copy {
	color: #FFF;
	font-family: arial;	
	font-size: .9em;
	margin-left: 20px;
	position: relative;
}

#rightLinks {
	color: #FFF;
	font-size: .9em;
	/*margin-left: 280px; JMC*/
	float:right;
	/*position: relative;*/
	margin-right:20px;
}

/* End Footer */


/* Start Home Page Banner */

#banner {
	background: none top left no-repeat;
	border-bottom: 1px solid #FF8816;
	border-top: 1px solid #FF8816;
	display: inline;
	float: left;
	height: 250px;
	width: 770px;
}

#closex {
	left: 5px;
	position: relative;
}

#numberrow {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 138px;
}

#tabcontent {
	background: #FFF;
	filter: alpha(opacity = 85);
	/*height: 150px;*/
	opacity: .85;
	float: left;
	position: relative;
	width: 238px; 
}

.tabitem {
	display: block;
	line-height: 1.0em;
	margin-top: 5px;
	position: relative;
	width: 215px;
}

#tabinner {
	height: 150px;
	margin: 0 5px 0 12px;
	width: auto;
}

#tabopen {
	display: none;
	float: left;
	padding: 23px 0 0 0;
	position: relative;
	width: 238px;
}

#tabshut {
	display: inline;
	filter: alpha(opacity = 85);
	opacity: .85;
	float: left;
	padding: 23px 0;
	position: relative;
}

div.BannerContent
{
	display:none;	
}

.opentab {
	filter: alpha(opacity = 85);
	opacity: .85;
	float: left;
	position: relative;
	z-index: 0;
}

.opentab img {
	display: block;
}

/* End Home Page Banner */


/* Start Summary Field Control Styles */

.blockitem {
	display: inline;
	float: left;
	margin: 5px 0;
	position: relative;
	width: 395px; /* changed from 350 to 405 for mining success stories*/
}			      /* changed from 405 to 395 because there was no padding against the right line*/

.blockitem-nomargin {   /* added this style for pages like Seals products section with links with no descriptions */
	display: inline;
	float: left;
	position: relative;
	width: 405px; 
}


.blockitem-events {
	display: inline;
	float: left;
	margin: 5px 0;
	position: relative;
	width: 385px; /* changed from 350 to 405 for mining success stories*/
}


.shortblockitem
{	
	margin: 15px 0 0 0;
	width: 268px;
	float: left;
	padding: 0px 10px 0px 0px;
}

.xshortblockitem
{	
	margin: 15px 0 0 0;
	width: 182px;
	float: left;
	padding: 0px 10px 0px 0px;
}



.longblockitem
{
	margin-top: 10px;
	width: 560px;
	float: left;
	padding: 0px 10px 0px 0px;
}
.mediumblockitem
{
	margin-top: 10px;
	width: 380px; /*385px; JMC*/
	/* width: 400px; */
	float: left;
	padding: 0px 10px 0px 0px;
}

.shortblockitem-1{
	display: inline;
	float: left;
	margin: 5px 0;
	position: relative;
	width: 256px;
}

a.shortblockitem-1
{
	color: #000;
}

.blockitem-Bubble {
	display: inline;
	float: left;
	margin: 5px 0;
	width: 390px;
}

ul.Simple-List
{
	list-style-image: url('/style%20library/images/bullet.gif');
	margin: 0px 0px 0px 20px;
}

/* End Summary Field Control Styles */






/*----- Start Timken 01 Page Layout Styles -----*/
#LayoutOne
{
	padding: 20px 20px 0px 20px; /*20px 20px 20px 20px; changed to remove extra space on homepage*/
	width: 730px;
}

#LayoutOne .blockitem {
	width: 265px;	
}

#LayoutOne .OneThird {
	padding: 0px 56px 0px 0px;
}

#LayoutOne .productitem {
	clear: none;
	display: inline;
	float: left;
	margin: 0 0 15px 0;
	width: 395px;
}

/*----- Start Timken 02 Page Layout Styles -----*/

/*----- Start Timken 03 Page Layout Styles -----*/
.OneQuarterLeft
{	
	clear: none;
	display: inline;
	float: left;
	padding: 0px 20px 0px 20px; 
	position: relative;
	width: 150px; 
}

/*----- End Timken 03 Page Layout Styles -----*/

/*----- Start Timken 03a Page Layout Styles -----*/

.featureblock {
	clear: none;
	display: block;
	float: left;
	width: 284px;
	/*height: 95px;*//*removed to be IE7 compatible - JMC*/
}

.featureitem {
	background-color: #EBEBEB;
	clear: none;
	display: inline;
	float: left;
	padding: 5px 0 10px 0;
	width: 282px;
}

.featureinner {
	margin: 0 25px 0 10px;
}

#newsroom .blockitem {
	margin: 5px 0 10px 0;
	width: 405px;
}




/*----- Start Timken 04 Page Layout Styles -----*/

/*#LayoutFour
{
	padding: 20px 20px 20px 20px; /* uncommented this - RD 
	width: 730px;
	/*float: left;
}*/

#full .oneThird
{
	margin-top: 15px;
	padding-top: 0;
	width: 185px;
	float: left;
}

#full .blockitem {
	float: right;
	width: 165px;
}
#full .productPic {
	margin: 3px 0 5px 0;
}

#full .rightLine {
	margin-right: 35px; /*Changed from 35px JMC*/
	padding-right: 35px; /*Changed from 35px JMC*/
}

/*full.h2 {
	margin-left:20px;
	padding-left:20px;
}*/



#StockLookup
{
	width: 400px;
	padding: 0px 20px 20px 0px;
	float: left;
}



/*----- Start Timken 05 Page Layout Styles -----*/
#LayoutFive
{
	width: 580px;
	padding: 0px 20px 20px 0px;
	margin: 20px 0 0 0px;
	float: left;
	/*clear: none;
	display: inline;
	float: left;
	margin: 20px 0 0 20px;
	position: relative;
	width: 580px;*/

}

#LayoutFive.img {
	padding:10px,10px,10px,10px;
}


LayoutFive.a {
	color:#FD8816;
}

.ms-PartSpacingVertical
{
	margin: 0px;
}

/*----- Start Page Field Style -----*/
		.PageField-Edit-Container
		{
			float:left; 
			width: 690px; 
			border: 1px #CCC solid;	
		}
		.PageField-Edit-Head
		{
			float: left; 
			background-color: #CCC; 
			width: 690px; 
			padding: 5px 5px 5px 5px; 
			font-weight: bold;			
		}		
		.PageField-Edit-FieldContainer
		{
			padding:10px 10px 10px 10px; 
			width: 670px;
		}
		.PageField-Edit-Field
		{
			float: left; 
			width: 670px; 
			padding: 5px 0px 5px 0px; 
			background-color: #FAFAFA; 
			border-bottom: 1px #000 dotted;
		}
		.PageField-Edit-Field-Input
		{
			float: left; 
			width: 450px;
		}
		
		.PageField-Edit-Field-Description
		{
			float: left; 
			width: 200px; 
			padding: 10px 10px 10px 10px; 
			font-size: 10px; 
			color: #fd8816;
		}
/*----- End Page Field Style -----*/\

headertitle-large {
	font-style:italic;
}

#ProductTabDisplayAreas div table
{
	width:100%;
}
#ProductTabDisplayAreas div tr
{
	width:100%;
	float:right;
}

.oddrow
{
	background-color: #EBEBEB;
	width:100%;
	float:right;
}

#oddrow
{
	background-color: #EBEBEB;
	/*width:100%;
	float:right; removed for firefox JMC*/
}


#ProductTabDisplayAreas div td,
.oddrow td 
{
	float:left;
}


/* Styles for Layout 7 - Product pages*/
#ProductTabDisplayArea1 img {	 
	display: inline;
	float: right;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:5px;
	position: relative;
	vertical-align: top;
	width: auto;
}
#ctl00_PlaceHolderMain_ctl02_ctl00_RichHtmlField_displayContent_toolbar img{
	padding-right: 0px;
	padding-top:0px;
	padding-bottom:0px;
}
/* END Styles for Layout 7 - Product pages*/

/*----- Start Timken 10 Page Layout Styles -----*/
.OneHalfLeft
{	
	clear: none;
	display: inline;
	float: left;
	padding: 0px 20px 0px 20px;
	position: relative;
	width: 325px;
}

.twoQuarter {
	clear: none;
	float: left;
	margin: 0px 20px 0 0;
	position: relative;
	width: 160px;
} /*  */

.halfMicro {
	clear: none;
	display: inline;
	float: left;
	position: relative;
	width: 390px;
	margin: 0px 0px 20px 1px;    /*----RD------*/
}

.eventSummaryHead{
	background-image:url('/style%20library/images/eventSummary_top.gif');
	width:298px;
	height:25px;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:3px;
	font-weight:bold;
}
.eventSummary {
	width: 314px;
	background-image: url('/style%20library/images/eventSummary_middle.gif');
	border-left:2px #ccc solid;
	border-right:2px #ccc solid;
}
.eventSummaryText {
	padding: 0px 30px 0px 15px;
}
.eventSummaryFoot{
	background-image:url('/style%20library/images/eventSummary_bottom.gif');
	width:318px;
	height:17px;
}




/*----- End Timken 10 Page Layout Styles -----*/

/*----- Start Timken Investor CCBN Page Layout Styles -----*/
.InvestorMain
{
	background-color: #FFF;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align:left;
}
.InvestorContent
{
	width: 550px;/*560px;*/
	padding: 0px 20px 20px 0px;
}

.InvestorContent.img {
	padding:10px,10px,10px,10px;
}
.InvestorContent.a {
	color:#FD8816;
}
/*----- Start Timken Investor CCBN Page Layout Styles -----*/

.SlideShow_Content_Row {
	background-color:white;
}

.pageHeading {
	padding-bottom:10px;
}

/*------- core Search Style overrides--------*/
.srch-results{
	margin: 0 15px 0 15px;   /*RD*/
}
.srch-Icon{
	margin-right:5px;  /*RD*/
}
.srch-Page{
	/*COLOR:#666666;*/
	FONT-WEIGHT:bolder;
	FONT-SIZE:1.5em;
	text-align:center;
	background-color:#FFF;
	/**/border-top: 1px solid #DDD;
	padding-top: 7px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 7px;
	/*margin-top:7px;
	margin-bottom:7px;*/
}
.srch-sort{
	display:none;
}
.srch-URL A,.srch-URL A:link,.srch-URL A:visited{
	color: #808080 !important;
	text-decoration: none;
}
.srch-URL a:hover,.srch-URL a:active {
	text-decoration: underline;
}
.srch-Metadata A,.srch-Metadata A:link,.srch-Metadata A:visited{
	color: #808080;
	text-decoration: none;
}
.srch-Metadata a:hover,.srch-Metadata a:active {
	text-decoration: underline;
}


#NewsRoomUtilities{
		padding-top: 10px;
		padding-left:1px;
}


.ms-WPBody A:link {color:#FD8816}


/*Summary Link TimkenFeatureBox styles*/
.TimkenFeatureBox, .TimkenFeatureBoxOrange{
	margin-bottom:10px;
	width:99%;
}
.TimkenFeatureBox .sectionHeader, .TimkenFeatureBoxOrange .sectionHeader{
	background-color:#888;
	width:100%;
	background-image:url('/SiteCollectionImages/whiteCorner_topLeft.gif');
	background-repeat:no-repeat;
	background-position: left top;
	padding-top:2px;padding-bottom:2px;
	border-bottom:1px #FD8816 solid;
}
.TimkenFeatureBox .sectionHeader h3 a, .TimkenFeatureBoxOrange .sectionHeader h3 a{
	color:white;
	padding-left:5px;padding-right:2px;
}
.TimkenFeatureBox #ProductNavigator, .TimkenFeatureBoxOrange #ProductNavigator{
	width:auto !important;	
	float:none !important;	
	padding-left:5px;
	padding-right:5px;
	font-size:1em !important;
	position:relative;
}
.TimkenFeatureBox #ProductNavigator a, .TimkenFeatureBoxOrange #ProductNavigator a{
	width:auto !important;
	color:#FD8816;	
	position:relative;
}
.TimkenFeatureBox #ProductNavigator .leftLink, .TimkenFeatureBoxOrange #ProductNavigator .leftLink{
	float:left;
}
.TimkenFeatureBox .sectionFooter, .TimkenFeatureBoxOrange .sectionFooter{
	background-color:#888;
	width:100%;
	height:5px;
	border-top:1px #FD8816 solid;
	background-image: url('/SiteCollectionImages/whiteCorner_bottomRight.gif');
	background-repeat:no-repeat;
	background-position: right bottom;
}


.TimkenFeatureBoxOrange .sectionHeader{
	background-color:#FD8816;
}
.TimkenFeatureBoxOrange .sectionFooter{
	background-color:#FD8816;
}

.webPartLink{
	color:#FD8816 !important;
}

DIV.divClear{
	width:100%;
	height:1px;
	clear:both;			
}


