/* Cascading Style Sheet - K&S Tool, Die & Manufacturing, Inc. */
/* $Id: basic.css,v 1.6 2008/02/15 21:57:24 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

html, body {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
	font-family: "Lucida Grande", Geneva, Lucida, Arial, Verdana, Helvetica, "Trebuchet", "Trebuchet MS", sans-serif;
	color: #300;
	background-color: #fff;
}

body {
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-attachment: fixed;
}

body#home {
	background-image: url('/images/photoshome.jpg');
}

body#about {
	background-image: url('/images/photosabout.jpg');
}

body#tooldie {
	background-image: url('/images/photostooldie.jpg');
}

body#production {
	background-image: url('/images/photosproduction.jpg');
}

body#other {
	background-image: url('/images/photosother.jpg');
}

body#quality {
	background-image: url('/images/photosquality.jpg');
}

body#capabilities {
	background-image: url('/images/photosjobs.jpg');
}

body#jobs {
	background-image: url('/images/photosjobs.jpg');
}

body#contact {
	background-image: url('/images/photoscontact.jpg');
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	font-family: "Lucida Grande", Geneva, Lucida, Arial, Verdana, Helvetica, "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 100%;
	margin: 4px 0 10px 0;
	padding: 0;
	color: #872136;
}

h2 { font-size: 34px; margin: 55px 0 2px 18px; }
h3 { font-size: 23px; margin: 2px 0 15px 0; color: #700; line-height: 125% }
h4 { font-size: 19px; margin: 2px 0 6px 0; }
h5 { font-size: 18px; margin: 2px 0 5px 0; }
h6 { font-size: 16px; margin: 2px 0 4px 0; }

body#home h1 {
	margin: 15px 0 10px 0;
}

body#home h2 {
	font-size: 20px;
	color: #300;
	margin: 2px 0 18px 0;
}

body#about h3, 
body#contact h3 {
	margin: 20px 0 4px 0;
}

body#other h3 {
	margin-bottom: 2px;
}

body#other p {
	margin-top: 2px;
}

/* ******************************************************************************* */
/* text blocks */

p, div, blockquote, ul, ol, dt, dd, dl, th, td, h5.copy {
	font-family: "Lucida Grande", Geneva, Lucida, Arial, Verdana, Helvetica, "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #300;
	margin: 2px 0 16px 0;
	padding: 0;
}

div.photos p {
	font-style: italic;
	font-size: 10px;
	color: #666;
}

h5.copy { margin: 0 0 4px 0; }

li h5.copy { margin-top: 6px; }

div  {
	margin: 0;
}

ul, 
ol {
	margin-left: 16px;
	padding-left: 16px;
}

#maincopy ul, 
#maincopy ol {
	margin-bottom: 20px;
}

/* for the lists in the lists, less margin */
#maincopy ul ul, 
#maincopy ol ol {
	margin-bottom: 8px;
}

li {
	font-size: 13px;
	margin: 0 0 4px 0;
}

ul.history {
	margin-left: 8px;
	padding-left: 8px;
}

ul.history li {
	margin-bottom: 12px;
}

ul.assoclogos {
	margin-left: 0;
	padding-left: 0;
}

ul.assoclogos li {
	display: inline;
	margin: 0 8px 0 0;
}

#footer p {
	font-size: 11px;
	margin: 5px 0 0 0;
	line-height: 100%;
	padding: 0;
	color: #666;
}

.vcard {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#sidebar.home .vcard {
	margin: 20px 0 0 0;
}

/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

img.homelogo {
	margin-top: 10px;	
}

img.thumb {
	float: left;
	margin: 0 8px 8px 0;
	border: 1px #333 solid;
}

hr {
	border: none 0; 
	border-top: 0px solid #9e6a3f;
	border-bottom: 1px solid #9e6a3f;
	height: 1px;
	margin: 20px 0;
}


/* ******************************************************************************* */
/* links */

a:link {
	color: #5d3216;
	text-decoration: underline;
}

