/* ===============================================
PROJECT TITLE
			Hydraulics Technology, Inc.
--------------------------------------------------
AUTHOR(S): 
	jwynn@topspotims.com (Jeremy)

==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND      	#FFF;

GLOBAL NAV TEXT 	#949494;
CALL TODAY TEXT		#D91C20;
PHONE NUMBER TEXT	#3F3F3F;

PRIMARY NAV TEXT	#555;
DROP DOWN TEXT 		#101010;

BANNER TEXT			#FFF;

BUCKET HEADER		#D60000;
BUCKET TEXT			#888;

FOOTER TEXT			#5C5C5C;
FOOTER NAV TEXT		#FFF;

=================================================*/

/* GENERAL   ---------------------------------------*/

body {
	background: #A5A5A5 url(../images/body-bg.gif) repeat-x left top;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, a, abbr, acronym, address, big, code, del, dfn, em, font, img, ins, kbd, p, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
	h1 {
		color: #000;
  		font-size: 1.6em;
  		margin: .67em 0;
	}
	h2 {
		color: #d91818;
  		font-size: 1.2em;
  		margin: .83em 0;
	}
		h2 a {
			color: #d91818;
		}
	h3 {
		color: #d91818;
  		font-size: 1.17em;
  		margin: 1em 0;
	}
	h4 {
		color: #d91818;
		font-size: 1em;
  		margin: 1.33em 0 0 0;
	}
	h5 {
		color: #d91818;
  		font-size: 0.83em;
  		margin: 1.67em 0;
	}
	h6 {
		color: #d91818;
  		font-size: 0.67em;
  		margin: 2.33em 0;
	}

a {
	color: #373737;
	text-decoration: none;
}
	a:focus {
		outline: 0;
	}
	a:hover {
		text-decoration: underline;
	}

fieldset {
	border: 0;
}

#main form{
	margin-bottom: 15px;
}

form dl {
	margin-top: 0;
}

form dt {
	color: #828282;
}

form dd {
	margin: 0 0 5px 0;
}

	form dd input, form dd textarea {
		border: 1px solid #C7C7C7;
	}

input {
	border:1px solid #C7C7C7;
}

.submit {
	background: transparent url(../images/submit.gif) no-repeat left top;
	border: 0;
	color: #fff;
	cursor: pointer;
	height: 20px;
	width: 60px;
}

.submit:hover{
	background: transparent url(../images/submit-hover.gif) no-repeat left top;
}

img {
	border: 0;
}

textarea {
	overflow: auto;
}

.reqd {
	color: #D91C20;
	font-weight: bold;
}

table{

	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
		width: 100%;

}

#hydraulic-tensioning-glossary table{
	font-size: 8px;
}

td{
	padding: 3px;
}


/* TOOLBOX CSS   ---------------------------------------*/

.clearBoth {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.floatleft, form.floatleft{
	margin-right: 5px;
	margin-bottom: 10px;
}

img.floatright, form.floatright{
	margin-left: 5px;
	margin-bottom: 10px;
}

div.floatleft{
	text-align: center;
	margin: 0;
	padding: 0;
}

/* PAGE LAYOUT   ---------------------------------------*/

#container {
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	margin: 0 auto;
	width: 960px;
}


#header {
	background: #FFF url(../images/header.gif) no-repeat left top;
	margin-top: 10px;
	height: 100px;
	width: 960px;
	position: relative;
	z-index: 9998;
}

#banner {
	background-color: black;
	clear: both;
	height: 150px;
	margin: 0 auto;
	width: 960px;
}

#main {
	background: #FFF url(../images/main-bg.gif) repeat-x left bottom;
	color: #4f5f5f;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	width: 940px;
}

#leftCol {
	background: #ebebeb url(../images/left-col-ul.gif) repeat-x left bottom;
	display: inline;
	float: left;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	margin-left: -720px; /*Set this equal to the negative sum of the widths of the Left Column and the Middle Column*/
	width: 180px;
}

#centerCol {
	display: inline;
	float: left;
	margin-left: 180px; /*Set this equal to the width of the Left Column*/
	padding: 0 20px;
	width: 500px;
}

#rightCol {
	display: inline;
	float: left;
	width: 220px;
}

div.threeCol{
	overflow: auto;
}

div.threeCol div{
	width: 31%;
	float: left;
	padding: 0 1%;
}

div.twoCol{
	text-align: center;
	overflow: auto;
}

div.twoCol div{
	width:48%;
	float:left;
	padding: 0 1%;
	overflow: auto;
}


div.twoCol ul{
	width: 195px;
	margin:0;
	float:left;
	padding:0 10px 0 20px;
	text-align: left;
	overflow: auto;
}

div.twoCol .left{
	text-align: left;
}




/* HEADER   --------------------------------------------*/

