@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}
html { font-size:62.5%; }
body {
	background:#eee;
	font-size:1.2em;
	font-family:Helvetica, Arial, sans-serif;
}
a img { border:none; }
p.centered { text-align:center; }

#wrapper {
	margin:0 auto;
	background:url(../images/body_bg.jpg) top center repeat-y;
	width:1000px;
	padding:0 7px;
}
#header {
	background:url(../images/hdr_top.jpg) top center no-repeat;
	height:72px;
	position:relative;
	color:#fff;
}
	#header #logo {
		position:absolute;
		top:6px;
		left:32px;
		height:66px;
		width:253px;
		background:url(../images/logo.gif) top left no-repeat;
	}
	#header p {
		position:absolute;
		top:6px;
		right:30px;
		width:160px;
		padding:0;
		margin:0;
	}
		#header p a, #header p a:visited { color:#fff; }

#nav {
	height:36px;
	background:url(../images/nav_bg.jpg) top center no-repeat;
	border-bottom:2px solid #6a0025;
	padding:12px 0 0 30px;
}
	#nav ul {
		list-style:none;
		margin:0;
		padding:0;
	}
		#nav ul li {
			border-right:1px solid #000;
		}
		#nav ul li.last { border-right:none; }
		#nav ul li a {
			font-weight:bold;
			text-decoration:none;
			padding:0 16px;
		}
		#nav ul li a, #nav ul li a:visited { color:#00346a; }
		#nav ul li a:hover { color:#6a0025; }
		#nav ul ul { padding-top:6px; }
			#nav ul ul li {
				border:none;
				background:#dcdedc;
				/*padding:2px 0 2px 12px;*/
				padding:0 0 0 12px;
			}
				#nav ul ul li a {
					display:block;
					background:url(../images/nav_bullet.jpg) left center no-repeat;
					padding-left:12px;
				}
				#nav ul ul li a:hover {
					background-image:url(../images/nav_bullet_on.jpg);
					color:#6a0025;
				}

/* Active page styling */
#home #nav_home a, #parts #nav_parts a, #equip #nav_equip a, #fishertech #nav_fishertech a,
#techmire #nav_techmire a, #tooling #nav_tooling a, #contact #nav_contact a { color:#6a0025; }

#sub-nav {
	background:url(../images/hdr_btm.jpg) top center no-repeat;
	height:162px;
	position:relative;
	color:#fff;
	border-bottom:2px solid #6a0025;
}
	#sub-nav div {
		position:absolute;
		top:18px;
		left:32px;
	}
		#sub-nav div h1 {
			font-size:2em;
			padding:0;
			margin:0 0 4px;
		}
		#sub-nav div h2 {
			font-size:1.2em;
			padding:0;
			margin:0;
		}

#content {
	padding:30px;
	font-family:Verdana, Geneva, sans-serif;
}
	#content h3 {
		font-size:1.1em;
		font-weight:bold;
		color:#6a0025;
	}

#content #left-col {
	padding-right:20px;
	float:left;
}
#content #right-col {
	float:left;
	padding-left:20px;
	border-left:1px solid #6a0025;
}

#home #content #left-col { width:206px; }
	#home #content #left-col ul span.read-more {
		display:block;
		margin:10px 0;
		text-align:right;
	}
	#home #content #left-col ul li.blue-text { color:#00346A; }
	#home #content #right-col { width:690px; }
#contact #content #left-col { width:50%; }
#contact #content #right-col { width:45%; }

#equip .imgs {
	margin:20px auto;
	text-align:center;
}
	#equip .imgs img { padding:0 20px; }

#formLeft {
	width:48%;
	float:left;
}
	#formLeft .input-bg, #formRight .input-bg { margin-bottom: 10px; }
	#formLeft input, #formRight input { width:98%; }
#formRight {
	width:48%;
	float:right;
}
label { display:block; }
textarea { width:99%; }
.submit-btn {
	width:65px;
	height:22px;
	margin:12px 0 0;
	padding:0;
	border:0;
	background:transparent url(../images/btn_submit.gif) no-repeat center top;
	text-indent:-1000em;
	cursor:pointer; /* hand-shaped cursor */
	cursor:hand; /* for IE 5.x */
	float:right;
}
p.centered .submit-btn { float:none; }

.news-item {
	width:75%;
	/*border-bottom:1px solid #c6c6c6;
	margin-bottom:20px;*/
}
	.news-item h3 {
		color:#00346A !important;
		font-weight:bold;
		font-size:1.2em;
		text-transform:uppercase;
	}
p.backtotop { text-align:right; }
	

ul.two-col{
	list-style-type:none;
	width:550px;
	margin:0;
	padding:0;
}
	ul.two-col li {
		float:left;
		width:40%;
	}
p.caps, ul.caps li { text-transform:uppercase; }

a.big-blue {
	color:#00346a;
	font-weight:bold;
	text-decoration:none;
}

#footer {
	margin:18px auto 0;
	border-top:1px solid #ccc;
	padding:8px 0 12px;
	text-align:center;
	font-size:.8em;
	color:#999;
	width:90%;
}
	#footer p {
		margin:0;
		padding:0;
	}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */