/* progressrail.com   |   drawer-screen.css   |   5/15/08 */

* {margin: 0; padding: 0;}

body {
	background: #231f20 url(../images/bg.jpg) no-repeat top left;
	font: 62.5% Arial, Helvetica, sans-serif; 
	color: #333; 
	text-align: center; 
	margin: 0 0 200px 0; 
	padding: 0;
	}
	
#main-wrap {
	width: 900px;
	margin: 0 auto; 
	text-align: left; 
	background: #fff;
	padding-bottom: 0;
	}
	
/*----------------Drawer Starts----------------*/
#slide-drawer {
	background: #c51323 url(../images/drawer-bg.jpg) repeat-x bottom left;
	width: 900px;
	float:left;
	text-align: left; 
	margin: -20px 0 -2px 0;
	display: none;
	}
	
* html #slide-drawer {
	background: #c51323 url(../images/drawer-bg.jpg) repeat-x bottom left;
	width: 900px;
	float:left;
	text-align: left; 
	margin: 0px;
	display: none;
	}
	
ul#slidyTools li { list-style: none; }

#drawer-link li a { text-decoration: none; }

#drawer-link {
	display: block;
	width: 882px;
	height: 10px;
	background: #fff;
	float: left;
	padding: 10px 18px 0 0;
	text-align: right;
	color: #231f20;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	}
	
* html #drawer-link {
	display: block;
	width: 882px;
	height: 10px;
	background: #fff;
	float: left;
	padding: 10px 18px 0 0;
	text-align: right;
	color: #231f20;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	}
	
#drawer-link-open {
	display: block;
	width: 882px;
	height: 10px;
	background: #fff;
	margin: 10px 0 0 -645px;
	padding: 10px 18px 10px 0;
	text-align: right;
	color: #231f20;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
	}
	
* html #drawer-link-open {
	display: block;
	float: right;
	height: 10px;
	background: #fff;
	margin: 10px 0 0 -695px;
	padding: 10px 18px 0 0;
	text-align: right;
	color: #231f20;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	font-size: 9px;
	}
	
#drawer-link:hover, #drawer-link-open:hover {
	color: #ed1b2e;
	}
	
#slide-drawer li {
	list-style: none;
	padding-top: 5px;
	}
	
#slide-drawer h2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: #ccc solid 1px;
	width: 400px;
	padding-bottom: 5px;
	}
	
#products {
	float: left;
	width: 400px;
	margin: 10px 25px 0 15px;
	padding-top: 20px;
	}
	
#services {
	float: left;
	width: 400px;
	margin: 10px 25px 0 0;
	padding-top: 20px;
	}	
	
	
li.main a {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
li.main a:visited {
	color: #ccc;
	}
	
li.main a:hover {
	text-decoration: underline;
	}
	
ul.sub-sub-subnav li a {
	color:#ccc;
	font-weight: normal;
	}
	
ul.sub-subnav li a.header {
	color: #fff;
	font-weight: bold;
	}
	
.left {
	width: 190px;
	float: left;
	}
	
.right {
	width: 190px;
	float: left;
	}
		
*html .right {
	width: 190px;
	float: right;
	}
	
ul.sub-subnav {
	padding-left: 15px;
	}



/*----------------Drawer Ends----------------*/	


#wrap {
	width: 900px;
	margin: 0 auto; 
	text-align: left; 
	background: #fff url(../images/wrap-bg.jpg) 0 0 no-repeat;
	* background: #fff url(../images/wrap-bg.jpg) 0 -20px no-repeat;
	padding-bottom: 30px;
	}
	
#header {
	width: 900px;
	float: left;
	margin-bottom: 20px;
	}
	
#logo {
	border: none;
	margin: 20px 0 0 20px;
	* margin: 0px 0 0 20px;
	float: left;
	}
	
h1 { text-indent: -9999px; }

#nav { /* all lists */
	margin: 5px 0 0 22px;
	width: 648px;
	background-color: #58595b;
	float: left;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	line-height: 1;
	width: 648px;
	float: left;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 10px 12px 10px;
}

#nav li:hover { background: #ed1b2e url(../images/nav-rollover.jpg) repeat-x bottom left; position: static; }
	
#nav li a.active { background: #ed1b2e url(../images/nav-rollover.jpg) repeat-x bottom left; position: static; }

#nav li { /* all list items */
	float: left;
	list-style: none;
	border-right: #fff solid 1px;
}

#nav li#n-home { width: 30px; }
#nav li#n-products { width: 90px; }
#nav li#n-services { width: 85px; }
#nav li#n-locations { width: 95px; }
#nav li#n-about { width: 40px; }

#nav li.last {
	border-right: none;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #58595b;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 1.8em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li:hover, #nav li li.hover {
	postition: static;
	}

#nav li li {
	float: left;
	text-align: left;
	background-color: #58595b;
	border-top: 1px solid #F2F3E7;
	border-right: none;
	width: 150px;
}
	