a:visited {
	color: #5d3216;
	text-decoration: underline;
}

a:active {
	color: #8e3a03;
	text-decoration: none;
}

a:hover {
	color: #8e3a03;
	text-decoration: underline;
}


/* top nav */

#topnav ul {
	text-align: left;
	list-style-type: none;
	line-height: 100%;
	margin: 9px 0 0 9px;
	padding: 0;
	/* border: 1px #f00 dotted; /* DEBUG */
}

#topnav li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 1px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px #555 solid;
}

#topnav ul li a:link {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#topnav ul li a:visited {
	color: #eee;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#topnav ul li a:active {
	color: #ca0000;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#topnav ul li a:hover {
	color: #ca0000;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#topnav ul li.navlast {
	margin-left: 0;
	padding-left: 0;
	border-right-width: 0;
}







/* side nav */

#sidenav {
	margin: 5px 0 0 0;
	padding: 0;
	z-index: 25;
}

#sidenav ul {
	list-style-type: none;
	text-align: left;
	margin: -1px 0 60px 0;
	padding: 0;
	/* border: 1px #f00 dotted; /* DEBUG */
}

#sidenav li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
}

#sidenav li ul li {
	margin-left: 8px;
}

#sidenav ul li ul {
	margin: 0 0 0 5px;
}

#sidenav ul li a:link {
	color: #000;
	text-decoration: none;
	border-width: 0;
}

#sidenav ul li a:visited {
	color: #333;
	text-decoration: none;
}

#sidenav ul li a:active {
	color: #666;
	text-decoration: none;
}

#sidenav ul li a:hover {
	color: #872136;
	text-decoration: none;
}






/* foot nav */

#footnav ul {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* border: 1px #f00 dotted; /* DEBUG */
}

#footnav li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 1px;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px #bbb solid;
}

#footnav ul li a:link {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#footnav ul li a:visited {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#footnav ul li a:active {
	color: #333;
	text-decoration: none;
	border-width: 0;
}

#footnav ul li a:hover {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#footnav ul li.navlast {
	margin-left: 0;
	padding-left: 0;
	border-right-width: 0;
}





/* ******************************************************************************* */
/* form */

form label {
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 2px;
}

form input,
form textarea {
	font-weight: normal;
	margin: 2px 2px 0 0;
	padding: 2px 3px;
	color: #333;
	background-color: #f2e0c4;
	border: 2px inset #d5bb93;
}

form input.radio {
	border-width: 0;
	background-color: transparent;
}

form input.formbttn {
	font-weight: bold;
	margin: 2px 2px 0 0;
	padding: 2px 6px;
	background-color: #f2e0c4;
	color: #461010;
	border: 2px outset #c8a674;
}

.required {
	font-weight: bold;
	color: #f00;
	margin-left: -5px;
}


/* ******************************************************************************* */
/* site */

.nodisp {
	display: none;
}

acronym, abbr {
	border-width: 0;
}

a.z2link:link, a.z2link:visited {
	font-size: 9px;
	font-weight: normal;
	color: #aaa;
	text-transform: uppercase;
	text-decoration: none;
}

a.z2link:active, a.z2link:hover {
	font-size: 9px;
	font-weight: normal;
	color: #ccc;
	text-transform: uppercase;
	text-decoration: underline;
}









body#sample div#header h1 {
	font-size: 16px;
}

body#sample div#header h2 {
	font-size: 13px;
	margin: 5px 0 10px 0;
}

body#sample a:link, 
body#sample a:visited, 
body#sample a:active, 
body#sample a:hover {
	text-decoration: none;
}

body#sample div.case {
	width: 400px;
	margin: 0 auto 0 auto;
}

body#sample div.navprev {
	float: left;
}

body#sample div.description {
	text-align: center;
	margin: 12px auto 0 auto;
	padding: 0;
}

body#sample div.description p.left {
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: left;
}

body#sample div.navnext {
	float: right;
}

.nolink {
	color: #999;
}

