/*
TABLE OF CONTENTS

1 Header
   a Logo
   b Navigation
2 Content
3 Footer
4 Headings
5 Forms
6 Tables
7 Links
8 Misc
   a Tags
   b IDs
   c Classes
*/

/*
COLOR PALETTE

#000000 - Black
#FFFFFF - White
*/

@font-face {
    font-family: 'WinterthurCondensed';
    src: url('/fonts/WinterthurCondensed-webfont.eot');
    src: url('/fonts/WinterthurCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/WinterthurCondensed-webfont.woff') format('woff'),
         url('/fonts/WinterthurCondensed-webfont.ttf') format('truetype'),
         url('/fonts/WinterthurCondensed-webfont.svg#WinterthurCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'WinterthurCondensedItalic';
    src: url('/fonts/WinterthurCondensedOblique-webfont.eot');
    src: url('/fonts/WinterthurCondensedOblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/WinterthurCondensedOblique-webfont.woff') format('woff'),
         url('/fonts/WinterthurCondensedOblique-webfont.ttf') format('truetype'),
         url('/fonts/WinterthurCondensedOblique-webfont.svg#WinterthurCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;
	}

html, body {
	margin:0;
	padding:0;
	}

body {
   	background:#EBEBEB url('/images/bg.png') repeat-x;
   	color:#68655B;
	font:20px/24px WinterthurCondensed, arial, helvetica, sans-serif;
	}
	
	body.home,
	body.seating-mechanisms,
	body.parent {
		background-image:url('/images/bg-home.png');
		}

#container {
	margin:0 auto;
	width:1000px;
	}

/* HEADER */

#header {
	color:#FFF;
	font:16px/19px arial, helvetica, sans-serif;
	height:188px;
	/* overflow:hidden; */
	padding:15px 0 0;
	}
	
	body.home #header {
		background:url('/images/header.png') no-repeat center 203px;
		height:499px;
		}
		
	body.seating-mechanisms #header,
	body.machine-tools.parent #header {
		background:url('/images/bg-parts-components.png') no-repeat center 203px;
		height:499px;
		}
	
	#header a {
		color:#FFF;
		text-decoration:none;
		}
	
	#left {
		float:left;
		height:195px;
		overflow:hidden;
		width:200px;
		}
		
		body.seating-mechanisms #left {
			height:125px;
			margin-bottom:5px;
			width:125px;
			}
		
		#left p {
			clear:both;
			margin:0;
			padding:5px 0 0 15px;
			}
			
			body.seating-mechanisms #left p {
				padding-left:0;
				}
		
	#right {
		float:right;
		height:196px;
		/* overflow:hidden; */
		width:790px;
		}
		
		body.seating-mechanisms #right {
			height:125px;
			margin-bottom:5px;
			}
	
	/* LOGO */
	
	#logo {
		display:inline-block;
		float:left;
		height:144px;
		margin:10px 0 0;
		width:200px;
		}
		
		body.seating-mechanisms #logo {
			height:97px;
			width:125px;
			}
		
	#tagline {
		float:left;
		font-size:18px;
		line-height:22px;
		margin:30px 0;
		text-align:center;
		width:620px;
		}
		
		body.home #tagline {
			margin-top:8px;
			}
		
		#tagline em {
			color:#9DB4CD;
			font-style:normal;
			}
		
	#contactus {
		float:right;
		font-size:20px;
		font-weight:bold;
		height:126px;
		overflow:hidden;
		text-align:right;
		width:170px;
		}
		
		#contactus a {
			font-weight:normal;
			}
			
		#contactus img {
			display:inline;
			vertical-align:middle;
			}
		
	/* NAVIGATION */
	
	#nav {
		background:url('/images/nav-home.png') no-repeat;
		float:right;
		height:45px;
		line-height:45px;
		margin:0;
		/* overflow:hidden; */
		padding:1px 0;
		width:624px;
}
		


		
		#nav li {
			border-left:1px solid #4A4A4A;
			float:right;
			font-size:15px;
			list-style:none;		
			}
			
			#nav li.first-child {
				border-left:none;
				}
				
				#nav li.first-child a {
					background:none;
					}
			
			#nav li a {
				background:url('/images/nav-a.png') repeat-y right center;
				color:#4A4A4A;
				display:inline-block;
				padding:0 10px;
				}
				
				body.machine-tools #nav li a {
					padding:0 15px;
					}
				
				body.seating-mechanisms #nav li a {
					padding:0 30px;
					}
				
				#nav li a:hover,
				#nav li.active a {
					color:#3264D8;
					}
					
		/* 
			LEVEL ONE
		*/
		ul.dropdown                         { position: relative; z-index:100; }
		ul.dropdown li                      { float: left; zoom: 1; }
		ul.dropdown li a                    { display: block; }
		ul.dropdown li.hover,
		ul.dropdown li:hover                { position: relative; }
		ul.dropdown li.hover a              { color: black; }


		/* 
			LEVEL TWO
		*/
		ul.dropdown ul 						{ padding:0; width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
		ul.dropdown ul li 					{ background: #f6f6f6; color: #000; 
											  border-bottom: 1px solid #ccc; float: none !important; }
											  
											/* IE 6 & 7 Needs Inline Block */
		ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

		/* 
			LEVEL THREE
		*/
		ul.dropdown ul ul 					{ left: 100%; top: 0; }
		ul.dropdown li:hover > ul 			{ visibility: visible; }
	
#wrapper {
	clear:both;
	padding:1em 0 0;
	}
	
	/* CONTENT */
	
	#content {
		}

