/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}



/* MAIN styles
-------------------------------------------*/
body{
	background: #dddddd url(../images/bg_body.gif) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #363636;
}

h1{
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin:0px 0px 0px 0px;
	font-weight: normal;
}

h2, .linklist dt{
	font: bold 15px/1.2em Arial, Helvetica, sans-serif;
	color: #656563;
	margin:10px 0px 0px;
	text-transform: uppercase;
}

h3{
	font: bold 13px/1.2em Arial, Helvetica, sans-serif;
	color: #656563;
	margin:10px 0px 0px;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #003399;}
a:visited{color: #003399;}
a:hover{color: #0000FF;}
a:active{color: #003399;}

dt{
	font-weight: bold;
}

ul, ul li, dl, dt, dd{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* CONTACT FORM styles */
fieldset{
	padding: 10px;
	/*border: 1px solid #ccc;*/
	border: none;
}
fieldset.contact-form{
	width: 450px;
	margin-left: 30px;
}

	.formfields dl, .formfields dt, .formfields dd{
		margin: 0px;
		padding: 0px;
	}

	.formfields dt{
		float: left;
		clear: left;
		width: 30%;
		margin: 5px 10px 0 0;
		text-align: left;
		color: #4f84a2;
	}

	.formfields dd{
		float: left;
		margin: 5px 10px 0 0;
		width: 60%;
	}
	
	.formfields dd.wide-field,.formfields dt.wide-field{
		width: 90%;
	}
	
	.formfields input{
		width: 270px;
	}
	
	.formfields .btn{
		text-align: right;
		width: 90%;
	}
	.formfields .btn input{
		width: auto;
	}
	.formfields textarea{
		width: 370px;
	}

	.required{
		color: red;
	}



/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 728px;
	padding: 0px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -364px;
	background: #f1f1f1 url(../images/bg_container.gif) 0 0 repeat-y;
}
	#container_inner{
		width: 728px;
		position:relative;
		left: 50%;
		margin: 0px 0px 0px -364px;
		background: transparent url(../images/bg_container_inner.gif) 0 168px no-repeat;
	}


/* HEADER styles
-------------------------------------------*/
#header{
	margin: 0px;
	background: #192f46 url(../images/bg_header.jpg) 0 0 no-repeat;
	height: 168px;
	position: relative;
}
	#header h1{
		position: absolute;
		top: 32px;
		left: 20px;
	}
	#header h1 a{
		display: block;
		height: 42px;
		width: 274px;
		letter-spacing : -1000em;
		text-indent: -1em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */

	#header-nav{
		margin: 0px;
		padding: 0px 0px 0px 5px;
		list-style: none;
		height: 68px;
		width: 723px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		background: #192f46 url(../images/bg_nav.gif) 0 0 no-repeat;
	}
	#header-nav li{
		display: inline;
		padding: 0px;
		margin: 0px;
	}
		#header-nav li a{
			display: block;
			float: left;
			height: 67px;
			letter-spacing : -1000em;
			text-indent: -1em;
		}
		/* Just for Opera, but hide from MacIE */ 
		/*\*/html>body #header-nav li a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
		/* End of hack */

		
			#header-nav li#nav_home a{
				width: 120px;
				background: #192f46 url(../images/bg_nav.gif) -5px 0 no-repeat;
			}
			#header-nav li#nav_equipment a{
				width: 120px;
				background: #192f46 url(../images/bg_nav.gif) -125px 0 no-repeat;
			}
			#header-nav li#nav_supplies a{
				width: 120px;
				background: #192f46 url(../images/bg_nav.gif) -245px 0 no-repeat;
			}
			#header-nav li#nav_services a{
				width: 120px;
				background: #192f46 url(../images/bg_nav.gif) -365px 0 no-repeat;
			}
			#header-nav li#nav_applications a{
				width: 119px;
				background: #192f46 url(../images/bg_nav.gif) -485px 0 no-repeat;
			}
			#header-nav li#nav_jobshop a{
				width: 118px;
				background: #192f46 url(../images/bg_nav.gif) -605px 0 no-repeat;
			}
						#header-nav li#nav_home a:hover{
							width: 120px;
							background: #192f46 url(../images/bg_nav.gif) -5px -67px no-repeat;
						}
						#header-nav li#nav_equipment a:hover{
							width: 120px;
							background: #192f46 url(../images/bg_nav.gif) -125px -67px no-repeat;
						}
						#header-nav li#nav_supplies a:hover{
							width: 120px;
							background: #192f46 url(../images/bg_nav.gif) -245px -67px no-repeat;
						}
						#header-nav li#nav_services a:hover{
							width: 120px;
							background: #192f46 url(../images/bg_nav.gif) -365px -67px no-repeat;
						}
						#header-nav li#nav_applications a:hover{
							width: 119px;
							background: #192f46 url(../images/bg_nav.gif) -485px -67px no-repeat;
						}
						#header-nav li#nav_jobshop a:hover{
							width: 118px;
							background: #192f46 url(../images/bg_nav.gif) -605px -67px no-repeat;
						}
				
				a#nav_contact{
					position: absolute;
					top: 7px;
					right: 10px;
					color: #3672b0;
					text-decoration: none;
					font: normal bold 14px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				}
						a#nav_contact:hover{
							text-decoration: underline;
						}

