/* -------------------------- reset -------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	vertical-align: baseline;
}

body {
	line-height: 1.4;
	color: #000;
	background: #FFF;
}

ol, ul {
	list-style: none;
}
.bullet {
	list-style:circle;
	margin-left: 45px;
	margin-bottom: 15px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link { 
	color: #3f2610;
}

a:visited {
	color: #725439;
}

a:hover {
	color:#C00 !important;
}

/* -------------------------- /end reset -------------------------- */


.left {
	float: left;
	margin: 0px 15px 5px 0px;
}
.right {
	float: right;
	margin: 0px 0px 15px 15px;
}
/* -------------------------- general styles -------------------------- */

.clear {
	clear: both;
}

p {
	margin-bottom: 20px;
}

h1 a {
    text-indent: -9999px;
	display: block;
	width:500px;
	height:140px;
	float:left;
	position:absolute;
	top:10px;
	left:20px;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6e4a26;
	padding-bottom: 8px;
}

body {
	background-image: url(../images/site-bg.jpg);
}

#shell {
	width: 948px;
	margin: 0 auto;
	position:relative;
}

#container {
	width: 948px;
	background: #FFF url(../images/maincontent-bg.jpg) no-repeat left top;
	float: left;
	padding-top: 160px;
}


/* -------------------------- /end general styles -------------------------- */






/* -------------------------- sub nav styles -------------------------- */

#subNav {
	width: 948px;
	height: 20px;
	text-align: right;	
	background-color: transparent;
	margin: 3px auto 0 auto;
}

#subNav li {
	display: inline;
	border-right: 1px solid #FFF;
	padding: 0 8px;
}

#subNav li.last {
	border-right: none;
}

#subNav a {
	color: #FFF;
}

#subNav a:hover {
	text-decoration: underline;
	color: #F63 !important;
}

#navigation {
	margin: 0px 0 20px 20px;
	width: 147px;
	background: url(../images/nav-bg.jpg) no-repeat center top;
	float: left;
}

#linkAbout a  {
	height: 48px;
	width: 153px;
	background-image: url(../images/navAbout.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#linkAbout a:hover {
	background-image: url(../images/navAbout.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#linkServices a {
	height: 48px;
	width: 153px;
	background-image: url(../images/navServices.gif);
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#linkServices a:hover {
	background-image: url(../images/navServices.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#linkCatalog a {
	height: 48px;
	width: 153px;
	background-image: url(../images/navCatalog.gif);
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#linkCatalog a:hover {
	background-image: url(../images/navCatalog.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#linkProducts a {
	height: 48px;
	width: 153px;
	background-image: url(../images/navProducts.gif);
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#linkProducts a:hover {
	background-image: url(../images/navProducts.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#linkResources a {
	height: 48px;
	width: 153px;
	background-image: url(../images/navResources.gif);
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#linkResources a:hover {
	background-image: url(../images/navResources.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#linkContact a {
	height: 48px;
	width: 153px;
	background-image: url(../images/navContact.gif);
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#linkContact a:hover {
	background-image: url(../images/navContact.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* -------------------------- /end main content -------------------------- */



/* -------------------------- footer -------------------------- */

#footer {
	width: 948px;
	margin: 0 auto;
}

#footer ul {
	float: left;
	margin-top: 20px;
}

#footer ul li {
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #FFF;
}

#footer ul li.last {
	border-style: none;
}

#footer ul a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer ul a:hover {
	text-decoration: underline;
	color: #F63;
}

#footer dl {
	float: right;
	text-align: right;
	margin: 20px 10px 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold;
}


/* -------------------------- /end footer -------------------------- */







/* -------------------------- home page specific styles -------------------------- */

#content-hometxt {
	float: left;
	width: 340px;
	padding-left: 20px;
}

#content-hometxt h2 {
	text-indent: -9999px;
	height: 58px;
	width: 284px;
	background: url(../images/home-tagline.gif) no-repeat left top;
	margin-bottom: 25px;
}

#content-homepic {
	background: url(../images/home-productpic.gif) no-repeat right top;
	float: right;
	height: 396px;
	width: 406px;
	margin-top: -85px;
}

#home-featured-container {
	width: 909px;
	background: url(../images/home-featured-bg.jpg) no-repeat center top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#home-featured1, #home-featured2, #home-featured3 {
	float: left;
	width: 285px;
	margin: 9px 9px 0 9px;
	padding-top: 200px;
}

#home-featured1 {
	background: url(../images/feature-pics-chrp.jpg) no-repeat center top;
}


#home-featured2 {
	background: url(../images/feature-pics-gages.jpg) no-repeat center top;
}

#home-featured3 {
	background: url(../images/feature-pics-headertooling.jpg) no-repeat center top;	
}

.home-featured-Button {
	background: url(../images/featured-link-bg.jpg) repeat-x center top;
	width: 223px;
	height: 23px;
	border: 1px solid black;
	padding: 3px 0 0 5px;
	display:block;
	color:black;
	vertical-align: middle;
	margin: 0 63px 15px 10px;
	float:left;
	position:relative;
	z-index:100;
}

#featuredLinks-span {
    width:auto;
}

#featuredLinks-span ul {
    float:left;
	padding-right: 20px;
	display:block;
}

.featuredlinks-right {
   float:right;
}