/* FOOTER */

#footer {
	background:url('/images/footer.png') repeat-x;
	clear:both;
	color:#72A5D9;
	height:246px;
	font:16px/19px WinterthurCondensed, arial, helvetica, sans-serif;
	padding:10px 0 0;
	}
	
	#footer a {
		color:#72A5D9;
		text-decoration:none;
		}
		
		#footer a:hover {
			color:#FFF;
			}
	
	#footer h3 {
		border-bottom:1px dotted #0E58A6;
		color:#AED2FC;
		font-size:20px;
		font-weight:normal;
		margin:0;
		padding:0 0 3px;
		text-transform:uppercase;
		}
		
		#footer ul {
			float:left;
			margin:0 0 0 30px;
			padding:0;
			width:160px;
			}
			
			#footer ul.first-child {
				margin-left:0;
				}
			
			#footer ul li {
				background:url('/images/footer-li.png') no-repeat left 20px;
				border-bottom:1px solid #0E58A6;
				line-height:25px;
				list-style:none;
				padding:10px 0 0 12px;
				}
	
	#footer-wrapper {
		margin:0 auto;
		width:1000px;
		}
		
		#footer-widget-1,
		#footer-widget-2 {
			float:left;
			width:350px;
			}
			
		#footer-widget-2,
		#footer-widget-3 {
			margin-left:37px;
			}
			
		#footer-widget-1 {
			margin-left:0;
			}
			
		#footer-widget-3 {
			float:right;
			font-size:18px;
			width:225px;
			}
			
			#footer-widget-3 h3 {
				margin-bottom:5px;
				}
				
			#copyright {
				clear:both;
				color:#FFF;
				font-size:14px;
				}
				
				#copyright a {
					color:#FFF;
					}

/* HEADINGS */

h1 {
	background:url('/images/h1.png') repeat-x;
	font:bold 22px/22px tahoma, geneva, sans-serif;
	margin:0 0 1em;
	padding:0 0 0 35px;
	}
	
	h1 a {
		background:#EBEBEB;
		color:#0B396C !important;
		display:inline-block;
		font-size:22px;
		font-weight:bold;
		padding:0 10px;
		text-decoration:none;
		}
		
h2 {
	font-size:20px;
	line-height:20px;
	margin:0 0 1em;
	}
	
/* FORMS */

body.contact form table {
	margin-top:0;
	}
		
form table td,
form table th {
	line-height:25px;
	padding:0.1em 0.5em 0.1em 0;
	vertical-align:top;
	}
		
input, select, textarea {
	border:1px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	font:13px arial, helvetica, sans-serif;
	padding:0 3px;
	height:25px;
	width:194px;
	}
	