/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 0px 5px 20px;
	padding: 0px;
	background: #fff url(../images/bg_content_inside.gif) 0 0px repeat-x;
}
	body.home #content{
		margin: 0px 5px 20px;
		padding: 10px;
		background: #fff url(../images/bg_content_home.gif) 0 0px repeat-x;
	}

#splash{
	 height: 170px;
	 width: 452px;
}

	
#content h2{color: #3874b2;}
	
#content h2 a{
  color: #3874b2;
  text-decoration: none;
}

#content h2 a:hover{text-decoration: underline;}

#content_intro{
	color: #fff;
	padding: 30px 30px 0 35px;
	height: 90px;
	position: relative;
}
	#content_intro h1{
		color: #fff;
		font: normal bold 28px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		margin-top: 15px;
	}
		body.home #content_intro h1{
			color: #fff;
			font: normal bold 18px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			margin-top: 0px;
		}
	#content_intro h1#hdr_equipment,
	#content_intro h1#hdr_supplies,
	#content_intro h1#hdr_services,
	#content_intro h1#hdr_applications,
	#content_intro h1#hdr_job_shop{
		float: left;
		margin: 0px 35px 0px 0px;
		padding: 0px;
		height: 87px;
		width: 157px;
		letter-spacing : -1000em;
		text-indent: -1000em;
		display: inline;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header-nav li a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */
		
		h1#hdr_equipment{
			background: transparent url(../images/hdr_equipment.gif) 0 -10px repeat-x;
		}
		h1#hdr_supplies{
			background: transparent url(../images/hdr_supplies.gif) 0 -10px repeat-x;
		}
		h1#hdr_services{
			background: transparent url(../images/hdr_services.gif) 0 -10px repeat-x;
		}
		h1#hdr_applications{
			background: transparent url(../images/hdr_applications.gif) 0 -10px repeat-x;
		}
		h1#hdr_job_shop{
			background: transparent url(../images/hdr_job_shop.gif) 0 -10px repeat-x;
		}

#content dl{
	margin-top: 15px;
}

#home_content{
 border-top: 1px solid #f1f1f1; 
 padding-top: 0px; 
 margin-top: 10px;
}
	
#content_main{
	clear: left;
	padding: 0 0 20px 0;
	margin: 15px 0 0 25px;
	float: left;
	width: 460px;
}

	body.home #content_main{
		float: none;
	}
	body.home #content_intro{
		padding-top: 10px;
		height: 110px;
		width: 450px;
	}
		body.home #content_intro a.more{
			padding-right: 15px;
			color: #c3c3bf;
			text-decoration: none;
			background: transparent url(../images/icon_more.gif) right bottom no-repeat;
			text-transform: uppercase;
		}
		body.home #content_intro a.more:hover{
			text-decoration: underline;
		}

#content ul li{
	background: url(../images/bullet.gif) 0 6px no-repeat;
	padding-left: 10px;
}


#product-grid{
	border-collapse: collapse;

}
	#product-grid h2{
		font: normal normal 15px/1.2em Arial, Helvetica, sans-serif;
		text-transform: none;
	}
		#product-grid h2 a{
			color: #3a72ab;
			text-decoration: none;
		}
			#product-grid h2 a:hover{
				text-decoration: underline;
			}
	#product-grid td{
		padding: 10px 10px 10px 120px;
		width: 50%;
		border: 1px solid #f1f1f1;
	}
		#product-grid td .thumb{
			float: left;
			margin-left: -110px;
		}
	
		#product-grid td p{
			line-height: 1.2em;
		}





/* USED EQUIPMENT styles */

	ul#product-list h2{
		font: normal bold 15px/1.2em Arial, Helvetica, sans-serif;
		text-transform: none;
	}
		ul#product-list h2 a{
			color: #2a66a4;
			text-decoration: none;
		}
			ul#product-list h2 a:hover{
				text-decoration: underline;
			}
	ul#product-list li{
		padding: 10px 10px 20px 120px;
		clear: both;
		background: transparent url(../images/dotted_line_f1f1f1.gif) left bottom repeat-x;
	}
		ul#product-list li a.thumb{
			float: left;
			margin-left: -110px;
		}
		ul#product-list li a.thumb img{
			border: 2px solid #dedede;
		}
	
		ul#product-list li p{
			line-height: 1.2em;
		}

