/*
Title:      	Positech for screen media
Author:     	Timo Brimhall / Brian Radford
Updated:    	Feb 2 2006
Notes:    		Positech Website
*/

body {
	margin: 0 0 50px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 1.4em;
	color: #333;
	background: #F4F2F0;
	}

/* Links
----------------------------------------------- */	
a:link {
	color: #40659B;
	/*text-decoration: none;
	border-bottom: 1px dotted #bbb;*/
	}
a:visited {
	color: #8EA4C2;
	/*text-decoration: none;
	border-bottom: 1px dotted #bbb;*/
	}
a:hover {
	color: #036;
	/*border-bottom-style: solid;*/
	}

/* Common Elements
----------------------------------------------- */	
p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 0 18px;
	margin: 0 0 1em 0;
	color: #993300;
	background: transparent url(../images/ico-title.gif) no-repeat 0 70%;
	}
h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
	color: #620300;
	}
.h2_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
	color: #3D77B4;
	text-transform: uppercase;
	padding-bottom:5px;
	}	
h3 {

	}
h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	}
blockquote {
	}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}

/* Layout
----------------------------------------------- */	
#wrapper {
	background-color: #E6E6E6;
	width: 760px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
	padding: 7px;
	}
#container {
	border: 1px solid #CCC;
	}
#home #container {
	border-top: 1px solid #CCC; 
	border-right: 1px solid #CCC;
	border-bottom: none;
	border-left: 1px solid #CCC;
	}
		
/* Header
----------------------------------------------- */
#header {
	background: transparent url(../images/bg-logo-top.jpg) no-repeat 0 0;
	height: 151px;
	position: relative;
	}
#home #header {
	background: transparent url(../images/bg-home-logo-top.jpg) no-repeat 0 0;
	height: 711px;
	}
#logo {
	display: none;
	}

/* Navigation
----------------------------------------------- */
#nav {
	position: absolute;
	top: 123px;
	left: 29px;
	height: 28px;
	list-style: none;
  margin: 0;
  padding: 0;
	display: inline;	 
	}
#nav li {
	float: left;
  margin: 0 21px 0 0;
  padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a {
	display: block;
	height: 28px;
  float: left;
	padding: 0 0 0 0;
	text-indent: -5000px;
	}
#nav a:hover {background-position: 0 -28px;}
#nav a:active, #nav a.selected, #nav a:hover.selected {background-position: 0 -57px;}
#t-products a { 
	width: 101px;
	background: transparent url(../images/nav-products.gif) 0 0 no-repeat;
	}
#t-salesandservice a { 
	width: 152px;
	background: transparent url(../images/nav-salesandservice.gif) 0 0 no-repeat;
	}
#t-integratedsolutions a { 
	width: 152px;
	background: transparent url(../images/nav-integratedsolutions.gif) 0 0 no-repeat;
	}
	#t-grippertools a { 
	width: 152px;
	background: transparent url(../images/nav-grippertools.gif) 0 0 no-repeat;
	}
#nav-sub {
	position: absolute;
	top: 151px;
	left: 0;
	height: 33px;
	width: 100%;
	list-style: none;
  	margin: 0;
  	padding: 0;
	display: inline;	
	background: transparent url(../images/nav-sub-bg.gif) bottom left repeat-x;	 
	}
#nav-sub li {
	float: left;
  	margin: 7px 20px 0 0;
  	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav-sub a {
	float: left;
	padding: 0 0 0 14px;
	text-decoration: none;
	color: #202D41;
	font-weight: bold;
	font-size: 13px;
	background: transparent url(../images/ico-subnav.gif) 0 60% no-repeat;
	}
#nav-sub a:hover {
	color: #0066CC;
	}
#nav-sub a.selected {
	color: #993300;
	background: transparent url(../images/ico-subnav-sel.gif) 0 60% no-repeat;
	}
#nav-sub #first {  /* Gives the padding needed from the left edge */
	padding-left: 55px;
	}