input[type="checkbox"],
input[type="radio"] {
	height:auto;
	width:auto;
	}
	
input[type="reset"],
input[type="submit"] {
	background:#f7f6f7;
	background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf));
	background:-webkit-linear-gradient(#f7f6f7,#dfdbdf);
	background:-moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);
	background:-moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);
	border:1px solid #c7c0c7;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	color:#5e5e5e;
	height:35px;
	text-shadow:0 1px 0 #ffffff;
	}
	
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		cursor:pointer;
		}
	
textarea {
	height:75px;
	}
	
/* TABLES */

table, td, th, tr {
	margin:0;
	padding:0;
	}
	
table {
	border-collapse:collapse;
	margin:1em 0;
	}
	
	table.table {
		border:1px solid #68655B;
		width:100%;
		}
		
		table.table td {
			border:1px solid #68655B;
			padding:3px;
			text-align:right;
			}
			
			body.media table.table td {
				text-align:left;
				}
			
			table.table td.alignleft,
			table.table th.alignleft {
				float:none;
				margin:0;
				padding:0 3px;
				text-align:left;
				}
		
		table.table th {
			background:#68655B;
			color:#FFF;
			padding:3px;
			}

/* LINKS */

a:link, a:visited {
	color:#3264da;
	}

a:active, a:focus, a:hover {
	color:#68655B;
	}

a img {
	border:none;
	}

/* MISC */

/* TAGS */

address {
	font-style:normal;
	}
	
hr {
	clear:both;
	}
	
img {
	}

	img.aligncenter {
		display:block;
		margin:0 auto;
		}
		
	img.img {
		background:#FFF;
		border:1px solid #CCC;
		margin-bottom:1em;
		padding:5px;
		}
	
sub, sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	}
	
sub {
	top:0.5ex;
	}
	
sup {
	bottom:1ex;
	}
	
ul {
	}
	
	ul li {
		list-style-position:outside;
		}
		
/* IDs */
		
#breadcrumbs {
	clear:both;
	margin:0 0 1em;
	padding:0;
	}
	
	#breadcrumbs li {
		display:inline;
		font:13px arial, helvetica, sans-serif;
		list-style:none;
		}
		
#buckets {
	clear:both;
	height:500px;
	overflow:hidden;
	}
	
	#buckets .bucket {
		background:url('/images/bucket.png') no-repeat left top;
		float:left;
		height:490px;
		margin-left:12px;
		padding-left:14px;
		width:394px;
		}
		
		#buckets .bucket.first-child {
			background:none;
			margin-right:0;
			padding-left:0;
			width:394px;
		
			}
			
		#buckets .bucket a img {
			background:#FFF;
			border:1px solid #CCC;
			padding:1px;
			}
			
		#buckets .bucket h2 {
			border-bottom:4px solid #3264DA;
			font:bold 20px/22px tahoma, geneva, sans-serif;
			height:22px;
		
			overflow:hidden;
			margin:110 550 5px;
			}
			
			#buckets .bucket h2 a {
				background:#EBEBEB;
				color:#0B396C;
				display:inline-block;
				font-size:20px;
				font-weight:bold;
				text-decoration:none;
				
				}
				
		#buckets .bucket h3 {
			color:#3264D8;
			font:bold 16px/30px tahoma, geneva, sans-serif;
			margin:0;
			}
			
		#buckets .bucket p {
			margin:0;
			}
			
		#buckets .bucket ul {
			margin:0 0 2em;
			padding:0;
			}
			
			#buckets .bucket ul li {
				background:url('/images/bucket-li.png') no-repeat left 8px;
				list-style:none;
				padding:0 0 0 18px;
				}
				
		#buckets .bucket .col-2thirds {
			margin-bottom:0.5em;
			
			}
			