/* NEWS ARTICLES styles */

	ul#article-list h2{
		font: normal bold 15px/1.2em Arial, Helvetica, sans-serif;
		text-transform: none;
	}
  ul#article-list h2 a{
    color: #2a66a4;
    text-decoration: none;
  }
  ul#article-list h2 a:hover{
    text-decoration: underline;
  }
	ul#article-list li{
		padding: 10px 10px 20px 10px;
		clear: both;
		background: transparent url(../images/dotted_line_f1f1f1.gif) left bottom repeat-x;
	}
  ul#article-list li a.thumb{
    float: left;
    margin-left: -110px;
  }
  ul#article-list li a.thumb img{
    border: 2px solid #dedede;
  }
  ul#article-list li p{
    line-height: 1.2em;
  }














	
	p.morelink{
		margin-bottom: 20px;
	}
	p.morelink a{
		display: block;
		float: right;
		height: 21px;
		width: 69px;
		background: #fff url(../images/btn_more.gif) 0 0 no-repeat;
		letter-spacing : -1000em;
		text-indent: -1em;
		display: inline;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body p.morelink a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */

	a.btn_request_quote{
		display: block;
		height: 25px;
		width: 146px;
		background: #fff url(../images/btn_request_quote.gif) 0 0 no-repeat;
		letter-spacing : -1000em;
		text-indent: -1em;
		display: inline;
		float: right;
		margin: 10px 0px;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body a.btn_request_quote { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */

#content h2.hdr_product_info{
	clear: right;
	font: normal bold 14px/1.2em Arial, Helvetica, sans-serif;
	color: #3874b2;
	background: #fff url(../images/dotted_line_f1f1f1.gif) 0 0 repeat-x;
}
	#content h2.hdr_product_info span{
		padding: 10px 0;
		display: block;
		background: transparent url(../images/dotted_line_f1f1f1.gif) left bottom repeat-x;
	}
#content p.used_item_price{
	float: left;
	margin: 10px 0;
	font: normal bold 14px/1.2em Arial, Helvetica, sans-serif;
}


	#navbox{
		float: right;
		background: #f0f0ec url(../images/navbox_foot.gif) left bottom no-repeat;
		width: 171px;
		margin: 10px 0 20px 20px;
		padding: 0 20px 30px;
		display: inline;
		z-index: 1000;
	}
			#navbox h2{
				margin: 0px -20px 0px -20px;
				padding: 0px 0px 0px 20px;
				background: #e6e6e2 url(../images/navbox_h2.gif) 0 0 no-repeat;
				height: 45px;
				color: #fff;
				font: bold 15px/35px Arial, Helvetica, sans-serif;
			}
			
			#navbox ul li{
				padding: 0px;
				background: none;
			}
					
				#navbox ul li a{
					border-bottom: 1px solid #d8d8d5;
					padding: 5px 0;
					display: block;
					margin: 0px;
					width: 100%;
					color: #3874b2;
					text-decoration: none;
					font: bold 13px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				}
				#navbox ul li a:hover{
					color: #255280;
					/*background: transparent url(../images/navbox_hover_indicator.gif) right center no-repeat;*/

				}
				
		body.home #navbox{
			float: none;
			position: absolute;
			top: 180px;
			right: 15px;
		}
		body.home #contact_block{
			float: none;
			position: absolute;
			top: 480px;
			right: 15px;
			width: 212px;
		}
				
				
.splash_image{
	padding: 3px; 
	border: 7px solid #ededed;
	background: #fff url(../images/bg_detail_photo.gif) 0 0 repeat;
	margin: 0 0 5px 0px;
}
				
#detail_image{
	float: right;
	padding: 3px; 
	border: 7px solid #ededed;
	background: #fff url(../images/bg_detail_photo.gif) 0 0 repeat;
	margin: 0 0 10px 10px;
}
#used_detail_image{
	padding: 3px; 
	border: 1px solid #ccc;
	margin: 10px 0;
}

p#detail_photo{
	padding: 3px; 
	border: 7px solid #ededed;
	background: #fff url(../images/bg_detail_photo.gif) 0 0 repeat;
}


table#product_detail_grid{
	width: 100%;
	margin: 10px 0 0 0;
}
	table#product_detail_grid tr td{
		border-bottom: 2px solid #fff;
		background: #f6f6f6;
		padding: 5px 10px;
	}
	table#product_detail_grid tr td.label{
		width: 20%;
		background: #ededed;
		font-weight: bold;
	}
	table#product_detail_grid tr td.detail{
		padding: 5px 5px 5px 20px;
	}