#nav li#search { 
	list-style: none;
	float: left;
	border-right: none;
	padding: 10px 0 0 10px;
	width: 210px;
	height:31px;
	background: none;
	}
	
#search h2 {
	font-size: 11px;
	color: #ec8e1b;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	padding-top: 4px;
	}
	
#search input.field {
	float: left;
	margin-right: 5px;
	width: 120px;
	}
	
#search input.submit {
	float: left;
	margin-top: -6px;
	}
	
#rotatebox {
	float: left;
	width: 900px;
	height: 313px; 
	border-top: #ed1b2e solid 1px;
	border-bottom: #ed1b2e solid 1px;
	background: no-repeat;
	margin-bottom: 22px;
	}
	
#content {
	width: 900px;
	}
	
#side-bar{
	margin: 0 58px 22px 22px;
	_margin: 0 58px 22px 12px;
	width: 180px;
	float: left;
	}
	
#side-bar img {
	border: #ed1b2e solid 3px;
	margin-bottom: 10px;
	}
	
#side-bar h2 {
	color: #ec8e1b;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	}
	
#side-bar a {
	color:#ed1b2e;
}

#side-bar a:hover {
	color: #ec8e1b;
	}
#main-content-wrap {
	padding: 0 30px 0 0;
	margin-left: 250px;
	* padding: 0 25px 0 0;
	}
	
#side-magnet p {
	font-size: 1.1em;
	color: #58595b;
	line-height: 16px;
	}
	
#copy h2 {
	color: #ed1b2e;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
	
#copy h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#copy h4 {
	color: #ed1b2e;
	font-size: 1.4em;
	margin-bottom: 10px;
	}
	
#copy h5{
	color: #ec8e1b;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#copy p {
	font-size: 1.2em;
	color: #58595b;
	line-height: 16px;
	margin-bottom: 15px;
	}
#copy p.headline{
	margin-bottom: 0px;
}
#copy ul {
	margin: 0 0 10px 25px;
	}
	
#copy li {
	font-size: 1.2em;
	list-style: disc;
	color: #58595b;
	line-height: 16px;
	}
#copy li ul{
	margin-top:5px;
	}
	
#copy li li{
	font-size: 1.1em;
	list-style:circle;
	color: #58595b;
	line-height: 16px;
	}
	
#copy a {
	color: #ed1b2e;
	text-decoration: underline;
	}
	
#copy a:link {
	color: #ed1b2e;
	text-decoration: underline;
	}
	
#copy a:visited {
	color: #ed1b2e;
	}
	
#copy a:hover {
	color: #ec8e1b;
	}
	
#copy hr {margin:10px 0px;}
	
.left-column {
	float: left;
	width: 250px;
	margin-right: 100px;
	}
	
/*.right-column {
	float: left;
	width: 250px;
	}*/
	
#bottom-magnets {
	background-color: #efeeee;
	padding: 8px;
	height: 70px;
	margin-top: 30px;
	_width: 585px;
	}
	
#magnet-01, #magnet-02 {
	background: url(../images/magnet-bg.jpg) repeat-x;
	width: 198px;
	_width: 195px;
	float: left;
	margin-right: 3px;
	}
	
#magnet-03 {
	background: url(../images/magnet-bg.jpg) repeat-x;
	width: 198px;
	_width: 190px;
	float: left;
	margin-right: 0;
	}

#magnet-01 a, #magnet-02 a, #magnet-03 a {
	font-size: 1.4em;
	font-weight:bold;
	color: #ec8e1b;
	background-color: #58595b;
	padding: 5px 0 0 5px;
	text-transform: uppercase;
	background: url(../images/arrows.jpg) 170px 5px no-repeat;
	text-decoration: none;
	display: block;
	width: 200px;
	_width: 190px;
	height: 20px;
	}
	
#magnet-01 a:visited, #magnet-02 a:visited, #magnet-03 a:visited {
	color: #ec8e1b;
	}
	
#magnet-01 a:hover, #magnet-02 a:hover, #magnet-03 a:hover {
	color: #ed1b2e;
	background: url(../images/arrows-rollover.jpg) 170px 5px no-repeat;
	}
	
#magnet-01 p, #magnet-02 p, #magnet-03 p {
	font-size: 11px;
	color: #808285;
	font-weight: bold;
	padding: 10px 5px 0 5px;
	}
	
#footer {
	clear: both;
	width: 620px;
	margin: 30px 0;
	padding-bottom: 5px;
	}
	
* + html #footer {
	clear: both;
	width: 620px;
	margin: 30px 0 0 0;
	padding-bottom: 5px;
	}
	
* html #footer {
	clear: both;
	width: 620px;
	margin: 30px 0 0 0;
	padding-bottom: 5px;
	}
	
#footer ul { 
	float: left;
	margin-bottom: 10px;
	}
	
#footer li {
	font-size: 10px;
	color: #999;
	border-right: #ec8e1b solid 1px;
	list-style: none;
	float: left;
	padding: 5px;
	}
	
#footer li.last { border-right: none; }