#logo {
	display: inline;
	float: left;
	height: 62px;
	margin: 20px 0 0 16px;
	width: 362px;
}

#globalNav {
	display: inline;
	float: right;
	font-size: 10px;
	list-style: none;
	margin: 13px 18px 0 0;
}
	#globalNav li {
		float: left;
		margin-left: 16px;
	}
	#globalNav li.first {
		background: none;
		margin: 0;
		padding: 0;
	}
		#globalNav li a {
			color: #949494;
			padding-left: 17px;
		}
#phoneNumber {
	clear: right;
	color: #3F3F3F;
	display: inline;
	float: right;
	font-family: Tahoma, Verdana, Geneva;
	font-size: 1.22em;
	font-weight: 700;
	margin: 2.3em 2.6em 0 0;
}
	#phoneNumber strong {
		color: #D91C20;
		text-transform: uppercase;
	}

/* AJAXSEARCH FORM   ---------------------------------------*/

#ajaxSearch {
	background: transparent url(../images/search-form-bg.gif) no-repeat left top;
	float: right;
	height: 40px;
	position: relative;
	width: 230px;
}
	#ajaxSearch_input {
		background: transparent;
		border: 0;
		font-size: 12px;
		height: 17px;
		left: 50px;
		position: absolute;
		top: 12px;
		width: 115px;	
	}
	#ajaxSearch_submit {
		background: transparent;
		border: 0;
		cursor: pointer;
		display: block;   /*These 3 rules are needed to get IE < 8 to hide submit value text*/
		font-size: 0;
		height: 20px;
		line-height: 0;
		position: absolute;
		text-indent: -9999px;
		right: 27px;
		top: 10px;
		width: 25px;
	}
	#ajaxSearch label {
		/* color: ; */
	}
	
span.ajaxSearch_paging {
	display: block;
	margin-bottom: 10px;
}
.AS_ajax_highlight1, .ajaxSearch_highlight1 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5 {
   background-color: #FFFF00;
   color: #000000;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6 {
   background-color: #FFFF00;
   color: #000000;
}

/* MAIN NAVIGATION   --------------------------------------------*/

#primaryNav {
	background: url(../images/primary-nav-bg.gif) repeat-x left top;
	float: left;
	list-style: none;
	line-height: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 730px;
	z-index: 1000;
}
	#primaryNav li {
		display: inline;
		float: left;
		padding-left: 13px;
	}
	#primaryNav li.activeLevel a {
		background: transparent url(../images/nav-hover.gif) repeat-x left bottom;
		color: #000;
		font-weight: 700;
	}
	#primaryNav li.activeLevel ul li a {
		font-weight: 400;
		background:none;
	}
	#primaryNav li:hover ul, #primaryNav li.sfhover ul {
		left: auto;
	}
	
	#primaryNav li.activeLevel a:hover {
		color: #000;
	}
	
	#primaryNav li.activeLevel ul li a:hover {
		color: #cc0000;
	}
	
		#primaryNav li a {
			color: #555;
			display: block;
			font-size: 12px;
			padding: 0 5px;
		}
		#primaryNav li a:hover {
			text-decoration: none;
			color: #cc0000;
		}
	
		
		#primaryNav ul {
			background: #D2D2D2 url(../images/dropdown-bg.gif) repeat-x left top;
			left: -9999px;
			list-style: none;
			margin: 0;
			padding: 0;
			position: absolute;
			/* min-width: 20em; */
			z-index: 1000;
		}
			#primaryNav ul li {
				border-bottom: 1px solid #B0B0B0;
				display: block;
				float: none;
				margin: 0 15px;
				padding: 0;
				white-space: nowrap;
			}
				#primaryNav ul li a {
					color: #101010;
					line-height: 30px;
					margin: 0 5px;
					padding: 0;
					text-transform: uppercase;
				}
				
			#primaryNav ul li.last {
				border: none;
				/* margin-left: 15px; */
			}			
/* HOMEPAGE   ----------------------------------------------*/

#homeBanner {
	background: #3B3B3B url(../images/home-banner.jpg) no-repeat left top;
	clear: both;
	height: 140px;
	padding: 90px 468px 30px 32px;
	width: 460px;
}

	#homeBanner h1 {
		margin: 0;
		padding: 0;
		text-indent: -9999px;
	}	
	#homeBanner p {
		color: #FFF;
		font-family: Tahoma, Geneva, Verdana;
		font-size: 1.2em;
		line-height: 1.4em;
	}

/* BREADCRUMBS   -------------------------------------------*/

#breadcrumbs {
	background-color: #000;
	color: #ff0000;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	text-transform: uppercase;
	width: 940px;
}

	#breadcrumbs .B_homeCrumb {
		margin-left: 0;
		padding-left: 0;
	}
	
	#breadcrumbs a {
		color: #888888;
		margin: 0 5px;
	}
	
	.B_lastCrumb {
		color: #888888;
		margin-left: 5px;
	}
	
	.B_currentCrumb {
		color: #AFAFAF;
	}