#inner-buckets {
	clear:both;
	}
	
	#inner-buckets .bucket {
		float:left;
		font-size:22px;
		line-height:30px;
		margin:0 0 1em;
		padding:0 1%;
		width:23%;
		}
			
		#inner-buckets a {
			text-decoration:none;
			}
			
			#inner-buckets a:hover {
				text-decoration:underline;
				}
				
			#inner-buckets a.img img {
				background:url('/images/inner-bucket.png') no-repeat center 0;
				display:block;
				height:189px;
				width:187px;
				}
				
			#inner-buckets a img {
				display:block;
				height:186px;
				margin:0 auto;
				overflow:hidden;
				width:185px;
				}
			
		#inner-buckets h2 {
			font-size:24px;
			font-weight:normal;
			line-height:24px;
			margin:0 0 0.5em;
			text-align:center;
			text-transform:uppercase;
			}
			
			#inner-buckets h2 a {
				color:#3264D9;
				}
				
		#inner-buckets p {
			font-size:17px;
			height:150px;
			margin-bottom:0;
			text-align:center;
			}
				
		#inner-buckets ul {
			}
			
			#inner-buckets ul li {
				background:url('/images/bucket-li.png') no-repeat left 8px;
				list-style:none;
				padding:0 0 0 18px;
				}
				
#intro {
	clear:both;
	float:left;
	font-size:13px;
	height:280px;
	overflow:hidden;
	padding:0 10px 0 0;
	width:288px;
	}
			
	#intro h1 {
		background:none;
		font-size:22px;
		font-weight:normal;
		line-height:20px;
		margin:0;
		padding:0;
		}
		
/* SLIDESHOW */
				
#slideshow {
	clear:both;
	height:242px;
	margin:0 auto;
	overflow:hidden;
	width:702px;
	}
	
	body.machine-tools #slideshow {
		clear:none;
		float:right;
		height:280px;
		}
		
	body.seating-mechanisms #slideshow {
		clear:none;
		float:right;
		height:330px;
		width:755px;
		}
	
	#slider {
		border:6px solid #FFF;
		position:relative;
		width:690px;
		height:268px;
		background:url(/images/loading.gif) no-repeat 50% 50%;
		}
		
		#slider img {
			position:absolute;
			top:0px;
			left:0px;
			display:none;
			}
			
		#slider a {
			border:0;
			display:block;
			}

	.nivo-controlNav {
		position:absolute;
		left:260px;
		bottom:-42px;
		}
		
		.nivo-controlNav a {
			display:none;
			width:22px;
			height:22px;
			background:url(/images/bullets.png) no-repeat;
			text-indent:-9999px;
			border:0;
			margin-right:3px;
			float:left;
			visibility:hidden;
			}
			
		.nivo-controlNav a.active {
			background-position:0 -22px;
			}

		.nivo-directionNav a {
			display:block;
			width:30px;
			height:30px;
			background:url(/images/arrows.png) no-repeat;
			text-indent:-9999px;
			border:0;
			}
			
			a.nivo-nextNav {
				background-position:-30px 0;
				right:15px;
				}
				
			a.nivo-prevNav {
				left:15px;
				}

	.nivo-caption {
		text-shadow:none;
		font-family: Helvetica, Arial, sans-serif;
		}
		
		.nivo-caption a { 
			color:#efe9d1;
			text-decoration:underline;
			}

	.nivoSlider {
		position:relative;
		}
		
		.nivoSlider img {
			position:absolute;
			top:0px;
			left:0px;
			}
		
	.nivoSlider a.nivo-imageLink {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		border:0;
		padding:0;
		margin:0;
		z-index:6;
		display:none;
		}
		
	.nivo-slice {
		display:block;
		position:absolute;
		z-index:5;
		height:100%;
		}
		
	.nivo-box {
		display:block;
		position:absolute;
		z-index:5;
		}
		
	.nivo-caption {
		position:absolute;
		left:0px;
		bottom:0px;
		background:#000;
		color:#fff;
		opacity:0.8; /* Overridden by captionOpacity setting */
		width:100%;
		z-index:8;
		}
		
		.nivo-caption p {
			padding:5px;
			margin:0;
			}
			
		.nivo-caption a {
			display:inline !important;
			}
			
		.nivo-html-caption {
			display:none;
			}
		
	.nivo-directionNav a {
		position:absolute;
		top:45%;
		z-index:9;
		cursor:pointer;
		}
		
		.nivo-prevNav {
			left:0px;
			}
			
		.nivo-nextNav {
			right:0px;
			}
		
	.nivo-controlNav a {
		position:relative;
		z-index:9;
		cursor:pointer;
		}
		
	.nivo-controlNav a.active {
		font-weight:bold;
		}
		