/*------ ( Homepage Styles ) ------*/
#home #buttons {
	position: absolute;
	width: 256px;
	top: 169px;
	left: 451px;
	list-style: none;
  margin: 0;
  padding: 0;
	}
#home #buttons li {
  margin: 0 0 10px 0;
  padding: 0;
	list-style-type: none;
	}
#home #buttons li a {
	padding: 0;
	height: 38px;
	width: 283px;
	display: block;
	text-indent: -5000px;
	}
#home #buttons a:hover {background-position: 0 -38px;}
#home #btn-positechproducts a {background: transparent url(../images/btn-positechproducts.gif) 0 0 no-repeat; text-decoration: none;}
#home #btn-concoproducts a {background: transparent url(../images/btn-concoproducts.gif) 0 0 no-repeat; text-decoration: none;}
#home #btn-ymanproducts a {background: transparent url(../images/btn-ymanproducts.gif) 0 0 no-repeat; text-decoration: none;}
#home #btn-manifolds a {background: transparent url(../images/btn-manifolds.gif) 0 0 no-repeat; text-decoration: none;}
#home #btn-coleproducts a {background: transparent url(../images/btn-coleproducts.gif) 0 0 no-repeat; text-decoration: none;}
#home #btn-salesandservice a {background: transparent url(../images/btn-salesandservice.gif) 0 0 no-repeat; text-decoration: none;}
#home #btn-sales a {background: transparent url(../images/btn-sales.gif) 0 0 no-repeat; text-decoration: none;}
#home #btn-service a {background: transparent url(../images/btn-service.gif) 0 0 no-repeat; text-decoration: none;}
#home #btn-integratedsolutions a {background: transparent url(../images/btn-integratedsolutions.gif) 0 0 no-repeat; text-decoration: none;}
#home #btn-grippingtools a {background: transparent url(../images/btn-tooling.gif) 0 0 no-repeat; text-decoration: none;}
#home #btn-otherproducts a {background: transparent url(../images/btn-otherproducts.gif) 0 0 no-repeat; text-decoration: none;}

/* Content
----------------------------------------------- */
#content {
	background-color: #FFF;
	padding: 50px 25px 35px 29px; /* top padding gives room for the subnavigation */
	}
.box-layout {  /* layout table for the boxes */
	width: 100%;
	}
.box-layout td {
	padding-bottom: 35px;
	vertical-align: top;
	}
.box-layout td.margins {
	margin: 0 6px 0 6px;	
	}
.box-container {
	width: 220px;
	position: relative;
	}
.box-container .box {
	/* border: 3px solid #CCC;	*/
	padding: 0;
	margin: 0;
	}
.box-container .box img {
	border: 3px solid #CCC;	
	}
.prod-title {
	width: 163px;
	background: transparent url(../images/prod-title-bg.gif)  0 0 repeat-y;
	}
.prod-title h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1F3E6A;
	line-height: 1.3em;
	padding: 6px 8px 10px 12px;
	margin: 0;
	background: transparent url(../images/prod-title-bg-btm.gif) left bottom no-repeat;
	}
a.btn-moreinfo {
	position: absolute;
	top: 188px;
	left: 170px;
	display: block;
	float: right;
	width: 52px;
	height: 19px;
	line-height: 19px;
	text-indent: -5000px;
	background: transparent url(../images/btn-techinfo.gif) 0 0 no-repeat;
	}
a:hover.btn-moreinfo {
	background-position: 0 -19px;
	}

/*------ ( Homepage Styles ) ------*/

#main-copy {
	position: absolute;
	top: 570px;
	left: 49px;
	margin: 0;
	padding: 0;
	width: 658px;
	background: #FFF url(../images/home-box-bg.gif) top repeat-x;
	border: 1px solid #9B9DA0;
	}
#copy {
	color: #1F3E6A;
	font-size: 13px;
	border: 1px solid #FFF;
	padding: 30px 35px 30px 35px;
	}
#copy p {
	margin: 0;
	padding: 0;
	}
#home #product-box {
	position: absolute;
	top: 197px;
	left: 49px;
	background-color: #9B9DA0;
	width: 354px;
	height: 241px;
	}