/* LEFT COLUMN   --------------------------------------------*/

#leftCol h3 {
	background: #242424 url(../images/left-menu-header-bg.gif) no-repeat left top;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 180px;
}
	#leftCol h3 a {
		color: #737373;
		display: block;
		padding: 7px 10px;
		width: 160px;
		font-size: 1em;
	}

#leftCol div.leftNavBottom {
	background: transparent url(../images/left-nav-bottom.gif) no-repeat left bottom;
	height: 10px;
}

#leftCol ul {
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	font-size: 0.9em;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

	#leftCol ul li {
		border-bottom: 1px solid #b9b9b9;
		line-height: 39px;
		padding: 5px 0 5px 10px;
	}
		#leftCol ul li.active {
			background: #FFF url(../images/left-nav-selected.gif) repeat-x left top;
		}
			#leftCol ul li.active a {
				background: transparent url(../images/red-minus.gif) no-repeat left;
				color: #000;
				padding-left: 12px;
			}
				#leftCol ul li.active ul li a {
					color: #626262;
				}
			#leftCol ul li ul li.active {
				background: transparent;
			}
				
		#leftCol ul li a {
			background: transparent url(../images/red-plus.gif) no-repeat left;
			color: #828282;
			display: block;
			line-height: 16px;
			padding-left: 12px;
		}
		#leftCol ul li a:hover, #leftCol ul li.active ul li a:hover {
			color: #000;
			text-decoration: none;
		}
		#leftCol ul ul {
			background-color: #fbfbfb;
			border: 0;
			border-top: 1px solid #e5e5e5;
			left: -10px;
			margin: 0;
			min-height: 0;
			padding: 5px 10px 5px 20px;
			position: relative;
			width: 148px;
		}
			#leftCol ul ul li {
				border: 0;
				height: auto;
				padding: 0;
				margin-top: 3px;
			}	
				#leftCol ul ul li a, #leftCol ul li.active ul li a {
					background: transparent url(../images/gray-plus.gif) no-repeat left 6px;
					height: auto;
				}
		#leftCol ul li.active ul li.active a span {
			color: #afafaf;
		}

/* RIGHT COLUMN   --------------------------------------------*/

.calloutBox {
	background: transparent url(../images/right-info-bottom.gif) no-repeat left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 222px;
}
	.calloutBox h3 {
		background: transparent url(../images/right-info-header.gif) no-repeat left top;
		height: 36px;
		line-height: 1.1em;
		margin: 0;
		padding: 7px 0 0 55px;
		width: 167px;
	}
	.calloutBox h3.oneLiner {
		height: 43px;
		line-height: 43px;
		padding-top: 0;
	}
	.calloutBox .innerContent {
		background: #ededed url(../images/right-info-content.gif) repeat-x left top;
		border-left: 1px solid #ececec;
		border-right: 1px solid #ececec;
		color: #828282;
		font-size: 0.9em;
		padding: 10px;
	}
		.calloutBox .innerContent ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.calloutBox .innerContent ul li {
				height: 3em;
			}
				.calloutBox .innerContent ul li a {
					color: #828282;
				}

/* QUICK FORM   --------------------------------------------*/

#quickForm {
	background: transparent url(../images/rfq-bottom-bg.gif) no-repeat left bottom;
	margin-bottom: 10px;
	padding-bottom: 9px;
	width: 222px;
}
	#quickForm h3 {
		background: transparent url(../images/rfq-header.gif) no-repeat left top;
		color: #D91C20;
		height: 42px;
		line-height: 42px;
		margin: 0;
		padding-left: 55px;
		width: 167px;
	}
	#quickForm fieldset {
		background: #d7d7d7 url(../images/rfq-bg.gif) repeat-x left top;
		border-left: 1px solid #ececec;
		border-right: 1px solid #ececec;
		padding: 5px 10px 0 10px;
	}
		#quickForm fieldset p {
			font-size: 10px;
			margin: 5px 0 10px 0;
			padding-top: 0;
		}
	#quickForm dl {
		margin: 0;
		overflow: auto;
	}
		#quickForm dt {
			clear: left;
			color: #828282;
			display: inline;
			float: left;
			font-size: 0.8em;
			margin-right: 5px;
			padding: 0 4px 0 0;
			text-align: right;
			width: 53px;
		}
		#quickForm dd {
			display: inline;
			float: left;
			margin: 0 0 10px 0;
		}
			#quickForm dd input, #quickForm dd textarea {
				border: 1px solid #c7c7c7;
				height: 18px;
				margin: 0;
				padding: 0;
				width: 128px;
			}
			#quickForm dd textarea {
				height: 54px;
			}
		#quickForm .submit {
			display: inline;
			float: right;
		}