#subnav {
	background:#EFEFEF;
	float:left;
	height:322px;
	width:245px;
	}
	
	#subnav h1 {
		background:#3264D8;
		font-size:16px;
		font-weight:normal;
		height:35px;
		line-height:35px;
		margin:0;
		padding:0 3px;
		}
	
	#subnav ul {
		margin:0;
		padding:0;
		}
		
		#subnav ul li {
			list-style:none;
			margin:0 0 3px;
			}
			
			#subnav ul li a {
				background:#737E8A url('/images/subnav-li.png') no-repeat 3px 14px;
				display:block;
				height:35px;
				line-height:35px;
				padding:0 0 0 14px;
				}
				
				#subnav ul li a:hover,
				#subnav ul li.active a {
					background-color:#1B599A;
					}
					
				#subnav ul li.active a {
					background-image:url('/images/subnav-li-active.png');
					}
					
			#subnav ul li ul {
				margin:5px 0 5px 28px;
				}
				
				#subnav ul li ul li {
					color:#1B599A;
					font-size:14px;
					list-style:disc;
					}
					
					#subnav ul li ul li a {
						background:none !important;
						color:#1B599A;
						height:auto;
						line-height:20px;
						padding:0;
						}
						
						#subnav ul li ul li a:hover {
							background:none;
							color:#000;
							}
		
/* WELCOME MESSAGE */
		
#welcome {
	clear:both;
	width:355px;
	}
	
	body.seating-mechanisms #welcome {
		text-align:center;
		width:auto;
		}
	
	#welcome a.more {
		background:url('/images/welcome-more.png') no-repeat;
		color:#FFF;
		display:block;
		font-weight:bold;
		height:36px;
		line-height:36px;
		text-align:center;
		text-decoration:none;
		width:132px;
		}
	
	#welcome h1 {
		background:none;
		border-bottom:1px solid #FFF;
		display:inline;
		font-size:24px;
		font-weight:normal;
		line-height:24px;
		margin:0;
		padding:0;
		}
		
	#welcome h2 {
		font-size:40px;
		font-weight:normal;
		line-height:40px;
		margin:0;
		}
		
	#welcome p {
		margin:12px 0;
		}
		
/* CLASSES */

.aligncenter {
	text-align:center;
	}

	.aligncenter div, .aligncenter table {
		margin:0 auto;
		}

.alignleft {
	float:left;
	margin:0 1em 1em 0;
	}

.alignright {
	float:right;
	margin:0 0 1em 1em;
	}	

.clear {
	clear:both;
	}
	
.col-1half.first-child,
.col-1quarter.first-child,
.col-1third.first-child,
.col-2thirds.first-child,
.col-3quarters.first-child {
	margin-left:0;
	}
	
.col-1half {
	float:left;
	margin-left:5%;
	width:47.5%;
	}
	
.col-1quarter {
	float:left;
	margin-left:2.5%;
	width:24.25%;
	}
	
	.col-1quarter p:first-child {
		margin-top:0;
		}
		
.col-1third {
	float:left;
	margin-left:5%;
	width:30%;
	}
		
.col-2thirds {
	float:left;
	margin-left:5%;
	width:60.66%;
	}
	
.col-3quarters {
	float:left;
	margin-left:2.5%;
	width:73.125%;
	}
	
.gallery {
	border-top:1px dotted #CCC;
	}
	
	.gallery a img {
		background:#FFF;
		border:1px solid #CCC;
		display:inline-block;
		margin-right:0.5em;
		padding:5px;
		}
		
		.gallery a:hover img {
			border:1px solid #BBB;
			}
	
.lowercase {
	text-transform:lowercase;
	}
	
.req {
	color:#F00;
	}
	
.uppercase {
	text-transform:uppercase;
	}