#home #product-box-new {
	position: absolute;
	top: 207px;
	left: 49px;
	background-color: #FFFFFF;
	width: 353px;
	height: 232px;
	padding-top: 2px;
	}
#home #product-box #box {
	width: 352px;
	height: 239px;
	background: #FFF;
	margin: 1px;
	}
#home #product-title {
	position: absolute;
	width: 352px;
	height: 38px;
	background: transparent url(../images/home-box-bg2.gif) 0 0 no-repeat;
	top: 438px;
	left: 50px;
	z-index: 500;
	margin: 0;
	padding: 9px 30px 0 30px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F3E6A;
	}
#home a.btn-next {
	display: block;
	position: absolute;
	top: 450px;
	left: 326px;
	width: 76px;
	height: 25px;
	padding: 0;
	margin: 0;
	text-indent: -4000px;
	background: transparent url(../images/btn-home-next.gif) no-repeat 0 0;
	z-index: 1000;
	}
#home a:hover.btn-next {
	background-position: 0 -25px;
	}
#home #content {
	/*background: transparent url(../images/home-bg-middle.gif) repeat-y 0 0;*/
	padding: 0 42px 20px 42px ;
	}
#home #content-top {
	/*background: transparent url(../images/home-bg-middle-top.gif) no-repeat 0 0;*/
	height: 23px;
	padding: 0 0 20px 0;
	}
#home #col-l {
	float: left;	
	width: 284px;
	margin: 0 0 0 33px;
	display: inline;
	}
#home #col-l h2 {
	text-indent: -5000px;
	background: transparent url(../images/hdr-home-whatwedo.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	}
#home #col-r {
	width: 275px;
	margin-left: 420px;
	}
#home #col-r h2 {
	text-indent: -5000px;
	background: transparent url(../images/hdr-home-tagline.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;	
	}
#home blockquote {
	background: transparent url(../images/quotes.gif) no-repeat 0 0;
	margin: 0;
	padding: 0 0 0 43px;
	color: #868686;
	}

/* Footer
----------------------------------------------- */
#footer {
	height: 90px;
	background: transparent url(../images/bg-footer.jpg) no-repeat 0 0;	
	position: relative;
	}
#home #footer {
	background: transparent url(../images/bg-footer-home.jpg) no-repeat 0 0;	
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	}
#footer ul {
	position: absolute;
	top: 34px;
	left: 80px;
	height: 50px;
	list-style: none;
  margin: 0;
  padding: 0;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
#footer li {
	float: left;
  margin: 0 25px 0 0;
  padding: 0;
	display: inline;
	list-style-type: none;
	line-height: 22px;
	}
#footer a {
  float: left;
	padding: 0 0 0 20px;
	color: #314868;
	text-decoration: none; 	
	}
#footer a.selected {
	color: #993300;	
	}
#footer a:hover {
	color: #0066CC;
	}
#footer #info {background: transparent url(../images/ico-footer-mail.gif) no-repeat 0 50%;}
#footer #about {background: transparent url(../images/ico-footer-dude.gif) no-repeat 0 50%;}
#footer #positechestore {background: transparent url(../images/ico-footer-atsymbol.gif) no-repeat 0 50%;}
#footer #contact {background: transparent url(../images/ico-footer-phone.gif) no-repeat 0 50%;}
#footer #press {background: transparent url(../images/ico-footer-newspaper.gif) no-repeat 0 50%;}
#copyright {
	text-align: right;
	font-size: .8em;
	color: #8C8C8C;
	padding: 8px 45px 4px 0;
	}

/* Misc
----------------------------------------------- */
.clear {
	clear: both;
	}
.clear-l {
	clear: left;
	}
.clear-r {
	clear: right;
	}

.savePDF {
	font-size:12px;
	color:#334f77;
	padding-left:40px;
	padding-bottom:10px;
	display:inline;
}

.savePDF img {
	width:25px;
	border:0px;
}

.blackText {
	color:#000000;
}