.home-featured-LinksBox1 {
	background: #FFF url(../images/featured-box-backgrounds.jpg) no-repeat right bottom;
	width: 243px;
	height:440px;
	position:absolute;
	left: 29px;
	top:408px;
	z-index:0;
	visibility:hidden;
	padding:20px;
	border: 2px solid #3f2610;
}

.home-featured-LinksBox2 {
	background: #FFF url(../images/featured-box-backgrounds.jpg) no-repeat right bottom;
	width: 245px;
	height:240px;
	position:absolute;
	left: 332px;
	top:608px;
	z-index:0;
	visibility:hidden;
	padding:20px;
	border: 2px solid #3f2610;
}

.home-featured-LinksBox3 {
	background: #FFF url(../images/featured-box-backgrounds.jpg) no-repeat right bottom;
	width: 248px;
	height:240px;
	position:absolute;
	left: 635px;
	top:608px;
	z-index:0;
	visibility:hidden;
	padding:20px;
	border: 2px solid #3f2610;
}

/* -------------------------- /end home page specific styles -------------------------- */


/* -------------------------- sub page specific styles -------------------------- */

#subheader {
	float: left;
	width: 320px;
	height: 58px;
	margin-left: 20px;
	left: 20px;
	top: 740px;
}

#subheader h2 {
	height: 58px;
	width: 700px;
	background: url(../images/sub-header-bg.jpg) no-repeat left top;
	color:white;
	padding: 4px 0 0 20px ;
	font-size:18px;
	font-weight: bold;	
}

#content-sub-container {
	float: left;
	width: 750px;
}

/* box model hack because IE6 is evil */
* html #content-sub-container {
	width: 720px;
}

#content-sub-left {
	float: left;
	margin-left: 20px;
	width: 99%;
	padding: 0 0 40px 0;
}

#content-sub-left .resources li {
     padding: 10px 10px 10px 10px;
	 	 
}

#content-sub-left .resources li a {
     color: #3f2610;
	 display:block;
}

#content-sub-left .catalog1 li {
	width:200px;
	padding-top: 5px;
}
.catalog1 {
	padding-top: 25px;
}
.catalog1 a img {
	border: 1px solid #999999;
}
.catalog1 a img:hover {
	color: #FF0000;
}


#content-sub-left .catalog1 li a {
     color: #3f2610;	 
}

#catalog-left1 {
      float:left;
	  display:block;
	  padding:0 0 0 0px;
	  list-style:circle inside;	  
}

#catalog-left2 {
      float:left;
	  display:block;
	  padding:0 0 0 20px;
	  list-style:circle inside;
}

#content-sub-right {
	float: right;
	width: 222px;
	margin: 0 10px 0 20px;	
}

#content-sub-right li a{
	 color: #3f2610;	 
}
#content-sub-right li {
	 padding: 0 0 0 10px;	 
}
#productList-left  {
    float: left;
}

.quadrex td {
    padding: 2px;
	border:1px solid black;
}

.quadrex table {
    width: 200px;
}

#productList-right {
    float: left;
	margin: 0 0 50px 100px;	
}

#productSidebar-1 {
	 background:url(../images/product-sidebar-bg.jpg) no-repeat left bottom;
	 width:222px;
	 padding-bottom:10px; 
}

#productSidebar-1 h3 {
	 background:url(../images/product-sidebar-top-recesspunches.jpg) no-repeat left top;
	 height: 54px;
	 text-indent: -9999px;
	 
}

#productSidebar-2 {
	 background: url(../images/product-sidebar-bg.jpg) no-repeat left bottom;
	 width: 222px;
	 padding-bottom: 10px;	 
}

#productSidebar-2 h3 {
	 background: url(../images/product-sidebar-top-tooling.jpg) no-repeat left top;
	 height: 54px;
	 text-indent: -9999px;	 
}

#productSidebar-3 {
	 background:url(../images/product-sidebar-bg.jpg) no-repeat left bottom;
	 width: 222px;
	 padding-bottom:10px; 
}

#productSidebar-3 h3 {
	 background:url(../images/product-sidebar-top-gages.jpg) no-repeat left top;
	 height: 54px;
	 text-indent: -9999px;	 
}


/* -------------------------- /end sub page specific styles -------------------------- */

/* -------------------------- product quote specific styles -------------------------- */

#sub-quote-container {
	width: 909px;
	margin: 0 auto 0 auto;
	background: url(../images/sub-quote-bg.jpg) no-repeat center top;
	padding: 50px 0 0 40px;
}

#sub-quote-container td {
	padding: 10px 10px 10px 10px;
	vertical-align: middle;		
}

#sub-quote-container textarea {
	height: 88px;
	border: 1px solid #999;
	width: 150px;		
}

#sub-quote-container input {
	border: 1px solid #999;		
}

.quote {
    border-right: 1px solid black;
}


    
/* -------------------------- /end product quote specific styles -------------------------- */


/* -------------------------- contact form specific styles -------------------------- */

#contactForm-container {
	width: auto;
	padding: 0px 0 0px 40px;	
}

#contactForm-container td {
    vertical-align:top;
	margin: 20px;
	padding: 5px 5px 5px 5px;
}

#contactForm-text {
    text-align:right;
}

/* -------------------------- /end contact form specific styles -------------------------- */

#aboutPage #content-sub-right img, #servicesPage #content-sub-right img, .imgBorder {
	margin: 5px 5px 20px 5px;
	border: 1px solid #999;
}

.imgBorderRight {
	border: 1px solid #999;
	float: right;
	margin: 0px 0px 15px 15px;
}