/* CONTENT  --------------------------------------------*/

#content p, #content dl, #content ul, #content ol {
 	line-height: 1.2em;
  	margin: 0 0 1em 0;
}


#contentWrapper {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ececec;
	min-height: 439px;
	padding: 10px 10px 10px 20px;
}

.bucket {	
	color: #3f5f5f;
	display: inline;
	float: left;
	margin: 10px 20px 20px 0;
	padding: 0;
	position: relative;
	width: 300px;
}
	.bucketTop {
		background: transparent url(../images/bucket-top.gif) no-repeat left bottom;
		height: 10px;
		margin: 0;
		padding: 0;
		width: 300px;
	}
	.bucketContent {
		background: #F6F6F6 url(../images/bucket-bg.gif) repeat-x left top;
		border-left: 1px solid #D3D3D3;
		border-right: 1px solid #D3D3D3;
		height: 240px;
		margin: 0;
		padding: 0 10px 0 20px;
	}
		.bucketContent p {
			font-size: 0.95em;
			padding-right: 20px;
		}
		
		.bucket .bucketContent h2 {
			margin-bottom: 10px;
		}
		
	.bucketBottom {
		background: transparent url(../images/bucket-bottom.gif) no-repeat left top;
		height: 10px;
		width: 300px;
	}
	.bucket.last {
		margin-right: 0;
	}
	.bucket h2 {
		color: #D60000;
		font-size: 1.0em;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	.viewAll {
		background: transparent url(../images/view-all-24.png) no-repeat left top;
		height: 23px;
		position: absolute;
		right: 7px;
		text-indent: -9999px;
		top: 7px;
		width: 68px;
	}
	.bucket img {
		/*height: 130px;*/
		text-align: center;
		/*width: 260px;*/
	}
	
#content h1 {
	background: transparent url(../images/content-header.gif) no-repeat left 2px;
	padding-left: 20px;
	text-transform: uppercase;
	line-height: 1.3em;
}
	
.category{
	clear: both;
	height: 65px;
	margin-bottom: 20px;
}	
.category img {
	float: left;
	margin-right: 10px;
}

.category h2 {
	color: #D91C20;
	margin-bottom: 4px;
	margin-top: 0;
}

.category p {
	margin-top: 0;
}

/* GLOSSARY   --------------------------------------------*/
.glossary-box h2 {
	background: #d91818;
	padding: 5px;;
	color: #FFF;
	font-weight: bold;
}
	.glossary-box table{
		border-collapse: collapse;
	}
	.glossary-box tr.odd {
		background: #eee;
	}
	.glossary-box td {
		text-align: left;
		font-size: 1.3em;
		padding: 5px;
		vertical-align: top;
		color: #333;
	}
	.glossary-box td.term {
		width: 150px;
		font-weight: bold;
	}
	
	

/* FOOTER   --------------------------------------------*/

#footer {
	background: transparent url(../images/footer.gif) no-repeat left top;
	color: #5C5C5C;
	clear: both;
	height: 30px;
	text-align: center;
	width: 960px;
}
	#footer p {
		font-size: 1em;
		line-height: 30px;
		white-space: pre;
	}
#footerNav {
	color: #FFF;
	font-family: Tahoma, Verdana, Geneva;
	padding: 5px 0 10px 0;
	text-align: center;
}
	#footerNav ul {
		list-style: none;
	}
		#footerNav ul li {
			background: transparent no-repeat left 1px;
			display: inline;
			margin-left: ;
			padding-left: ; 
		}
		
			#footerNav ul li a {
				color: #FFF;
			}


p.iso-cert{
	background: #fff;
	padding-top: 15px;
}

	#translations {
		position: absolute;
		top: 12px;
		right: 250px;
		width: 400px;
		height: 80px;
	}
		#translations p {
			text-align: right;
		}
			#translations p a {
				display: block;
				float: right;
				padding: 0 22px;
				background:transparent url(../images/arrow-down.png) no-repeat scroll right center;
				font-size: 10px;
				line-height: 16px;
				color: #D91818;
				text-decoration: none;		
			}
			#translations p a:hover {
				text-decoration: underline;
			}
		#translations ul {
			display: none;
			position: relative;
			clear: right;
			margin: 0;
			padding: 5px;
			list-style: none;
			border-bottom: 5px solid #D91818;
			overflow: auto;
			background-color: #fff;
		}
			#translations ul li {
				float: left;
				margin: 0;
				padding: 0;
				width: 33%;
			}
				#translations ul li a {
					display: block;
					padding: 4px;
					text-align: center;
					text-decoration: none;
					color: #44444;
				}
				#translations ul li a:hover {
					background-color: #ebebeb;
					color: #333;
				}