.linklist{
}
		.linklist a{
			display: block;
			padding: 0 0 0 12px;
			background: transparent url(../images/bullet_linklist.gif) 5px 5px no-repeat;
			color: #3874b2;
			text-decoration: none;
		}
		.linklist a:hover{
			text-decoration: underline;
		}
		.linklist dt{
			margin-bottom: 5px;
		}

#linklist_block{
	clear: right;
}
		#linklist_block .linklist{
			float: left;
			margin-right: 10px;
			width: 30%;
		}


/* CHART styles
	---------------------------------------*/
	table.chart{
		width: 100%;
		padding: 3px;
		background-color: #fff;
		border: 1px solid #f1f1f1;
	}
		table.chart tr th{
			text-align: left;
			padding: 5px;
			background: #f1f1f1;
			border-bottom: 1px solid #ccc;
		}
		table.chart tr td{
			padding: 5px;
		}
			table.chart tr td p{
				margin: 0px;
				padding: 0px;
			}
		table.chart tr.even td{
			background-color: #f7f7f7;
		}
		
		table.chart tr.ruled td{
			background-color: #f1f1f1;
		}
	


/* CONTACT FORM styles
	---------------------------------------*/
	fieldset{
	padding: 10px;
	border: none;
	}	
		fieldset input,fieldset textarea{
			border:1px solid #ccc;
			background:url(../images/input_back.gif);
			width: 280px;
		}
			fieldset input.submit{
				width: 100px;
			}
		fieldset input:hover,fieldset textarea:hover{
			border:1px solid #d7c523;
		}
		fieldset input:focus,fieldset textarea:focus{
			border:1px solid #003399;
		}

		.formfields dl, .formfields dt, .formfields dd{
			margin: 0px;
			padding: 0px;
		}

		.formfields dt{
			float: left;
			clear: left;
			width: 20%;
			margin: 10px 10px 0 0;
			text-align: left;
		}	

		.formfields dd{
			float: left;
			margin: 10px 0px 0 0;
			width: 70%;
		}
		.form-rep-contact{
			height: 3.5em;
		}

		.required{
		}

	.form-error, #form-error-alert{ 
		color: #CC0000; 
		font-weight: bold;
		padding: 5px 0px 0px 30px;
		background: transparent url(../images/icon_alert.gif) 0 0 no-repeat;
	
	}
	.form-error, #form-error-alert{ 
		display: none;
	}
	#form-error-alert{
		display: block;
	}
	



					

/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	margin: 0px 10px 10px 0px;
	width: 180px;
	float: right;
	display: inline;
	position: relative;
}
	
	#sidebar #navbox{
		background-image: none;
		background-color: #e5eef9;
		width: 140px;
		padding: 0 20px 10px 20px;
		margin: 10px 0 0 0;
	}
		#sidebar #navbox ul{
			padding: 10px 0 0 0;
		}
		#sidebar #navbox h2{
			border-bottom: 1px solid #fff;
			padding: 5px 10px;
			color: #5d5d5a;
			background: none;
			background-color: #f0f4f9;
			height: auto;
			font: bold 14px/1.2em Arial, Helvetica, sans-serif;
			text-transform: none;
		}
		#sidebar #navbox a{
			font: bold 11px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			border: none;
		}
		
		div.biglink{
			border: 5px solid #e5eef9;
			margin: 10px 0 0 0;
			padding: 10px;
			background: #e5eef9 url(../images/bg_side_biglink.gif) 0 0 repeat-x;
			
		}
			div.biglink h2{
				font: normal bold 17px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				margin: 0px;
				text-transform: none;
				color: #1f4771;
				display: inline;
				padding: 0 10px 0 0;
				background: transparent url(../images/arrow_blue.gif) right center no-repeat;
			}
			div.biglink p{
				margin: 0px;
				padding: 0px;
			}
		div.soopahover{
			cursor: pointer;
			border-color: #dfeaf7;
		}
		div.soopahover a{
			color: #0000FF;
		}



/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	margin: 5px 5px 0px 5px;
	padding: 10px 20px;
	background: #f0f1f0 url(../images/bg_footer_border.gif) left bottom repeat-x;
}
	
	#footer p#copyright{
		float: right;
		margin: 0px;
		padding: 0px;
		color: #c3c3c3;
	}

	#footer ul, #footer ul li{
		margin: 0px;
		padding: 0px;
		list-style: none;
		background-image: none;
	}
		#footer ul{
			float: left;
		}
		#footer ul li{
			display: inline;
			margin: 0 10px 0 0;
			background-image: none;
		}
			#footer ul li a{
				color: #71a3c9;
				text-decoration: none;
			}
			#footer ul li a:hover{
				color: #2965a3;
				text-decoration: underline;
			}
		
	
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #DA4C4A;
	color : #FFF;
	font-weight: bold;
}

	