#footer li a { 
	color: #999;
	text-decoration: none;
	}
	
#footer li a:visited {
	color: #999;
	}
	
#footer li a:hover {
	color: #ec8e1b;
	text-decoration: underline;
	}
	
/*-------------------INTERNAL--------------------*/
#subnav{
	margin: 0 0 22px 22px;
	_margin: 0 0 22px 12px;
	width: 180px;
	float: left;
	}
	
#sub-sub-subnav {
	margin: 5px 0 0 15px;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 5px;
	background-color: #eee;
	}
	
#subnav img {
	border: #ed1b2e solid 3px;
	margin-bottom: 10px;
	}
	
#subnav h2 {
	color: #ec8e1b;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	}
	
#subnav li {
	list-style: none;
	padding-bottom: 10px;
	}
	
#subnav li a {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #58595b;
	}
	
#subnav li a:visited {
	color: #58595b;
	}
	
#subnav li a:hover {
	color: #ed1b2e;
	text-decoration: underline;
	}
	
#subnav li a.active {
	color: #ed1b2e;
	}
	
#subnav	p {
	font-size: 1.2em;
	line-height: 16px;
	margin-top: 10px;
	}
	
#subnav p a {
	color: #ed1b2e;
	text-decoration: underline;
	}
	
#subnav p a:link {
	color: #ed1b2e;
	text-decoration: underline;
	}
	
#subnav p a:visited {
	color: #ed1b2e;
	}
	
#subnav p a:hover {
	color: #ec8e1b;
	}


.content-image {
	padding: 3px;
	border: #ec8e1b solid 1px;
	float: right;
	margin: 0 0 5px 15px;
	}

.content-image-left {
	padding: 3px;
	border: #ec8e1b solid 1px;
	float: left;
	margin: 0 15px 5px 15px;
	}
	
#copy img {
	padding: 3px;
	border: #ec8e1b solid 1px;
	margin: 0 15px 5px 15px;
	}
	
#copy img.no-border {
	border:none;
}
	
ul#sub-subnav{
	margin: 5px 0 0 20px;
	}
	
#sub-subnav li a {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	color: #58595b;
	}
	
#sub-subnav li a:visited {
	color: #848586;
	}

#sub-subnav li a:hover {
	color: #ed1b2e;
	text-decoration: underline;
	}
	
#sub-subnav li a.active {
	color: #ed1b2e;
	}
	
.thumb-cont {
	width:260px;
	margin-bottom:20px;
	height:60px;
	float:left;
	}
			
.thumb-prod {
	width:600px;
	margin-bottom:20px;
	height:100px;
	}
	
.red {
color:#ed1b2e;
	}
	
.img-container {
width:280px;
height:auto;
float:right;
}

.flash-container {
width:320px;
height:240px;
float:right;
margin: 0px 10px;
}

.thickbox2 {float:right;
margin: 0px 10px;
}

.logos {
width:300px;
height:150px;
float:left;
}

.shaded {
background:#ddd;
border:#ccc 1px solid;
width:450px;
padding:10px;
margin-bottom:10px
}

.shadednarrow {
background:#ddd;
border:#ccc 1px solid;
width:395px;
height:118px;
padding:10px;
margin-bottom:10px;
padding-bottom: 0px;
}

#content #copy .shadednarrow p {margin-bottom:8px;}

.underline {border-bottom:1px solid #ccc;}

/*table in component pages*/
#component {font-size:1.2em;}
#component td {text-align:center;
padding:5px; border-bottom:1px solid #666666; margin:0px;}
#component td.first {text-align:left;}

.bottom-border {}

table.locations {width: 600px; border-collapse: collapse; border: 1px solid #333;}
table.locations th {font-weight: bold; background-color: #dedede;}
table.locations th, table.locations td {font-size: 1.2em;padding: 5px;border: 1px solid #666;}

.kershaw-column {width:280px; float:left; margin-right:30px;}
.kershaw-column2 {width:280px; float:left; margin-right:0px;}

.kershaw-button-veg a {text-indent:-9999px; background:url(../images/veg-con-button.jpg) 0 0 no-repeat; width:280px; height:33px; margin:10px 0px; display:block;}
.kershaw-button-veg a:hover{ background:url(../images/veg-con-button-hov.jpg) top left no-repeat; cursor:pointer;}

.kershaw-button-mow a {text-indent:-9999px; background:url(../images/rr-mow-button.jpg) 0 0 no-repeat; width:280px; height:33px; margin:10px 0px; display:block;}
.kershaw-button-mow a:hover { background:url(../images/rr-mow-button-hov.jpg) top left no-repeat; cursor:pointer;}

.kershaw-content-image {
	padding: 3px;
	border: #ec8e1b solid 1px;
	margin: 10px auto;
	}
	
	#subnav ul.pdf li {

		padding: 3px 5px 5px 19px;

		line-height: 1.3em;

		background: url(../images/acro-li-bullet.gif) no-repeat 0 3px;

		}
